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 241 B
import React from 'react'; import EyeOpenStrikethroughIcon from '@atlaskit/icon/core/eye-open-strikethrough'; export var HiddenIcon = function HiddenIcon(props) { return /*#__PURE__*/React.createElement(EyeOpenStrikethroughIcon, props); };