stereoNesting property

IconParkData stereoNesting
getter/setter pair

stereo-nesting 嵌套图形

category: Abstract 抽象图形 author: 金磊 tag: 嵌套图形, 抽象, 标志, logo rtl: true

Implementation

static IconParkData stereoNesting = IconParkData("stereoNesting", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17 40L4 33V17L17 10L30 17V29" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M30 8L43 15V31L30 38L17 31V19" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');