@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.04 kB
JavaScript
;
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 ViewList64 = (_a) => {
var { fill, size = '4rem' } = _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 64 64" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M6.5 8A1.5 1.5 0 0 1 8 6.5h48A1.5 1.5 0 0 1 57.5 8v9.333a1.5 1.5 0 0 1-1.5 1.5H8a1.5 1.5 0 0 1-1.5-1.5V8Zm3 1.5v6.333h45V9.5h-45Zm-3 17.833a1.5 1.5 0 0 1 1.5-1.5h48a1.5 1.5 0 0 1 1.5 1.5v9.334a1.5 1.5 0 0 1-1.5 1.5H8a1.5 1.5 0 0 1-1.5-1.5v-9.334Zm3 1.5v6.334h45v-6.334h-45Zm-3 17.834a1.5 1.5 0 0 1 1.5-1.5h48a1.5 1.5 0 0 1 1.5 1.5V56a1.5 1.5 0 0 1-1.5 1.5H8A1.5 1.5 0 0 1 6.5 56v-9.333Zm3 1.5V54.5h45v-6.333h-45Z" })));
};
exports.default = ViewList64;