iconista
Version:
Thousands of SVG icons with one React component
12 lines (11 loc) • 851 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 Svg1f6bc = (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: "M37 19.5c0 1.2-1.2 2.5-2.5 2.5h-5c-1.2 0-2.5-1.2-2.5-2.5v-5c0-1.2 1.2-2.5 2.5-2.5h5c1.2 0 2.5 1.2 2.5 2.5v5M31 41l-5-3-3 7 3 7 3-1-2-6zM33 41l5-3 3 7-3 7-3-1 2-6z" }),
React.createElement("path", { d: "M36 24h-8.1L20 21l-1 2 7 5v6c0 2 1 3 3 3h6c2 0 3-1 3-3v-6l7-5-1-2-8 3" })));
exports.default = Svg1f6bc;