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

6 lines
283 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const HourglassEmptyIcon = createSvgIcon(
<path d="M6 2v6h.01L6 8.01 10 12l-4 4 .01.01H6V22h12v-5.99h-.01L18 16l-4-4 4-3.99-.01-.01H18V2H6zm10 14.5V20H8v-3.5l4-4 4 4zm-4-5-4-4V4h8v3.5l-4 4z" />
, 'HourglassEmptyOutlined');