google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 546 B
JavaScript
/**
* @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 Apps = createIcon("Apps", [
[
"path",
{
d: "M4 8H8V4H4V8ZM10 20H14V16H10V20ZM4 20H8V16H4V20ZM4 14H8V10H4V14ZM10 14H14V10H10V14ZM16 4V8H20V4H16ZM10 8H14V4H10V8ZM16 14H20V10H16V14ZM16 20H20V16H16V20Z",
key: "1wgfwc"
}
]
]);
export { Apps as default };
//# sourceMappingURL=apps.js.map