iconista
Version:
Thousands of SVG icons with one React component
19 lines (18 loc) • 1.86 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 Svg1f4eb = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { fill: "#b0bdc6", d: "M38 64l-8.8-1.2v-49H38z" }),
React.createElement("path", { fill: "#7d8b91", d: "M44.3 13.8H38V64l6.3-6.1z" }),
React.createElement("path", { d: "M46.8 0c-8.2 0-35.6 9.5-35.6 9.5l24.6 40.4 28.3-17V17C64 6.3 57.6 0 46.8 0z", fill: "#333" }),
React.createElement("path", { d: "M17.2 8.5C6.4 8.5 0 16 0 26.8v17l35.7 6.1V29.2c0-10.8-7.6-20.7-18.5-20.7z", fill: "#697277" }),
React.createElement("path", { fill: "#ed4c5c", d: "M37.2 6.4v29.2l2.8-1.3V15.6l11.2-4.3V1.6z" }),
React.createElement("g", { fill: "#333" },
React.createElement("path", { d: "M9.7 22.8l2.6.3-.1 10.7-1.7-.2.1-7.2v-.9-.9l-1.7 8.7-1.7-.2-1.5-9.2v1.8l-.1 7.2-1.6-.2V22l2.6.3 1.5 8.6 1.6-8.1M16.4 23.6l2 .3L21.3 35l-1.9-.3-.5-2.3-3.2-.4-.6 2.1-1.9-.3 3.2-10.2m-.2 6.7l2.2.3-1-4.3-1.2 4M24 35.4l-1.8-.2.1-10.7 1.8.2-.1 10.7M25.8 24.9l1.8.2-.1 8.7 4.3.6v1.9l-6-.8V24.9" })),
React.createElement("path", { d: "M19.6 16.4l-4.5 2.1.3-3 3.2-1.5c1.2-.5 2.2 1.9 1 2.4", fill: "#52595e" }),
React.createElement("path", { d: "M18.4 16.1c.3 2.5-1.5 3.9-3 4-.9.1-1.6-6.6-1.6-6.6s.9-.5 1.6-.5c1.5-.1 2.8 1.2 3 3.1", fill: "#333" }),
React.createElement("ellipse", { transform: "rotate(-5.957 15.074 16.69)", cx: "15.1", cy: "16.7", rx: "2.8", ry: "3.5", fill: "#52595e" }),
React.createElement("ellipse", { transform: "rotate(-5.957 15.074 16.688)", cx: "15.1", cy: "16.7", rx: "2.1", ry: "2.6", fill: "#697277" }));
exports.default = Svg1f4eb;