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