UNPKG

iconista

Version:

Thousands of SVG icons with one React component

18 lines (17 loc) 1.63 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 Svg1f924 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M53 60.1c0 1.1-6.1 1.9-13.7 1.9-7.5 0-13.7-.9-13.7-1.9 0-1.1 6.1-1.9 13.7-1.9S53 59 53 60.1", fill: "#42ade2" }), React.createElement("path", { d: "M62 32c0 16.6-10.8 30-30 30C15.4 62 2 48.6 2 32S15.4 2 32 2s30 13.4 30 30z", fill: "#ffdd67" }), React.createElement("path", { d: "M44.2 61.5H39c1.3-2.8 1.3-6.1 0-8.9h5.2c1.3 2.8 1.3 6.1 0 8.9", fill: "#42ade2" }), React.createElement("path", { d: "M44.5 52.1c-.2 1.7-1.8 4-4.1 3.8-1.9-.2-3.8-2.2-6.2-2.5-2.5-.3-4.8 1.1-6.7.8-2.6-.3-3.2-2.9-3-4.6.4-3 5.2-4.9 10.7-4.2 5.5.6 9.7 3.6 9.3 6.7", fill: "#664e27" }), React.createElement("circle", { cx: "20.5", cy: "29", r: "10", fill: "#fff" }), React.createElement("circle", { cx: "20.5", cy: "29", r: "3.5", fill: "#664e27" }), React.createElement("circle", { cx: "43.5", cy: "29", r: "10", fill: "#fff" }), React.createElement("circle", { cx: "43.5", cy: "29", r: "3.5", fill: "#664e27" }), React.createElement("g", { fill: "#917524" }, React.createElement("path", { d: "M53.2 18.9c-3.2-2.7-7.5-3.9-11.7-3.1-.6.1-1.1-2-.4-2.2 4.8-.9 9.8.5 13.5 3.6.6.5-1 2.1-1.4 1.7M22.5 11.7c-4.2-.7-8.5.4-11.7 3.1-.4.4-2-1.2-1.4-1.7 3.7-3.2 8.7-4.5 13.5-3.6.7.1.2 2.3-.4 2.2" }))); exports.default = Svg1f924;