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