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