listCheckbox property
list-checkbox 多选列表
category: Edit 编辑 author: 金磊 tag: 多选列表, 序列, 图文 rtl: true
Implementation
static IconParkData listCheckbox = IconParkData("listCheckbox", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M20 24H44H20Z" fill="${props.c2}"/><path d="M20 24H44" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path fill-rule="evenodd" clip-rule="evenodd" d="M20 38H44H20Z" fill="${props.c2}"/><path d="M20 38H44" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path fill-rule="evenodd" clip-rule="evenodd" d="M20 10H44H20Z" fill="${props.c2}"/><path d="M20 10H44" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><rect x="4" y="34" width="8" height="8" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><rect x="4" y="20" width="8" height="8" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><rect x="4" y="6" width="8" height="8" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');