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

6 lines
235 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const ViewListIcon = createSvgIcon(
<path d="M3 5v14h18V5H3zm4 2v2H5V7h2zm-2 6v-2h2v2H5zm0 2h2v2H5v-2zm14 2H9v-2h10v2zm0-4H9v-2h10v2zm0-4H9V7h10v2z" />
, 'ViewListOutlined');