iconista
Version:
Thousands of SVG icons with one React component
15 lines (14 loc) • 1.15 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 Svg1f4be = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M61.3 9.3l-6.6-6.6c-.4-.4-1.2-.7-1.7-.7H9v4H5V2H3c-.5 0-1 .5-1 1v58c0 .5.5 1 1 1h58c.5 0 1-.5 1-1V11c0-.6-.3-1.3-.7-1.7", fill: "#3e4347" }),
React.createElement("path", { d: "M12 62V34c0-1.1.9-2 2-2h36c1.1 0 2 .9 2 2v28H12", fill: "#fff" }),
React.createElement("path", { d: "M18 2v20c0 1.1.9 2 2 2h30c1.1 0 2-.9 2-2V2H18", fill: "#e8e8e8" }),
React.createElement("path", { fill: "#3e4347", d: "M36 6h10v16H36z" }),
React.createElement("path", { d: "M59 56c0-.6-.5-1-1-1h-2c-.5 0-1 .4-1 1v2c0 .5.5 1 1 1h2c.5 0 1-.5 1-1v-2", fill: "#fff" }),
React.createElement("g", { fill: "#f15744" },
React.createElement("path", { d: "M12 54h40v8H12zM17 36h30v2H17zM17 42h30v2H17zM17 48h30v2H17z" })));
exports.default = Svg1f4be;