UNPKG

@finbertmds/logo

Version:
7 lines 301 B
import { type ReactElement, type SVGAttributes } from 'react'; type RocketChatLogoProps = { color?: SVGAttributes<SVGSVGElement>['fill']; }; declare const RocketChatLogo: ({ color, }: RocketChatLogoProps) => ReactElement; export default RocketChatLogo; //# sourceMappingURL=RocketChatLogo.d.ts.map