UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 737 B
/** * @license google-material-icons v2.1.3 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ import createIcon from '../../createIcon.js'; const ViewCompact = createIcon("ViewCompact", [ [ "path", { d: "M2 4V20H22V4H2ZM6.5 18H4V15.5H6.5V18ZM6.5 13.25H4V10.75H6.5V13.25ZM6.5 8.5H4V6H6.5V8.5ZM11 18H8.5V15.5H11V18ZM11 13.25H8.5V10.75H11V13.25ZM11 8.5H8.5V6H11V8.5ZM15.5 18H13V15.5H15.5V18ZM15.5 13.25H13V10.75H15.5V13.25ZM15.5 8.5H13V6H15.5V8.5ZM20 18H17.5V15.5H20V18ZM20 13.25H17.5V10.75H20V13.25ZM20 8.5H17.5V6H20V8.5Z", key: "uwu9nd" } ] ]); export { ViewCompact as default }; //# sourceMappingURL=view_compact.js.map