iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1 kB
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 AcornThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M228 104a52.06 52.06 0 00-52-52h-44v-4a28 28 0 0128-28 4 4 0 000-8 36 36 0 00-36 36v4H80a52.06 52.06 0 00-52 52 12 12 0 008 11.3V128c0 33.61 32.29 59.54 58.24 80.37C109.54 220.66 124 232.27 124 240a4 4 0 008 0c0-7.73 14.46-19.34 29.76-31.63C187.71 187.54 220 161.61 220 128v-12.7a12 12 0 008-11.3zm-71.25 98.13c-12.51 10.05-23.23 18.65-28.75 26.79-5.52-8.14-16.24-16.74-28.75-26.79C74.63 182.37 44 157.78 44 128v-12h168v12c0 29.78-30.63 54.37-55.25 74.13zM216 108H40a4 4 0 01-4-4 44.05 44.05 0 0144-44h96a44.05 44.05 0 0144 44 4 4 0 01-4 4z" }));
exports.default = AcornThin;