UNPKG

iconista

Version:

Thousands of SVG icons with one React component

13 lines (12 loc) 2.13 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 Svg2699 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("g", { fill: "#3e4347" }, React.createElement("path", { d: "M14.3 18.3c1.1.2 1.6 1.3 1.1 2.3l-3.2 7.6c-.4 1.1-1.5 1.4-2.4.9L3 24.9c-.9-.6-1.3-1.9-.9-3l1.6-3.8c.4-1 1.7-1.7 2.7-1.5l7.9 1.7M9.8 34.8c.9-.6 2-.2 2.5.9l3.2 7.6c.4 1.1-.1 2.1-1.1 2.3l-7.8 1.7c-1.1.2-2.3-.4-2.7-1.5L2.3 42c-.4-1.1 0-2.4.9-3l6.6-4.2M18.3 49.7c.2-1.1 1.3-1.6 2.3-1.1l7.6 3.2c1.1.4 1.4 1.5.9 2.5L24.8 61c-.6.9-1.9 1.3-3 .9L18 60.3c-1-.4-1.7-1.7-1.5-2.7l1.8-7.9M34.8 54.2c-.6-.9-.2-2 .9-2.5l7.6-3.2c1.1-.4 2.1.1 2.3 1.1l1.7 7.8c.2 1.1-.4 2.3-1.5 2.7L42 61.7c-1.1.4-2.4 0-3-.9l-4.2-6.6M49.7 45.7c-1.1-.2-1.6-1.3-1.1-2.3l3.2-7.6c.4-1 1.5-1.4 2.5-.9l6.8 4.3c.9.6 1.3 1.9.9 3L60.4 46c-.4 1-1.7 1.7-2.7 1.5l-8-1.8M54.2 29.2c-.9.6-2 .2-2.5-.9l-3.2-7.6c-.4-1.1.1-2.1 1.1-2.3l7.8-1.7c1.1-.2 2.3.4 2.7 1.5l1.6 3.8c.4 1 0 2.4-.9 3l-6.6 4.2M45.7 14.3c-.2 1.1-1.3 1.6-2.3 1.1l-7.6-3.2c-1.1-.4-1.4-1.5-.9-2.5L39.1 3c.6-.9 1.9-1.3 3-.9l3.8 1.6c1 .4 1.7 1.7 1.5 2.7l-1.7 7.9M29.2 9.8c.6.9.2 2-.9 2.5l-7.6 3.2c-1 .4-2.1-.1-2.3-1.1l-1.7-7.8c-.2-1.1.4-2.3 1.5-2.7L22 2.3c1.1-.4 2.4 0 3 .9l4.2 6.6" }), React.createElement("path", { d: "M32 6.7C18 6.7 6.7 18 6.7 32S18 57.3 32 57.3 57.3 46 57.3 32 46 6.7 32 6.7zm0 41.2c-8.8 0-15.9-7.1-15.9-15.9S23.2 16.1 32 16.1 47.9 23.2 47.9 32 40.8 47.9 32 47.9z" })), React.createElement("path", { d: "M32 12.3c-10.9 0-19.7 8.8-19.7 19.7 0 10.9 8.8 19.7 19.7 19.7S51.7 42.9 51.7 32 42.9 12.3 32 12.3m0 27.2c-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: "#94989b" }), React.createElement("path", { d: "M32 17c-8.3 0-15 6.7-15 15s6.7 15 15 15 15-6.7 15-15-6.7-15-15-15m0 22.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: "#3e4347" })); exports.default = Svg2699;