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