iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 918 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 Boat = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M221.06 110.59L208 106.23V56a16 16 0 00-16-16h-56V24a8 8 0 00-16 0v16H64a16 16 0 00-16 16v50.23l-13.06 4.36A16 16 0 0024 125.77V152c0 61.54 97.89 86.72 102.06 87.76a8 8 0 003.88 0C134.11 238.72 232 213.54 232 152v-26.23a16 16 0 00-10.94-15.18zM64 56h128v44.9l-61.47-20.49a8 8 0 00-5.06 0L64 100.9zm152 96c0 24.91-23.68 43-43.55 53.83A228.13 228.13 0 01128 223.72 226.85 226.85 0 0183.81 206C47.6 186.35 40 165.79 40 152v-26.23l80-26.67V168a8 8 0 0016 0V99.1l80 26.67z" }));
exports.default = Boat;