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