import * as React from 'react'; export interface Hourglass24Props extends React.SVGProps { ariaLabel?: string } export default function Hourglass24({ ariaLabel, ...props }: Hourglass24Props) { return ( ); }