hanfuChineseStyle property

IconParkData hanfuChineseStyle
getter/setter pair

hanfu-chinese-style 中式汉服

category: Clothes 服饰 author: 马玉欣 tag: 上衣, 服装, 汉服, 外套, 衣服 rtl: false

Implementation

static IconParkData hanfuChineseStyle = IconParkData("hanfuChineseStyle", false, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 9L18 4H30L39 9L43 25L35 29V44H13V29L5 25L9 9Z" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M18 4L24 14.5" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M30 4L24 14.5L13 29" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');