@mozaic-ds/icons-react
Version:
ADS icons for React usage
19 lines (14 loc) • 1.47 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 ViewCompact48 = (_a) => {
var { fill, size = '3rem' } = _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 48 48" }),
index.default.createElement("g", { "clip-path": "url(#a)" },
index.default.createElement("path", { "fill-rule": "evenodd", d: "M4.5 6A1.5 1.5 0 0 1 6 4.5h14A1.5 1.5 0 0 1 21.5 6v14a1.5 1.5 0 0 1-1.5 1.5H6A1.5 1.5 0 0 1 4.5 20V6Zm3 1.5v11h11v-11h-11Zm19 .5A1.5 1.5 0 0 1 28 6.5h14a1.5 1.5 0 0 1 0 3H28A1.5 1.5 0 0 1 26.5 8Zm0 10a1.5 1.5 0 0 1 1.5-1.5h14a1.5 1.5 0 0 1 0 3H28a1.5 1.5 0 0 1-1.5-1.5Zm-22 10A1.5 1.5 0 0 1 6 26.5h14a1.5 1.5 0 0 1 1.5 1.5v14a1.5 1.5 0 0 1-1.5 1.5H6A1.5 1.5 0 0 1 4.5 42V28Zm3 1.5v11h11v-11h-11Zm19 .5a1.5 1.5 0 0 1 1.5-1.5h14a1.5 1.5 0 0 1 0 3H28a1.5 1.5 0 0 1-1.5-1.5Zm0 10a1.5 1.5 0 0 1 1.5-1.5h14a1.5 1.5 0 0 1 0 3H28a1.5 1.5 0 0 1-1.5-1.5Z" })),
index.default.createElement("defs", null,
index.default.createElement("clipPath", { id: "a" },
index.default.createElement("rect", { width: "48", height: "48", fill: "#fff" })))));
};
exports.default = ViewCompact48;