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