import React, {FC} from "react" import {BaseIconProps} from "@icons/index"; interface Props extends BaseIconProps {} export const FullScreenIcon: FC = () => { return ( ) }