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

6 lines
221 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const WaterfallChartIcon = createSvgIcon(
<path d="M18 4h3v16h-3V4zM3 13h3v7H3v-7zm11-9h3v3h-3V4zm-4 1h3v4h-3V5zm-3 5h3v4H7v-4z" />
, 'WaterfallChartOutlined');