UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 747 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 BeanieFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M224 162.16V144a96.18 96.18 0 00-72.34-93 28 28 0 10-47.32 0A96.18 96.18 0 0032 144v18.16A16 16 0 0024 176v32a16 16 0 0016 16h176a16 16 0 0016-16v-32a16 16 0 00-8-13.84zM120 176v32H80v-32zm16 0h40v32h-40zM116 36a12 12 0 1112 12 12 12 0 01-12-12zM40 176h24v32H40zm176 32h-24v-32h24v32z" })); exports.default = BeanieFill;