juice property
juice 果饮
category: Foods 食品 author: 孔维佳 tag: 水杯, 果汁, 汽水, 咖啡, 奶茶 rtl: true
Implementation
static IconParkData juice = IconParkData("juice", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15 24H33L31.2 44H16.8L15 24Z" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><rect x="11" y="18" width="26" height="6" rx="3" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}"/><path d="M24 8C18.4772 8 14 12.4772 14 18H34C34 12.4772 29.5228 8 24 8Z" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}"/><path d="M28 4L26 8" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}"/></svg>');