UNPKG

@atlaskit/rovo-agent-components

Version:

This package host public components related to rovo agents, the components here are needed for other public atlaskit packages

5 lines 197 B
import React from 'react'; import EyeOpenIcon from '@atlaskit/icon/core/eye-open'; export var ShowIcon = function ShowIcon(props) { return /*#__PURE__*/React.createElement(EyeOpenIcon, props); };