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