@ozen-ui/icons
Version:
A collection of icons
7 lines (6 loc) • 1.92 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var BoatMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.6407 5.03172C13.9524 4.75896 14.4262 4.79055 14.699 5.10227L19.6798 10.7946C19.8735 11.016 19.9199 11.3304 19.7983 11.5984C19.6767 11.8664 19.4096 12.0385 19.1153 12.0385H14.1346C13.7203 12.0385 13.3846 11.7027 13.3846 11.2885C13.3846 10.8742 13.7203 10.5385 14.1346 10.5385H17.4625L13.5701 6.09003C13.2974 5.7783 13.329 5.30448 13.6407 5.03172Z", fill: "currentColor" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.49383 11.6066C3.61726 11.8701 3.88201 12.0385 4.17302 12.0385H10.4999V15.25H2.74994C2.49861 15.25 2.26 15.38 2.12502 15.5853C1.98 15.8 1.95992 16.0926 2.0599 16.2963L3.50996 19.6701C3.77996 20.3 4.25996 20.7921 4.8636 21.1973C5.45874 21.6016 6.26097 21.7494 6.8505 21.75H17.1209L17.122 21.75C17.8354 21.7518 18.5396 21.5621 19.1404 21.1973C19.7415 20.8322 20.2181 20.3036 20.4879 19.6701L20.4886 19.6685L21.9389 16.2963C22.0386 16.0646 22.0151 15.7982 21.8763 15.5875C21.7376 15.3768 21.5022 15.25 21.2499 15.25H11.9999V2.98773V2.75C11.9999 2.33579 11.6642 2 11.2499 2C10.9426 2 10.6785 2.18485 10.5626 2.44943L3.59685 10.8083C3.41055 11.0319 3.37039 11.343 3.49383 11.6066ZM4.8636 19.0824C5.00101 19.4049 5.25512 19.6998 5.60971 19.9152C5.96533 20.1312 6.40025 20.2512 6.84942 20.25H17.123L17.1251 20.25C17.5742 20.2512 18.0061 20.1312 18.3617 19.9152C18.7167 19.6996 18.971 19.4042 19.1082 19.0815L19.1094 19.0787L20.111 16.75H3.88013L4.8636 19.0824ZM5.7743 10.5385H10.4999V4.86769L5.7743 10.5385Z", fill: "currentColor" }))); });
BoatMIcon.displayName = 'BoatMIcon';