google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 542 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 GridView = createIcon("GridView", [
[
"path",
{
d: "M3 3V11H11V3H3ZM9 9H5V5H9V9ZM3 13V21H11V13H3ZM9 19H5V15H9V19ZM13 3V11H21V3H13ZM19 9H15V5H19V9ZM13 13V21H21V13H13ZM19 19H15V15H19V19Z",
key: "i230as"
}
]
]);
export { GridView as default };
//# sourceMappingURL=grid_view.js.map