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