cakeFive property
cake-five 蛋糕
category: Foods 食品 author: 孔维佳 tag: 甜点, 糕点, 甜食, 甜品, 食物, 点心, 下午茶, 小蛋糕 rtl: true
Implementation
static IconParkData cakeFive = IconParkData("cakeFive", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 27H39L34.3125 44H13.6875L9 27Z" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M39 27H9C9 21.5 14.5 19 14.5 19C14.5 17 16.5 11 24 11C31.5 11 33.5 17 33.5 19C33.5 19 39 21.5 39 27Z" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M6 27H42" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}"/><path d="M28 12C28 9.79086 26.2091 8 24 8C21.7909 8 20 9.79086 20 12" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}"/><path d="M24 8L28 4" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}"/><line x1="20" y1="27" x2="20" y2="44" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}"/><line x1="28" y1="27" x2="28" y2="44" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}"/></svg>');