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

6 lines
209 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const FormatStrikethroughIcon = createSvgIcon(
<path d="M10 19h4v-3h-4v3zM5 4v3h5v3h4V7h5V4H5zM3 14h18v-2H3v2z" />
, 'FormatStrikethroughOutlined');