crownThree property

IconParkData crownThree
getter/setter pair

crown-three 皇冠帽

category: Clothes 服饰 author: 马玉欣 tag: 皇冠, 权利, 皇帝 rtl: false

Implementation

static IconParkData crownThree = IconParkData("crownThree", false, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 42H35L41 21L31 26L24 12L17 26L7 21L13 42Z" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><circle cx="7" cy="18" r="3" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}"/><circle cx="24" cy="9" r="3" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}"/><circle cx="41" cy="18" r="3" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}"/></svg>');