sync property

IconParkData sync
getter/setter pair

sync 同步

category: Abstract 抽象图形 author: 张蔓 tag: 同步, 对齐, 复制, 十字 rtl: true

Implementation

static IconParkData sync = IconParkData("sync", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M30 7.979L19 8.00006V18.0001H4V32H20.9995" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M20 42L31 41.9789V31.5789H44V18H30.3448" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');