iconista
Version:
Thousands of SVG icons with one React component
23 lines (22 loc) • 2.6 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 Svg1f4bc = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M62 55.6c0 3.6-9 3.4-9 3.4l-25.1-6.3c-1.8-.4-3.2-2.3-3.2-4.3V27L62 29.1v26.5z", fill: "#5f6262" }),
React.createElement("path", { d: "M60.2 13.4l-1.4-.2-7 3.4-1 44.1c5.8-4.9 11.2-5 11.2-5V17.3c0-1.6-.7-3-1.8-3.9", fill: "#343434" }),
React.createElement("path", { d: "M52.2 56.7c0 3.6-2.6 5.9-5.7 5.2L7.3 52.3c-2.3-.6-4.2-3.5-4.2-6.5V13.5l49.1 3.2v40", fill: "#5f6262" }),
React.createElement("path", { d: "M52.9 32.6c0 3.6-3 6.3-6.1 5.7L7.5 31.8c-2.3-.4-4.2-3.2-4.2-6.2l1.3-13.2 48.5 3.9-.2 16.3", fill: "#343434" }),
React.createElement("path", { d: "M4.6 11.5C.9 14 .9 29.4 6.3 29.4l39.3 6.1c3.1.5 5.7-2.1 5.7-5.7 0 0-1.2-11.7 1-13.2l1.8-.8-49.5-4.3", fill: "#5f6262" }),
React.createElement("path", { fill: "#65562d", d: "M31 26.6l-10.6-1.4-1.9 7.4 1.9 5.5L31 40z" }),
React.createElement("path", { fill: "#f8ecc5", d: "M20.4 25.2l-1.9 7.4 10.6 1.6 1.9-7.6z" }),
React.createElement("path", { fill: "#bfae6e", d: "M20.4 38.1L31 40l-1.9-5.8-10.6-1.6z" }),
React.createElement("path", { d: "M56.7 12.2L20.8 9 7.2 10.6l-.6.1c-.7.1-1.4.4-1.9.8l47.7 5.2 5-2.2c4.1-2 4.6 1.6 4.6 1.6-.6-3.2-3.5-3.7-5.3-3.9", fill: "#919193" }),
React.createElement("path", { d: "M18.7 10.2c0-4.3 3.4-4.5 4.2-4.8.7-.2 1.2-.9 1-1.5-.2-.6-.9-.7-1.6-.7-2.3 0-6.3 1-6.3 7 .1.7 2.7.7 2.7 0", fill: "#bfae6e" }),
React.createElement("path", { d: "M18.2 9.9c-.1-.6-.1-1.2.1-1.8.1-.6.4-1.2.8-1.6.4-.5 1-.8 1.5-1 .6-.2 1.2-.3 1.8-.3-.6.2-1.1.4-1.6.6-.5.3-1 .6-1.3 1-.8.8-1.1 1.9-1.3 3.1", fill: "#65562d" }),
React.createElement("path", { d: "M43.7 6.9c-.1 1.7-1.6 3-3.3 2.8L21.9 8.2c-1.7-.1-3-1.6-2.8-3.3.1-1.7 1.6-3 3.3-2.8l18.4 1.5c1.8.1 3.1 1.6 2.9 3.3", fill: "#5f6262" }),
React.createElement("path", { d: "M43.7 6.9c-.1 1.1-1.5 1.8-3.2 1.6L22 7c-1.7-.1-3-1.1-2.9-2.2.1-1.1 1.5-1.8 3.2-1.7l18.4 1.5c1.8.3 3.1 1.2 3 2.3", fill: "#343434" }),
React.createElement("path", { d: "M44 13.1c0-2.6-1.9-4.2-3-4.7-1.7-.7-.3-3.7 1.3-2.9 2 .9 4.7 3.7 4.7 7.6.1.9-3 .9-3 0", fill: "#bfae6e" }),
React.createElement("path", { d: "M44.4 13.1c-.2-1.2-.5-2.3-1.2-3.2-.6-.9-1.4-1.8-2.4-2.4.6.1 1.1.4 1.6.8s.9.8 1.2 1.3c.7 1.1 1 2.3.8 3.5", fill: "#65562d" }));
exports.default = Svg1f4bc;