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