iconista
Version:
Thousands of SVG icons with one React component
13 lines (12 loc) • 1.04 kB
JavaScript
;
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 ServerEnvironment = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("g", { clipPath: "url(#clip0)" },
React.createElement("path", { d: "M6 3h4v1H6V3zm0 6h4v1H6V9zm0 2h4v1H6v-1zm9.14 5H.86l1.25-5H4V2a.95.95 0 01.078-.383c.052-.12.123-.226.211-.32a.922.922 0 01.32-.219C4.736 1.026 4.866 1 5 1h6a.95.95 0 01.383.078c.12.052.227.123.32.211a.923.923 0 01.22.32c.051.125.077.256.077.391v9h1.89l1.25 5zM5 13h6V2H5v11zm8.86 2l-.75-3H12v2H4v-2H2.89l-.75 3h11.72z", fill: "#424242" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "clip0" },
React.createElement("path", { fill: "#fff", d: "M0 0h16v16H0z" }))));
exports.default = ServerEnvironment;