arrowLeft property

IconParkData arrowLeft
getter/setter pair

arrow-left 箭头左

category: Arrows 箭头方向 author: 齐奉飞 tag: 箭头, 向左, 上一个, 返回, 方向 rtl: true

Implementation

static IconParkData arrowLeft = IconParkData("arrowLeft", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.79889 24H41.7989" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M17.7988 36L5.79883 24L17.7988 12" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');