5
common/resources/client/icons/material/WaterfallChart.tsx
Executable file
5
common/resources/client/icons/material/WaterfallChart.tsx
Executable file
@@ -0,0 +1,5 @@
|
||||
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');
|
||||
Reference in New Issue
Block a user