iconista
Version:
Thousands of SVG icons with one React component
12 lines (11 loc) • 1.05 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 Svg1f4f4 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("circle", { cx: "32", cy: "32", r: "30", fill: "#eda454" }),
React.createElement("g", { fill: "#fff" },
React.createElement("path", { d: "M32 37c-2.8 0-5-2.2-5-5s2.2-5 5-5 5 2.2 5 5-2.2 5-5 5m0-8.6c-2 0-3.6 1.6-3.6 3.6s1.6 3.6 3.6 3.6 3.6-1.6 3.6-3.6-1.6-3.6-3.6-3.6M39.5 37v-4.3H46v-1.4h-6.5v-2.9H46V27h-8v10zM48.5 37v-4.3H55v-1.4h-6.5v-2.9H55V27h-8v10z" }),
React.createElement("path", { d: "M42.4 39.8v6.8H21.6v-32h20.8v9.8H45v-9.8c0-2.8-2.3-5-5.2-5H24.2c-2.9 0-5.2 2.2-5.2 5v35c0 2.8 2.3 5 5.2 5h15.6c2.9 0 5.2-2.2 5.2-5v-9.8h-2.6M32 52c-.9 0-1.6-.7-1.6-1.5S31.1 49 32 49c.9 0 1.6.7 1.6 1.5S32.9 52 32 52" })));
exports.default = Svg1f4f4;