iconista
Version:
Thousands of SVG icons with one React component
12 lines (11 loc) • 950 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 Svg1f1f91f1f1 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M32 2c-7.6 0-14.6 2.9-19.9 7.6v44.9C17.4 59.1 24.4 62 32 62c16.6 0 30-13.4 30-30S48.6 2 32 2", fill: "#ed4c5c" }),
React.createElement("path", { d: "M12.1 9.6c-1.3 1.2-2.5 2.5-3.6 3.9v37.1c1.1 1.4 2.3 2.7 3.6 3.9L42 32 12.1 9.6z", fill: "#ffce31" }),
React.createElement("path", { d: "M8.4 13.4C4.4 18.5 2 25 2 32s2.4 13.5 6.4 18.6L27 32 8.4 13.4z", fill: "#3e4347" }),
React.createElement("path", { fill: "#fff", d: "M10.3 33.9l2.4 5.1 1-5.3 5.3-.4-4.8-3 1-5.3-3.9 3.5-4.8-2.9 2.4 5.1L5 34.3z" }));
exports.default = Svg1f1f91f1f1;