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