@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.12 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 List64 = (_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: "M11.833 13.333a1.5 1.5 0 0 1 1.5-1.5h37.334a1.5 1.5 0 0 1 1.5 1.5v37.334a1.5 1.5 0 0 1-1.5 1.5H13.333a1.5 1.5 0 0 1-1.5-1.5V13.333Zm3 1.5v34.334h34.334V14.833H14.833ZM31 32a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2h-8a1 1 0 0 1-1-1Zm1-9a1 1 0 1 0 0 2h8a1 1 0 1 0 0-2h-8Zm-1 17a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2h-8a1 1 0 0 1-1-1Zm-7-13.333a2.667 2.667 0 1 0 0-5.334 2.667 2.667 0 0 0 0 5.334ZM26.667 32a2.667 2.667 0 1 1-5.334 0 2.667 2.667 0 0 1 5.334 0ZM24 42.667a2.667 2.667 0 1 0 0-5.334 2.667 2.667 0 0 0 0 5.334Z" })));
};
exports.default = List64;