iconista
Version:
Thousands of SVG icons with one React component
13 lines (12 loc) • 1.04 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 Svg1f4bf = (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: "#d0d0d0" }),
React.createElement("g", { fill: "#fff" },
React.createElement("circle", { cx: "32", cy: "32", r: "6.6" }),
React.createElement("path", { d: "M32.2 42.6l9.2 13.6c6.8-2.6 12.2-8 14.8-14.8l-13.6-9.2c-.1 5.7-4.7 10.3-10.4 10.4M31.8 21.4L22.6 7.8c-6.8 2.6-12.2 8-14.8 14.8l13.6 9.2c.1-5.7 4.7-10.3 10.4-10.4" })),
React.createElement("path", { d: "M32 45c-7.1 0-13-5.8-13-13 0-7.1 5.8-13 13-13 7.1 0 13 5.8 13 13 0 7.1-5.9 13-13 13m0-23.3c-5.7 0-10.3 4.6-10.3 10.3S26.3 42.3 32 42.3c5.7 0 10.3-4.6 10.3-10.3S37.7 21.7 32 21.7", fill: "#94989b" }));
exports.default = Svg1f4bf;