rightSmallDown property
right-small-down 右下-小
category: Arrows 箭头方向 author: 齐奉飞 tag: 右下-小, 方向, 箭头 rtl: true
Implementation
static IconParkData rightSmallDown = IconParkData("rightSmallDown", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M32.3535 32.3535L15.3535 15.3535" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M32.3535 14.3535V32.3535H14.3535" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');