iconista
Version:
Thousands of SVG icons with one React component
13 lines (12 loc) • 979 B
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 Svg2049 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("g", { fill: "#ff5a79" },
React.createElement("path", { d: "M6 42.4h10L20 2H2z" }),
React.createElement("ellipse", { cx: "11", cy: "54.4", rx: "7.7", ry: "7.6" }),
React.createElement("path", { d: "M40.2 2.1C28.6 2.8 22.5 9.4 22 21.3h11.7c.1-4.1 2.5-7.2 6.7-7.7 4.2-.4 8.2.6 9.4 3.4 1.3 3.1-1.6 6.7-3 8.2-2.6 2.8-6.8 4.9-8.9 7.9-2.1 3-2.5 6.9-2.7 11.7h10.3c.1-3.1.3-6 1.7-7.9 2.3-3.1 5.7-4.5 8.5-7 2.7-2.3 5.6-5.1 6-9.5 1.6-12.9-9-19.1-21.5-18.3" }),
React.createElement("ellipse", { cx: "40.5", cy: "55.6", rx: "6.5", ry: "6.4" })));
exports.default = Svg2049;