iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 942 B
JavaScript
;
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 Acorn = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M232 104a56.06 56.06 0 00-56-56h-40a24 24 0 0124-24 8 8 0 000-16 40 40 0 00-40 40H80a56.06 56.06 0 00-56 56 16 16 0 008 13.83V128c0 35.53 33.12 62.12 59.74 83.49C103.66 221.07 120 234.18 120 240a8 8 0 0016 0c0-5.82 16.34-18.93 28.26-28.51C190.88 190.12 224 163.53 224 128v-10.17a16 16 0 008-13.83zM80 64h96a40.06 40.06 0 0140 40H40a40 40 0 0140-40zm74.25 135c-10.62 8.52-20 16-26.25 23.37-6.25-7.32-15.63-14.85-26.25-23.37C77.8 179.79 48 155.86 48 128v-8h160v8c0 27.86-29.8 51.79-53.75 71z" }));
exports.default = Acorn;