{"mappings":";;AAAA;;;;;;;;;;CAUC;AAKM,SAAS;IACd,qBACE,gCAAC;QAAI,OAAM;QAA6B,OAAM;QAAK,QAAO;QAAK,SAAQ;qBACrE,gCAAC;QACC,MAAK;QACL,QAAO;QACP,aAAY;qBACZ,gCAAC;QAAO,IAAG;QAAI,IAAG;QAAI,GAAE;QAAI,QAAO;sBACnC,gCAAC;QAAO,IAAG;QAAI,IAAG;QAAI,GAAE;QAAI,MAAK;uBAEnC,gCAAC;QACC,GAAE;QACF,WAAU;QACV,MAAK;QACL,QAAO;QACP,gBAAe;QACf,aAAY;sBAEd,gCAAC;QACC,GAAE;QACF,WAAU;QACV,MAAK;QACL,QAAO;QACP,gBAAe;QACf,aAAY;;AAIpB","sources":["packages/@adobe/react-spectrum/src/table/Nubbin.tsx"],"sourcesContent":["/*\n * Copyright 2022 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport React, {ReactNode} from 'react';\n\n// TODO resize with scale? colors should be variables\nexport function Nubbin(): ReactNode {\n  return (\n    <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\">\n      <g\n        fill=\"var(--spectrum-global-color-blue-600)\"\n        stroke=\"var(--spectrum-global-color-blue-600)\"\n        strokeWidth=\"2\">\n        <circle cx=\"8\" cy=\"8\" r=\"8\" stroke=\"none\" />\n        <circle cx=\"8\" cy=\"8\" r=\"7\" fill=\"none\" />\n      </g>\n      <path\n        d=\"M-2106-7380.263v5l2.5-2.551Z\"\n        transform=\"translate(2116 7385.763)\"\n        fill=\"#fff\"\n        stroke=\"#fff\"\n        strokeLinejoin=\"round\"\n        strokeWidth=\"2\"\n      />\n      <path\n        d=\"M-2106-7380.263v5l2.5-2.551Z\"\n        transform=\"translate(-2100 -7369.763) rotate(180)\"\n        fill=\"#fff\"\n        stroke=\"#fff\"\n        strokeLinejoin=\"round\"\n        strokeWidth=\"2\"\n      />\n    </svg>\n  );\n}\n"],"names":[],"version":3,"file":"Nubbin.mjs.map"}