UNPKG

iconista

Version:

Thousands of SVG icons with one React component

23 lines (22 loc) 2.71 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 Svg1f3dd = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { fill: "#d6eef0", d: "M0 0h64v64H0z" }), React.createElement("circle", { cx: "52", cy: "12", r: "7", fill: "#ffe62e" }), React.createElement("g", { fill: "#fff" }, React.createElement("path", { d: "M22 7c0 1.1-.9 2-2 2H10c-1.1 0-2-.9-2-2s.9-2 2-2h10c1.1 0 2 .9 2 2" }), React.createElement("path", { d: "M26 9c0 1.1-.9 2-2 2h-4c-1.1 0-2-.9-2-2s.9-2 2-2h4c1.1 0 2 .9 2 2M40 12c0 1.1-.9 2-2 2h-4c-1.1 0-2-.9-2-2s.9-2 2-2h4c1.1 0 2 .9 2 2M19 19c0 1.1-.9 2-2 2h-4c-1.1 0-2-.9-2-2s.9-2 2-2h4c1.1 0 2 .9 2 2" })), React.createElement("path", { fill: "#42ade2", d: "M0 32h64v32H0z" }), React.createElement("path", { d: "M55 51.2c-1.2 6.2-9.2 6.8-23 6.8s-21.8-.5-23-6.8C7.7 44.5 18.2 40 32 40s24.3 4.5 23 11.2", fill: "#428bc1" }), React.createElement("path", { d: "M53 50.3c-1.4 5.1-9.4 4.7-21 4.7s-19.6.4-21-4.7C9.4 44.4 20.4 38 32 38s22.6 6.4 21 12.3", fill: "#ffdd7d" }), React.createElement("path", { d: "M42 47.1c0 2-3.2.3-5 1-1.8.7-2.2 2.1-5 2.1-2.7 0-3.2-1.3-5-2.1-1.8-.7-5 .9-5-1 0-2.3 4.5-6.9 10-6.9s10 4.6 10 6.9", fill: "#83bf4f" }), React.createElement("path", { d: "M38 45c0 1.1-2.1 1-6 1s-6 .1-6-1 2.1-3 6-3 6 1.9 6 3", fill: "#75a843" }), React.createElement("path", { d: "M30.5 44.2s-2-10.3 6.2-19.4l1.8.9s-5 3.2-5 18.5c0 0-1.5 1.3-3 0", fill: "#dbb471" }), React.createElement("path", { d: "M41.1 23.5c-1 0-1.9.2-2.7.7.3-.8.4-1.8.2-2.8-.5-2.8-3-4.6-5.6-4.2-.3.1-.6.1-.9.3 2.1.1 4.1 2.2 4.6 4.9.3 1.6.1 3.3-.6 4.5 1.1-.9 2.6-1.4 4.2-1.4 2.8 0 5.2 1.6 5.7 3.6.1-.3.1-.6.1-.9.1-2.6-2.1-4.7-5-4.7", fill: "#699635" }), React.createElement("path", { d: "M33.3 22.2c.2.1.5.2.7.3l-.2-.2c-2.6-2.2-6-2.6-8.1-1.1.2-.3.4-.7.6-1 2-2.4 5.8-2.6 8.4-.4 1.9 1.6 2.7 4.1 2.1 6.3 2-.9 4.6-.6 6.5 1 2.6 2.2 3.1 5.9 1 8.4-.3.3-.5.6-.8.8 1.1-2.3.2-5.6-2.4-7.8l-.2-.2c.2.2.3.4.4.6 1.3 2.4.7 5.3-1.5 6.6-.3.2-.6.3-.8.4 1.5-1.4 1.8-4.2.3-6.5-1.4-2.1-3.7-1.6-3.7-1.6s0-2.6-2.5-3.7c-2.7-1.2-5.2-.1-6.4 1.6 0-.3.1-.6.2-.9 1.1-2.3 3.9-3.5 6.4-2.6", fill: "#83bf4f" }), React.createElement("g", { fill: "#89664c" }, React.createElement("path", { d: "M30 40s-.2 2 2 2c1.6 0 2-2 2-2h-4M30.6 36s-.5 1.7 1.7 2c1.6.2 2.3-1.4 2.3-1.4l-4-.6M31.6 32s-.5 1.7 1.7 2c1.6.2 2.3-1.4 2.3-1.4l-4-.6M33.2 28s-.9 1.3 1.2 1.9c1.5.4 2.6-.9 2.6-.9l-3.8-1" }))); exports.default = Svg1f3dd;