@ozen-ui/icons
Version:
A collection of icons
11 lines (10 loc) • 2.32 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var BoatSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("g", { clipPath: "url(#clip0_3116_930)" },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.750003 10.0385C0.504557 10.0385 0.270017 10.16 0.134428 10.36C-0.00998279 10.56 -0.0400097 10.77 0.0500286 11C0.100077 11.1432 1.19003 14.0624 1.19003 14.0624C1.19003 14.0624 1.56008 15 2.28003 15.5C2.99998 16 4.0011 16 4.0011 16H11.9989C12.6022 16.0016 13.2131 15.82 13.7179 15.4709C14.2185 15.1248 14.6012 14.6338 14.8144 14.0637L14.8149 14.0624L15.9516 11C16.0387 10.7696 16.007 10.5646 15.867 10.362C15.7269 10.1594 15.4963 10.0385 15.25 10.0385H0.750003ZM1.82757 11.5385L2.56795 13.5375C2.6739 13.8205 2.86426 14.0652 3.11284 14.2371C3.35165 14.4022 3.68232 14.501 3.99762 14.5L4 14.5H12L12.0024 14.5C12.3102 14.501 12.6202 14.4063 12.8648 14.2371C13.1137 14.0651 13.3039 13.8209 13.4097 13.5375L13.4107 13.5349L14.1649 11.5385H1.82757Z", fill: "currentColor" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.69761 0.0447738C7.99451 0.152268 8.19229 0.434212 8.19229 0.749977V10.5C8.19229 10.9142 7.8565 11.25 7.44229 11.25C7.02808 11.25 6.69229 10.9142 6.69229 10.5V8.19228H1.86537C1.57435 8.19228 1.30961 8.02394 1.18617 7.7604C1.06274 7.49686 1.1029 7.1857 1.2892 6.96214L6.86612 0.269839C7.06827 0.0272614 7.4007 -0.0627207 7.69761 0.0447738ZM6.69229 6.69228V2.82151L3.46665 6.69228H6.69229ZM9.17918 2.41631C9.49091 2.14355 9.96473 2.17514 10.2375 2.48687L14.1413 6.9484C14.3351 7.16987 14.3815 7.48421 14.2599 7.75219C14.1383 8.02018 13.8712 8.19228 13.5769 8.19228H9.67306C9.25884 8.19228 8.92306 7.85649 8.92306 7.44228C8.92306 7.02807 9.25884 6.69228 9.67306 6.69228H11.9241L9.10863 3.47462C8.83586 3.1629 8.86745 2.68907 9.17918 2.41631Z", fill: "currentColor" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "clip0_3116_930" },
React.createElement("rect", { width: "16", height: "16", fill: "currentColor" }))))); });
BoatSIcon.displayName = 'BoatSIcon';