magicHat property

IconParkData magicHat
getter/setter pair

magic-hat 魔术帽

category: Clothes 服饰 author: 马玉欣 tag: 帽子, 魔术, 高帽, 道具 rtl: true

Implementation

static IconParkData magicHat = IconParkData("magicHat", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 10C10.5 13 11 14.5 11.5 18C11.9 20.8 12 25.1667 12 27C9.83333 28 5 30 5 34C5 38 10 43 24 43C38 43 43 38 43 34C43 30 36 27 36 27C36 27 36 21.5 36.5 18C37 14.5 37.5 13 38 10" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M36 27C36 31 35 35 23.5 35" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><ellipse cx="24" cy="10" rx="14" ry="5" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}"/></svg>');