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

6 lines
223 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const VerticalAlignCenterIcon = createSvgIcon(
<path d="M8 19h3v4h2v-4h3l-4-4-4 4zm8-14h-3V1h-2v4H8l4 4 4-4zM4 11v2h16v-2H4z" />
, 'VerticalAlignCenterOutlined');