Files
maher 511fad8199
Build / run (push) Has been cancelled
Initial commit
2026-05-14 13:42:10 +02: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');