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