iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 964 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 AcornLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M230 104a54.06 54.06 0 00-54-54h-42v-2a26 26 0 0126-26 6 6 0 000-12 38 38 0 00-38 38v2H80a54.06 54.06 0 00-54 54 14 14 0 008 12.63V128c0 34.57 32.71 60.83 59 81.93 14.26 11.45 29 23.29 29 30.07a6 6 0 0012 0c0-6.78 14.75-18.62 29-30.07 26.28-21.1 59-47.36 59-81.93v-11.37a14 14 0 008-12.63zM80 62h96a42 42 0 0142 42 2 2 0 01-2 2H40a2 2 0 01-2-2 42 42 0 0142-42zm75.5 138.58c-11.48 9.21-21.48 17.24-27.5 25-6-7.72-16-15.75-27.5-25C76.22 181.08 46 156.82 46 128v-10h164v10c0 28.82-30.22 53.08-54.5 72.58z" }));
exports.default = AcornLight;