UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 957 B
"use strict"; 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 BoatLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M220.43 112.48l-14.43-4.8V56a14 14 0 00-14-14h-58V24a6 6 0 00-12 0v18H64a14 14 0 00-14 14v51.68l-14.43 4.8A14 14 0 0026 125.77V152c0 60 96.44 84.79 100.54 85.82a6 6 0 002.92 0 235.44 235.44 0 0049.4-19.54C212.32 200.15 230 177.24 230 152v-26.23a14 14 0 00-9.57-13.29zM62 56a2 2 0 012-2h128a2 2 0 012 2v47.68l-64.1-21.37a6 6 0 00-3.8 0L62 103.68zm156 96c0 47.1-78.28 70.54-90 73.79-11.73-3.25-90-26.69-90-73.79v-26.23a2 2 0 011.37-1.9L122 96.32V168a6 6 0 0012 0V96.32l82.63 27.55a2 2 0 011.37 1.9z" })); exports.default = BoatLight;