UNPKG

iconista

Version:

Thousands of SVG icons with one React component

18 lines (17 loc) 2.16 kB
"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 Svg1f43b = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M60.6 10.4c0 4.6-3.9 8.4-8.7 8.4-4.8 0-8.7-3.8-8.7-8.4S47.1 2 51.9 2c4.8 0 8.7 3.8 8.7 8.4", fill: "#947151" }), React.createElement("path", { d: "M57.1 10.4c0 2.8-2.3 5.1-5.2 5.1-2.9 0-5.2-2.3-5.2-5.1s2.3-5.1 5.2-5.1c2.9 0 5.2 2.3 5.2 5.1", fill: "#e0ac7e" }), React.createElement("ellipse", { cx: "12.1", cy: "10.4", rx: "8.7", ry: "8.4", fill: "#947151" }), React.createElement("ellipse", { cx: "12.1", cy: "10.4", rx: "5.2", ry: "5.1", fill: "#e0ac7e" }), React.createElement("path", { d: "M62 37.1C62 55.2 41.8 62 32 62S2 55.2 2 37.1c0-23 11-28.3 30-28.3s30 5.3 30 28.3z", fill: "#947151" }), React.createElement("path", { d: "M18.9 45.6c0-9.3 8.9-12.8 13.2-12.8 4.3 0 13.2 3.5 13.2 12.8 0 11.8-4.8 14.6-13.2 14.6s-13.2-2.8-13.2-14.6", fill: "#e0ac7e" }), React.createElement("path", { d: "M32.7 2c.3 1.6-.6 2.8-.6 2.8-1.4-1.9-4.2-2.5-4.2-2.5 1.1 1.3.8 3.3.8 3.3-1.9-.7-3.6-.6-3.6-.6 4 3 3.1 12.1 3.1 12.1 4.7-5 10.6-7.4 10.6-7.4C37.5 5 32.7 2 32.7 2", fill: "#947151" }), React.createElement("g", { fill: "#3e4347" }, React.createElement("path", { d: "M36.4 57c.1 0 .1-.2.1-.3 0-.7-2-1.4-4.5-1.4s-4.5.6-4.5 1.4c0 .1 0 .3.1.3h8.8M22.8 45.9c0-3.8 4.1-4.6 9.2-4.6s9.2.7 9.2 4.6c0 3.1-7.4 5.8-9.2 5.8s-9.2-2.8-9.2-5.8M59.1 30.7l-1.7.3-1.7.3c-1.1.2-2.3.3-3.4.5-2.3.3-4.5.5-6.8.7-4.4.3-9 .5-13.5.5s-9.1-.2-13.6-.6c-4.5-.4-9.1-1-13.5-2-.1 0-.1-.1-.1-.1l.1-.1c2.3.1 4.5.3 6.8.4 2.3.1 4.5.2 6.8.3 4.5.1 9 .2 13.6.2 4.5 0 9 0 13.6-.1 4.5-.1 9-.3 13.6-.4.1 0 .1 0 .1.1-.2-.1-.2 0-.3 0" }), React.createElement("path", { d: "M19.6 32.5c0 1.6-1.6 2.9-3.6 2.9s-3.6-1.3-3.6-2.9 1.6-1.2 3.6-1.2 3.6-.4 3.6 1.2M51.7 32.5c0 1.6-1.6 2.9-3.6 2.9s-3.6-1.3-3.6-2.9 1.6-1.2 3.6-1.2 3.6-.4 3.6 1.2" }))); exports.default = Svg1f43b;