iconista
Version:
Thousands of SVG icons with one React component
19 lines (18 loc) • 2.02 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 Svg1f69c = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { fill: "#b8331e", d: "M28.2 38.6H5.1v6.5l9.1 7.5h33.7v-14z" }),
React.createElement("path", { d: "M52.6 17H29.2l-2.8 21.4H5.1V40h21.1l4.4 6.4h7.1l17.8-7.8L52.6 17m-4.7 19.7V24.3c-5.2 0-2.3 4.5-4.2 7.3-2.6 3.7-7.4.4-7.4 5h-7.1l1.9-17.8h1.2v1.8c-.5.3-.8.8-.8 1.4v6.3c0 .9.8 1.7 1.7 1.7.9 0 1.7-.8 1.7-1.7V22c0-.9-.8-1.7-1.7-1.7v-1.5h17.6l1.9 17.8-4.8.1", fill: "#3e4347" }),
React.createElement("g", { fill: "#f14e3a" },
React.createElement("path", { d: "M54 17c0 .7-.2 1-.9 1H28.9c-.7 0-.9-.3-.9-1v-2c0-.7.2-1 .9-1h24.2c.7 0 .9.3.9 1v2M6.9 33.3L28.2 30v8.4H4.3s1.7-4.1 2.6-5.1M37.3 45.1c2-4.3 6-7.3 10.7-7.3 4.6 0 8.5 2.8 10.6 7l3.4-1.6c-2.5-5.8-7.8-9.4-14-9.4-6.3 0-11.6 3.4-14.1 9.4l3.4 1.9" })),
React.createElement("circle", { cx: "47.9", cy: "49.8", r: "12.2", fill: "#3e4347" }),
React.createElement("path", { d: "M54.5 49.8c0 3.6-2.9 6.6-6.6 6.6-3.6 0-6.6-2.9-6.6-6.6 0-3.6 2.9-6.6 6.6-6.6 3.7 0 6.6 3 6.6 6.6", fill: "#ffd45c" }),
React.createElement("circle", { cx: "47.9", cy: "49.8", r: "2.8", fill: "#3e4347" }),
React.createElement("path", { d: "M15.3 43.6c-2.3-1.1-4.8-1.5-7.1-.9-.7-1.7-2.4-2.9-4.3-2.9V28.4H2v14.1h1.9v-.9c1.1 0 2.1.7 2.5 1.6-.7.3-1.5.7-2.1 1.2H2v2.9h3l13.6 6.6h2.7c.2-4.5-2-8.4-6-10.3", fill: "#f14e3a" }),
React.createElement("circle", { cx: "10.4", cy: "53.6", r: "8.4", fill: "#3e4347" }),
React.createElement("path", { d: "M15.1 53.6c0 2.6-2.1 4.7-4.7 4.7s-4.7-2.1-4.7-4.7 2.1-4.7 4.7-4.7 4.7 2.1 4.7 4.7", fill: "#ffd45c" }),
React.createElement("circle", { cx: "10.4", cy: "53.6", r: "1.9", fill: "#3e4347" }));
exports.default = Svg1f69c;