arrowLeftDown property

IconParkData arrowLeftDown
getter/setter pair

arrow-left-down 箭头左下

category: Arrows 箭头方向 author: 齐奉飞 tag: 向左下, 箭头, 方向 rtl: true

Implementation

static IconParkData arrowLeftDown = IconParkData("arrowLeftDown", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M29 37H11V19" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M11 36.9998L36.4559 11.5439" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');