init 3
This commit is contained in:
8
node_modules/@mui/icons-material/esm/GridView.js
generated
vendored
Normal file
8
node_modules/@mui/icons-material/esm/GridView.js
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
"use client";
|
||||
|
||||
import createSvgIcon from "./utils/createSvgIcon.js";
|
||||
import { jsx as _jsx } from "react/jsx-runtime";
|
||||
export default createSvgIcon(/*#__PURE__*/_jsx("path", {
|
||||
fillRule: "evenodd",
|
||||
d: "M3 3v8h8V3zm6 6H5V5h4zm-6 4v8h8v-8zm6 6H5v-4h4zm4-16v8h8V3zm6 6h-4V5h4zm-6 4v8h8v-8zm6 6h-4v-4h4z"
|
||||
}), 'GridView');
|
||||
Reference in New Issue
Block a user