Files
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 HourglassTopIcon = createSvgIcon(
<path d="m6 2 .01 6L10 12l-3.99 4.01L6 22h12v-6l-4-4 4-3.99V2H6zm10 14.5V20H8v-3.5l4-4 4 4z" />
, 'HourglassTopOutlined');