worked on GarageApp stuff
This commit is contained in:
parent
60aaf17af3
commit
eb606572b0
51919 changed files with 2168177 additions and 18 deletions
12
node_modules/@mui/icons-material/esm/FactCheckOutlined.js
generated
vendored
Normal file
12
node_modules/@mui/icons-material/esm/FactCheckOutlined.js
generated
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
"use client";
|
||||
|
||||
import createSvgIcon from "./utils/createSvgIcon.js";
|
||||
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
||||
export default createSvgIcon(/*#__PURE__*/_jsxs("g", {
|
||||
fillRule: "evenodd",
|
||||
children: [/*#__PURE__*/_jsx("path", {
|
||||
d: "M20 3H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m0 16H4V5h16z"
|
||||
}), /*#__PURE__*/_jsx("path", {
|
||||
d: "M19.41 10.42 17.99 9l-3.17 3.17-1.41-1.42L12 12.16 14.82 15zM5 7h5v2H5zm0 4h5v2H5zm0 4h5v2H5z"
|
||||
})]
|
||||
}), 'FactCheckOutlined');
|
||||
Loading…
Add table
Add a link
Reference in a new issue