iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 932 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 Svg1f1f61f1e6 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M32 2c-5.3 0-10.2 1.4-14.5 3.7v52.5C21.8 60.6 26.7 62 32 62c16.6 0 30-13.4 30-30S48.6 2 32 2", fill: "#c94747" }),
React.createElement("path", { d: "M32 2c-5.3 0-10.2 1.4-14.5 3.7v52.5C21.8 60.6 26.7 62 32 62c16.6 0 30-13.4 30-30S48.6 2 32 2", opacity: ".33", fill: "#9450e0" }),
React.createElement("path", { d: "M2 32c0 11.3 6.3 21.1 15.5 26.3L28 56l-10-3 10-3-10-3 10-3-10-3 10-3-10-3 10-3-10-3 10-3-10-3 10-3-10-3 10-3-10-3 10-3-10.5-2.3C8.3 10.9 2 20.7 2 32", fill: "#f9f9f9" }));
exports.default = Svg1f1f61f1e6;