gridThree property

IconParkData gridThree
getter/setter pair

grid-three 网格3

category: Edit 编辑 author: 常留留 tag: 网格, 三个格子, 分布, 布局, 排版 rtl: true

Implementation

static IconParkData gridThree = IconParkData("gridThree", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M39.3 6H8.7C7.20883 6 6 7.20883 6 8.7V39.3C6 40.7912 7.20883 42 8.7 42H39.3C40.7912 42 42 40.7912 42 39.3V8.7C42 7.20883 40.7912 6 39.3 6Z" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}"/><path d="M15 6L15 42" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}"/><path d="M42 17H6" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}"/></svg>');