iconista
Version:
Thousands of SVG icons with one React component
12 lines (11 loc) • 887 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 Svg1f1e91f1ef = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M11 32v21.4c5.4 5.3 12.8 8.6 21 8.6 16.6 0 30-13.4 30-30H11", fill: "#83bf4f" }),
React.createElement("path", { d: "M11 32h51C62 15.4 48.6 2 32 2c-8.2 0-15.6 3.3-21 8.6V32", fill: "#42ade2" }),
React.createElement("path", { d: "M11 10.6C5.4 16 2 23.6 2 32s3.4 16 9 21.4L32.4 32 11 10.6z", fill: "#f9f9f9" }),
React.createElement("path", { fill: "#c94747", d: "M14 35.7l4.3 3.3-1.6-5.3 4.3-3.5h-5.3L14 25l-1.6 5.2H7l4.3 3.5L9.7 39z" }));
exports.default = Svg1f1e91f1ef;