init 3
This commit is contained in:
10
node_modules/@mui/icons-material/esm/LaptopWindowsTwoTone.js
generated
vendored
Normal file
10
node_modules/@mui/icons-material/esm/LaptopWindowsTwoTone.js
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
"use client";
|
||||
|
||||
import createSvgIcon from "./utils/createSvgIcon.js";
|
||||
import { jsx as _jsx } from "react/jsx-runtime";
|
||||
export default createSvgIcon([/*#__PURE__*/_jsx("path", {
|
||||
d: "M4 5h16v10H4z",
|
||||
opacity: ".3"
|
||||
}, "0"), /*#__PURE__*/_jsx("path", {
|
||||
d: "M20 18v-1c1.1 0 1.99-.9 1.99-2L22 5c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2v1H0v2h24v-2zM4 5h16v10H4z"
|
||||
}, "1")], 'LaptopWindowsTwoTone');
|
||||
Reference in New Issue
Block a user