// https://react-icons.github.io/react-icons/icons?name=vsc import * as React from 'react'; import { FunctionComponent } from 'react'; export const ChevronRight: FunctionComponent = () => { return ( ); };