@ozen-ui/icons
Version:
A collection of icons
7 lines (6 loc) • 1.2 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var BoatMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.64 5.032a.75.75 0 0 1 1.059.07l4.98 5.693a.75.75 0 0 1-.564 1.244h-4.98a.75.75 0 1 1 0-1.5h3.327L13.57 6.09a.75.75 0 0 1 .07-1.058", clipRule: "evenodd" }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M3.494 11.607a.75.75 0 0 0 .679.432H10.5v3.211H2.75c-.251 0-.49.13-.625.335a.74.74 0 0 0-.065.711l1.45 3.374c.27.63.75 1.122 1.354 1.527.595.405 1.397.552 1.987.553h10.271a3.9 3.9 0 0 0 2.018-.553 3.33 3.33 0 0 0 1.348-1.527v-.002l1.45-3.372a.75.75 0 0 0-.688-1.046H12V2.75a.75.75 0 0 0-1.437-.3l-6.966 8.358a.75.75 0 0 0-.103.799m1.37 7.475c.137.323.391.618.746.833.355.216.79.336 1.24.335h10.275a2.4 2.4 0 0 0 1.237-.335c.355-.215.609-.51.746-.834l.001-.002 1.002-2.329H3.881zm.91-8.543H10.5V4.868z", clipRule: "evenodd" }))); });
BoatMIcon.displayName = 'BoatMIcon';