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