icecream property
icecream 冰激凌
category: Foods 食品 author: 孔维佳 tag: 零食, 冷食, 冰, 凉食, 雪糕, 冰淇淋 rtl: false
Implementation
static IconParkData icecream = IconParkData("icecream", false, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M33 18H15L21 40C21 40 22 43 24 43C26 43 27 40 27 40L33 18Z" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}"/><path d="M36 18H12C12 10 17 4 24 4C31 4 36 10 36 18Z" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');