categoryManagement property

IconParkData categoryManagement
getter/setter pair

category-management 分类管理

category: Abstract 抽象图形 author: 张蔓 tag: 分类, 管理, 整理, 抽象 rtl: true

Implementation

static IconParkData categoryManagement = IconParkData("categoryManagement", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="6" y="28" width="36" height="14" rx="4" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}"/><path d="M20 7H10C7.79086 7 6 8.79086 6 11V17C6 19.2091 7.79086 21 10 21H20" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}"/><circle cx="34" cy="14" r="8" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}"/><circle cx="34" cy="14" r="3" fill="${props.c3}"/></svg>');