UNPKG

iconista

Version:

Thousands of SVG icons with one React component

13 lines (12 loc) 986 B
"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 Svg2622 = (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: "#3e4347" }), React.createElement("circle", { cx: "32", cy: "32", r: "27", fill: "#ffe62e" }), React.createElement("g", { fill: "#3e4347" }, React.createElement("circle", { cx: "32", cy: "32", r: "5" }), React.createElement("path", { d: "M8 28.8L25.1 31c.2-1.9 1.2-3.5 2.7-4.6L17.3 12.6c-5 3.9-8.5 9.6-9.3 16.2M32 38.8c-.9 0-1.8-.2-2.7-.5l-6.6 15.9c2.9 1.2 6 1.9 9.3 1.9 3.3 0 6.4-.7 9.3-1.9l-6.6-15.9c-.9.3-1.8.5-2.7.5M38.9 31L56 28.8c-.8-6.6-4.3-12.3-9.3-16.1L36.2 26.4c1.4 1.1 2.4 2.7 2.7 4.6" }))); exports.default = Svg2622;