import * as React from "react"; import { SVGProps } from "react"; const SvgApi = (props: SVGProps) => ( ); export default SvgApi;