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