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