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

8 lines 292 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import AiChatIcon from '@atlaskit/icon/core/ai-chat'; export var ChatPillIcon = function ChatPillIcon(props) { return /*#__PURE__*/React.createElement(AiChatIcon, _extends({}, props, { label: "" })); };