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