iconista
Version:
Thousands of SVG icons with one React component
14 lines (13 loc) • 1.91 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 Svg1f1f01f1f7 = (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: "#f5f5f5" }),
React.createElement("path", { d: "M23.4 33.7c2.8 1.9 6.7 1.1 8.6-1.7 1.9-2.8 5.7-3.6 8.6-1.7 2.7 1.8 3.5 5.3 2 8 3.3-5.6 1.8-12.9-3.8-16.6-5.7-3.8-13.4-2.3-17.2 3.4-.1.2-.2.4-.3.5-1.4 2.9-.5 6.3 2.1 8.1", fill: "#ed4c5c" }),
React.createElement("path", { d: "M42.3 38.9c.1-.2.2-.4.3-.5-.1.1-.2.3-.3.5", fill: "#003478" }),
React.createElement("path", { d: "M40.6 30.3c-2.8-1.9-6.7-1.1-8.6 1.7-1.9 2.8-5.7 3.6-8.6 1.7-2.7-1.8-3.5-5.3-2-8-3.4 5.6-1.8 12.9 3.8 16.6 5.7 3.8 13.4 2.3 17.2-3.4.1-.2.2-.4.3-.5 1.4-2.9.5-6.3-2.1-8.1", fill: "#428bc1" }),
React.createElement("g", { fill: "#3e4347" },
React.createElement("path", { d: "M7.8 23.3L14.7 13l-.7-.5-.7-.4-6.9 10.3.7.4zM9.7 24.6l.7.4 6.8-10.3-.6-.4-.7-.5L9 24.1zM18.4 15.5l-6.8 10.3.7.5.7.4 6.8-10.3-.7-.4zM48.5 42.5l.7.5 3.2-4.8-.7-.5-.7-.4-3.2 4.8zM56.2 40.7L53 45.5l.7.5.7.4 3.2-4.8-.7-.4zM51.8 44.7l3.2-4.8-.7-.5-.7-.4-3.2 4.8.7.4zM48.1 43.2l-.7-.4-3.2 4.8.7.4.7.5 3.2-4.8zM50.6 44.9l-.6-.4-3.2 4.8.6.4.7.5 3.2-4.8zM52.5 46.2L49.3 51l.7.5.7.4 3.2-4.8-.7-.5zM7.1 41.2l-.7.4 6.9 10.3.7-.4.7-.5-6.9-10.3zM13.4 44.9l-.7.5 3.2 4.8.7-.5.6-.4-3.2-4.8zM12.3 37.7l-.7.5 6.8 10.3.7-.5.7-.4L13 37.3zM9 39.9l3.2 4.8.7-.5.7-.4-3.2-4.8-.7.4zM53.2 17.4l.7-.5-3.2-4.8-.7.4-.7.5 3.2 4.8zM48.1 20.8l.7-.5-3.2-4.8-.7.5-.7.4 3.2 4.8zM53 18.5l3.2 4.8.7-.5.7-.4-3.2-4.8-.7.4zM54.3 24.6l.7-.5-6.9-10.3-.7.5-.6.4L53.6 25zM51.7 26.3l.7-.5-3.2-4.8-.7.5-.7.4 3.2 4.8z" })));
exports.default = Svg1f1f01f1f7;