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