iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 803 B
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("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.734 1.026 4.865 1 5 1h6a.95.95 0 01.383.078c.12.052.226.123.32.211a.922.922 0 01.219.32c.052.125.078.256.078.391v9h1.89l1.25 5zM5 13h6V2H5v11zm8.86 2l-.75-3H12v2H4v-2H2.89l-.75 3h11.72z", fill: "#C5C5C5" }));
exports.default = ServerEnvironment;