triangularPyramid property

IconParkData triangularPyramid
getter/setter pair

triangular-pyramid 三棱锥

category: Abstract 抽象图形 author: 金磊 tag: 三棱锥, 容器 rtl: false

Implementation

static IconParkData triangularPyramid = IconParkData("triangularPyramid", false, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M24 44L42 35L24 4L6 35L24 44Z" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M24 44V4" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');