iconista
Version:
Thousands of SVG icons with one React component
13 lines (12 loc) • 1.33 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 Svg1f601 = (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: "#ffdd67" }),
React.createElement("g", { fill: "#664e27" },
React.createElement("path", { d: "M28.5 27.9c-1.9-5.1-4.7-7.7-7.5-7.7s-5.6 2.6-7.5 7.7c-.2.5.8 1.4 1.3.9 1.8-1.9 4-2.7 6.2-2.7s4.4.8 6.2 2.7c.6.6 1.5-.4 1.3-.9M50.4 27.9c-1.9-5.1-4.7-7.7-7.5-7.7s-5.6 2.6-7.5 7.7c-.2.5.8 1.4 1.3.9 1.8-1.9 4-2.7 6.2-2.7s4.4.8 6.2 2.7c.5.6 1.5-.4 1.3-.9M54 37.4c0-.8-.6-1.8-2.4-2.1C47.2 34.7 40.5 34 32 34c-8.5 0-15.2.7-19.6 1.3-1.7.3-2.4 1.3-2.4 2.1C10 47 13.5 50 27.8 50h8.4C50.5 50 54 47 54 37.4" })),
React.createElement("g", { fill: "#fff" },
React.createElement("path", { d: "M48.9 38.2c.2-.5-.1-1-.5-1.1 0 0-7.4-1.1-16.4-1.1-9 0-16.4 1.1-16.4 1.1-.5.1-.7.6-.5 1.1l1.1 2.9c.2.5.8.9 1.3.9h29.1c.5 0 1.1-.4 1.3-.9l1-2.9M32 48c6.4 0 15.5 0 15.2-2.1 0-.4-.1-.8-.3-1.3-.2-.5-.3-.7-1.4-.7H18.4c-1.1 0-1.2.1-1.4.7-.1.5-.2.9-.3 1.3C16.5 48 25.6 48 32 48" })));
exports.default = Svg1f601;