iconista
Version:
Thousands of SVG icons with one React component
28 lines (27 loc) • 3.23 kB
JavaScript
"use strict";
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 Svg1f575 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M11.5 41.2h41.6c0-22.4-3.2-27.2-20.8-27.2s-20.8 4.8-20.8 27.2", fill: "#ffb300" }),
React.createElement("path", { d: "M51.3 36.3c-.1.9-.3 1.7-.6 2.1-.4.8-1.4 1.3-1.4 1.3s.2-1.7.2-4c-1-13.9-1.8-10-17.3-10-15.4 0-24.2 2.7-24.2 12 0 6.8 6.4 9.9 6.4 9.9C16 54.3 20.6 58 27.8 61.3c2.2 1 6.6 1 8.8 0 8-3.6 12.7-7.8 13.8-15.9 3.2-.2 4.2-2.4 4.2-4.9.1-4.3-1.8-4.6-3.3-4.2", fill: "#ffdd67" }),
React.createElement("path", { d: "M39.5 51.5c0 2.7-3.6 4.1-7.2 4.1s-7.2-1.4-7.2-4.1c0 0 0-.7.7-.7h13c.7 0 .7.7.7.7", fill: "#937237" }),
React.createElement("path", { d: "M41.9 35.3c4 0 5.6 1.4 5.6 2.9s0 3.5-5.3 3.5c-5.1 0-5.9-.6-5.9-2.8 0-1.5 1.6-3.6 5.6-3.6", fill: "#f5f5f5" }),
React.createElement("circle", { cx: "41.5", cy: "37.7", r: "3.6", fill: "#664e27" }),
React.createElement("path", { d: "M40.3 37.7c0 .7.5 1.2 1.2 1.2s1.2-.5 1.2-1.2-.5-1.2-1.2-1.2-1.2.5-1.2 1.2", fill: "#231f20" }),
React.createElement("path", { d: "M47.5 38.1c0-5.6-11.2-5.6-11.2.8 1.6-4.8 9.6-4.8 11.2-.8", fill: "#664e27" }),
React.createElement("path", { d: "M32.3 48.4c-3.3 0-5-2.4-3.3-2.4h6.7c1.7 0-.1 2.4-3.4 2.4", fill: "#eba352" }),
React.createElement("path", { d: "M19.5 34.2c-4.6 0-6.5 1.7-6.5 3.4s0 4.1 6.1 4.1c5.9 0 6.9-.7 6.9-3.2 0-1.8-1.9-4.3-6.5-4.3", fill: "#f5f5f5" }),
React.createElement("circle", { cx: "20", cy: "37.1", r: "4.2", fill: "#664e27" }),
React.createElement("path", { d: "M21.4 37.1c0 .8-.6 1.4-1.4 1.4-.8 0-1.4-.6-1.4-1.4 0-.8.6-1.4 1.4-1.4.7 0 1.4.6 1.4 1.4", fill: "#231f20" }),
React.createElement("path", { d: "M13 37.5c0-6.5 13-6.5 13 .9-1.9-5.5-11.1-5.5-13-.9", fill: "#664e27" }),
React.createElement("circle", { cx: "19.3", cy: "37.3", r: "11.1", opacity: ".4", fill: "#f5f5f5" }),
React.createElement("g", { fill: "#b0bdc6" },
React.createElement("path", { d: "M11.083 48.735l1.1-1.905 2.511 1.45-1.1 1.905z" }),
React.createElement("path", { d: "M13.2 48c5.9 3.4 13.4 1.4 16.8-4.5 3.4-5.9 1.4-13.4-4.5-16.8-5.9-3.4-13.4-1.4-16.8 4.5S7.3 44.6 13.2 48m-2.6-15.7c2.8-4.8 9-6.5 13.8-3.7 4.8 2.8 6.5 9 3.7 13.8-2.8 4.8-9 6.5-13.8 3.7-4.9-2.8-6.5-9-3.7-13.8" })),
React.createElement("path", { fill: "#333", d: "M5.022 56.833l5.151-8.92 4.503 2.6-5.15 8.92z" }),
React.createElement("path", { d: "M4.3 56.7c-.4.7 5.4 4.1 5.8 3.4l.3-.5c.4-.7-5.4-4.1-5.8-3.4l-.3.5", fill: "#b0bdc6" }),
React.createElement("path", { d: "M52.9 22.3c-9.1-10.1.1-23.8-7-19.5-5.2 3.2-10.2 4-13.9 4-3.6 0-8.7-.8-13.9-4-7.1-4.3 2.1 9.3-7 19.5C2.4 27.4 2 26.8 2 28c0 .7.4 6.8 30 6.8s30-6.2 30-6.8c0-1.2-.4-.6-9.1-5.7", fill: "#62727a" }),
React.createElement("path", { d: "M32 24.1c9.6 0 20.9-1.8 20.9-1.8-1-1.1-1.7-2.2-2.3-3.4C46 19.6 39.9 20 32 20s-13.9-.4-18.6-1.1c-.6 1.2-1.3 2.4-2.3 3.4 0 0 11.3 1.8 20.9 1.8", fill: "#2c3033" }));
exports.default = Svg1f575;