aquarius property
aquarius 水瓶座
category: Constellation 星座 author: 杨威 tag: rtl: true
Implementation
static IconParkData aquarius = IconParkData("aquarius", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 20L14 8L20 17L28 8L35 19L44 9.04348" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M4 40L14 28L20 37L28 28L35 39L44 29.0435" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');