UNPKG

@mozaic-ds/icons-react

Version:
19 lines (14 loc) 1.4 kB
'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 List32 = (_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: "M5.667 6.667a1 1 0 0 1 1-1h18.666a1 1 0 0 1 1 1v18.666a1 1 0 0 1-1 1H6.667a1 1 0 0 1-1-1V6.667Zm2 1v16.666h16.666V7.667H7.667ZM15.5 16a.5.5 0 0 1 .5-.5h4a.5.5 0 1 1 0 1h-4a.5.5 0 0 1-.5-.5Zm.5-4.5a.5.5 0 1 0 0 1h4a.5.5 0 0 0 0-1h-4Zm-.5 8.5a.5.5 0 0 1 .5-.5h4a.5.5 0 1 1 0 1h-4a.5.5 0 0 1-.5-.5ZM12 13.333a1.333 1.333 0 1 0 0-2.666 1.333 1.333 0 0 0 0 2.666ZM13.333 16a1.333 1.333 0 1 1-2.666 0 1.333 1.333 0 0 1 2.666 0ZM12 21.333a1.333 1.333 0 1 0 0-2.666 1.333 1.333 0 0 0 0 2.666Z" })), index.default.createElement("defs", null, index.default.createElement("clipPath", { id: "a" }, index.default.createElement("rect", { width: "32", height: "32", fill: "#fff" }))))); }; exports.default = List32;