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