UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 789 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 BeanieBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M228 160v-16a100.17 100.17 0 00-70.52-95.56 32 32 0 10-59 0A100.17 100.17 0 0028 144v16a20 20 0 00-8 16v32a20 20 0 0020 20h176a20 20 0 0020-20v-32a20 20 0 00-8-16zM120 36a8 8 0 118 8 8 8 0 01-8-8zm8 32a76.08 76.08 0 0176 76v12H52v-12a76.08 76.08 0 0176-76zm-12 112v24H84v-24zm24 0h32v24h-32zm-96 0h16v24H44zm168 24h-16v-24h16z" })); exports.default = BeanieBold;