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

6 lines
282 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const ScannerIcon = createSvgIcon(
<path d="M19.8 10.7 4.2 5l-.7 1.9L17.6 12H5c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-5.5c0-.8-.5-1.6-1.2-1.8zM19 18H5v-4h14v4zM6 15h2v2H6zm4 0h8v2h-8z" />
, 'ScannerOutlined');