UNPKG

iconista

Version:

Thousands of SVG icons with one React component

28 lines (27 loc) 2.22 kB
"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 Svg1f3ea = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M63 60H1c-.6 0-1 .5-1 1v2c0 .5.4 1 1 1h62c.5 0 1-.5 1-1v-2c0-.5-.5-1-1-1", fill: "#b2c1c0" }), React.createElement("path", { d: "M51 28H13c-3.3 0-6 2.7-6 6v26h50V34c0-3.3-2.7-6-6-6", fill: "#e8e8e8" }), React.createElement("path", { d: "M33 0H13C9.7 0 7 2.7 7 6v18h32V6c0-3.3-2.7-6-6-6", fill: "#ffe62e" }), React.createElement("g", { fill: "#b2c1c0" }, React.createElement("path", { d: "M29 24h4v4h-4zM13 24h4v4h-4z" })), React.createElement("path", { d: "M51 30H13c-2.2 0-4 1.8-4 4v8h46v-8c0-2.2-1.8-4-4-4", fill: "#ff717f" }), React.createElement("path", { fill: "#ffe62e", d: "M9 34h46v4H9z" }), React.createElement("path", { d: "M33 0H13C9.7 0 7 2.7 7 6v18h32V6c0-3.3-2.7-6-6-6zm4 22H9V6c0-2.2 1.8-4 4-4h20c2.2 0 4 1.8 4 4v16z", fill: "#ff717f" }), React.createElement("path", { fill: "#62727a", d: "M24 42h16v18H24z" }), React.createElement("path", { fill: "#d6eef0", d: "M26 44h12v16H26z" }), React.createElement("g", { fill: "#62727a" }, React.createElement("path", { d: "M31 44h2v16h-2zM9 45h15v2H9zM40 45h15v2H40z" })), React.createElement("g", { fill: "#d6eef0" }, React.createElement("path", { d: "M9 47h15v10H9zM40 47h15v10H40z" })), React.createElement("g", { fill: "#62727a" }, React.createElement("path", { d: "M9 55h15v2H9zM40 55h15v2H40z" }), React.createElement("path", { d: "M9 45h2v12H9zM53 45h2v12h-2z" })), React.createElement("g", { fill: "#ff717f" }, React.createElement("path", { d: "M30.7 4v6.4h-3.4V4H24v9.6h6.7V20H34V4zM18.7 13.6c.9 0 1.7-.3 2.4-.9.7-.6 1-1.4 1-2.3V7.2c0-.8-.3-1.6-1-2.3-.7-.6-1.6-.9-2.4-.9H12v3.2h6.7v3.2h-3.3c-.9 0-1.7.3-2.4.9s-1 1.4-1 2.3V20h10v-3.2h-6.7v-3.2h3.4" })), React.createElement("path", { fill: "#e8e8e8", d: "M40 64H24l2-4h12z" })); exports.default = Svg1f3ea;