cakeOne property

IconParkData cakeOne
getter/setter pair

cake-one 蛋糕

category: Foods 食品 author: 孔维佳 tag: 甜点, 糕点, 甜食, 甜品, 食物, 点心, 下午茶, 小蛋糕 rtl: true

Implementation

static IconParkData cakeOne = IconParkData("cakeOne", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M27 14L9 21.9H39L34 15" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><circle cx="31" cy="13" r="4" fill="${props.c3}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}"/><path d="M33 9L35 4" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}"/><path d="M9.5 26.9568C8.89836 27.2575 8.33775 27.5769 7.82243 27.913C5.41836 29.481 4 31.4118 4 33.4999C4 38.7466 12.9543 42.9999 24 42.9999C35.0457 42.9999 44 38.7466 44 33.4999C44 31.3609 42.5116 29.3869 40 27.799" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}"/><rect x="9" y="22" width="30" height="12" 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="M9 22H40" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}"/></svg>');