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