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