UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 595 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 Grid4x4 = createIcon("Grid4x4", [ [ "path", { d: "M22 7V5H19V2H17V5H13V2H11V5H7V2H5V5H2V7H5V11H2V13H5V17H2V19H5V22H7V19H11V22H13V19H17V22H19V19H22V17H19V13H22V11H19V7H22ZM7 7H11V11H7V7ZM7 17V13H11V17H7ZM17 17H13V13H17V17ZM17 11H13V7H17V11Z", key: "fz29tf" } ] ]); export { Grid4x4 as default }; //# sourceMappingURL=grid_4x4.js.map