@ozen-ui/icons
Version:
A collection of icons
14 lines (13 loc) • 1.59 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.BoatSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.BoatSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
react_1.default.createElement("g", { fill: "currentColor", fillRule: "evenodd", clipPath: "url(#BoatSIcon__a)", clipRule: "evenodd" },
react_1.default.createElement("path", { d: "M.75 10.039a.75.75 0 0 0-.616.321.63.63 0 0 0-.084.64c.05.143 1.14 3.062 1.14 3.062S1.56 15 2.28 15.5s1.721.5 1.721.5H12a2.98 2.98 0 0 0 2.815-1.936v-.002L15.953 11a.65.65 0 0 0-.085-.638.75.75 0 0 0-.617-.323zm1.078 1.5.74 1.999c.106.282.296.527.545.7.239.164.57.263.885.262h8.004a1.48 1.48 0 0 0 1.407-.963l.002-.002.754-1.996z" }),
react_1.default.createElement("path", { d: "M7.698.045a.75.75 0 0 1 .494.705v9.75a.75.75 0 0 1-1.5 0V8.192H1.865a.75.75 0 0 1-.576-1.23L6.866.27a.75.75 0 0 1 .832-.225M6.692 6.692v-3.87l-3.225 3.87zM9.18 2.416a.75.75 0 0 1 1.059.07l3.903 4.462a.75.75 0 0 1-.564 1.244H9.673a.75.75 0 1 1 0-1.5h2.251L9.11 3.475a.75.75 0 0 1 .07-1.059" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "BoatSIcon__a" },
react_1.default.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
exports.BoatSIcon.displayName = 'BoatSIcon';