orange property
orange 橙子
category: Foods 食品 author: 孔维佳 tag: 水果 rtl: true
Implementation
static IconParkData orange = IconParkData("orange", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M41 25.9999C41 35.9411 35 43.9999 24 43.9999C13 43.9999 7 35.9411 7 25.9999C7 22.3197 8.10446 18.8975 10 16.0465C13.2248 11.1965 17.7391 12.9999 24 12.9999C30.2609 12.9999 34.7752 11.1965 38 16.0465C39.8955 18.8975 41 22.3197 41 25.9999Z" 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="M26 13L29 9H26L24 7L22 9H19L22 13" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><circle cx="18" cy="20" r="2" fill="${props.c3}"/><circle cx="15" cy="27" r="2" fill="${props.c3}"/><circle cx="21" cy="25" r="2" fill="${props.c3}"/><circle cx="18" cy="32" r="2" fill="${props.c3}"/></svg>');