UNPKG

@atlaskit/editor-common

Version:

A package that contains common classes and components for editor and renderer

78 lines 4.28 kB
import React from 'react'; import { useIconThemed } from '../use-icon-themed'; export default function SyncBlockIcon() { var _useIconThemed = useIconThemed(), iconThemed = _useIconThemed.iconThemed; return /*#__PURE__*/React.createElement("svg", { width: "40", height: "40", viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /*#__PURE__*/React.createElement("path", { fill: iconThemed({ light: '#fff', dark: '#161A1D' }), d: "M0 0h40v40H0z" }), /*#__PURE__*/React.createElement("rect", { x: "10", y: "10", width: "20", height: "20", rx: "3", fill: iconThemed({ light: '#DEEBFF', dark: '#09326C' }), stroke: iconThemed({ light: '#0065FF', dark: '#0055CC' }) }), /*#__PURE__*/React.createElement("circle", { cx: "30", cy: "29", r: "6", fill: iconThemed({ light: '#36B37E', dark: '#1F845A' }), stroke: iconThemed({ light: '#fff', dark: '#161A1D' }) }), /*#__PURE__*/React.createElement("path", { d: "M30 26C30.2761 26 30.5 26.2239 30.5 26.5V28.5H32.5C32.7761 28.5 33 28.7239 33 29C33 29.2761 32.7761 29.5 32.5 29.5H30.5V31.5C30.5 31.7761 30.2761 32 30 32C29.7239 32 29.5 31.7761 29.5 31.5V29.5H27.5C27.2239 29.5 27 29.2761 27 29C27 28.7239 27.2239 28.5 27.5 28.5H29.5V26.5C29.5 26.2239 29.7239 26 30 26Z", fill: iconThemed({ light: '#fff', dark: '#161A1D' }) }), /*#__PURE__*/React.createElement("rect", { width: "16", height: "16", transform: "translate(12 12)", fill: iconThemed({ light: '#fff', dark: '#161A1D' }), "fill-opacity": "0.01" }), /*#__PURE__*/React.createElement("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M19.1747 25.0887L19.174 25.1487L19.4534 25.746C19.5714 26.006 19.46 26.3127 19.202 26.4354C19.0314 26.5154 18.8834 26.5327 18.758 26.4867C18.6327 26.4414 18.5694 26.418 18.49 26.248L17.5734 24.282C17.454 24.026 17.568 23.7127 17.8474 23.53L19.8127 22.614C19.9374 22.5573 20.0795 22.5518 20.2082 22.5987C20.337 22.6456 20.4422 22.7411 20.5014 22.8647C20.62 23.124 20.5087 23.4314 20.2514 23.554L19.5807 23.8894C21.5874 24.0254 23.5674 22.8294 23.914 20.8647C24.0023 20.3638 23.9905 19.8504 23.8791 19.3541C23.7678 18.8578 23.5592 18.3885 23.2654 17.9734L23.2027 17.888C23.1535 17.8206 23.1188 17.7438 23.1007 17.6623C23.0826 17.5809 23.0815 17.4966 23.0974 17.4146C23.1134 17.3327 23.1461 17.255 23.1934 17.1863C23.2408 17.1176 23.3018 17.0594 23.3727 17.0154C23.5239 16.9214 23.7048 16.8875 23.8798 16.9203C24.0548 16.9531 24.2112 17.0503 24.318 17.1927L24.3527 17.2394C24.7443 17.793 25.0224 18.4188 25.1709 19.0805C25.3195 19.7422 25.3355 20.4268 25.218 21.0947C24.7234 23.898 22.0274 25.5547 19.1747 25.088V25.0887ZM20.4627 14.7247L20.166 14.088C20.1091 13.9632 20.1035 13.821 20.1504 13.6921C20.1973 13.5632 20.2929 13.4578 20.4167 13.3987C20.5415 13.3418 20.6837 13.3362 20.8126 13.3831C20.9416 13.43 21.0469 13.5256 21.106 13.6494L22.0227 15.6154C22.1194 15.934 22.0054 16.2467 21.7494 16.366L19.784 17.2827C19.6127 17.3627 19.5507 17.34 19.4247 17.294C19.2994 17.2494 19.1967 17.1407 19.118 16.9694C19.0611 16.8446 19.0554 16.7025 19.1021 16.5736C19.1489 16.4447 19.2444 16.3393 19.368 16.28L19.9227 16.0147C18.0467 16.04 16.3974 17.3694 16.064 19.258C15.9272 20.0305 16.0281 20.8262 16.3534 21.54C16.46 21.776 16.5914 22.0027 16.7467 22.2174C16.7963 22.2784 16.8321 22.3495 16.8517 22.4257C16.8712 22.5018 16.8741 22.5814 16.86 22.6587C16.8459 22.7361 16.8153 22.8096 16.7702 22.874C16.7251 22.9384 16.6666 22.9923 16.5987 23.032L16.4387 23.1254C16.3126 23.199 16.164 23.224 16.0207 23.1958C15.8775 23.1675 15.7494 23.088 15.6607 22.972C15.4598 22.6935 15.2866 22.3961 15.1434 22.084C14.7047 21.1283 14.5679 20.0615 14.7514 19.026C15.228 16.3214 17.7327 14.474 20.4627 14.7247Z", fill: iconThemed({ light: '#0065FF', dark: '#0055CC' }) }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", { id: "clip0_7268_85272" }, /*#__PURE__*/React.createElement("rect", { width: "40", height: "40", rx: "3", fill: iconThemed({ light: '#fff', dark: '#161A1D' }) })))); }