UNPKG

iconista

Version:

Thousands of SVG icons with one React component

13 lines (12 loc) 1.01 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 Svg262f = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M53.2 10.8c11.7 11.7 11.7 30.7 0 42.4-5.9 5.9-15.4 5.9-21.2 0S26.1 37.9 32 32c5.9-5.9 5.9-15.4 0-21.2s-15.4-5.9-21.2 0C22.5-.9 41.5-.9 53.2 10.8", fill: "#f5f5f5" }), React.createElement("g", { fill: "#3e4347" }, React.createElement("path", { d: "M10.8 53.2C-.9 41.5-.9 22.5 10.8 10.8c5.9-5.9 15.4-5.9 21.2 0 5.9 5.9 5.9 15.4 0 21.2s-5.9 15.4 0 21.2 15.4 5.9 21.2 0c-11.7 11.7-30.7 11.7-42.4 0" }), React.createElement("circle", { cx: "42.6", cy: "42.6", r: "5.6" })), React.createElement("circle", { cx: "21.4", cy: "21.4", r: "5.6", fill: "#f5f5f5" })); exports.default = Svg262f;