iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 992 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 BoatThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M219.79 114.38L204 109.12V56a12 12 0 00-12-12h-60V24a4 4 0 00-8 0v20H64a12 12 0 00-12 12v53.12l-15.8 5.26a12 12 0 00-8.2 11.39V152c0 24.46 17.32 46.77 50.09 64.52A233.22 233.22 0 00127 235.88a4 4 0 001.94 0 233.22 233.22 0 0048.94-19.36C210.68 198.77 228 176.46 228 152v-26.23a12 12 0 00-8.21-11.39zM60 56a4 4 0 014-4h128a4 4 0 014 4v50.45l-66.74-22.24a3.89 3.89 0 00-2.52 0L60 106.45zm160 96c0 49.32-82.08 73.16-92 75.86-9.92-2.7-92-26.54-92-75.86v-26.23a4 4 0 012.73-3.8L124 93.55V168a4 4 0 008 0V93.55L217.26 122a4 4 0 012.74 3.8z" }));
exports.default = BoatThin;