Files
mtdb_movie/common/resources/client/icons/material/AutoAwesomeMotion.tsx
T
maher 511fad8199
Build / run (push) Has been cancelled
Initial commit
2026-05-14 13:42:10 +02:00

6 lines
313 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const AutoAwesomeMotionIcon = createSvgIcon(
<path d="M14 2H4c-1.1 0-2 .9-2 2v10h2V4h10V2zm4 4H8c-1.1 0-2 .9-2 2v10h2V8h10V6zm2 4h-8c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2v-8c0-1.1-.9-2-2-2zm0 10h-8v-8h8v8z" />
, 'AutoAwesomeMotionOutlined');