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