worked on GarageApp stuff
This commit is contained in:
parent
60aaf17af3
commit
eb606572b0
51919 changed files with 2168177 additions and 18 deletions
17
node_modules/@mui/icons-material/esm/RouteTwoTone.js
generated
vendored
Normal file
17
node_modules/@mui/icons-material/esm/RouteTwoTone.js
generated
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
"use client";
|
||||
|
||||
import createSvgIcon from "./utils/createSvgIcon.js";
|
||||
import { jsx as _jsx } from "react/jsx-runtime";
|
||||
export default createSvgIcon([/*#__PURE__*/_jsx("circle", {
|
||||
cx: "6",
|
||||
cy: "6",
|
||||
r: "1",
|
||||
opacity: ".3"
|
||||
}, "0"), /*#__PURE__*/_jsx("circle", {
|
||||
cx: "18",
|
||||
cy: "18",
|
||||
r: "1",
|
||||
opacity: ".3"
|
||||
}, "1"), /*#__PURE__*/_jsx("path", {
|
||||
d: "M19 15.18V7c0-2.21-1.79-4-4-4s-4 1.79-4 4v10c0 1.1-.9 2-2 2s-2-.9-2-2V8.82C8.16 8.4 9 7.3 9 6c0-1.66-1.34-3-3-3S3 4.34 3 6c0 1.3.84 2.4 2 2.82V17c0 2.21 1.79 4 4 4s4-1.79 4-4V7c0-1.1.9-2 2-2s2 .9 2 2v8.18c-1.16.41-2 1.51-2 2.82 0 1.66 1.34 3 3 3s3-1.34 3-3c0-1.3-.84-2.4-2-2.82M6 7c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1m12 12c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1"
|
||||
}, "2")], 'RouteTwoTone');
|
||||
Loading…
Add table
Add a link
Reference in a new issue