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