worked on GarageApp stuff
This commit is contained in:
parent
60aaf17af3
commit
eb606572b0
51919 changed files with 2168177 additions and 18 deletions
7
node_modules/@mui/icons-material/esm/PlayCircleFilledWhite.js
generated
vendored
Normal file
7
node_modules/@mui/icons-material/esm/PlayCircleFilledWhite.js
generated
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import * as React from 'react';
|
||||
import createSvgIcon from "./utils/createSvgIcon.js";
|
||||
import { jsx as _jsx } from "react/jsx-runtime";
|
||||
export default createSvgIcon(/*#__PURE__*/_jsx("path", {
|
||||
transform: "scale(0.5, 0.5)",
|
||||
d: "M24 4C12.95 4 4 12.95 4 24s8.95 20 20 20 20-8.95 20-20S35.05 4 24 4zm-4 29V15l12 9-12 9z"
|
||||
}), 'PlayCircleFilledWhite');
|
||||
Loading…
Add table
Add a link
Reference in a new issue