formatBrush property
format-brush 格式刷
category: Edit 编辑 author: 常留留 tag: 格式, 刷子, 粉刷, 上色, 装修 rtl: true
Implementation
static IconParkData formatBrush = IconParkData("formatBrush", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M34 5H6V20H34V5Z" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M34.0251 12H43V28.1014L19 31.2004V43" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');