iconista
Version:
Thousands of SVG icons with one React component
23 lines (22 loc) • 2.21 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 Svg1f306 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { fill: "#fbbf67", d: "M0 0h64v64H0z" }),
React.createElement("path", { opacity: ".7", fill: "#f15744", d: "M0 0h64v64H0z" }),
React.createElement("path", { d: "M48 45.7h16V64H44V49.7c0-2.2 1.8-4 4-4", fill: "#62727a" }),
React.createElement("g", { fill: "#d0d0d0" },
React.createElement("path", { d: "M60.8 49h.4c.4 0 .8.4.8 1v14h-2V50c0-.6.4-1 .8-1M55.8 49h.4c.4 0 .8.4.8 1v14h-2V50c0-.6.4-1 .8-1" })),
React.createElement("g", { fill: "#62727a" },
React.createElement("path", { d: "M51.3 43h11v2.9h-11zM0 43.1h13.1v-5.2L0 40.9z" }),
React.createElement("path", { d: "M0 43h13v21H0z" })),
React.createElement("g", { fill: "#ed4c5c" },
React.createElement("path", { d: "M9.5 51c0 .5-.4 1-1 1h-3c-.6 0-1-.5-1-1v-2c0-.6.4-1 1-1h3c.6 0 1 .4 1 1v2M9.5 59c0 .5-.4 1-1 1h-3c-.6 0-1-.5-1-1v-2c0-.6.4-1 1-1h3c.6 0 1 .4 1 1v2" })),
React.createElement("path", { fill: "#3e4347", d: "M50 38v-4l-6-2V21h-2v11l-6 2v4h-3v-7.7L23 19 13 30.3V64h40V38z" }),
React.createElement("g", { fill: "#6adbc6" },
React.createElement("path", { d: "M41.5 45c0 .5-.5 1-1 1h-3c-.5 0-1-.5-1-1v-2c0-.6.5-1 1-1h3c.5 0 1 .4 1 1v2M49.5 53c0 .5-.5 1-1 1h-3c-.5 0-1-.5-1-1v-2c0-.6.5-1 1-1h3c.5 0 1 .4 1 1v2M41.5 61c0 .5-.5 1-1 1h-3c-.5 0-1-.5-1-1v-2c0-.6.5-1 1-1h3c.5 0 1 .4 1 1v2M49.5 61c0 .5-.5 1-1 1h-3c-.5 0-1-.5-1-1v-2c0-.6.5-1 1-1h3c.5 0 1 .4 1 1v2" })),
React.createElement("g", { fill: "#ffdd7d" },
React.createElement("path", { d: "M30 43c0 .5-.5 1-1 1H17c-.5 0-1-.5-1-1v-2c0-.6.5-1 1-1h12c.5 0 1 .4 1 1v2M30 59c0 .5-.5 1-1 1H17c-.5 0-1-.5-1-1v-2c0-.6.5-1 1-1h12c.5 0 1 .4 1 1v2M30 35c0 .5-.5 1-1 1H17c-.5 0-1-.5-1-1v-2c0-.6.5-1 1-1h12c.5 0 1 .4 1 1v2M30 51c0 .5-.5 1-1 1H17c-.5 0-1-.5-1-1v-2c0-.6.5-1 1-1h12c.5 0 1 .4 1 1v2" })));
exports.default = Svg1f306;