iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 1.25 kB
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 Svg2652 = (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: "#785aa0" }),
React.createElement("g", { fill: "#fff", stroke: "#fff", strokeMiterlimit: "10" },
React.createElement("path", { d: "M48.8 18.2c-3.2 2.4-6.3 4.8-9.5 7.2v-5.9c0-1.1-1.3-2-2.2-1.3-3.2 2.4-6.3 4.8-9.5 7.2v-5.9c0-1.1-1.3-2-2.2-1.3-3.9 2.9-7.8 5.9-11.7 8.8-1.5 1.1-.1 3.8 1.5 2.6 3.2-2.4 6.3-4.8 9.5-7.2v5.9c0 1.1 1.3 2 2.2 1.3 3.2-2.4 6.3-4.8 9.5-7.2v5.9c0 1.1 1.3 2 2.2 1.3 3.2-2.4 6.3-4.8 9.5-7.2v5.9c0 2 2.9 2 2.9 0v-8.8c0-1-1.3-2-2.2-1.3zM48.8 34.2c-3.2 2.4-6.3 4.8-9.5 7.2v-5.9c0-1.1-1.3-2-2.2-1.3-3.2 2.4-6.3 4.8-9.5 7.2v-5.9c0-1.1-1.3-2-2.2-1.3-3.9 2.9-7.8 5.9-11.7 8.8-1.5 1.1-.1 3.8 1.5 2.6 3.2-2.4 6.3-4.8 9.5-7.2v5.9c0 1.1 1.3 2 2.2 1.3 3.2-2.4 6.3-4.8 9.5-7.2v5.9c0 1.1 1.3 2 2.2 1.3 3.2-2.4 6.3-4.8 9.5-7.2v5.9c0 2 2.9 2 2.9 0v-8.8c0-1-1.3-2-2.2-1.3z" })));
exports.default = Svg2652;