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