UNPKG

iconista

Version:

Thousands of SVG icons with one React component

14 lines (13 loc) 1.29 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 Svg1f61a = (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("path", { d: "M45.6 45.4c1.3-1.9-2.3-2.6-2.8-5.5s2.6-4.8.8-6.1c-2.2-1.6-6 .6-9-1.6.4 2.1 2.6 4.1 5.9 3.5 0 0-2.1 1.3-1.5 4.8.6 3.5 3 4 3 4-3.3.6-4.7 3.2-4.3 5.3 2-2.8 6.4-2.1 7.9-4.4", fill: "#664e27" }), React.createElement("g", { fill: "#ff717f" }, React.createElement("path", { d: "M55 20.9c-4.2-1-8.2.4-9 3.2-.8 2.8 1.9 6 6.1 7 4.2 1 8.2-.4 9-3.2.8-2.8-2-5.9-6.1-7M21.9 29.7c-2.4-2.9-8.3-3-13.1-.2C4 32.4 2 37.1 4.5 40c2.4 2.9 8.3 3 13.1.2 4.8-2.8 6.7-7.5 4.3-10.5", opacity: ".8" })), React.createElement("g", { fill: "#664e27" }, React.createElement("path", { d: "M35.2 17.7c5.5 7.1 13.9 5.6 16.7-2.9.1-.4-.4-.5-1.2-.8-3.6 4-10.4 4.9-14.7 2.6-.6.4-1.1.7-.8 1.1M10.8 22c5.5 7.1 13.9 5.6 16.7-2.9.1-.4-.4-.5-1.2-.8-3.6 4-10.4 4.9-14.7 2.6-.6.4-1.1.7-.8 1.1" }))); exports.default = Svg1f61a;