checkSmall property

IconParkData checkSmall
getter/setter pair

check-small 校验-小

category: Character 符号标识 author: 刘心乐 tag: 勾选, 对勾, 正确, 成功, 选中, 完成 rtl: true

Implementation

static IconParkData checkSmall = IconParkData("checkSmall", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 24L20 34L40 14" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');