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