UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 964 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 AcornBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M236 104a60.07 60.07 0 00-60-60h-35.6A20 20 0 01160 28a12 12 0 000-24 44.06 44.06 0 00-43.81 40H80a60.07 60.07 0 00-60 60 20 20 0 008 16v8c0 37.45 34 64.71 61.23 86.61 10.22 8.2 25.63 20.58 26.77 25.56a12 12 0 0024 0c1.14-5 16.55-17.36 26.77-25.56C194.05 192.71 228 165.45 228 128v-8a20 20 0 008-16zM80 68h96a36.06 36.06 0 0135.78 32H44.22A36.06 36.06 0 0180 68zm71.74 127.9c-9.17 7.36-17.46 14-23.74 20.55-6.28-6.53-14.57-13.19-23.74-20.55C81 177.2 52 153.94 52 128v-4h152v4c0 25.94-29 49.2-52.26 67.9z" })); exports.default = AcornBold;