iconista
Version:
Thousands of SVG icons with one React component
24 lines (23 loc) • 2.79 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 Svg1f6461f3fc = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M32 2C17.3 2 9.3 11.2 9.3 23.3v26.9h45.3V23.3c0-18-12.3-17.7-12.3-17.7S41.5 2 32 2z", fill: "#dbb471" }),
React.createElement("g", { fill: "#fed0ac" },
React.createElement("path", { d: "M31.2 3.2c0-.7-5-.6-6.5-.6-2.6 0-9.8 3.8-9.8 3.8s3.2 4 4.8 4c2.2 0 4.4-1.5 4.4-3.6 0-1.6 7.1-1.5 7.1-3.6M32.8 3.2c0-.7 5-.6 6.5-.6 2.6 0 9.8 3.8 9.8 3.8s-3.2 4-4.8 4c-2.2 0-4.4-1.5-4.4-3.6 0-1.6-7.1-1.5-7.1-3.6" })),
React.createElement("path", { d: "M61.7 25.8c-1.3-5.1-7.2-12.1-12.5-20.4l-5.9 5.7s5.7 5.1 9.9 18C50.8 35 47.8 44 43.6 46.7c-2.4-1.2-6.1-1.2-11.6-1.2s-9.2 0-11.6 1.2C16.2 44 13.2 35 10.8 29.1c4.2-12.9 9.9-18 9.9-18l-5.9-5.7C9.4 13.7 3.6 20.7 2.3 25.8-.1 35.4 13.4 55.1 13.2 62h37.6c-.2-6.9 13.3-26.6 10.9-36.2", fill: "#c28fef" }),
React.createElement("path", { d: "M15.3 33.5s-3.4-.9-3.4-5.8c0-3.9 2.5-4.6 2.5-4.6 9.1 0 25.9-11.7 25.9-11.7s3.5 10.3 8.9 11.7c0 0 2.6.5 2.6 4.6 0 4.9-3.5 5.8-3.5 5.8 0 7.4-10.3 16.4-16.5 16.4S15.3 41 15.3 33.5", fill: "#fed0ac" }),
React.createElement("path", { d: "M32 38.4c-3.2 0-4.8-2.3-3.2-2.3h6.4c1.6 0 0 2.3-3.2 2.3", fill: "#e0a372" }),
React.createElement("path", { d: "M36.8 31.6c-1.1 0-1-1.4-1-1.4 1.7-8.8 11.5-4.1 11.5-4.1.8 1.5-1.8 5.3-2.5 5.5-3.1.8-8 0-8 0", fill: "#f5f5f5" }),
React.createElement("circle", { cx: "41.2", cy: "28", r: "3.5", fill: "#664e27" }),
React.createElement("circle", { cx: "41.2", cy: "28", r: "1.2", fill: "#2b2925" }),
React.createElement("path", { d: "M35.8 30.2c1.7-10.5 10.4-3.5 13.8-5-3.4 3.2-10.3-3.8-13.8 5", fill: "#3b3226" }),
React.createElement("path", { d: "M27.2 31.6c1.1 0 1-1.4 1-1.4-1.7-8.8-11.5-4.1-11.5-4.1-.8 1.5 1.8 5.3 2.5 5.5 3.1.8 8 0 8 0", fill: "#f5f5f5" }),
React.createElement("path", { d: "M19.3 28c0 1.9 1.5 3.5 3.5 3.5 1.9 0 3.5-1.5 3.5-3.5s-1.6-3.5-3.5-3.5c-2 0-3.5 1.6-3.5 3.5", fill: "#664e27" }),
React.createElement("path", { d: "M28.1 30.2c-1.7-10.5-10.4-3.5-13.8-5 3.5 3.2 10.4-3.8 13.8 5", fill: "#3b3226" }),
React.createElement("path", { d: "M32 42.2L24.3 41c4.6 6.6 10.8 6.6 15.4 0L32 42.2", fill: "#e08672" }),
React.createElement("path", { d: "M35 40.8c-2.3-.9-3 .5-3 .5s-.8-1.4-3-.5c-1.8.7-4.7.3-4.7.3 3.1.7 3.5 1.9 7.7 1.9s4.6-1.3 7.7-1.9c0 0-2.9.4-4.7-.3", fill: "#b86e5d" }),
React.createElement("circle", { cx: "22.8", cy: "28", r: "1.2", fill: "#2b2925" }));
exports.default = Svg1f6461f3fc;