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