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