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