softball property
softball 垒球
category: Sports 体育运动 author: 梁超 tag: 棒球, 球类, 球, 弹性球, 体育 rtl: true
Implementation
static IconParkData softball = IconParkData("softball", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M24 44C35.05 44 44 35.05 44 24C44 12.95 35.05 4 24 4C12.95 4 4 12.95 4 24C4 35.05 12.95 44 24 44Z" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-miterlimit="2" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M10 38C13.7 34.37 16 29.59 16 24C16 18.48 13.62 13.62 10 10" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-miterlimit="2" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M38 38C34.3 34.37 32 29.59 32 24C32 18.48 34.38 13.62 38 10" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-miterlimit="2" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M28 24H36" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-miterlimit="2" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M12 24H20" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-miterlimit="2" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M30 34L36 31" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-miterlimit="2" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M36 17L30 14" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-miterlimit="2" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M18 34L12 31" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-miterlimit="2" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M12 17L18 14" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-miterlimit="2" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');