iconista
Version:
Thousands of SVG icons with one React component
13 lines (12 loc) • 1.03 kB
JavaScript
"use strict";
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 Svg1f1ef1f1f4 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M8 22h52.3C56.2 10.4 45.1 2 32 2 22.2 2 13.5 6.7 8 14v8z", fill: "#3e4347" }),
React.createElement("path", { d: "M60.3 22H8v20h52.3c1.1-3.1 1.7-6.5 1.7-10s-.6-6.9-1.7-10", fill: "#f9f9f9" }),
React.createElement("path", { d: "M8 42v8c5.5 7.3 14.2 12 24 12 13.1 0 24.2-8.3 28.3-20H8z", fill: "#75a843" }),
React.createElement("path", { d: "M8 14c-3.8 5-6 11.2-6 18s2.2 13 6 18l24-18L8 14", fill: "#c94747" }),
React.createElement("path", { fill: "#fff", d: "M11 29.7l1-2.7 1 2.7 2.5-1.2-1.2 2.5 2.7 1-2.7 1 1.2 2.5-2.5-1.2-1 2.7-1-2.7-2.5 1.2L9.7 33 7 32l2.7-1-1.2-2.5z" }));
exports.default = Svg1f1ef1f1f4;