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