iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 841 B
JavaScript
;
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 Svg1f4411f5e8 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M55.6 41.7c4-4.4 6.4-8.9 6.4-11.5C62 24.3 48.6 7 32 7S2 24.3 2 30.2s13.4 23.2 30 23.2c4.6 0 9-1.3 12.9-3.4l10.7 7V41.7z", fill: "#4fd1d9" }),
React.createElement("circle", { cx: "32", cy: "30.2", r: "15", fill: "#fff" }),
React.createElement("path", { d: "M32 21.2c-1 0-1.9.2-2.8.4 1.1.9 1.8 2.3 1.8 3.8 0 2.8-2.2 5-5 5-1.1 0-2.1-.4-3-1v.7c0 5 4 9 9 9s9-4 9-9-4-8.9-9-8.9", fill: "#4fd1d9" }));
exports.default = Svg1f4411f5e8;