Files
mtdb_movie/common/resources/client/icons/material/PhonelinkErase.tsx
maher 703f50a09d
Some checks failed
Build / run (push) Has been cancelled
first commit
2025-10-29 11:42:25 +01:00

6 lines
295 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const PhonelinkEraseIcon = createSvgIcon(
<path d="m13 8.2-1-1-4 4-4-4-1 1 4 4-4 4 1 1 4-4 4 4 1-1-4-4 4-4zM19 1H9c-1.1 0-2 .9-2 2v3h2V4h10v16H9v-2H7v3c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2z" />
, 'PhonelinkEraseOutlined');