pumpkin property
pumpkin 南瓜
category: Foods 食品 author: 孔维佳 tag: 蔬菜, 水果 rtl: true
Implementation
static IconParkData pumpkin = IconParkData("pumpkin", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="4" y="14" width="40" height="26" rx="13" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}"/><ellipse cx="24" cy="27" rx="8" ry="13" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}"/><path d="M30 6H27C25.3431 6 24 7.34315 24 9V14" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');