twoTriangles property

IconParkData twoTriangles
getter/setter pair

two-triangles 星星

category: Abstract 抽象图形 author: 金磊 tag: 星星, 太阳, 标记, 六星 rtl: false

Implementation

static IconParkData twoTriangles = IconParkData("twoTriangles", false, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M24.0002 4L41.3207 34H6.67969L24.0002 4Z" fill="${props.c2}"/><path d="M24.0002 44L41.3207 14H6.67969L24.0002 44Z" fill="${props.c2}"/><path d="M24.0002 4L41.3207 34H6.67969L24.0002 4Z" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M24.0002 44L41.3207 14H6.67969L24.0002 44Z" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');