@finbertmds/logo
Version:
Rocket.Chat logo package
7 lines • 301 B
TypeScript
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