UNPKG

iconista

Version:

Thousands of SVG icons with one React component

23 lines (22 loc) 2.29 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 Svg23f1 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M32 0c-3.3 0-6 2.7-6 6s2.7 6 6 6 6-2.7 6-6-2.7-6-6-6m0 10.3c-2.4 0-4.3-1.9-4.3-4.3s1.9-4.3 4.3-4.3 4.3 1.9 4.3 4.3-1.9 4.3-4.3 4.3", fill: "#d0d0d0" }), React.createElement("path", { fill: "#4e5c66", d: "M30.5 8.6h3v6.5h-3z" }), React.createElement("path", { d: "M34.5 11.6h-5V5.9c0-1.5 5-1.5 5 0v5.7", fill: "#647a87" }), React.createElement("path", { fill: "#4e5c66", d: "M10.737 20.686l2.969-2.97 2.97 2.969-2.968 2.97z" }), React.createElement("path", { d: "M15.6 17.6l-5 5-3.1-3.1c-.6-.6-.6-1.6 0-2.2l2.8-2.8c.6-.6 1.6-.6 2.2 0l3.1 3.1", fill: "#647a87" }), React.createElement("path", { fill: "#4e5c66", d: "M47.344 20.705l2.97-2.97 2.97 2.97-2.97 2.97z" }), React.createElement("g", { fill: "#647a87" }, React.createElement("path", { d: "M53.4 22.6l-5-5 3.1-3.1c.6-.6 1.6-.6 2.2 0l2.8 2.8c.6.6.6 1.6 0 2.2l-3.1 3.1" }), React.createElement("circle", { cx: "32", cy: "39", r: "25" })), React.createElement("circle", { cx: "32", cy: "39", r: "21.7", fill: "#d2d3d5" }), React.createElement("circle", { cx: "32", cy: "39", r: "20", fill: "#fff" }), React.createElement("path", { d: "M52 39c0 5.5-2.2 10.5-5.8 14.1L32 39V19c11 0 20 9 20 20z", fill: "#ed4c5c" }), React.createElement("g", { fill: "#3e4347" }, React.createElement("path", { d: "M43.5 50.4L33.3 38.3l-2 2zM31.3 20.7h1.4v5.6h-1.4zM31.3 51.7h1.4v5.6h-1.4zM13.7 38.3h5.6v1.4h-5.6zM44.7 38.3h5.6v1.4h-5.6zM22.178 23.463l1.213-.7 1.4 2.425-1.213.7zM15.728 30.463l.7-1.212 2.425 1.4-.7 1.213zM15.761 47.612l2.424-1.402.7 1.212-2.423 1.402zM22.252 54.576l1.4-2.425 1.212.7-1.4 2.425zM39.158 52.726l1.212-.7 1.4 2.425-1.211.7zM45.1 47.43l.7-1.213 2.425 1.401-.7 1.213zM45.026 30.628l2.424-1.4.7 1.212-2.424 1.4zM39.136 25.15l1.401-2.424 1.212.7-1.4 2.425z" }), React.createElement("circle", { cx: "32", cy: "39", r: "2.8" }))); exports.default = Svg23f1;