google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 506 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 Grid3x3 = createIcon("Grid3x3", [
[
"path",
{
d: "M20 10V8H16V4H14V8H10V4H8V8H4V10H8V14H4V16H8V20H10V16H14V20H16V16H20V14H16V10H20ZM14 14H10V10H14V14Z",
key: "37lvwn"
}
]
]);
export { Grid3x3 as default };
//# sourceMappingURL=grid_3x3.js.map