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