@mozaic-ds/icons-react
Version:
ADS icons for React usage
19 lines (14 loc) • 1.21 kB
JavaScript
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var tslib_es6 = require('../../node_modules/tslib/tslib.es6.js');
var index = require('../../node_modules/react/index.js');
const Server32 = (_a) => {
var { fill, size = '2rem' } = _a, rest = tslib_es6.__rest(_a, ["fill", "size"]);
return (index.default.createElement("svg", Object.assign({ "aria-hidden": "true", width: size, height: size }, rest, { fill: fill, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32" }),
index.default.createElement("g", { "clip-path": "url(#a)" },
index.default.createElement("path", { "fill-rule": "evenodd", d: "M4 3a1 1 0 0 0-1 1v18.667a1 1 0 0 0 1 1h11V27H9.333a1 1 0 1 0 0 2h13.334a1 1 0 1 0 0-2H17v-3.333h11a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1H4Zm12 18.667h11v-7.334H5v7.334h11Zm11-9.334H5V5h22v7.333ZM8.667 7.667a1 1 0 1 0 0 2h2.666a1 1 0 1 0 0-2H8.667Zm0 9.333a1 1 0 1 0 0 2h2.666a1 1 0 1 0 0-2H8.667Z" })),
index.default.createElement("defs", null,
index.default.createElement("clipPath", { id: "a" },
index.default.createElement("rect", { width: "32", height: "32", fill: "#fff" })))));
};
exports.default = Server32;