@atlaskit/rovo-agent-components
Version:
This package host public components related to rovo agents, the components here are needed for other public atlaskit packages
19 lines • 677 B
JavaScript
/* index.tsx generated by @compiled/babel-plugin v0.39.1 */
import "./index.compiled.css";
import { ax, ix } from "@compiled/react/runtime";
import React from 'react';
import RovoChatIcon from '@atlaskit/icon/core/rovo-chat';
import { Flex } from '@atlaskit/primitives/compiled';
const styles = {
agentChatIcon: "_2rko1mok _189ee4h9 _1dqonqa1 _1h6d1l7x _1bsbzwfg _4t3izwfg"
};
export const AgentChatIcon = () => {
return /*#__PURE__*/React.createElement(Flex, {
xcss: styles.agentChatIcon,
alignItems: "center",
justifyContent: "center"
}, /*#__PURE__*/React.createElement(RovoChatIcon, {
label: "",
color: "var(--ds-icon-subtlest, #6B6E76)"
}));
};