watermelonOne property

IconParkData watermelonOne
getter/setter pair

watermelon-one 西瓜

category: Foods 食品 author: 孔维佳 tag: 水果, 瓜 rtl: true

Implementation

static IconParkData watermelonOne = IconParkData("watermelonOne", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M24 4L41 33.92C41 33.92 36.0457 38 24 38C11.9543 38 7 33.92 7 33.92L24 4Z" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><circle cx="24" cy="17" r="2" fill="${props.c3}"/><circle cx="27" cy="23" r="2" fill="${props.c3}"/><circle cx="21" cy="23" r="2" fill="${props.c3}"/><path d="M41 39.9199C41 39.9199 36.0457 43.9999 24 43.9999C11.9543 43.9999 7 39.9199 7 39.9199" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}"/></svg>');