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