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