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