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