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

32 lines (31 loc) 2.43 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _react = _interopRequireDefault(require("react")); /* eslint-disable @atlaskit/ui-styling-standard/enforce-style-prop */ var _default = exports.default = function _default(_ref) { var size = _ref.size; return /*#__PURE__*/_react.default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: "0 0 72 72", fill: "none" }, /*#__PURE__*/_react.default.createElement("path", { d: "M32.0974 1.10445C34.6491 -0.368149 37.793 -0.368151 40.3447 1.10445L64.3927 14.9826C66.9444 16.4552 68.5163 19.1767 68.5163 22.1219V49.8781C68.5163 52.8233 66.9444 55.5448 64.3927 57.0174L40.3447 70.8955C37.793 72.3681 34.6491 72.3682 32.0974 70.8956L8.04942 57.0174C5.4977 55.5448 3.92578 52.8233 3.92578 49.8781V22.1219C3.92578 19.1767 5.4977 16.4552 8.04942 14.9826L32.0974 1.10445Z", fill: "#1868DB" }), /*#__PURE__*/_react.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M30.5426 18.2876L20.3285 24.1834C18.9022 25.0033 18.0273 26.5184 18.0273 28.1643V43.8512C18.0273 45.4906 18.9074 47.0123 20.3295 47.8326L22.7512 49.2305L33.9176 55.676C35.3142 56.4815 37.0329 56.4958 38.4409 55.7188C38.4664 55.699 38.4936 55.6808 38.5223 55.6642C39.5257 55.0854 40.2594 54.1574 40.6044 53.0854C40.7448 52.6422 40.819 52.1739 40.819 51.6946V45.6181L34.9086 42.208L33.2055 41.2254C31.3358 40.1502 30.1886 38.1625 30.1886 36.0077V20.3209C30.1886 19.687 30.2888 19.0667 30.4779 18.4797C30.4984 18.4153 30.52 18.3512 30.5426 18.2876Z", fill: "white" }), /*#__PURE__*/_react.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M38.5238 16.3243C37.1271 15.5187 35.4085 15.5044 34.0004 16.2815C33.9749 16.3013 33.9446 16.3214 33.9158 16.338C32.9136 16.9171 32.181 17.8448 31.8365 18.9164C31.6964 19.3592 31.6224 19.827 31.6224 20.3058V26.3822L37.3498 29.6867L39.2364 30.7752C41.1063 31.8503 42.2528 33.8376 42.2528 35.9926V51.6794C42.2528 52.3143 42.1523 52.9353 41.9627 53.5231C41.9424 53.5867 41.9211 53.6499 41.8987 53.7128L52.1128 47.8169C53.5391 46.9971 54.414 45.4819 54.414 43.836V28.1492C54.414 26.5097 53.5338 24.9879 52.1117 24.1676L49.5072 22.6642L38.5238 16.3243Z", fill: "white" })); };