UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 856 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 BeanieLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M222 163.37V144a94.17 94.17 0 00-73.7-91.79 26 26 0 10-40.6 0A94.17 94.17 0 0034 144v19.37A14 14 0 0026 176v32a14 14 0 0014 14h176a14 14 0 0014-14v-32a14 14 0 00-8-12.63zM114 36a14 14 0 1114 14 14 14 0 01-14-14zm14 26a82.1 82.1 0 0182 82v18H46v-18a82.1 82.1 0 0182-82zm-6 112v36H78v-36zm12 0h44v36h-44zm-96 34v-32a2 2 0 012-2h26v36H40a2 2 0 01-2-2zm180 0a2 2 0 01-2 2h-26v-36h26a2 2 0 012 2z" })); exports.default = BeanieLight;