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