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