iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 884 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const BoatBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M222.33 106.79L212 103.35V56a20 20 0 00-20-20h-52V24a12 12 0 00-24 0v12H64a20 20 0 00-20 20v47.35l-10.33 3.44a20 20 0 00-13.67 19V152c0 64.63 100.8 90.57 105.09 91.64a11.94 11.94 0 005.82 0C135.2 242.57 236 216.63 236 152v-26.23a20 20 0 00-13.67-18.98zM68 60h120v35.35l-56.21-18.73a11.85 11.85 0 00-7.58 0L68 95.35zm144 92c0 36.69-58.08 60.43-84 67.59-25.94-7.17-84-30.9-84-67.59v-23.35l72-24V168a12 12 0 0024 0v-63.35l72 24z" }));
exports.default = BoatBold;