scan property

IconParkData scan
getter/setter pair

scan 扫描

category: Edit 编辑 author: 史晓彤 tag: 识别, 扫描, 扫码, 聚焦, 添加 rtl: false

Implementation

static IconParkData scan = IconParkData("scan", false, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 24L41 24" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M24 7L24 41" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><rect x="5" y="5" width="4" height="4" fill="${props.c1}"/><rect x="14" y="5" width="4" height="4" fill="${props.c1}"/><rect x="30" y="5" width="4" height="4" fill="${props.c1}"/><rect x="39" y="5" width="4" height="4" fill="${props.c1}"/><rect x="39" y="14" width="4" height="4" fill="${props.c1}"/><rect x="5" y="14" width="4" height="4" fill="${props.c1}"/><rect x="5" y="39" width="4" height="4" fill="${props.c1}"/><rect x="14" y="39" width="4" height="4" fill="${props.c1}"/><rect x="30" y="39" width="4" height="4" fill="${props.c1}"/><rect x="39" y="39" width="4" height="4" fill="${props.c1}"/><rect x="39" y="30" width="4" height="4" fill="${props.c1}"/><rect x="5" y="30" width="4" height="4" fill="${props.c1}"/></svg>');