iconista
Version:
Thousands of SVG icons with one React component
20 lines (19 loc) • 2.23 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 Svg1f1f31f1ee = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("defs", null,
React.createElement("linearGradient", { id: "a", gradientUnits: "userSpaceOnUse", x1: "31.902", y1: "35.512", x2: "32.494", y2: "33.945", gradientTransform: "matrix(1 0 0 -1 0 66)" },
React.createElement("stop", { stopColor: "#ff2a2a" }),
React.createElement("stop", { offset: "1", stopColor: "red" }))),
React.createElement("g", { fill: "#428bc1" },
React.createElement("path", { d: "M32 2C18.9 2 7.8 10.4 3.7 22h56.6C56.2 10.4 45.1 2 32 2zM32 62c13.1 0 24.2-8.3 28.3-20H3.7C7.8 53.7 18.9 62 32 62z" })),
React.createElement("path", { d: "M3.7 22C2.6 25.1 2 28.5 2 32s.6 6.9 1.7 10h56.6c1.1-3.1 1.7-6.5 1.7-10s-.6-6.9-1.7-10H3.7z", fill: "#f9f9f9" }),
React.createElement("path", { fill: "#42ade2", d: "M32 25.3l-6.3 10.1h12.6z" }),
React.createElement("path", { fill: "#428bc1", d: "M28.9 30.4l-3.2 5h12.6l-3.2-5z" }),
React.createElement("path", { d: "M33 31v-.4c0-.3-.2-.7-.5-1.1-.2-.4-.5-.5-1-.2-.2.1-.3.2-.4.5v.3s.2.1.3-.1c.1 0 .1-.1.1-.1-.1 0-.1.1-.1.1-.1.1-.2.2-.3.4-.1.2-.1.4-.1.5 0 0 .1.2.3.2.2.1.3.2.4.3.1.1.1.2.1.4 0 .1 0 .3.1.3s.2-.1.3-.2c0-.2.1-.3.1-.4.1-.1.1-.1.3-.1.1 0 .2 0 .2-.1v-.1c.2 0 .1-.1.2-.2", fill: "url(#a)" }),
React.createElement("path", { d: "M37.6 34.4c-1-.1-1.9-1-2.1-1.9 0 0-.1-.1-.2-.1-.2 0-.2.1-.2.1-.1.3-.3.7-.6 1-.3-.3-.5-.7-.6-1 0 0-.1-.1-.2-.1-.2 0-.2.1-.2.1-.1.3-.3.7-.6 1-.3-.3-.5-.7-.6-1 0 0-.1-.1-.2-.1s-.2.1-.2.1c-.1.3-.3.7-.6 1-.3-.3-.5-.7-.6-1 0 0-.1-.1-.2-.1-.2 0-.2.1-.2.1-.1.3-.3.7-.6 1-.3-.3-.5-.7-.6-1 0 0-.1-.1-.2-.1-.2 0-.2.1-.2.1-.3.9-1.2 2-2.3 2.1l-.5.7H38.3l-.7-.9", fill: "#83bf4f" }),
React.createElement("path", { d: "M32 23c-5 0-9 4-9 9s4 9 9 9 9-4 9-9-4-9-9-9m0 16.5c-4.1 0-7.5-3.4-7.5-7.5s3.4-7.5 7.5-7.5 7.5 3.4 7.5 7.5-3.4 7.5-7.5 7.5", fill: "#dbb471" }));
exports.default = Svg1f1f31f1ee;