UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 717 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: "M4 18H6.5V15.5H4V18ZM4 13.25H6.5V10.75H4V13.25ZM4 8.5H6.5V6H4V8.5ZM17.5 6V8.5H20V6H17.5ZM13 8.5H15.5V6H13V8.5ZM17.5 18H20V15.5H17.5V18ZM17.5 13.25H20V10.75H17.5V13.25ZM8.5 18H11V15.5H8.5V18ZM13 18H15.5V15.5H13V18ZM8.5 8.5H11V6H8.5V8.5ZM13 13.25H15.5V10.75H13V13.25ZM8.5 13.25H11V10.75H8.5V13.25Z", key: "1hf4di" } ] ]); export { ViewCompact as default }; //# sourceMappingURL=view_compact.js.map