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

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