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