iconista
Version:
Thousands of SVG icons with one React component
13 lines (12 loc) • 1.22 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 Svg1f37d = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("circle", { cx: "32.8", cy: "32", r: "22", fill: "#dae3ea" }),
React.createElement("path", { d: "M32.7 17.1c-8.6 0-15.7 6.6-16 14.9v-.5c0-8.5 7.2-15.5 16-15.5s16 6.9 16 15.5v.5c-.3-8.3-7.3-14.9-16-14.9", fill: "#acb8bf" }),
React.createElement("path", { d: "M32.7 46.9c8.6 0 15.7-6.6 16-14.9v.5c0 8.5-7.2 15.5-16 15.5s-16-6.9-16-15.5V32c.4 8.3 7.4 14.9 16 14.9", fill: "#fff" }),
React.createElement("g", { fill: "#acb8bf" },
React.createElement("path", { d: "M3.5 7.4c.2-.9.7 0 .7 0s.2 9.7 1.2 9.8c1.1.2.3-10 1.6-10.2 1.2-.2.5 10.4 1.6 10.3 1.1-.1 1.3-9.9 1.3-9.9s.5-.9.7 0c2.9 11.5.6 16.2.6 16.2s-.4 1-1.4 1c-.1 0 0 27.3 0 31 0 1.8-5.5 1.7-5.5 0 0-3.7.1-31 0-31-1 0-1.4-1-1.4-1s-2.4-4.7.6-16.2M55.6 7c1.2 0 6.4 3.7 6.4 17.5 0 4.4-2.4 4.4-2.4 7.2v24.6S57 58 55 56.1V7.4s0-.4.6-.4" })));
exports.default = Svg1f37d;