@hyperlane-xyz/widgets
Version:
Common react components for Hyperlane projects
6 lines • 303 B
TypeScript
import React from 'react';
import { DefaultIconProps } from './types.js';
declare function _LogoutIcon({ color, width, height, ...rest }: DefaultIconProps): React.JSX.Element;
export declare const LogoutIcon: React.MemoExoticComponent<typeof _LogoutIcon>;
export {};
//# sourceMappingURL=Logout.d.ts.map