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