import React from "react"; import { IntegrationLogoSvgWrapper, SvgLogoProps } from "./wrapper"; import { colors } from "../../../tokens"; export const EventsAPI = ({ color, square, ...rest }: SvgLogoProps) => ( Events API logo );