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

21 lines 1.99 kB
/* eslint-disable @atlaskit/ui-styling-standard/enforce-style-prop */ import React from 'react'; export default (function (_ref) { var size = _ref.size; return /*#__PURE__*/React.createElement("svg", { width: size, height: size, viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-hidden": "true" }, /*#__PURE__*/React.createElement("rect", { width: size, height: size, rx: "8", fill: "#0071F7" }), /*#__PURE__*/React.createElement("path", { d: "M26.4785 20.4686C26.7448 20.8414 26.6915 21.3208 26.372 21.5871C25.9991 21.8534 25.4665 21.8002 25.2002 21.4806L23.336 19.0838L21.5251 21.4273C21.2588 21.8002 20.7261 21.8002 20.3533 21.5339C19.9805 21.2675 19.9272 20.7882 20.1935 20.4153L22.324 17.6457L20.1935 14.876C19.9272 14.5032 20.0337 13.9706 20.3533 13.7043C20.7261 13.4379 21.2588 13.5445 21.5251 13.864L23.336 16.2609L25.2002 13.9706C25.4665 13.5977 25.9459 13.5445 26.372 13.8108C26.7448 14.0771 26.7448 14.6097 26.4785 14.9826L24.4013 17.6989L26.4785 20.4686ZM16.7847 20.149C15.3999 20.149 14.2814 19.0838 14.2814 17.6989C14.2814 16.3674 15.3999 15.2489 16.7847 15.2489C18.1695 15.2489 19.288 16.3674 19.288 17.6989C19.2348 19.0838 18.1163 20.149 16.7847 20.149ZM9.43447 20.149C8.04964 20.149 6.93113 19.0838 6.93113 17.6989C6.93113 16.3674 8.04964 15.2489 9.43447 15.2489C10.8193 15.2489 11.9378 16.3674 11.9378 17.6989C11.9378 19.0838 10.8193 20.149 9.43447 20.149ZM16.7847 13.651C15.2401 13.651 13.8553 14.5032 13.1629 15.7815C12.4704 14.5032 11.0856 13.651 9.48773 13.651C8.52901 13.651 7.67681 13.9706 6.98439 14.4499V11.0411C6.98439 10.615 6.61155 10.2422 6.18545 10.2422C5.70609 10.2422 5.33325 10.615 5.33325 11.0411V17.7522C5.38651 19.9892 7.19744 21.7469 9.43447 21.7469C11.0323 21.7469 12.4172 20.8414 13.1096 19.5631C13.802 20.8414 15.1868 21.7469 16.7314 21.7469C19.0217 21.7469 20.8859 19.936 20.8859 17.6457C20.9392 15.4619 19.075 13.651 16.7847 13.651Z", fill: "white" })); });