import React from "react"; import type { SVGProps } from "react"; const VisualStudioCode = (props: SVGProps) => ( ); export default VisualStudioCode;