@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 998 B
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 List48 = (_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("path", { "fill-rule": "evenodd", d: "M8.5 10A1.5 1.5 0 0 1 10 8.5h28a1.5 1.5 0 0 1 1.5 1.5v28a1.5 1.5 0 0 1-1.5 1.5H10A1.5 1.5 0 0 1 8.5 38V10Zm3 1.5v25h25v-25h-25ZM23 24a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2h-6a1 1 0 0 1-1-1Zm1-7a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2h-6Zm-1 13a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2h-6a1 1 0 0 1-1-1Zm-5-10a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm2 4a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm-2 8a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z" })));
};
exports.default = List48;