@magiclabs/ui-components 1.41.2 → 1.43.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. package/dist/cjs/components/icons/ico-airdrop.js +2 -0
  2. package/dist/cjs/components/icons/ico-airdrop.js.map +1 -0
  3. package/dist/cjs/components/icons/ico-atom.js +1 -1
  4. package/dist/cjs/components/icons/ico-atom.js.map +1 -1
  5. package/dist/cjs/components/icons/ico-dismiss.js +1 -1
  6. package/dist/cjs/components/icons/ico-dismiss.js.map +1 -1
  7. package/dist/cjs/components/icons/ico-eye-closed.js +1 -1
  8. package/dist/cjs/components/icons/ico-eye-closed.js.map +1 -1
  9. package/dist/cjs/components/icons/ico-lightning.js +1 -1
  10. package/dist/cjs/components/icons/ico-lightning.js.map +1 -1
  11. package/dist/cjs/components/icons/ico-lock-locked-fill.js +2 -0
  12. package/dist/cjs/components/icons/ico-lock-locked-fill.js.map +1 -0
  13. package/dist/cjs/components/icons/ico-lock-unlocked-fill.js +1 -1
  14. package/dist/cjs/components/icons/ico-lock-unlocked-fill.js.map +1 -1
  15. package/dist/cjs/components/icons/ico-mfa.js +1 -1
  16. package/dist/cjs/components/icons/ico-mfa.js.map +1 -1
  17. package/dist/cjs/components/icons/ico-star.js +1 -1
  18. package/dist/cjs/components/icons/ico-star.js.map +1 -1
  19. package/dist/cjs/components/logos/icon-kaito-ticket.js +2 -0
  20. package/dist/cjs/components/logos/icon-kaito-ticket.js.map +1 -0
  21. package/dist/cjs/components/logos/logo-kaito-mono.js +2 -0
  22. package/dist/cjs/components/logos/logo-kaito-mono.js.map +1 -0
  23. package/dist/cjs/components/logos/logo-kaito.js +2 -0
  24. package/dist/cjs/components/logos/logo-kaito.js.map +1 -0
  25. package/dist/cjs/components/logos/logo-newton-mono.js +2 -0
  26. package/dist/cjs/components/logos/logo-newton-mono.js.map +1 -0
  27. package/dist/cjs/components/logos/logo-newton.js +2 -0
  28. package/dist/cjs/components/logos/logo-newton.js.map +1 -0
  29. package/dist/cjs/index.js +1 -1
  30. package/dist/es/components/icons/ico-airdrop.js +2 -0
  31. package/dist/es/components/icons/ico-airdrop.js.map +1 -0
  32. package/dist/es/components/icons/ico-atom.js +1 -1
  33. package/dist/es/components/icons/ico-atom.js.map +1 -1
  34. package/dist/es/components/icons/ico-dismiss.js +1 -1
  35. package/dist/es/components/icons/ico-dismiss.js.map +1 -1
  36. package/dist/es/components/icons/ico-eye-closed.js +1 -1
  37. package/dist/es/components/icons/ico-eye-closed.js.map +1 -1
  38. package/dist/es/components/icons/ico-lightning.js +1 -1
  39. package/dist/es/components/icons/ico-lightning.js.map +1 -1
  40. package/dist/es/components/icons/ico-lock-locked-fill.js +2 -0
  41. package/dist/es/components/icons/ico-lock-locked-fill.js.map +1 -0
  42. package/dist/es/components/icons/ico-lock-unlocked-fill.js +1 -1
  43. package/dist/es/components/icons/ico-lock-unlocked-fill.js.map +1 -1
  44. package/dist/es/components/icons/ico-mfa.js +1 -1
  45. package/dist/es/components/icons/ico-mfa.js.map +1 -1
  46. package/dist/es/components/icons/ico-star.js +1 -1
  47. package/dist/es/components/icons/ico-star.js.map +1 -1
  48. package/dist/es/components/logos/icon-kaito-ticket.js +2 -0
  49. package/dist/es/components/logos/icon-kaito-ticket.js.map +1 -0
  50. package/dist/es/components/logos/logo-kaito-mono.js +2 -0
  51. package/dist/es/components/logos/logo-kaito-mono.js.map +1 -0
  52. package/dist/es/components/logos/logo-kaito.js +2 -0
  53. package/dist/es/components/logos/logo-kaito.js.map +1 -0
  54. package/dist/es/components/logos/logo-newton-mono.js +2 -0
  55. package/dist/es/components/logos/logo-newton-mono.js.map +1 -0
  56. package/dist/es/components/logos/logo-newton.js +2 -0
  57. package/dist/es/components/logos/logo-newton.js.map +1 -0
  58. package/dist/es/index.js +1 -1
  59. package/dist/types/components/icons/ico-airdrop.d.ts +14 -0
  60. package/dist/types/components/icons/ico-airdrop.d.ts.map +1 -0
  61. package/dist/types/components/icons/ico-lock-locked-fill.d.ts +14 -0
  62. package/dist/types/components/icons/ico-lock-locked-fill.d.ts.map +1 -0
  63. package/dist/types/components/icons/index.d.ts +2 -0
  64. package/dist/types/components/icons/index.d.ts.map +1 -1
  65. package/dist/types/components/logos/icon-kaito-ticket.d.ts +10 -0
  66. package/dist/types/components/logos/icon-kaito-ticket.d.ts.map +1 -0
  67. package/dist/types/components/logos/index.d.ts +5 -0
  68. package/dist/types/components/logos/index.d.ts.map +1 -1
  69. package/dist/types/components/logos/logo-kaito-mono.d.ts +14 -0
  70. package/dist/types/components/logos/logo-kaito-mono.d.ts.map +1 -0
  71. package/dist/types/components/logos/logo-kaito.d.ts +10 -0
  72. package/dist/types/components/logos/logo-kaito.d.ts.map +1 -0
  73. package/dist/types/components/logos/logo-newton-mono.d.ts +14 -0
  74. package/dist/types/components/logos/logo-newton-mono.d.ts.map +1 -0
  75. package/dist/types/components/logos/logo-newton.d.ts +10 -0
  76. package/dist/types/components/logos/logo-newton.d.ts.map +1 -0
  77. package/package.json +1 -1
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),o=require("@styled/tokens");const n=({color:C,title:t,titleId:r,...l})=>{const i=C||o.token("colors.text.primary");return e.jsxs("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",color:i,"aria-labelledby":r,...l,children:[t?e.jsx("title",{id:r,children:t}):null,e.jsx("path",{d:"M12.0003 0.375C16.7636 0.375181 20.6253 4.23666 20.6253 9V10.5H20.6234C20.623 10.8884 20.4234 11.2664 20.0628 11.4746L16.4134 13.5801C17.1618 14.3268 17.6253 15.3593 17.6253 16.5V19.5C17.6253 21.7781 15.7784 23.6248 13.5003 23.625H10.5003C8.22216 23.625 6.37534 21.7782 6.37534 19.5V16.5C6.37534 15.3596 6.83728 14.3268 7.5853 13.5801L3.93784 11.4746C3.57726 11.2664 3.37668 10.8884 3.37631 10.5H3.37534V9C3.37534 4.23654 7.23688 0.375 12.0003 0.375ZM10.5003 14.625C9.4648 14.625 8.62534 15.4645 8.62534 16.5V19.5C8.62534 20.5355 9.4648 21.375 10.5003 21.375H13.5003C14.5357 21.3748 15.3753 20.5354 15.3753 19.5V16.5C15.3753 15.4646 14.5357 14.6252 13.5003 14.625H10.5003ZM10.1664 9.47852C9.23082 9.10434 8.17058 9.28629 7.41537 9.93652L7.26791 10.0732L6.80795 10.5322L10.0433 12.4004C10.1933 12.3839 10.346 12.375 10.5003 12.375H10.8753V9.7002C10.6352 9.64402 10.398 9.57115 10.1664 9.47852ZM16.7328 10.0732C15.9727 9.31318 14.8324 9.07947 13.8343 9.47852C13.6028 9.57112 13.3653 9.64401 13.1253 9.7002V12.375H13.5003C13.6545 12.375 13.8066 12.3839 13.9564 12.4004L17.1917 10.5322L16.7328 10.0732ZM12.0003 2.625C8.64318 2.625 5.89338 5.22012 5.64487 8.51367L5.67709 8.48242C7.07368 7.08599 9.16856 6.65522 11.0023 7.38867C11.6429 7.64485 12.3578 7.64493 12.9984 7.38867L13.3451 7.26562C15.0913 6.71362 17.0143 7.17315 18.3236 8.48242L18.3539 8.5127C18.1048 5.21976 15.357 2.62517 12.0003 2.625Z",fill:"currentColor"})]})};exports.default=n;
2
+ //# sourceMappingURL=ico-airdrop.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ico-airdrop.js","sources":["../../../../src/components/icons/ico-airdrop.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\nimport { token } from '@styled/tokens';\ninterface SVGRProps {\n title?: string;\n titleId?: string;\n}\nexport interface Props extends SVGRProps, SVGProps<SVGSVGElement> {\n /**\n * Configures icon color on monochrome svgs.\n */\n color?: string;\n}\nconst IcoAirdrop = ({ color: customColor, title, titleId, ...props }: Props) => {\n // Utilize dynamic primary text color by default\n const color = customColor || token('colors.text.primary');\n return (\n <svg\n width={24}\n height={24}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n color={color}\n aria-labelledby={titleId}\n {...props}\n >\n {title ? <title id={titleId}>{title}</title> : null}\n <path\n d=\"M12.0003 0.375C16.7636 0.375181 20.6253 4.23666 20.6253 9V10.5H20.6234C20.623 10.8884 20.4234 11.2664 20.0628 11.4746L16.4134 13.5801C17.1618 14.3268 17.6253 15.3593 17.6253 16.5V19.5C17.6253 21.7781 15.7784 23.6248 13.5003 23.625H10.5003C8.22216 23.625 6.37534 21.7782 6.37534 19.5V16.5C6.37534 15.3596 6.83728 14.3268 7.5853 13.5801L3.93784 11.4746C3.57726 11.2664 3.37668 10.8884 3.37631 10.5H3.37534V9C3.37534 4.23654 7.23688 0.375 12.0003 0.375ZM10.5003 14.625C9.4648 14.625 8.62534 15.4645 8.62534 16.5V19.5C8.62534 20.5355 9.4648 21.375 10.5003 21.375H13.5003C14.5357 21.3748 15.3753 20.5354 15.3753 19.5V16.5C15.3753 15.4646 14.5357 14.6252 13.5003 14.625H10.5003ZM10.1664 9.47852C9.23082 9.10434 8.17058 9.28629 7.41537 9.93652L7.26791 10.0732L6.80795 10.5322L10.0433 12.4004C10.1933 12.3839 10.346 12.375 10.5003 12.375H10.8753V9.7002C10.6352 9.64402 10.398 9.57115 10.1664 9.47852ZM16.7328 10.0732C15.9727 9.31318 14.8324 9.07947 13.8343 9.47852C13.6028 9.57112 13.3653 9.64401 13.1253 9.7002V12.375H13.5003C13.6545 12.375 13.8066 12.3839 13.9564 12.4004L17.1917 10.5322L16.7328 10.0732ZM12.0003 2.625C8.64318 2.625 5.89338 5.22012 5.64487 8.51367L5.67709 8.48242C7.07368 7.08599 9.16856 6.65522 11.0023 7.38867C11.6429 7.64485 12.3578 7.64493 12.9984 7.38867L13.3451 7.26562C15.0913 6.71362 17.0143 7.17315 18.3236 8.48242L18.3539 8.5127C18.1048 5.21976 15.357 2.62517 12.0003 2.625Z\"\n fill=\"currentColor\"\n />\n </svg>\n );\n};\nexport default IcoAirdrop;\n"],"names":["IcoAirdrop","customColor","title","titleId","props","color","token","_jsxs","_jsx"],"mappings":"yIAYMA,EAAa,CAAC,CAAE,MAAOC,EAAa,MAAAC,EAAO,QAAAC,EAAS,GAAGC,CAAK,IAAa,CAE7E,MAAMC,EAAQJ,GAAeK,EAAAA,MAAM,qBAAqB,EACxD,OACEC,OACE,MAAA,CAAA,MAAO,GACP,OAAQ,GACR,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAOF,EAAK,kBACKF,EAAO,GACpBC,EAEH,SAAA,CAAAF,EAAQM,MAAA,QAAA,CAAO,GAAIL,EAAO,SAAGD,CAAK,CAAA,EAAY,KAC/CM,EAAA,IAAA,OAAA,CACE,EAAE,s3CACF,KAAK,cAAc,CAAA,CACnB,CACE,CAAA,CAEV"}
@@ -1,2 +1,2 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var C=require("react/jsx-runtime"),o=require("@styled/tokens");const n=({color:t,title:e,titleId:l,...r})=>{const i=t||o.token("colors.text.primary");return C.jsxs("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",color:i,"aria-labelledby":l,...r,children:[e?C.jsx("title",{id:l,children:e}):null,C.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14.7475 2.49064C17.0688 1.69181 19.4219 1.65741 20.8797 3.11517C22.3375 4.57293 22.303 6.92602 21.5042 9.24737C21.186 10.172 20.7342 11.1355 20.1619 12.1067C20.6998 13.0256 21.1291 13.9348 21.4383 14.808C22.2517 17.1045 22.3203 19.4428 20.8811 20.8821C19.4418 22.3213 17.1035 22.2527 14.807 21.4393C13.934 21.1301 13.0249 20.701 12.1062 20.1632C11.1343 20.7361 10.1702 21.1882 9.24494 21.5066C6.92359 22.3055 4.57051 22.3399 3.11274 20.8821C1.65498 19.4244 1.68938 17.0713 2.48821 14.7499C2.80667 13.8245 3.25894 12.8602 3.83198 11.8881C3.2947 10.9701 2.86589 10.0616 2.55689 9.18918C1.74356 6.89272 1.67489 4.55439 3.11414 3.11513C4.5534 1.67588 6.89173 1.74455 9.18819 2.55788C10.0608 2.86693 10.9694 3.29585 11.8877 3.83326C12.8591 3.26077 13.8227 2.80889 14.7475 2.49064ZM10.3709 4.82191C9.7816 4.51444 9.20602 4.26158 8.65403 4.06609C6.50429 3.30472 4.99715 3.49487 4.24551 4.2465C3.49388 4.99814 3.30373 6.50528 4.0651 8.65502C4.26056 9.20691 4.51336 9.78237 4.82075 10.3716C5.55044 9.35129 6.40581 8.34017 7.37178 7.37421C8.3383 6.40768 9.35003 5.55188 10.3709 4.82191ZM5.71677 11.8912C6.46811 10.756 7.40268 9.60605 8.50315 8.50558C9.6042 7.40452 10.7548 6.46954 11.8906 5.71801C13.0633 6.48846 14.2564 7.4549 15.3989 8.59735C16.5408 9.73923 17.5068 10.9318 18.2771 12.1039C17.5255 13.2398 16.5905 14.3905 15.4893 15.4917C14.3887 16.5923 13.2386 17.5269 12.1033 18.2783C10.9311 17.508 9.73836 16.5419 8.59636 15.3999C7.45379 14.2573 6.48726 13.064 5.71677 11.8912ZM4.81575 13.4082C4.47958 14.0476 4.20694 14.6725 4.00114 15.2705C3.2585 17.4286 3.46028 18.9669 4.24411 19.7507C5.02795 20.5346 6.56624 20.7364 8.72431 19.9937C9.32226 19.788 9.94704 19.5154 10.5863 19.1793C9.52573 18.4265 8.47178 17.538 7.46499 16.5312C6.45766 15.5239 5.56878 14.4694 4.81575 13.4082ZM13.6227 19.1745C14.2126 19.4823 14.7887 19.7355 15.3412 19.9311C17.4909 20.6925 18.9981 20.5023 19.7497 19.7507C20.5014 18.9991 20.6915 17.4919 19.9301 15.3422C19.7344 14.7896 19.4812 14.2134 19.1733 13.6234C18.4433 14.6445 17.5873 15.6564 16.6207 16.6231C15.6545 17.5892 14.6432 18.4447 13.6227 19.1745ZM19.1779 10.5868C18.4252 9.52636 17.5369 8.4726 16.5302 7.46598C15.5231 6.45882 14.4688 5.57008 13.4078 4.81713C14.0465 4.48145 14.6707 4.20915 15.2681 4.00357C17.4262 3.26092 18.9645 3.46271 19.7483 4.24654C20.5322 5.03037 20.7339 6.56867 19.9913 8.72674C19.7857 9.32407 19.5135 9.94817 19.1779 10.5868ZM11.9982 14.7489C13.517 14.7489 14.7482 13.5176 14.7482 11.9989C14.7482 10.4801 13.517 9.24887 11.9982 9.24887C10.4794 9.24887 9.24822 10.4801 9.24822 11.9989C9.24822 13.5176 10.4794 14.7489 11.9982 14.7489Z",fill:"currentColor"})]})};exports.default=n;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var C=require("react/jsx-runtime"),o=require("@styled/tokens");const n=({color:t,title:e,titleId:l,...r})=>{const i=t||o.token("colors.text.primary");return C.jsxs("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",color:i,"aria-labelledby":l,...r,children:[e?C.jsx("title",{id:l,children:e}):null,C.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M19.1492 10.2047C19.4131 9.67572 19.6315 9.15896 19.8025 8.66188C20.5381 6.52443 20.3065 5.08784 19.6071 4.38817C18.9075 3.68859 17.471 3.45719 15.3334 4.19275C14.8362 4.36383 14.3193 4.58225 13.7902 4.84611C14.7709 5.56391 15.742 6.39484 16.672 7.32486C17.6014 8.25431 18.4318 9.22465 19.1492 10.2047ZM18.0369 12.1036C17.2873 10.9797 16.3553 9.83665 15.2578 8.73908C14.1595 7.64081 13.0156 6.70817 11.891 5.95823C10.8034 6.68868 9.70189 7.58972 8.64488 8.64669C7.58817 9.7034 6.68722 10.8047 5.95675 11.892C6.70673 13.0168 7.63942 14.1608 8.73774 15.2591C9.83537 16.3567 10.9786 17.2888 12.1025 18.0384C13.1898 17.3077 14.2911 16.4065 15.3479 15.3497C16.405 14.2926 17.3062 13.1911 18.0369 12.1036ZM14.004 19.1443C14.944 18.451 15.8725 17.6535 16.7621 16.7639C17.6519 15.8741 18.4495 14.9454 19.1429 14.0051C19.381 14.4861 19.581 14.956 19.7414 15.4089C20.4963 17.5403 20.2738 18.9438 19.6081 19.6095C18.9424 20.275 17.5388 20.4975 15.4076 19.7427C14.9547 19.5823 14.4849 19.3823 14.004 19.1443ZM12.1063 20.3946C13.0009 20.911 13.887 21.3256 14.7406 21.6279C17.0552 22.4476 19.4972 22.5487 21.0223 21.0237C22.5475 19.4985 22.4471 17.056 21.6272 14.7412C21.3249 13.8874 20.91 13.0013 20.3934 12.1066C20.9441 11.1589 21.3815 10.2182 21.6932 9.31237C22.499 6.97072 22.5631 4.51597 21.0213 2.97395C19.4793 1.43195 17.024 1.49552 14.6822 2.30137C13.7762 2.61317 12.8353 3.05063 11.8874 3.60151C10.9934 3.08545 10.108 2.67102 9.25495 2.3689C6.9402 1.54912 4.49765 1.44863 2.97247 2.97381C1.44752 4.49895 1.54857 6.94099 2.36826 9.2556C2.67031 10.1085 3.08454 10.9937 3.60034 11.8877C3.04882 12.8363 2.61089 13.778 2.29887 14.6847C1.49302 17.0265 1.42944 19.4818 2.97145 21.0238C4.51344 22.5656 6.96824 22.5015 9.30986 21.6957C10.2164 21.3838 11.1578 20.946 12.1063 20.3946ZM10.2042 19.1507C9.22379 18.4333 8.25315 17.6029 7.32353 16.6733C6.39333 15.7431 5.56237 14.7718 4.84461 13.7907C4.58028 14.3206 4.36153 14.8381 4.19024 15.3359C3.45472 17.4734 3.6861 18.91 4.38566 19.6096C5.08533 20.309 6.52192 20.5406 8.65938 19.805C9.15705 19.6338 9.67448 19.415 10.2042 19.1507ZM4.85076 9.98993C4.61319 9.50976 4.41358 9.04074 4.25341 8.58854C3.49861 6.45732 3.72114 5.05378 4.38669 4.38802C5.05237 3.72234 6.45581 3.49988 8.5872 4.25475C9.03948 4.41493 9.50857 4.61457 9.98881 4.85218C9.0488 5.54545 8.12027 6.3429 7.23066 7.23248C6.34131 8.12183 5.54398 9.05013 4.85076 9.98993ZM11.9982 14.7489C13.517 14.7489 14.7482 13.5176 14.7482 11.9989C14.7482 10.4801 13.517 9.24887 11.9982 9.24887C10.4794 9.24887 9.24822 10.4801 9.24822 11.9989C9.24822 13.5176 10.4794 14.7489 11.9982 14.7489Z",fill:"currentColor"})]})};exports.default=n;
2
2
  //# sourceMappingURL=ico-atom.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ico-atom.js","sources":["../../../../src/components/icons/ico-atom.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\nimport { token } from '@styled/tokens';\ninterface SVGRProps {\n title?: string;\n titleId?: string;\n}\nexport interface Props extends SVGRProps, SVGProps<SVGSVGElement> {\n /**\n * Configures icon color on monochrome svgs.\n */\n color?: string;\n}\nconst IcoAtom = ({ color: customColor, title, titleId, ...props }: Props) => {\n // Utilize dynamic primary text color by default\n const color = customColor || token('colors.text.primary');\n return (\n <svg\n width={24}\n height={24}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n color={color}\n aria-labelledby={titleId}\n {...props}\n >\n {title ? <title id={titleId}>{title}</title> : null}\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M14.7475 2.49064C17.0688 1.69181 19.4219 1.65741 20.8797 3.11517C22.3375 4.57293 22.303 6.92602 21.5042 9.24737C21.186 10.172 20.7342 11.1355 20.1619 12.1067C20.6998 13.0256 21.1291 13.9348 21.4383 14.808C22.2517 17.1045 22.3203 19.4428 20.8811 20.8821C19.4418 22.3213 17.1035 22.2527 14.807 21.4393C13.934 21.1301 13.0249 20.701 12.1062 20.1632C11.1343 20.7361 10.1702 21.1882 9.24494 21.5066C6.92359 22.3055 4.57051 22.3399 3.11274 20.8821C1.65498 19.4244 1.68938 17.0713 2.48821 14.7499C2.80667 13.8245 3.25894 12.8602 3.83198 11.8881C3.2947 10.9701 2.86589 10.0616 2.55689 9.18918C1.74356 6.89272 1.67489 4.55439 3.11414 3.11513C4.5534 1.67588 6.89173 1.74455 9.18819 2.55788C10.0608 2.86693 10.9694 3.29585 11.8877 3.83326C12.8591 3.26077 13.8227 2.80889 14.7475 2.49064ZM10.3709 4.82191C9.7816 4.51444 9.20602 4.26158 8.65403 4.06609C6.50429 3.30472 4.99715 3.49487 4.24551 4.2465C3.49388 4.99814 3.30373 6.50528 4.0651 8.65502C4.26056 9.20691 4.51336 9.78237 4.82075 10.3716C5.55044 9.35129 6.40581 8.34017 7.37178 7.37421C8.3383 6.40768 9.35003 5.55188 10.3709 4.82191ZM5.71677 11.8912C6.46811 10.756 7.40268 9.60605 8.50315 8.50558C9.6042 7.40452 10.7548 6.46954 11.8906 5.71801C13.0633 6.48846 14.2564 7.4549 15.3989 8.59735C16.5408 9.73923 17.5068 10.9318 18.2771 12.1039C17.5255 13.2398 16.5905 14.3905 15.4893 15.4917C14.3887 16.5923 13.2386 17.5269 12.1033 18.2783C10.9311 17.508 9.73836 16.5419 8.59636 15.3999C7.45379 14.2573 6.48726 13.064 5.71677 11.8912ZM4.81575 13.4082C4.47958 14.0476 4.20694 14.6725 4.00114 15.2705C3.2585 17.4286 3.46028 18.9669 4.24411 19.7507C5.02795 20.5346 6.56624 20.7364 8.72431 19.9937C9.32226 19.788 9.94704 19.5154 10.5863 19.1793C9.52573 18.4265 8.47178 17.538 7.46499 16.5312C6.45766 15.5239 5.56878 14.4694 4.81575 13.4082ZM13.6227 19.1745C14.2126 19.4823 14.7887 19.7355 15.3412 19.9311C17.4909 20.6925 18.9981 20.5023 19.7497 19.7507C20.5014 18.9991 20.6915 17.4919 19.9301 15.3422C19.7344 14.7896 19.4812 14.2134 19.1733 13.6234C18.4433 14.6445 17.5873 15.6564 16.6207 16.6231C15.6545 17.5892 14.6432 18.4447 13.6227 19.1745ZM19.1779 10.5868C18.4252 9.52636 17.5369 8.4726 16.5302 7.46598C15.5231 6.45882 14.4688 5.57008 13.4078 4.81713C14.0465 4.48145 14.6707 4.20915 15.2681 4.00357C17.4262 3.26092 18.9645 3.46271 19.7483 4.24654C20.5322 5.03037 20.7339 6.56867 19.9913 8.72674C19.7857 9.32407 19.5135 9.94817 19.1779 10.5868ZM11.9982 14.7489C13.517 14.7489 14.7482 13.5176 14.7482 11.9989C14.7482 10.4801 13.517 9.24887 11.9982 9.24887C10.4794 9.24887 9.24822 10.4801 9.24822 11.9989C9.24822 13.5176 10.4794 14.7489 11.9982 14.7489Z\"\n fill=\"currentColor\"\n />\n </svg>\n );\n};\nexport default IcoAtom;\n"],"names":["IcoAtom","customColor","title","titleId","props","color","token","_jsxs","_jsx"],"mappings":"mIAYA,MAAMA,EAAU,CAAC,CAAE,MAAOC,EAAa,MAAAC,EAAO,QAAAC,EAAS,GAAGC,CAAK,IAAa,CAE1E,MAAMC,EAAQJ,GAAeK,EAAAA,MAAM,qBAAqB,EACxD,OACEC,OAAA,MAAA,CACE,MAAO,GACP,OAAQ,GACR,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAOF,EACU,kBAAAF,EACb,GAAAC,YAEHF,EAAQM,EAAAA,IAAO,QAAA,CAAA,GAAIL,EAAU,SAAAD,CAAc,CAAA,EAAG,KAC/CM,EAAAA,YACE,SAAS,UACT,SAAS,UACT,EAAE,kiFACF,KAAK,cACL,CAAA,CAAA,CAAA,CAAA,CAGR"}
1
+ {"version":3,"file":"ico-atom.js","sources":["../../../../src/components/icons/ico-atom.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\nimport { token } from '@styled/tokens';\ninterface SVGRProps {\n title?: string;\n titleId?: string;\n}\nexport interface Props extends SVGRProps, SVGProps<SVGSVGElement> {\n /**\n * Configures icon color on monochrome svgs.\n */\n color?: string;\n}\nconst IcoAtom = ({ color: customColor, title, titleId, ...props }: Props) => {\n // Utilize dynamic primary text color by default\n const color = customColor || token('colors.text.primary');\n return (\n <svg\n width={24}\n height={24}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n color={color}\n aria-labelledby={titleId}\n {...props}\n >\n {title ? <title id={titleId}>{title}</title> : null}\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M19.1492 10.2047C19.4131 9.67572 19.6315 9.15896 19.8025 8.66188C20.5381 6.52443 20.3065 5.08784 19.6071 4.38817C18.9075 3.68859 17.471 3.45719 15.3334 4.19275C14.8362 4.36383 14.3193 4.58225 13.7902 4.84611C14.7709 5.56391 15.742 6.39484 16.672 7.32486C17.6014 8.25431 18.4318 9.22465 19.1492 10.2047ZM18.0369 12.1036C17.2873 10.9797 16.3553 9.83665 15.2578 8.73908C14.1595 7.64081 13.0156 6.70817 11.891 5.95823C10.8034 6.68868 9.70189 7.58972 8.64488 8.64669C7.58817 9.7034 6.68722 10.8047 5.95675 11.892C6.70673 13.0168 7.63942 14.1608 8.73774 15.2591C9.83537 16.3567 10.9786 17.2888 12.1025 18.0384C13.1898 17.3077 14.2911 16.4065 15.3479 15.3497C16.405 14.2926 17.3062 13.1911 18.0369 12.1036ZM14.004 19.1443C14.944 18.451 15.8725 17.6535 16.7621 16.7639C17.6519 15.8741 18.4495 14.9454 19.1429 14.0051C19.381 14.4861 19.581 14.956 19.7414 15.4089C20.4963 17.5403 20.2738 18.9438 19.6081 19.6095C18.9424 20.275 17.5388 20.4975 15.4076 19.7427C14.9547 19.5823 14.4849 19.3823 14.004 19.1443ZM12.1063 20.3946C13.0009 20.911 13.887 21.3256 14.7406 21.6279C17.0552 22.4476 19.4972 22.5487 21.0223 21.0237C22.5475 19.4985 22.4471 17.056 21.6272 14.7412C21.3249 13.8874 20.91 13.0013 20.3934 12.1066C20.9441 11.1589 21.3815 10.2182 21.6932 9.31237C22.499 6.97072 22.5631 4.51597 21.0213 2.97395C19.4793 1.43195 17.024 1.49552 14.6822 2.30137C13.7762 2.61317 12.8353 3.05063 11.8874 3.60151C10.9934 3.08545 10.108 2.67102 9.25495 2.3689C6.9402 1.54912 4.49765 1.44863 2.97247 2.97381C1.44752 4.49895 1.54857 6.94099 2.36826 9.2556C2.67031 10.1085 3.08454 10.9937 3.60034 11.8877C3.04882 12.8363 2.61089 13.778 2.29887 14.6847C1.49302 17.0265 1.42944 19.4818 2.97145 21.0238C4.51344 22.5656 6.96824 22.5015 9.30986 21.6957C10.2164 21.3838 11.1578 20.946 12.1063 20.3946ZM10.2042 19.1507C9.22379 18.4333 8.25315 17.6029 7.32353 16.6733C6.39333 15.7431 5.56237 14.7718 4.84461 13.7907C4.58028 14.3206 4.36153 14.8381 4.19024 15.3359C3.45472 17.4734 3.6861 18.91 4.38566 19.6096C5.08533 20.309 6.52192 20.5406 8.65938 19.805C9.15705 19.6338 9.67448 19.415 10.2042 19.1507ZM4.85076 9.98993C4.61319 9.50976 4.41358 9.04074 4.25341 8.58854C3.49861 6.45732 3.72114 5.05378 4.38669 4.38802C5.05237 3.72234 6.45581 3.49988 8.5872 4.25475C9.03948 4.41493 9.50857 4.61457 9.98881 4.85218C9.0488 5.54545 8.12027 6.3429 7.23066 7.23248C6.34131 8.12183 5.54398 9.05013 4.85076 9.98993ZM11.9982 14.7489C13.517 14.7489 14.7482 13.5176 14.7482 11.9989C14.7482 10.4801 13.517 9.24887 11.9982 9.24887C10.4794 9.24887 9.24822 10.4801 9.24822 11.9989C9.24822 13.5176 10.4794 14.7489 11.9982 14.7489Z\"\n fill=\"currentColor\"\n />\n </svg>\n );\n};\nexport default IcoAtom;\n"],"names":["IcoAtom","customColor","title","titleId","props","color","token","_jsxs","_jsx"],"mappings":"mIAYA,MAAMA,EAAU,CAAC,CAAE,MAAOC,EAAa,MAAAC,EAAO,QAAAC,EAAS,GAAGC,CAAK,IAAa,CAE1E,MAAMC,EAAQJ,GAAeK,EAAAA,MAAM,qBAAqB,EACxD,OACEC,OAAA,MAAA,CACE,MAAO,GACP,OAAQ,GACR,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAOF,EACU,kBAAAF,EACb,GAAAC,YAEHF,EAAQM,EAAAA,IAAO,QAAA,CAAA,GAAIL,EAAU,SAAAD,CAAc,CAAA,EAAG,KAC/CM,EAAAA,YACE,SAAS,UACT,SAAS,UACT,EAAE,mhFACF,KAAK,cACL,CAAA,CAAA,CAAA,CAAA,CAGR"}
@@ -1,2 +1,2 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),n=require("@styled/tokens");const s=({color:r,title:l,titleId:t,...i})=>{const o=r||n.token("colors.text.primary");return e.jsxs("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",color:o,"aria-labelledby":t,...i,children:[l?e.jsx("title",{id:t,children:l}):null,e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M19.7069 5.70735C20.0974 5.31683 20.0974 4.68366 19.7069 4.29314C19.3163 3.90261 18.6832 3.90261 18.2927 4.29314L12 10.5858L5.70735 4.29314C5.31683 3.90261 4.68366 3.90261 4.29314 4.29314C3.90261 4.68366 3.90261 5.31683 4.29314 5.70735L10.5858 12L4.29295 18.2928C3.90243 18.6834 3.90243 19.3165 4.29295 19.7071C4.68347 20.0976 5.31664 20.0976 5.70716 19.7071L12 13.4142L18.2928 19.7071C18.6834 20.0976 19.3165 20.0976 19.7071 19.7071C20.0976 19.3165 20.0976 18.6834 19.7071 18.2928L13.4142 12L19.7069 5.70735Z",fill:"currentColor"})]})};exports.default=s;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),n=require("@styled/tokens");const s=({color:r,title:l,titleId:t,...i})=>{const o=r||n.token("colors.text.primary");return e.jsxs("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",color:o,"aria-labelledby":t,...i,children:[l?e.jsx("title",{id:t,children:l}):null,e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M19.7069 5.70735C20.0974 5.31683 20.0974 4.68366 19.7069 4.29314C19.3163 3.90261 18.6832 3.90261 18.2926 4.29314L12 10.5858L5.70735 4.29314C5.31682 3.90261 4.68366 3.90261 4.29314 4.29314C3.90261 4.68366 3.90261 5.31683 4.29314 5.70735L10.5858 12L4.29295 18.2928C3.90242 18.6834 3.90242 19.3165 4.29295 19.7071C4.68347 20.0976 5.31664 20.0976 5.70716 19.7071L12 13.4142L18.2928 19.7071C18.6834 20.0976 19.3165 20.0976 19.707 19.7071C20.0976 19.3165 20.0976 18.6834 19.707 18.2928L13.4142 12L19.7069 5.70735Z",fill:"currentColor"})]})};exports.default=s;
2
2
  //# sourceMappingURL=ico-dismiss.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ico-dismiss.js","sources":["../../../../src/components/icons/ico-dismiss.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\nimport { token } from '@styled/tokens';\ninterface SVGRProps {\n title?: string;\n titleId?: string;\n}\nexport interface Props extends SVGRProps, SVGProps<SVGSVGElement> {\n /**\n * Configures icon color on monochrome svgs.\n */\n color?: string;\n}\nconst IcoDismiss = ({ color: customColor, title, titleId, ...props }: Props) => {\n // Utilize dynamic primary text color by default\n const color = customColor || token('colors.text.primary');\n return (\n <svg\n width={24}\n height={24}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n color={color}\n aria-labelledby={titleId}\n {...props}\n >\n {title ? <title id={titleId}>{title}</title> : null}\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M19.7069 5.70735C20.0974 5.31683 20.0974 4.68366 19.7069 4.29314C19.3163 3.90261 18.6832 3.90261 18.2927 4.29314L12 10.5858L5.70735 4.29314C5.31683 3.90261 4.68366 3.90261 4.29314 4.29314C3.90261 4.68366 3.90261 5.31683 4.29314 5.70735L10.5858 12L4.29295 18.2928C3.90243 18.6834 3.90243 19.3165 4.29295 19.7071C4.68347 20.0976 5.31664 20.0976 5.70716 19.7071L12 13.4142L18.2928 19.7071C18.6834 20.0976 19.3165 20.0976 19.7071 19.7071C20.0976 19.3165 20.0976 18.6834 19.7071 18.2928L13.4142 12L19.7069 5.70735Z\"\n fill=\"currentColor\"\n />\n </svg>\n );\n};\nexport default IcoDismiss;\n"],"names":["IcoDismiss","customColor","title","titleId","props","color","token","_jsxs","_jsx"],"mappings":"mIAYA,MAAMA,EAAa,CAAC,CAAE,MAAOC,EAAa,MAAAC,EAAO,QAAAC,EAAS,GAAGC,CAAK,IAAa,CAE7E,MAAMC,EAAQJ,GAAeK,EAAAA,MAAM,qBAAqB,EACxD,OACEC,OAAA,MAAA,CACE,MAAO,GACP,OAAQ,GACR,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAOF,EACU,kBAAAF,EACb,GAAAC,YAEHF,EAAQM,EAAAA,IAAO,QAAA,CAAA,GAAIL,EAAU,SAAAD,CAAc,CAAA,EAAG,KAC/CM,EAAAA,YACE,SAAS,UACT,SAAS,UACT,EAAE,ggBACF,KAAK,cACL,CAAA,CAAA,CAAA,CAAA,CAGR"}
1
+ {"version":3,"file":"ico-dismiss.js","sources":["../../../../src/components/icons/ico-dismiss.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\nimport { token } from '@styled/tokens';\ninterface SVGRProps {\n title?: string;\n titleId?: string;\n}\nexport interface Props extends SVGRProps, SVGProps<SVGSVGElement> {\n /**\n * Configures icon color on monochrome svgs.\n */\n color?: string;\n}\nconst IcoDismiss = ({ color: customColor, title, titleId, ...props }: Props) => {\n // Utilize dynamic primary text color by default\n const color = customColor || token('colors.text.primary');\n return (\n <svg\n width={24}\n height={24}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n color={color}\n aria-labelledby={titleId}\n {...props}\n >\n {title ? <title id={titleId}>{title}</title> : null}\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M19.7069 5.70735C20.0974 5.31683 20.0974 4.68366 19.7069 4.29314C19.3163 3.90261 18.6832 3.90261 18.2926 4.29314L12 10.5858L5.70735 4.29314C5.31682 3.90261 4.68366 3.90261 4.29314 4.29314C3.90261 4.68366 3.90261 5.31683 4.29314 5.70735L10.5858 12L4.29295 18.2928C3.90242 18.6834 3.90242 19.3165 4.29295 19.7071C4.68347 20.0976 5.31664 20.0976 5.70716 19.7071L12 13.4142L18.2928 19.7071C18.6834 20.0976 19.3165 20.0976 19.707 19.7071C20.0976 19.3165 20.0976 18.6834 19.707 18.2928L13.4142 12L19.7069 5.70735Z\"\n fill=\"currentColor\"\n />\n </svg>\n );\n};\nexport default IcoDismiss;\n"],"names":["IcoDismiss","customColor","title","titleId","props","color","token","_jsxs","_jsx"],"mappings":"mIAYA,MAAMA,EAAa,CAAC,CAAE,MAAOC,EAAa,MAAAC,EAAO,QAAAC,EAAS,GAAGC,CAAK,IAAa,CAE7E,MAAMC,EAAQJ,GAAeK,EAAAA,MAAM,qBAAqB,EACxD,OACEC,OAAA,MAAA,CACE,MAAO,GACP,OAAQ,GACR,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAOF,EACU,kBAAAF,EACb,GAAAC,YAEHF,EAAQM,EAAAA,IAAO,QAAA,CAAA,GAAIL,EAAU,SAAAD,CAAc,CAAA,EAAG,KAC/CM,EAAAA,YACE,SAAS,UACT,SAAS,UACT,EAAE,8fACF,KAAK,cACL,CAAA,CAAA,CAAA,CAAA,CAGR"}
@@ -1,2 +1,2 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),o=require("@styled/tokens");const n=({color:r,title:l,titleId:t,...C})=>{const i=r||o.token("colors.text.primary");return e.jsxs("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",color:i,"aria-labelledby":t,...C,children:[l?e.jsx("title",{id:t,children:l}):null,e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.70711 1.29289C2.31658 0.902369 1.68342 0.902369 1.29289 1.29289C0.902369 1.68342 0.902369 2.31658 1.29289 2.70711L21.2929 22.7071C21.6834 23.0976 22.3166 23.0976 22.7071 22.7071C23.0976 22.3166 23.0976 21.6834 22.7071 21.2929L2.70711 1.29289ZM0.525923 10.7442C0.982745 9.95011 1.84175 8.66134 3.1794 7.42204L4.59381 8.83645C3.42495 9.9028 2.66977 11.0284 2.25952 11.7415C2.16418 11.9072 2.16418 12.0928 2.25952 12.2585C3.2372 13.958 6.17389 18 12 18C12.5763 18 13.1243 17.9605 13.6449 17.8875L15.3474 19.5901C14.3353 19.8491 13.2215 20 12 20C5.09498 20 1.63186 15.1782 0.525923 13.2558C0.0753741 12.4727 0.0753738 11.5273 0.525923 10.7442ZM21.7405 12.2585C21.3302 12.9716 20.5751 14.0972 19.4062 15.1635L20.8206 16.578C22.1582 15.3387 23.0173 14.0499 23.4741 13.2558C23.9246 12.4727 23.9246 11.5273 23.4741 10.7442C22.3681 8.82179 18.905 4 12 4C10.7785 4 9.66468 4.1509 8.65258 4.40994L10.3551 6.11246C10.8757 6.03955 11.4237 6 12 6C17.8261 6 20.7628 10.042 21.7405 11.7415C21.8358 11.9072 21.8358 12.0928 21.7405 12.2585Z",fill:"currentColor"})]})};exports.default=n;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),o=require("@styled/tokens");const n=({color:r,title:l,titleId:t,...C})=>{const i=r||o.token("colors.text.primary");return e.jsxs("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",color:i,"aria-labelledby":t,...C,children:[l?e.jsx("title",{id:t,children:l}):null,e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.70711 1.29289C2.31659 0.902369 1.68343 0.902369 1.2929 1.29289C0.902377 1.68342 0.902377 2.31658 1.2929 2.70711L21.2929 22.7071C21.6834 23.0976 22.3166 23.0976 22.7071 22.7071C23.0976 22.3166 23.0976 21.6834 22.7071 21.2929L2.70711 1.29289ZM0.52593 10.7442C0.982752 9.95011 1.84176 8.66134 3.17941 7.42204L4.59382 8.83645C3.42496 9.9028 2.66977 11.0284 2.25952 11.7415C2.16418 11.9072 2.16418 12.0928 2.25952 12.2585C3.23721 13.958 6.1739 18 12 18C12.5763 18 13.1243 17.9605 13.6449 17.8875L15.3474 19.5901C14.3353 19.8491 13.2215 20 12 20C5.09499 20 1.63187 15.1782 0.525931 13.2558C0.0753818 12.4727 0.0753814 11.5273 0.52593 10.7442ZM21.7405 12.2585C21.3302 12.9716 20.5751 14.0972 19.4062 15.1635L20.8206 16.578C22.1583 15.3387 23.0173 14.0499 23.4741 13.2558C23.9246 12.4727 23.9246 11.5273 23.4741 10.7442C22.3682 8.82179 18.905 4 12 4C10.7785 4 9.66469 4.1509 8.65259 4.40994L10.3551 6.11246C10.8757 6.03955 11.4237 6 12 6C17.8261 6 20.7628 10.042 21.7405 11.7415C21.8358 11.9072 21.8358 12.0928 21.7405 12.2585Z",fill:"currentColor"})]})};exports.default=n;
2
2
  //# sourceMappingURL=ico-eye-closed.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ico-eye-closed.js","sources":["../../../../src/components/icons/ico-eye-closed.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\nimport { token } from '@styled/tokens';\ninterface SVGRProps {\n title?: string;\n titleId?: string;\n}\nexport interface Props extends SVGRProps, SVGProps<SVGSVGElement> {\n /**\n * Configures icon color on monochrome svgs.\n */\n color?: string;\n}\nconst IcoEyeClosed = ({ color: customColor, title, titleId, ...props }: Props) => {\n // Utilize dynamic primary text color by default\n const color = customColor || token('colors.text.primary');\n return (\n <svg\n width={24}\n height={24}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n color={color}\n aria-labelledby={titleId}\n {...props}\n >\n {title ? <title id={titleId}>{title}</title> : null}\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M2.70711 1.29289C2.31658 0.902369 1.68342 0.902369 1.29289 1.29289C0.902369 1.68342 0.902369 2.31658 1.29289 2.70711L21.2929 22.7071C21.6834 23.0976 22.3166 23.0976 22.7071 22.7071C23.0976 22.3166 23.0976 21.6834 22.7071 21.2929L2.70711 1.29289ZM0.525923 10.7442C0.982745 9.95011 1.84175 8.66134 3.1794 7.42204L4.59381 8.83645C3.42495 9.9028 2.66977 11.0284 2.25952 11.7415C2.16418 11.9072 2.16418 12.0928 2.25952 12.2585C3.2372 13.958 6.17389 18 12 18C12.5763 18 13.1243 17.9605 13.6449 17.8875L15.3474 19.5901C14.3353 19.8491 13.2215 20 12 20C5.09498 20 1.63186 15.1782 0.525923 13.2558C0.0753741 12.4727 0.0753738 11.5273 0.525923 10.7442ZM21.7405 12.2585C21.3302 12.9716 20.5751 14.0972 19.4062 15.1635L20.8206 16.578C22.1582 15.3387 23.0173 14.0499 23.4741 13.2558C23.9246 12.4727 23.9246 11.5273 23.4741 10.7442C22.3681 8.82179 18.905 4 12 4C10.7785 4 9.66468 4.1509 8.65258 4.40994L10.3551 6.11246C10.8757 6.03955 11.4237 6 12 6C17.8261 6 20.7628 10.042 21.7405 11.7415C21.8358 11.9072 21.8358 12.0928 21.7405 12.2585Z\"\n fill=\"currentColor\"\n />\n </svg>\n );\n};\nexport default IcoEyeClosed;\n"],"names":["IcoEyeClosed","customColor","title","titleId","props","color","token","_jsxs","_jsx"],"mappings":"mIAYA,MAAMA,EAAe,CAAC,CAAE,MAAOC,EAAa,MAAAC,EAAO,QAAAC,EAAS,GAAGC,CAAK,IAAa,CAE/E,MAAMC,EAAQJ,GAAeK,EAAAA,MAAM,qBAAqB,EACxD,OACEC,OAAA,MAAA,CACE,MAAO,GACP,OAAQ,GACR,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAOF,EACU,kBAAAF,EACb,GAAAC,YAEHF,EAAQM,EAAAA,IAAO,QAAA,CAAA,GAAIL,EAAU,SAAAD,CAAc,CAAA,EAAG,KAC/CM,EAAAA,YACE,SAAS,UACT,SAAS,UACT,EAAE,ogCACF,KAAK,cACL,CAAA,CAAA,CAAA,CAAA,CAGR"}
1
+ {"version":3,"file":"ico-eye-closed.js","sources":["../../../../src/components/icons/ico-eye-closed.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\nimport { token } from '@styled/tokens';\ninterface SVGRProps {\n title?: string;\n titleId?: string;\n}\nexport interface Props extends SVGRProps, SVGProps<SVGSVGElement> {\n /**\n * Configures icon color on monochrome svgs.\n */\n color?: string;\n}\nconst IcoEyeClosed = ({ color: customColor, title, titleId, ...props }: Props) => {\n // Utilize dynamic primary text color by default\n const color = customColor || token('colors.text.primary');\n return (\n <svg\n width={24}\n height={24}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n color={color}\n aria-labelledby={titleId}\n {...props}\n >\n {title ? <title id={titleId}>{title}</title> : null}\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M2.70711 1.29289C2.31659 0.902369 1.68343 0.902369 1.2929 1.29289C0.902377 1.68342 0.902377 2.31658 1.2929 2.70711L21.2929 22.7071C21.6834 23.0976 22.3166 23.0976 22.7071 22.7071C23.0976 22.3166 23.0976 21.6834 22.7071 21.2929L2.70711 1.29289ZM0.52593 10.7442C0.982752 9.95011 1.84176 8.66134 3.17941 7.42204L4.59382 8.83645C3.42496 9.9028 2.66977 11.0284 2.25952 11.7415C2.16418 11.9072 2.16418 12.0928 2.25952 12.2585C3.23721 13.958 6.1739 18 12 18C12.5763 18 13.1243 17.9605 13.6449 17.8875L15.3474 19.5901C14.3353 19.8491 13.2215 20 12 20C5.09499 20 1.63187 15.1782 0.525931 13.2558C0.0753818 12.4727 0.0753814 11.5273 0.52593 10.7442ZM21.7405 12.2585C21.3302 12.9716 20.5751 14.0972 19.4062 15.1635L20.8206 16.578C22.1583 15.3387 23.0173 14.0499 23.4741 13.2558C23.9246 12.4727 23.9246 11.5273 23.4741 10.7442C22.3682 8.82179 18.905 4 12 4C10.7785 4 9.66469 4.1509 8.65259 4.40994L10.3551 6.11246C10.8757 6.03955 11.4237 6 12 6C17.8261 6 20.7628 10.042 21.7405 11.7415C21.8358 11.9072 21.8358 12.0928 21.7405 12.2585Z\"\n fill=\"currentColor\"\n />\n </svg>\n );\n};\nexport default IcoEyeClosed;\n"],"names":["IcoEyeClosed","customColor","title","titleId","props","color","token","_jsxs","_jsx"],"mappings":"mIAYA,MAAMA,EAAe,CAAC,CAAE,MAAOC,EAAa,MAAAC,EAAO,QAAAC,EAAS,GAAGC,CAAK,IAAa,CAE/E,MAAMC,EAAQJ,GAAeK,EAAAA,MAAM,qBAAqB,EACxD,OACEC,OAAA,MAAA,CACE,MAAO,GACP,OAAQ,GACR,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAOF,EACU,kBAAAF,EACb,GAAAC,YAEHF,EAAQM,EAAAA,IAAO,QAAA,CAAA,GAAIL,EAAU,SAAAD,CAAc,CAAA,EAAG,KAC/CM,EAAAA,YACE,SAAS,UACT,SAAS,UACT,EAAE,igCACF,KAAK,cACL,CAAA,CAAA,CAAA,CAAA,CAGR"}
@@ -1,2 +1,2 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),o=require("@styled/tokens");const n=({color:t,title:C,titleId:l,...r})=>{const i=t||o.token("colors.text.primary");return e.jsxs("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",color:i,"aria-labelledby":l,...r,children:[C?e.jsx("title",{id:l,children:C}):null,e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.8393 1.18633C16.0191 1.62165 16.0904 2.13337 16.0904 2.67308V9.59219H18.4874C19.3815 9.59219 20.4183 9.86546 20.8417 10.8036C21.2652 11.7417 20.7838 12.6983 20.1937 13.3654C20.1934 13.3659 20.193 13.3663 20.1926 13.3668L11.8726 22.8234C11.5162 23.2281 11.1246 23.5652 10.7026 23.7735C10.2763 23.9838 9.741 24.0959 9.20231 23.8936C8.66315 23.6911 8.3341 23.2538 8.15233 22.8137C7.97254 22.3783 7.90123 21.8666 7.90123 21.3269V14.4078H5.50425C4.61648 14.4078 3.58277 14.1378 3.15874 13.2018C2.73585 12.2683 3.21019 11.312 3.79247 10.6408L3.79704 10.6355L12.119 1.17665C12.4754 0.771879 12.8671 0.434796 13.2891 0.226544C13.7154 0.0161889 14.2507 -0.0959383 14.7893 0.106398C15.3285 0.308914 15.6576 0.746213 15.8393 1.18633ZM13.6203 2.498C13.6202 2.4981 13.6204 2.4979 13.6203 2.498L5.30109 11.9538C5.15076 12.1275 5.07185 12.2621 5.03286 12.3514C5.12503 12.3798 5.27689 12.4079 5.50425 12.4079H8.9012C9.45347 12.4079 9.90117 12.8556 9.90117 13.4078V21.3269C9.90117 21.5811 9.92469 21.7668 9.9539 21.8957C10.0614 21.8181 10.2025 21.6938 10.3711 21.5023C10.371 21.5024 10.3712 21.5022 10.3711 21.5023L18.6931 12.0434L18.6951 12.0411C18.8459 11.8708 18.9255 11.7382 18.9652 11.65C18.872 11.6209 18.7181 11.5921 18.4874 11.5921H15.0905C14.5382 11.5921 14.0905 11.1444 14.0905 10.5922V2.67308C14.0905 2.41893 14.067 2.23316 14.0378 2.10433C13.9302 2.18192 13.7889 2.30654 13.6203 2.498ZM14.2282 1.9977C14.2282 1.99772 14.2276 1.99788 14.2265 1.99811L14.2282 1.9977ZM13.9665 1.89974C13.9659 1.89892 13.9656 1.89847 13.9656 1.89845L13.9665 1.89974ZM9.7635 22.0023C9.76351 22.0023 9.76408 22.0021 9.76519 22.0019L9.7635 22.0023ZM10.0252 22.1003C10.0258 22.1011 10.0261 22.1015 10.0261 22.1015L10.0252 22.1003Z",fill:"currentColor"})]})};exports.default=n;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),o=require("@styled/tokens");const n=({color:t,title:C,titleId:l,...r})=>{const i=t||o.token("colors.text.primary");return e.jsxs("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",color:i,"aria-labelledby":l,...r,children:[C?e.jsx("title",{id:l,children:C}):null,e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.8393 1.18633C16.0191 1.62165 16.0904 2.13337 16.0904 2.67308V9.59219H18.4874C19.3815 9.59219 20.4183 9.86546 20.8417 10.8036C21.2652 11.7417 20.7838 12.6983 20.1937 13.3654C20.1934 13.3659 20.193 13.3663 20.1926 13.3668L11.8726 22.8234C11.5162 23.2281 11.1246 23.5652 10.7026 23.7735C10.2763 23.9838 9.741 24.0959 9.20232 23.8936C8.66315 23.6911 8.3341 23.2538 8.15233 22.8137C7.97254 22.3783 7.90123 21.8666 7.90123 21.3269V14.4078H5.50425C4.61648 14.4078 3.58277 14.1378 3.15875 13.2018C2.73585 12.2683 3.21019 11.312 3.79247 10.6408L3.79704 10.6355L12.119 1.17665C12.4754 0.771879 12.8671 0.434796 13.2891 0.226544C13.7154 0.0161889 14.2507 -0.0959383 14.7893 0.106398C15.3285 0.308914 15.6576 0.746213 15.8393 1.18633ZM13.6203 2.498C13.6202 2.4981 13.6204 2.4979 13.6203 2.498L5.30109 11.9538C5.15076 12.1275 5.07185 12.2621 5.03286 12.3514C5.12504 12.3798 5.27689 12.4079 5.50425 12.4079H8.9012C9.45347 12.4079 9.90117 12.8556 9.90117 13.4078V21.3269C9.90117 21.5811 9.92469 21.7668 9.9539 21.8957C10.0614 21.8181 10.2025 21.6938 10.3711 21.5023C10.371 21.5024 10.3712 21.5022 10.3711 21.5023L18.6931 12.0434L18.6951 12.0411C18.8459 11.8708 18.9255 11.7382 18.9652 11.65C18.872 11.6209 18.7181 11.5921 18.4874 11.5921H15.0905C14.5382 11.5921 14.0905 11.1444 14.0905 10.5922V2.67308C14.0905 2.41893 14.067 2.23316 14.0378 2.10433C13.9302 2.18192 13.7889 2.30654 13.6203 2.498ZM14.2282 1.9977C14.2282 1.99772 14.2276 1.99788 14.2265 1.99811L14.2282 1.9977ZM13.9665 1.89974C13.9659 1.89892 13.9656 1.89847 13.9656 1.89845L13.9665 1.89974ZM9.7635 22.0023C9.76351 22.0023 9.76408 22.0021 9.76519 22.0019L9.7635 22.0023ZM10.0252 22.1003C10.0258 22.1011 10.0261 22.1015 10.0261 22.1015L10.0252 22.1003Z",fill:"currentColor"})]})};exports.default=n;
2
2
  //# sourceMappingURL=ico-lightning.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ico-lightning.js","sources":["../../../../src/components/icons/ico-lightning.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\nimport { token } from '@styled/tokens';\ninterface SVGRProps {\n title?: string;\n titleId?: string;\n}\nexport interface Props extends SVGRProps, SVGProps<SVGSVGElement> {\n /**\n * Configures icon color on monochrome svgs.\n */\n color?: string;\n}\nconst IcoLightning = ({ color: customColor, title, titleId, ...props }: Props) => {\n // Utilize dynamic primary text color by default\n const color = customColor || token('colors.text.primary');\n return (\n <svg\n width={24}\n height={24}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n color={color}\n aria-labelledby={titleId}\n {...props}\n >\n {title ? <title id={titleId}>{title}</title> : null}\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M15.8393 1.18633C16.0191 1.62165 16.0904 2.13337 16.0904 2.67308V9.59219H18.4874C19.3815 9.59219 20.4183 9.86546 20.8417 10.8036C21.2652 11.7417 20.7838 12.6983 20.1937 13.3654C20.1934 13.3659 20.193 13.3663 20.1926 13.3668L11.8726 22.8234C11.5162 23.2281 11.1246 23.5652 10.7026 23.7735C10.2763 23.9838 9.741 24.0959 9.20231 23.8936C8.66315 23.6911 8.3341 23.2538 8.15233 22.8137C7.97254 22.3783 7.90123 21.8666 7.90123 21.3269V14.4078H5.50425C4.61648 14.4078 3.58277 14.1378 3.15874 13.2018C2.73585 12.2683 3.21019 11.312 3.79247 10.6408L3.79704 10.6355L12.119 1.17665C12.4754 0.771879 12.8671 0.434796 13.2891 0.226544C13.7154 0.0161889 14.2507 -0.0959383 14.7893 0.106398C15.3285 0.308914 15.6576 0.746213 15.8393 1.18633ZM13.6203 2.498C13.6202 2.4981 13.6204 2.4979 13.6203 2.498L5.30109 11.9538C5.15076 12.1275 5.07185 12.2621 5.03286 12.3514C5.12503 12.3798 5.27689 12.4079 5.50425 12.4079H8.9012C9.45347 12.4079 9.90117 12.8556 9.90117 13.4078V21.3269C9.90117 21.5811 9.92469 21.7668 9.9539 21.8957C10.0614 21.8181 10.2025 21.6938 10.3711 21.5023C10.371 21.5024 10.3712 21.5022 10.3711 21.5023L18.6931 12.0434L18.6951 12.0411C18.8459 11.8708 18.9255 11.7382 18.9652 11.65C18.872 11.6209 18.7181 11.5921 18.4874 11.5921H15.0905C14.5382 11.5921 14.0905 11.1444 14.0905 10.5922V2.67308C14.0905 2.41893 14.067 2.23316 14.0378 2.10433C13.9302 2.18192 13.7889 2.30654 13.6203 2.498ZM14.2282 1.9977C14.2282 1.99772 14.2276 1.99788 14.2265 1.99811L14.2282 1.9977ZM13.9665 1.89974C13.9659 1.89892 13.9656 1.89847 13.9656 1.89845L13.9665 1.89974ZM9.7635 22.0023C9.76351 22.0023 9.76408 22.0021 9.76519 22.0019L9.7635 22.0023ZM10.0252 22.1003C10.0258 22.1011 10.0261 22.1015 10.0261 22.1015L10.0252 22.1003Z\"\n fill=\"currentColor\"\n />\n </svg>\n );\n};\nexport default IcoLightning;\n"],"names":["IcoLightning","customColor","title","titleId","props","color","token","_jsxs","_jsx"],"mappings":"mIAYA,MAAMA,EAAe,CAAC,CAAE,MAAOC,EAAa,MAAAC,EAAO,QAAAC,EAAS,GAAGC,CAAK,IAAa,CAE/E,MAAMC,EAAQJ,GAAeK,EAAAA,MAAM,qBAAqB,EACxD,OACEC,OAAA,MAAA,CACE,MAAO,GACP,OAAQ,GACR,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAOF,EACU,kBAAAF,EACb,GAAAC,YAEHF,EAAQM,EAAAA,IAAO,QAAA,CAAA,GAAIL,EAAU,SAAAD,CAAc,CAAA,EAAG,KAC/CM,EAAAA,YACE,SAAS,UACT,SAAS,UACT,EAAE,2qDACF,KAAK,cACL,CAAA,CAAA,CAAA,CAAA,CAGR"}
1
+ {"version":3,"file":"ico-lightning.js","sources":["../../../../src/components/icons/ico-lightning.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\nimport { token } from '@styled/tokens';\ninterface SVGRProps {\n title?: string;\n titleId?: string;\n}\nexport interface Props extends SVGRProps, SVGProps<SVGSVGElement> {\n /**\n * Configures icon color on monochrome svgs.\n */\n color?: string;\n}\nconst IcoLightning = ({ color: customColor, title, titleId, ...props }: Props) => {\n // Utilize dynamic primary text color by default\n const color = customColor || token('colors.text.primary');\n return (\n <svg\n width={24}\n height={24}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n color={color}\n aria-labelledby={titleId}\n {...props}\n >\n {title ? <title id={titleId}>{title}</title> : null}\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M15.8393 1.18633C16.0191 1.62165 16.0904 2.13337 16.0904 2.67308V9.59219H18.4874C19.3815 9.59219 20.4183 9.86546 20.8417 10.8036C21.2652 11.7417 20.7838 12.6983 20.1937 13.3654C20.1934 13.3659 20.193 13.3663 20.1926 13.3668L11.8726 22.8234C11.5162 23.2281 11.1246 23.5652 10.7026 23.7735C10.2763 23.9838 9.741 24.0959 9.20232 23.8936C8.66315 23.6911 8.3341 23.2538 8.15233 22.8137C7.97254 22.3783 7.90123 21.8666 7.90123 21.3269V14.4078H5.50425C4.61648 14.4078 3.58277 14.1378 3.15875 13.2018C2.73585 12.2683 3.21019 11.312 3.79247 10.6408L3.79704 10.6355L12.119 1.17665C12.4754 0.771879 12.8671 0.434796 13.2891 0.226544C13.7154 0.0161889 14.2507 -0.0959383 14.7893 0.106398C15.3285 0.308914 15.6576 0.746213 15.8393 1.18633ZM13.6203 2.498C13.6202 2.4981 13.6204 2.4979 13.6203 2.498L5.30109 11.9538C5.15076 12.1275 5.07185 12.2621 5.03286 12.3514C5.12504 12.3798 5.27689 12.4079 5.50425 12.4079H8.9012C9.45347 12.4079 9.90117 12.8556 9.90117 13.4078V21.3269C9.90117 21.5811 9.92469 21.7668 9.9539 21.8957C10.0614 21.8181 10.2025 21.6938 10.3711 21.5023C10.371 21.5024 10.3712 21.5022 10.3711 21.5023L18.6931 12.0434L18.6951 12.0411C18.8459 11.8708 18.9255 11.7382 18.9652 11.65C18.872 11.6209 18.7181 11.5921 18.4874 11.5921H15.0905C14.5382 11.5921 14.0905 11.1444 14.0905 10.5922V2.67308C14.0905 2.41893 14.067 2.23316 14.0378 2.10433C13.9302 2.18192 13.7889 2.30654 13.6203 2.498ZM14.2282 1.9977C14.2282 1.99772 14.2276 1.99788 14.2265 1.99811L14.2282 1.9977ZM13.9665 1.89974C13.9659 1.89892 13.9656 1.89847 13.9656 1.89845L13.9665 1.89974ZM9.7635 22.0023C9.76351 22.0023 9.76408 22.0021 9.76519 22.0019L9.7635 22.0023ZM10.0252 22.1003C10.0258 22.1011 10.0261 22.1015 10.0261 22.1015L10.0252 22.1003Z\"\n fill=\"currentColor\"\n />\n </svg>\n );\n};\nexport default IcoLightning;\n"],"names":["IcoLightning","customColor","title","titleId","props","color","token","_jsxs","_jsx"],"mappings":"mIAYA,MAAMA,EAAe,CAAC,CAAE,MAAOC,EAAa,MAAAC,EAAO,QAAAC,EAAS,GAAGC,CAAK,IAAa,CAE/E,MAAMC,EAAQJ,GAAeK,EAAAA,MAAM,qBAAqB,EACxD,OACEC,OAAA,MAAA,CACE,MAAO,GACP,OAAQ,GACR,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAOF,EACU,kBAAAF,EACb,GAAAC,YAEHF,EAAQM,EAAAA,IAAO,QAAA,CAAA,GAAIL,EAAU,SAAAD,CAAc,CAAA,EAAG,KAC/CM,EAAAA,YACE,SAAS,UACT,SAAS,UACT,EAAE,2qDACF,KAAK,cACL,CAAA,CAAA,CAAA,CAAA,CAGR"}
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),n=require("@styled/tokens");const s=({color:l,title:t,titleId:r,...i})=>{const o=l||n.token("colors.text.primary");return e.jsxs("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",color:o,"aria-labelledby":r,...i,children:[t?e.jsx("title",{id:r,children:t}):null,e.jsx("path",{d:"M12 1C15.3137 1 18 3.68629 18 7V9C20.7614 9 23 11.2386 23 14V18C23 20.7614 20.7614 23 18 23H6C3.23858 23 1 20.7614 1 18V14C1 11.2386 3.23858 9 6 9V7C6 3.68629 8.68629 1 12 1ZM12 3C9.79086 3 8 4.79086 8 7V9H16V7C16 4.79086 14.2091 3 12 3Z",fill:"currentColor"})]})};exports.default=s;
2
+ //# sourceMappingURL=ico-lock-locked-fill.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ico-lock-locked-fill.js","sources":["../../../../src/components/icons/ico-lock-locked-fill.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\nimport { token } from '@styled/tokens';\ninterface SVGRProps {\n title?: string;\n titleId?: string;\n}\nexport interface Props extends SVGRProps, SVGProps<SVGSVGElement> {\n /**\n * Configures icon color on monochrome svgs.\n */\n color?: string;\n}\nconst IcoLockLockedFill = ({ color: customColor, title, titleId, ...props }: Props) => {\n // Utilize dynamic primary text color by default\n const color = customColor || token('colors.text.primary');\n return (\n <svg\n width={24}\n height={24}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n color={color}\n aria-labelledby={titleId}\n {...props}\n >\n {title ? <title id={titleId}>{title}</title> : null}\n <path\n d=\"M12 1C15.3137 1 18 3.68629 18 7V9C20.7614 9 23 11.2386 23 14V18C23 20.7614 20.7614 23 18 23H6C3.23858 23 1 20.7614 1 18V14C1 11.2386 3.23858 9 6 9V7C6 3.68629 8.68629 1 12 1ZM12 3C9.79086 3 8 4.79086 8 7V9H16V7C16 4.79086 14.2091 3 12 3Z\"\n fill=\"currentColor\"\n />\n </svg>\n );\n};\nexport default IcoLockLockedFill;\n"],"names":["IcoLockLockedFill","customColor","title","titleId","props","color","token","_jsxs","_jsx"],"mappings":"yIAYMA,EAAoB,CAAC,CAAE,MAAOC,EAAa,MAAAC,EAAO,QAAAC,EAAS,GAAGC,CAAK,IAAa,CAEpF,MAAMC,EAAQJ,GAAeK,EAAAA,MAAM,qBAAqB,EACxD,OACEC,OACE,MAAA,CAAA,MAAO,GACP,OAAQ,GACR,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAOF,EAAK,kBACKF,EAAO,GACpBC,EAEH,SAAA,CAAAF,EAAQM,MAAA,QAAA,CAAO,GAAIL,EAAO,SAAGD,CAAK,CAAA,EAAY,KAC/CM,EAAA,IAAA,OAAA,CACE,EAAE,gPACF,KAAK,cAAc,CAAA,CACnB,CACE,CAAA,CAEV"}
@@ -1,2 +1,2 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),n=require("@styled/tokens");const s=({color:l,title:t,titleId:r,...i})=>{const o=l||n.token("colors.text.primary");return e.jsxs("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",color:o,"aria-labelledby":r,...i,children:[t?e.jsx("title",{id:r,children:t}):null,e.jsx("path",{d:"M8.1875 7.1875C8.1875 5.28828 9.72578 3.75 11.625 3.75C12.9957 3.75 14.1773 4.54922 14.7316 5.71367C15.0582 6.40117 15.8789 6.69336 16.5621 6.3668C17.2453 6.04023 17.5418 5.21953 17.2152 4.53633C16.2227 2.44805 14.0957 1 11.625 1C8.20898 1 5.4375 3.77148 5.4375 7.1875V10.1667H4.75C3.2332 10.1667 2 11.3999 2 12.9167V20.25C2 21.7668 3.2332 23 4.75 23H18.5C20.0168 23 21.25 21.7668 21.25 20.25V12.9167C21.25 11.3999 20.0168 10.1667 18.5 10.1667H8.1875V7.1875Z",fill:"currentColor"})]})};exports.default=s;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),n=require("@styled/tokens");const s=({color:l,title:t,titleId:r,...i})=>{const o=l||n.token("colors.text.primary");return e.jsxs("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",color:o,"aria-labelledby":r,...i,children:[t?e.jsx("title",{id:r,children:t}):null,e.jsx("path",{d:"M13 1C15.7614 1 18 3.23858 18 6C18 6.55228 17.5523 7 17 7C16.4477 7 16 6.55228 16 6C16 4.34315 14.6569 3 13 3H12C9.79086 3 8 4.79086 8 7V9H18C20.7614 9 23 11.2386 23 14V18C23 20.7614 20.7614 23 18 23H6C3.23858 23 1 20.7614 1 18V14C1 11.2386 3.23858 9 6 9V7C6 3.68629 8.68629 1 12 1H13Z",fill:"currentColor"})]})};exports.default=s;
2
2
  //# sourceMappingURL=ico-lock-unlocked-fill.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ico-lock-unlocked-fill.js","sources":["../../../../src/components/icons/ico-lock-unlocked-fill.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\nimport { token } from '@styled/tokens';\ninterface SVGRProps {\n title?: string;\n titleId?: string;\n}\nexport interface Props extends SVGRProps, SVGProps<SVGSVGElement> {\n /**\n * Configures icon color on monochrome svgs.\n */\n color?: string;\n}\nconst IcoLockUnlockedFill = ({ color: customColor, title, titleId, ...props }: Props) => {\n // Utilize dynamic primary text color by default\n const color = customColor || token('colors.text.primary');\n return (\n <svg\n width={24}\n height={24}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n color={color}\n aria-labelledby={titleId}\n {...props}\n >\n {title ? <title id={titleId}>{title}</title> : null}\n <path\n d=\"M8.1875 7.1875C8.1875 5.28828 9.72578 3.75 11.625 3.75C12.9957 3.75 14.1773 4.54922 14.7316 5.71367C15.0582 6.40117 15.8789 6.69336 16.5621 6.3668C17.2453 6.04023 17.5418 5.21953 17.2152 4.53633C16.2227 2.44805 14.0957 1 11.625 1C8.20898 1 5.4375 3.77148 5.4375 7.1875V10.1667H4.75C3.2332 10.1667 2 11.3999 2 12.9167V20.25C2 21.7668 3.2332 23 4.75 23H18.5C20.0168 23 21.25 21.7668 21.25 20.25V12.9167C21.25 11.3999 20.0168 10.1667 18.5 10.1667H8.1875V7.1875Z\"\n fill=\"currentColor\"\n />\n </svg>\n );\n};\nexport default IcoLockUnlockedFill;\n"],"names":["IcoLockUnlockedFill","customColor","title","titleId","props","color","token","_jsxs","_jsx"],"mappings":"yIAYMA,EAAsB,CAAC,CAAE,MAAOC,EAAa,MAAAC,EAAO,QAAAC,EAAS,GAAGC,CAAK,IAAa,CAEtF,MAAMC,EAAQJ,GAAeK,EAAAA,MAAM,qBAAqB,EACxD,OACEC,OACE,MAAA,CAAA,MAAO,GACP,OAAQ,GACR,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAOF,EAAK,kBACKF,EAAO,GACpBC,EAEH,SAAA,CAAAF,EAAQM,MAAA,QAAA,CAAO,GAAIL,EAAO,SAAGD,CAAK,CAAA,EAAY,KAC/CM,EAAA,IAAA,OAAA,CACE,EAAE,6cACF,KAAK,cAAc,CAAA,CACnB,CACE,CAAA,CAEV"}
1
+ {"version":3,"file":"ico-lock-unlocked-fill.js","sources":["../../../../src/components/icons/ico-lock-unlocked-fill.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\nimport { token } from '@styled/tokens';\ninterface SVGRProps {\n title?: string;\n titleId?: string;\n}\nexport interface Props extends SVGRProps, SVGProps<SVGSVGElement> {\n /**\n * Configures icon color on monochrome svgs.\n */\n color?: string;\n}\nconst IcoLockUnlockedFill = ({ color: customColor, title, titleId, ...props }: Props) => {\n // Utilize dynamic primary text color by default\n const color = customColor || token('colors.text.primary');\n return (\n <svg\n width={24}\n height={24}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n color={color}\n aria-labelledby={titleId}\n {...props}\n >\n {title ? <title id={titleId}>{title}</title> : null}\n <path\n d=\"M13 1C15.7614 1 18 3.23858 18 6C18 6.55228 17.5523 7 17 7C16.4477 7 16 6.55228 16 6C16 4.34315 14.6569 3 13 3H12C9.79086 3 8 4.79086 8 7V9H18C20.7614 9 23 11.2386 23 14V18C23 20.7614 20.7614 23 18 23H6C3.23858 23 1 20.7614 1 18V14C1 11.2386 3.23858 9 6 9V7C6 3.68629 8.68629 1 12 1H13Z\"\n fill=\"currentColor\"\n />\n </svg>\n );\n};\nexport default IcoLockUnlockedFill;\n"],"names":["IcoLockUnlockedFill","customColor","title","titleId","props","color","token","_jsxs","_jsx"],"mappings":"yIAYMA,EAAsB,CAAC,CAAE,MAAOC,EAAa,MAAAC,EAAO,QAAAC,EAAS,GAAGC,CAAK,IAAa,CAEtF,MAAMC,EAAQJ,GAAeK,EAAAA,MAAM,qBAAqB,EACxD,OACEC,OACE,MAAA,CAAA,MAAO,GACP,OAAQ,GACR,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAOF,EAAK,kBACKF,EAAO,GACpBC,EAEH,SAAA,CAAAF,EAAQM,MAAA,QAAA,CAAO,GAAIL,EAAO,SAAGD,CAAK,CAAA,EAAY,KAC/CM,EAAA,IAAA,OAAA,CACE,EAAE,gSACF,KAAK,cAAc,CAAA,CACnB,CACE,CAAA,CAEV"}
@@ -1,2 +1,2 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),o=require("@styled/tokens");const n=({color:t,title:C,titleId:l,...r})=>{const i=t||o.token("colors.text.primary");return e.jsxs("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",color:i,"aria-labelledby":l,...r,children:[C?e.jsx("title",{id:l,children:C}):null,e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.00003 7.50002C1.00003 4.96872 3.05206 2.91669 5.58336 2.91669H14.75C16.6295 2.91669 18.2447 4.04794 18.952 5.66669H16.7998C16.2962 5.10408 15.5645 4.75002 14.75 4.75002H5.58336C4.06458 4.75002 2.83336 5.98124 2.83336 7.50002V12.3889V13C2.83336 14.5188 4.06458 15.75 5.58336 15.75H10.1667V15.7501H10.1667C10.673 15.7501 11.0834 16.1605 11.0834 16.6667C11.0834 17.173 10.673 17.5834 10.1667 17.5834H1.00004C0.49378 17.5834 0.083374 17.173 0.083374 16.6667C0.083374 16.1605 0.49378 15.7501 1.00004 15.7501H1.91639C1.34099 14.984 1.00003 14.0318 1.00003 13V12.3889V7.50002ZM15.6667 7.5C13.6417 7.5 12 9.14162 12 11.1667V20.3333C12 22.3584 13.6416 24 15.6667 24H20.25C22.2751 24 23.9167 22.3584 23.9167 20.3333V11.1667C23.9167 9.14162 22.2751 7.5 20.25 7.5H15.6667ZM13.8334 11.1667C13.8334 10.1541 14.6542 9.33333 15.6667 9.33333H20.25C21.2626 9.33333 22.0834 10.1541 22.0834 11.1667V20.3333C22.0834 21.3459 21.2625 22.1667 20.25 22.1667H15.6667C14.6542 22.1667 13.8334 21.3459 13.8334 20.3333V11.1667ZM6.03667 9.56256C5.40385 9.56256 4.89084 10.0756 4.89084 10.7084C4.89084 11.3412 5.40385 11.8542 6.03667 11.8542H6.04491C6.67773 11.8542 7.19074 11.3412 7.19074 10.7084C7.19074 10.0756 6.67773 9.56256 6.04491 9.56256H6.03667ZM10.1626 9.56256C9.52973 9.56256 9.01672 10.0756 9.01672 10.7084C9.01672 11.3412 9.52973 11.8542 10.1626 11.8542H10.1708C10.8036 11.8542 11.3166 11.3412 11.3166 10.7084C11.3166 10.0756 10.8036 9.56256 10.1708 9.56256H10.1626ZM20.8314 13.208C21.2228 13.5291 21.2798 14.1066 20.9588 14.4981L17.951 18.1647C17.7792 18.3741 17.5236 18.4969 17.2527 18.5C16.9819 18.5031 16.7236 18.3862 16.547 18.1808L14.9715 16.3475C14.6415 15.9635 14.6853 15.3848 15.0693 15.0548C15.4532 14.7249 16.032 14.7686 16.3619 15.1526L17.2259 16.1579L19.5413 13.3353C19.8624 12.9439 20.44 12.8869 20.8314 13.208Z",fill:"currentColor"})]})};exports.default=n;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),o=require("@styled/tokens");const n=({color:t,title:C,titleId:l,...r})=>{const i=t||o.token("colors.text.primary");return e.jsxs("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",color:i,"aria-labelledby":l,...r,children:[C?e.jsx("title",{id:l,children:C}):null,e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 7.50002C1 4.96872 3.05203 2.91669 5.58333 2.91669H14.75C16.6295 2.91669 18.2447 4.04794 18.952 5.66669H16.7998C16.2962 5.10408 15.5645 4.75002 14.75 4.75002H5.58333C4.06455 4.75002 2.83333 5.98124 2.83333 7.50002V12.3889V13C2.83333 14.5188 4.06455 15.75 5.58333 15.75H10.1667V15.7501H10.1667C10.6729 15.7501 11.0833 16.1605 11.0833 16.6667C11.0833 17.173 10.6729 17.5834 10.1667 17.5834H1.00001C0.493749 17.5834 0.0833435 17.173 0.0833435 16.6667C0.0833435 16.1605 0.493749 15.7501 1.00001 15.7501H1.91636C1.34096 14.984 1 14.0318 1 13V12.3889V7.50002ZM15.6667 7.5C13.6416 7.5 12 9.14162 12 11.1667V20.3333C12 22.3584 13.6416 24 15.6667 24H20.25C22.275 24 23.9167 22.3584 23.9167 20.3333V11.1667C23.9167 9.14162 22.275 7.5 20.25 7.5H15.6667ZM13.8333 11.1667C13.8333 10.1541 14.6541 9.33333 15.6667 9.33333H20.25C21.2625 9.33333 22.0833 10.1541 22.0833 11.1667V20.3333C22.0833 21.3459 21.2625 22.1667 20.25 22.1667H15.6667C14.6541 22.1667 13.8333 21.3459 13.8333 20.3333V11.1667ZM6.03664 9.56256C5.40382 9.56256 4.89081 10.0756 4.89081 10.7084C4.89081 11.3412 5.40382 11.8542 6.03664 11.8542H6.04487C6.6777 11.8542 7.19071 11.3412 7.19071 10.7084C7.19071 10.0756 6.6777 9.56256 6.04487 9.56256H6.03664ZM10.1625 9.56256C9.5297 9.56256 9.01669 10.0756 9.01669 10.7084C9.01669 11.3412 9.5297 11.8542 10.1625 11.8542H10.1708C10.8036 11.8542 11.3166 11.3412 11.3166 10.7084C11.3166 10.0756 10.8036 9.56256 10.1708 9.56256H10.1625ZM20.8314 13.208C21.2228 13.5291 21.2798 14.1066 20.9587 14.4981L17.9509 18.1647C17.7791 18.3741 17.5235 18.4969 17.2527 18.5C16.9819 18.5031 16.7235 18.3862 16.547 18.1808L14.9715 16.3475C14.6415 15.9635 14.6853 15.3848 15.0692 15.0548C15.4532 14.7249 16.0319 14.7686 16.3619 15.1526L17.2259 16.1579L19.5413 13.3353C19.8624 12.9439 20.44 12.8869 20.8314 13.208Z",fill:"currentColor"})]})};exports.default=n;
2
2
  //# sourceMappingURL=ico-mfa.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ico-mfa.js","sources":["../../../../src/components/icons/ico-mfa.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\nimport { token } from '@styled/tokens';\ninterface SVGRProps {\n title?: string;\n titleId?: string;\n}\nexport interface Props extends SVGRProps, SVGProps<SVGSVGElement> {\n /**\n * Configures icon color on monochrome svgs.\n */\n color?: string;\n}\nconst IcoMfa = ({ color: customColor, title, titleId, ...props }: Props) => {\n // Utilize dynamic primary text color by default\n const color = customColor || token('colors.text.primary');\n return (\n <svg\n width={24}\n height={24}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n color={color}\n aria-labelledby={titleId}\n {...props}\n >\n {title ? <title id={titleId}>{title}</title> : null}\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M1.00003 7.50002C1.00003 4.96872 3.05206 2.91669 5.58336 2.91669H14.75C16.6295 2.91669 18.2447 4.04794 18.952 5.66669H16.7998C16.2962 5.10408 15.5645 4.75002 14.75 4.75002H5.58336C4.06458 4.75002 2.83336 5.98124 2.83336 7.50002V12.3889V13C2.83336 14.5188 4.06458 15.75 5.58336 15.75H10.1667V15.7501H10.1667C10.673 15.7501 11.0834 16.1605 11.0834 16.6667C11.0834 17.173 10.673 17.5834 10.1667 17.5834H1.00004C0.49378 17.5834 0.083374 17.173 0.083374 16.6667C0.083374 16.1605 0.49378 15.7501 1.00004 15.7501H1.91639C1.34099 14.984 1.00003 14.0318 1.00003 13V12.3889V7.50002ZM15.6667 7.5C13.6417 7.5 12 9.14162 12 11.1667V20.3333C12 22.3584 13.6416 24 15.6667 24H20.25C22.2751 24 23.9167 22.3584 23.9167 20.3333V11.1667C23.9167 9.14162 22.2751 7.5 20.25 7.5H15.6667ZM13.8334 11.1667C13.8334 10.1541 14.6542 9.33333 15.6667 9.33333H20.25C21.2626 9.33333 22.0834 10.1541 22.0834 11.1667V20.3333C22.0834 21.3459 21.2625 22.1667 20.25 22.1667H15.6667C14.6542 22.1667 13.8334 21.3459 13.8334 20.3333V11.1667ZM6.03667 9.56256C5.40385 9.56256 4.89084 10.0756 4.89084 10.7084C4.89084 11.3412 5.40385 11.8542 6.03667 11.8542H6.04491C6.67773 11.8542 7.19074 11.3412 7.19074 10.7084C7.19074 10.0756 6.67773 9.56256 6.04491 9.56256H6.03667ZM10.1626 9.56256C9.52973 9.56256 9.01672 10.0756 9.01672 10.7084C9.01672 11.3412 9.52973 11.8542 10.1626 11.8542H10.1708C10.8036 11.8542 11.3166 11.3412 11.3166 10.7084C11.3166 10.0756 10.8036 9.56256 10.1708 9.56256H10.1626ZM20.8314 13.208C21.2228 13.5291 21.2798 14.1066 20.9588 14.4981L17.951 18.1647C17.7792 18.3741 17.5236 18.4969 17.2527 18.5C16.9819 18.5031 16.7236 18.3862 16.547 18.1808L14.9715 16.3475C14.6415 15.9635 14.6853 15.3848 15.0693 15.0548C15.4532 14.7249 16.032 14.7686 16.3619 15.1526L17.2259 16.1579L19.5413 13.3353C19.8624 12.9439 20.44 12.8869 20.8314 13.208Z\"\n fill=\"currentColor\"\n />\n </svg>\n );\n};\nexport default IcoMfa;\n"],"names":["IcoMfa","customColor","title","titleId","props","color","token","_jsxs","_jsx"],"mappings":"mIAYA,MAAMA,EAAS,CAAC,CAAE,MAAOC,EAAa,MAAAC,EAAO,QAAAC,EAAS,GAAGC,CAAK,IAAa,CAEzE,MAAMC,EAAQJ,GAAeK,EAAAA,MAAM,qBAAqB,EACxD,OACEC,OAAA,MAAA,CACE,MAAO,GACP,OAAQ,GACR,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAOF,EACU,kBAAAF,EACb,GAAAC,YAEHF,EAAQM,EAAAA,IAAO,QAAA,CAAA,GAAIL,EAAU,SAAAD,CAAc,CAAA,EAAG,KAC/CM,EAAAA,YACE,SAAS,UACT,SAAS,UACT,EAAE,oxDACF,KAAK,cACL,CAAA,CAAA,CAAA,CAAA,CAGR"}
1
+ {"version":3,"file":"ico-mfa.js","sources":["../../../../src/components/icons/ico-mfa.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\nimport { token } from '@styled/tokens';\ninterface SVGRProps {\n title?: string;\n titleId?: string;\n}\nexport interface Props extends SVGRProps, SVGProps<SVGSVGElement> {\n /**\n * Configures icon color on monochrome svgs.\n */\n color?: string;\n}\nconst IcoMfa = ({ color: customColor, title, titleId, ...props }: Props) => {\n // Utilize dynamic primary text color by default\n const color = customColor || token('colors.text.primary');\n return (\n <svg\n width={24}\n height={24}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n color={color}\n aria-labelledby={titleId}\n {...props}\n >\n {title ? <title id={titleId}>{title}</title> : null}\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M1 7.50002C1 4.96872 3.05203 2.91669 5.58333 2.91669H14.75C16.6295 2.91669 18.2447 4.04794 18.952 5.66669H16.7998C16.2962 5.10408 15.5645 4.75002 14.75 4.75002H5.58333C4.06455 4.75002 2.83333 5.98124 2.83333 7.50002V12.3889V13C2.83333 14.5188 4.06455 15.75 5.58333 15.75H10.1667V15.7501H10.1667C10.6729 15.7501 11.0833 16.1605 11.0833 16.6667C11.0833 17.173 10.6729 17.5834 10.1667 17.5834H1.00001C0.493749 17.5834 0.0833435 17.173 0.0833435 16.6667C0.0833435 16.1605 0.493749 15.7501 1.00001 15.7501H1.91636C1.34096 14.984 1 14.0318 1 13V12.3889V7.50002ZM15.6667 7.5C13.6416 7.5 12 9.14162 12 11.1667V20.3333C12 22.3584 13.6416 24 15.6667 24H20.25C22.275 24 23.9167 22.3584 23.9167 20.3333V11.1667C23.9167 9.14162 22.275 7.5 20.25 7.5H15.6667ZM13.8333 11.1667C13.8333 10.1541 14.6541 9.33333 15.6667 9.33333H20.25C21.2625 9.33333 22.0833 10.1541 22.0833 11.1667V20.3333C22.0833 21.3459 21.2625 22.1667 20.25 22.1667H15.6667C14.6541 22.1667 13.8333 21.3459 13.8333 20.3333V11.1667ZM6.03664 9.56256C5.40382 9.56256 4.89081 10.0756 4.89081 10.7084C4.89081 11.3412 5.40382 11.8542 6.03664 11.8542H6.04487C6.6777 11.8542 7.19071 11.3412 7.19071 10.7084C7.19071 10.0756 6.6777 9.56256 6.04487 9.56256H6.03664ZM10.1625 9.56256C9.5297 9.56256 9.01669 10.0756 9.01669 10.7084C9.01669 11.3412 9.5297 11.8542 10.1625 11.8542H10.1708C10.8036 11.8542 11.3166 11.3412 11.3166 10.7084C11.3166 10.0756 10.8036 9.56256 10.1708 9.56256H10.1625ZM20.8314 13.208C21.2228 13.5291 21.2798 14.1066 20.9587 14.4981L17.9509 18.1647C17.7791 18.3741 17.5235 18.4969 17.2527 18.5C16.9819 18.5031 16.7235 18.3862 16.547 18.1808L14.9715 16.3475C14.6415 15.9635 14.6853 15.3848 15.0692 15.0548C15.4532 14.7249 16.0319 14.7686 16.3619 15.1526L17.2259 16.1579L19.5413 13.3353C19.8624 12.9439 20.44 12.8869 20.8314 13.208Z\"\n fill=\"currentColor\"\n />\n </svg>\n );\n};\nexport default IcoMfa;\n"],"names":["IcoMfa","customColor","title","titleId","props","color","token","_jsxs","_jsx"],"mappings":"mIAYA,MAAMA,EAAS,CAAC,CAAE,MAAOC,EAAa,MAAAC,EAAO,QAAAC,EAAS,GAAGC,CAAK,IAAa,CAEzE,MAAMC,EAAQJ,GAAeK,EAAAA,MAAM,qBAAqB,EACxD,OACEC,OAAA,MAAA,CACE,MAAO,GACP,OAAQ,GACR,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAOF,EACU,kBAAAF,EACb,GAAAC,YAEHF,EAAQM,EAAAA,IAAO,QAAA,CAAA,GAAIL,EAAU,SAAAD,CAAc,CAAA,EAAG,KAC/CM,EAAAA,YACE,SAAS,UACT,SAAS,UACT,EAAE,+vDACF,KAAK,cACL,CAAA,CAAA,CAAA,CAAA,CAGR"}
@@ -1,2 +1,2 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),o=require("@styled/tokens");const n=({color:r,title:t,titleId:l,...i})=>{const L=r||o.token("colors.text.primary");return e.jsxs("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",color:L,"aria-labelledby":l,...i,children:[t?e.jsx("title",{id:l,children:t}):null,e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.211 3.3417C10.948 1.86758 13.0516 1.86754 13.7887 3.34162L15.6601 7.08416L20.1615 7.72722C21.7931 7.9603 22.4583 9.95596 21.2929 11.1213L18.1075 14.3068L19.4018 19.4841C19.829 21.1928 17.9985 22.5795 16.4692 21.7056L12 19.1518L7.53078 21.7056C6.00148 22.5795 4.17102 21.1928 4.59822 19.4841L5.89254 14.3068L2.70711 11.1213C1.54173 9.95596 2.20696 7.9603 3.83848 7.72722L8.33988 7.08417L10.211 3.3417ZM13.8713 7.97863L11.9999 4.23608L10.1288 7.97855C9.83526 8.56558 9.27243 8.97125 8.62272 9.06407L4.12132 9.70712L7.30675 12.8926C7.80351 13.3893 8.00321 14.1103 7.83282 14.7918L6.5385 19.9691L11.0077 17.4153C11.6226 17.0639 12.3774 17.0639 12.9923 17.4153L17.4615 19.9691L16.1672 14.7918C15.9968 14.1103 16.1965 13.3893 16.6933 12.8926L19.8787 9.70712L15.3773 9.06406C14.7276 8.97125 14.1648 8.56561 13.8713 7.97863Z",fill:"currentColor"})]})};exports.default=n;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),o=require("@styled/tokens");const n=({color:r,title:t,titleId:l,...i})=>{const L=r||o.token("colors.text.primary");return e.jsxs("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",color:L,"aria-labelledby":l,...i,children:[t?e.jsx("title",{id:l,children:t}):null,e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.211 3.3417C10.948 1.86758 13.0516 1.86754 13.7887 3.34162L15.6601 7.08416L20.1615 7.72722C21.7931 7.9603 22.4583 9.95596 21.2929 11.1213L18.1075 14.3068L19.4018 19.4841C19.829 21.1928 17.9985 22.5795 16.4692 21.7056L12 19.1518L7.53078 21.7056C6.00148 22.5795 4.17102 21.1928 4.59821 19.4841L5.89254 14.3068L2.70711 11.1213C1.54173 9.95596 2.20696 7.9603 3.83848 7.72722L8.33988 7.08417L10.211 3.3417ZM13.8713 7.97863L11.9999 4.23608L10.1288 7.97855C9.83526 8.56558 9.27243 8.97125 8.62272 9.06407L4.12132 9.70712L7.30675 12.8926C7.80351 13.3893 8.00321 14.1103 7.83282 14.7918L6.5385 19.9691L11.0077 17.4153C11.6226 17.0639 12.3774 17.0639 12.9923 17.4153L17.4615 19.9691L16.1672 14.7918C15.9968 14.1103 16.1965 13.3893 16.6932 12.8926L19.8787 9.70712L15.3773 9.06406C14.7276 8.97125 14.1648 8.56561 13.8713 7.97863Z",fill:"currentColor"})]})};exports.default=n;
2
2
  //# sourceMappingURL=ico-star.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ico-star.js","sources":["../../../../src/components/icons/ico-star.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\nimport { token } from '@styled/tokens';\ninterface SVGRProps {\n title?: string;\n titleId?: string;\n}\nexport interface Props extends SVGRProps, SVGProps<SVGSVGElement> {\n /**\n * Configures icon color on monochrome svgs.\n */\n color?: string;\n}\nconst IcoStar = ({ color: customColor, title, titleId, ...props }: Props) => {\n // Utilize dynamic primary text color by default\n const color = customColor || token('colors.text.primary');\n return (\n <svg\n width={24}\n height={24}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n color={color}\n aria-labelledby={titleId}\n {...props}\n >\n {title ? <title id={titleId}>{title}</title> : null}\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10.211 3.3417C10.948 1.86758 13.0516 1.86754 13.7887 3.34162L15.6601 7.08416L20.1615 7.72722C21.7931 7.9603 22.4583 9.95596 21.2929 11.1213L18.1075 14.3068L19.4018 19.4841C19.829 21.1928 17.9985 22.5795 16.4692 21.7056L12 19.1518L7.53078 21.7056C6.00148 22.5795 4.17102 21.1928 4.59822 19.4841L5.89254 14.3068L2.70711 11.1213C1.54173 9.95596 2.20696 7.9603 3.83848 7.72722L8.33988 7.08417L10.211 3.3417ZM13.8713 7.97863L11.9999 4.23608L10.1288 7.97855C9.83526 8.56558 9.27243 8.97125 8.62272 9.06407L4.12132 9.70712L7.30675 12.8926C7.80351 13.3893 8.00321 14.1103 7.83282 14.7918L6.5385 19.9691L11.0077 17.4153C11.6226 17.0639 12.3774 17.0639 12.9923 17.4153L17.4615 19.9691L16.1672 14.7918C15.9968 14.1103 16.1965 13.3893 16.6933 12.8926L19.8787 9.70712L15.3773 9.06406C14.7276 8.97125 14.1648 8.56561 13.8713 7.97863Z\"\n fill=\"currentColor\"\n />\n </svg>\n );\n};\nexport default IcoStar;\n"],"names":["IcoStar","customColor","title","titleId","props","color","token","_jsxs","_jsx"],"mappings":"mIAYA,MAAMA,EAAU,CAAC,CAAE,MAAOC,EAAa,MAAAC,EAAO,QAAAC,EAAS,GAAGC,CAAK,IAAa,CAE1E,MAAMC,EAAQJ,GAAeK,EAAAA,MAAM,qBAAqB,EACxD,OACEC,OAAA,MAAA,CACE,MAAO,GACP,OAAQ,GACR,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAOF,EACU,kBAAAF,EACb,GAAAC,YAEHF,EAAQM,EAAAA,IAAO,QAAA,CAAA,GAAIL,EAAU,SAAAD,CAAc,CAAA,EAAG,KAC/CM,EAAAA,YACE,SAAS,UACT,SAAS,UACT,EAAE,uzBACF,KAAK,cACL,CAAA,CAAA,CAAA,CAAA,CAGR"}
1
+ {"version":3,"file":"ico-star.js","sources":["../../../../src/components/icons/ico-star.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\nimport { token } from '@styled/tokens';\ninterface SVGRProps {\n title?: string;\n titleId?: string;\n}\nexport interface Props extends SVGRProps, SVGProps<SVGSVGElement> {\n /**\n * Configures icon color on monochrome svgs.\n */\n color?: string;\n}\nconst IcoStar = ({ color: customColor, title, titleId, ...props }: Props) => {\n // Utilize dynamic primary text color by default\n const color = customColor || token('colors.text.primary');\n return (\n <svg\n width={24}\n height={24}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n color={color}\n aria-labelledby={titleId}\n {...props}\n >\n {title ? <title id={titleId}>{title}</title> : null}\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10.211 3.3417C10.948 1.86758 13.0516 1.86754 13.7887 3.34162L15.6601 7.08416L20.1615 7.72722C21.7931 7.9603 22.4583 9.95596 21.2929 11.1213L18.1075 14.3068L19.4018 19.4841C19.829 21.1928 17.9985 22.5795 16.4692 21.7056L12 19.1518L7.53078 21.7056C6.00148 22.5795 4.17102 21.1928 4.59821 19.4841L5.89254 14.3068L2.70711 11.1213C1.54173 9.95596 2.20696 7.9603 3.83848 7.72722L8.33988 7.08417L10.211 3.3417ZM13.8713 7.97863L11.9999 4.23608L10.1288 7.97855C9.83526 8.56558 9.27243 8.97125 8.62272 9.06407L4.12132 9.70712L7.30675 12.8926C7.80351 13.3893 8.00321 14.1103 7.83282 14.7918L6.5385 19.9691L11.0077 17.4153C11.6226 17.0639 12.3774 17.0639 12.9923 17.4153L17.4615 19.9691L16.1672 14.7918C15.9968 14.1103 16.1965 13.3893 16.6932 12.8926L19.8787 9.70712L15.3773 9.06406C14.7276 8.97125 14.1648 8.56561 13.8713 7.97863Z\"\n fill=\"currentColor\"\n />\n </svg>\n );\n};\nexport default IcoStar;\n"],"names":["IcoStar","customColor","title","titleId","props","color","token","_jsxs","_jsx"],"mappings":"mIAYA,MAAMA,EAAU,CAAC,CAAE,MAAOC,EAAa,MAAAC,EAAO,QAAAC,EAAS,GAAGC,CAAK,IAAa,CAE1E,MAAMC,EAAQJ,GAAeK,EAAAA,MAAM,qBAAqB,EACxD,OACEC,OAAA,MAAA,CACE,MAAO,GACP,OAAQ,GACR,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAOF,EACU,kBAAAF,EACb,GAAAC,YAEHF,EAAQM,EAAAA,IAAO,QAAA,CAAA,GAAIL,EAAU,SAAAD,CAAc,CAAA,EAAG,KAC/CM,EAAAA,YACE,SAAS,UACT,SAAS,UACT,EAAE,uzBACF,KAAK,cACL,CAAA,CAAA,CAAA,CAAA,CAGR"}
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime");const r=({title:t,titleId:i,...s})=>e.jsxs("svg",{width:32,height:32,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":i,...s,children:[t?e.jsx("title",{id:i,children:t}):null,e.jsx("rect",{width:26.241,height:18.9423,rx:1.53756,transform:"matrix(0.707109 -0.707105 0.707109 0.707105 -0.254883 18.5551)",fill:"url(#paint0_linear_11852_21279)"}),e.jsx("path",{d:"M17.3209 1.0801C17.8899 0.511207 18.8124 0.511263 19.3815 1.0801L30.7808 12.4794C31.3134 13.0119 31.3134 13.8762 30.7808 14.4087L14.1831 31.0064C13.6349 31.5546 12.7454 31.5546 12.1971 31.0064L0.788767 19.5981C0.240526 19.0498 0.240526 18.1604 0.788767 17.6121L17.3209 1.0801ZM5.13017 17.7343C6.22651 18.8308 6.22643 20.6084 5.13017 21.7049L4.74692 22.0881L9.70704 27.0482L10.0896 26.6657C11.1861 25.5692 12.9637 25.5692 14.0602 26.6657L15.558 28.1634L27.9089 15.8126L26.3545 14.2582C25.2894 13.1931 25.2895 11.466 26.3545 10.4009L26.7944 9.96103L21.8342 5.00094L21.5926 5.24262C20.4543 6.38086 18.6083 6.38086 17.47 5.24262L16.0482 3.82082L3.6324 16.2366L5.13017 17.7343ZM11.9996 12.8882C11.9996 12.5002 12.3146 12.1852 12.7026 12.1852H14.2245C14.6125 12.1852 14.9275 12.5002 14.9275 12.8882V13.8494C14.9275 14.2372 15.2413 14.5521 15.6291 14.5524H16.6304C16.8142 14.5523 16.9908 14.4795 17.122 14.3507L17.6206 13.8618C17.7552 13.7297 17.8305 13.5491 17.8305 13.3605V12.8882C17.8305 12.5002 18.1455 12.1853 18.5335 12.1852H19.0721C19.4601 12.1852 19.7751 12.5002 19.7751 12.8882L19.7744 13.3902C19.7744 13.7782 19.4601 14.0925 19.0721 14.0925H18.5998C18.4158 14.0925 18.2387 14.1646 18.1074 14.2934L17.5502 14.841C17.4155 14.9731 17.3395 15.1544 17.3395 15.343V16.6675C17.3395 16.8561 17.4155 17.0374 17.5502 17.1695L18.0964 17.706C18.2277 17.8349 18.4047 17.907 18.5887 17.907H19.0721C19.46 17.907 19.7743 18.2214 19.7744 18.6092V19.112C19.7742 19.4997 19.4599 19.8142 19.0721 19.8142H18.5335C18.1457 19.8142 17.8314 19.4997 17.8312 19.112L17.8305 18.65C17.8305 18.4614 17.7552 18.2808 17.6206 18.1487L17.0875 17.6252C16.9562 17.4964 16.7791 17.4243 16.5951 17.4243H15.6298C15.2418 17.4243 14.9268 17.7393 14.9268 18.1273V19.112C14.9267 19.4999 14.6125 19.8142 14.2245 19.8142H12.7026C12.3146 19.8142 12.0004 19.4999 12.0003 19.112L11.9996 17.6446C11.9997 17.2568 12.3142 16.9426 12.7019 16.9423H13.7101C14.0978 16.9422 14.4122 16.6278 14.4124 16.24V15.7608C14.4124 15.3728 14.0974 15.0578 13.7094 15.0578H12.7026C12.3147 15.0578 12.0004 14.7434 12.0003 14.3556L11.9996 12.8882Z",fill:"url(#paint1_linear_11852_21279)"}),e.jsxs("defs",{children:[e.jsxs("linearGradient",{id:"paint0_linear_11852_21279",x1:13.1205,y1:0,x2:13.1205,y2:18.9423,gradientUnits:"userSpaceOnUse",children:[e.jsx("stop",{stopColor:"#88878D"}),e.jsx("stop",{offset:1,stopColor:"#525252"})]}),e.jsxs("linearGradient",{id:"paint1_linear_11852_21279",x1:5.46989,y1:5.7239,x2:19.748,y2:20.0021,gradientUnits:"userSpaceOnUse",children:[e.jsx("stop",{stopColor:"white"}),e.jsx("stop",{offset:1,stopColor:"#828282"})]})]})]});exports.default=r;
2
+ //# sourceMappingURL=icon-kaito-ticket.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-kaito-ticket.js","sources":["../../../../src/components/logos/icon-kaito-ticket.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\ninterface SVGRProps {\n title?: string;\n titleId?: string;\n}\nexport interface Props extends SVGRProps, SVGProps<SVGSVGElement> {}\nconst IconKaitoTicket = ({ title, titleId, ...props }: Props) => (\n <svg\n width={32}\n height={32}\n viewBox=\"0 0 32 32\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n aria-labelledby={titleId}\n {...props}\n >\n {title ? <title id={titleId}>{title}</title> : null}\n <rect\n width={26.241}\n height={18.9423}\n rx={1.53756}\n transform=\"matrix(0.707109 -0.707105 0.707109 0.707105 -0.254883 18.5551)\"\n fill=\"url(#paint0_linear_11852_21279)\"\n />\n <path\n d=\"M17.3209 1.0801C17.8899 0.511207 18.8124 0.511263 19.3815 1.0801L30.7808 12.4794C31.3134 13.0119 31.3134 13.8762 30.7808 14.4087L14.1831 31.0064C13.6349 31.5546 12.7454 31.5546 12.1971 31.0064L0.788767 19.5981C0.240526 19.0498 0.240526 18.1604 0.788767 17.6121L17.3209 1.0801ZM5.13017 17.7343C6.22651 18.8308 6.22643 20.6084 5.13017 21.7049L4.74692 22.0881L9.70704 27.0482L10.0896 26.6657C11.1861 25.5692 12.9637 25.5692 14.0602 26.6657L15.558 28.1634L27.9089 15.8126L26.3545 14.2582C25.2894 13.1931 25.2895 11.466 26.3545 10.4009L26.7944 9.96103L21.8342 5.00094L21.5926 5.24262C20.4543 6.38086 18.6083 6.38086 17.47 5.24262L16.0482 3.82082L3.6324 16.2366L5.13017 17.7343ZM11.9996 12.8882C11.9996 12.5002 12.3146 12.1852 12.7026 12.1852H14.2245C14.6125 12.1852 14.9275 12.5002 14.9275 12.8882V13.8494C14.9275 14.2372 15.2413 14.5521 15.6291 14.5524H16.6304C16.8142 14.5523 16.9908 14.4795 17.122 14.3507L17.6206 13.8618C17.7552 13.7297 17.8305 13.5491 17.8305 13.3605V12.8882C17.8305 12.5002 18.1455 12.1853 18.5335 12.1852H19.0721C19.4601 12.1852 19.7751 12.5002 19.7751 12.8882L19.7744 13.3902C19.7744 13.7782 19.4601 14.0925 19.0721 14.0925H18.5998C18.4158 14.0925 18.2387 14.1646 18.1074 14.2934L17.5502 14.841C17.4155 14.9731 17.3395 15.1544 17.3395 15.343V16.6675C17.3395 16.8561 17.4155 17.0374 17.5502 17.1695L18.0964 17.706C18.2277 17.8349 18.4047 17.907 18.5887 17.907H19.0721C19.46 17.907 19.7743 18.2214 19.7744 18.6092V19.112C19.7742 19.4997 19.4599 19.8142 19.0721 19.8142H18.5335C18.1457 19.8142 17.8314 19.4997 17.8312 19.112L17.8305 18.65C17.8305 18.4614 17.7552 18.2808 17.6206 18.1487L17.0875 17.6252C16.9562 17.4964 16.7791 17.4243 16.5951 17.4243H15.6298C15.2418 17.4243 14.9268 17.7393 14.9268 18.1273V19.112C14.9267 19.4999 14.6125 19.8142 14.2245 19.8142H12.7026C12.3146 19.8142 12.0004 19.4999 12.0003 19.112L11.9996 17.6446C11.9997 17.2568 12.3142 16.9426 12.7019 16.9423H13.7101C14.0978 16.9422 14.4122 16.6278 14.4124 16.24V15.7608C14.4124 15.3728 14.0974 15.0578 13.7094 15.0578H12.7026C12.3147 15.0578 12.0004 14.7434 12.0003 14.3556L11.9996 12.8882Z\"\n fill=\"url(#paint1_linear_11852_21279)\"\n />\n <defs>\n <linearGradient\n id=\"paint0_linear_11852_21279\"\n x1={13.1205}\n y1={0}\n x2={13.1205}\n y2={18.9423}\n gradientUnits=\"userSpaceOnUse\"\n >\n <stop stopColor=\"#88878D\" />\n <stop offset={1} stopColor=\"#525252\" />\n </linearGradient>\n <linearGradient\n id=\"paint1_linear_11852_21279\"\n x1={5.46989}\n y1={5.7239}\n x2={19.748}\n y2={20.0021}\n gradientUnits=\"userSpaceOnUse\"\n >\n <stop stopColor=\"white\" />\n <stop offset={1} stopColor=\"#828282\" />\n </linearGradient>\n </defs>\n </svg>\n);\nexport default IconKaitoTicket;\n"],"names":["IconKaitoTicket","title","titleId","props","_jsxs","_jsx"],"mappings":"uGAMMA,MAAAA,EAAkB,CAAC,CAAE,MAAAC,EAAO,QAAAC,EAAS,GAAGC,CAAK,IACjDC,EAAAA,KACE,MAAA,CAAA,MAAO,GACP,OAAQ,GACR,QAAQ,YACR,KAAK,OACL,MAAM,6BAA4B,kBACjBF,EACb,GAAAC,YAEHF,EAAQI,EAAAA,aAAO,GAAIH,EAAU,SAAAD,IAAiB,KAC/CI,EAAAA,IACE,OAAA,CAAA,MAAO,OACP,OAAQ,QACR,GAAI,QACJ,UAAU,iEACV,KAAK,iCACL,CAAA,EACFA,EAAAA,YACE,EAAE,miEACF,KAAK,iCAAiC,CAAA,EAExCD,EAAAA,KAAA,OAAA,CAAA,SAAA,CACEA,EAAAA,uBACE,GAAG,4BACH,GAAI,QACJ,GAAI,EACJ,GAAI,QACJ,GAAI,QACJ,cAAc,iBAAgB,SAAA,CAE9BC,EAAAA,YAAM,UAAU,SAAY,CAAA,EAC5BA,EAAAA,YAAM,OAAQ,EAAG,UAAU,SAAS,CAAA,CAAG,IAEzCD,EAAAA,KAAA,iBAAA,CACE,GAAG,4BACH,GAAI,QACJ,GAAI,OACJ,GAAI,OACJ,GAAI,QACJ,cAAc,iBAAgB,SAAA,CAE9BC,cAAM,UAAU,OAAU,CAAA,EAC1BA,EAAAA,YAAM,OAAQ,EAAG,UAAU,SAAS,CAAA,CAAG,GACxB,CACZ,CAAA,CAAA,CAAA,CAAA"}
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),n=require("@styled/tokens");const c=({color:t,title:l,titleId:i,...r})=>{const C=t||n.token("colors.text.primary");return e.jsxs("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",color:C,"aria-labelledby":i,...r,children:[l?e.jsx("title",{id:i,children:l}):null,e.jsx("g",{clipPath:"url(#clip0_11852_21283)",children:e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0.0001031 2.66455C0.0001031 1.50063 0.943662 0.557068 2.10759 0.557068H6.67381C7.83776 0.557068 8.78131 1.50062 8.78131 2.66455V5.54908C8.78131 6.71303 9.72486 7.65658 10.8888 7.65658H13.89C14.4421 7.65658 14.9721 7.44 15.3661 7.05337L16.8618 5.58574C17.2657 5.18942 17.4932 4.64733 17.4932 4.08147V2.66455C17.4932 1.50063 18.4368 0.557068 19.6007 0.557068H21.2165C22.3804 0.557068 23.324 1.50063 23.324 2.66456V4.17088C23.324 5.33481 22.3804 6.27834 21.2165 6.27834H19.7989C19.2469 6.27834 18.7169 6.49498 18.3229 6.88156L16.6497 8.52339C16.2458 8.91969 16.0182 9.46179 16.0182 10.0277V14.0036C16.0182 14.5694 16.2458 15.1115 16.6497 15.5078L18.2903 17.1176C18.6843 17.5043 19.2143 17.7208 19.7663 17.7208H21.2165C22.3804 17.7208 23.324 18.6644 23.324 19.8283V21.3347C23.324 22.4986 22.3804 23.4421 21.2165 23.4421H19.6007C18.4368 23.4421 17.4932 22.4986 17.4932 21.3347V19.9497C17.4932 19.3839 17.2657 18.8418 16.8618 18.4455L15.2625 16.8762C14.8685 16.4896 14.3385 16.273 13.7865 16.273H10.8887C9.72474 16.273 8.78119 17.2165 8.78119 18.3805V21.3355C8.78119 22.4995 7.83764 23.443 6.6737 23.443H2.10749C0.943557 23.443 0 22.4995 0 21.3355V16.9341C0 15.7702 0.943557 14.8266 2.10749 14.8266H5.12955C6.2935 14.8266 7.23705 13.8831 7.23705 12.7191V11.281C7.23705 10.1171 6.2935 9.1735 5.12955 9.1735H2.10759C0.943657 9.1735 0.0001031 8.22995 0.0001031 7.06601V2.66455Z",fill:"currentColor"})}),e.jsx("defs",{children:e.jsx("clipPath",{id:"clip0_11852_21283",children:e.jsx("rect",{width:23.4146,height:24,fill:"currentColor"})})})]})};exports.default=c;
2
+ //# sourceMappingURL=logo-kaito-mono.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"logo-kaito-mono.js","sources":["../../../../src/components/logos/logo-kaito-mono.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\nimport { token } from '@styled/tokens';\ninterface SVGRProps {\n title?: string;\n titleId?: string;\n}\nexport interface Props extends SVGRProps, SVGProps<SVGSVGElement> {\n /**\n * Configures icon color on monochrome svgs.\n */\n color?: string;\n}\nconst LogoKaitoMono = ({ color: customColor, title, titleId, ...props }: Props) => {\n // Utilize dynamic primary text color by default\n const color = customColor || token('colors.text.primary');\n return (\n <svg\n width={24}\n height={24}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n color={color}\n aria-labelledby={titleId}\n {...props}\n >\n {title ? <title id={titleId}>{title}</title> : null}\n <g clipPath=\"url(#clip0_11852_21283)\">\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M0.0001031 2.66455C0.0001031 1.50063 0.943662 0.557068 2.10759 0.557068H6.67381C7.83776 0.557068 8.78131 1.50062 8.78131 2.66455V5.54908C8.78131 6.71303 9.72486 7.65658 10.8888 7.65658H13.89C14.4421 7.65658 14.9721 7.44 15.3661 7.05337L16.8618 5.58574C17.2657 5.18942 17.4932 4.64733 17.4932 4.08147V2.66455C17.4932 1.50063 18.4368 0.557068 19.6007 0.557068H21.2165C22.3804 0.557068 23.324 1.50063 23.324 2.66456V4.17088C23.324 5.33481 22.3804 6.27834 21.2165 6.27834H19.7989C19.2469 6.27834 18.7169 6.49498 18.3229 6.88156L16.6497 8.52339C16.2458 8.91969 16.0182 9.46179 16.0182 10.0277V14.0036C16.0182 14.5694 16.2458 15.1115 16.6497 15.5078L18.2903 17.1176C18.6843 17.5043 19.2143 17.7208 19.7663 17.7208H21.2165C22.3804 17.7208 23.324 18.6644 23.324 19.8283V21.3347C23.324 22.4986 22.3804 23.4421 21.2165 23.4421H19.6007C18.4368 23.4421 17.4932 22.4986 17.4932 21.3347V19.9497C17.4932 19.3839 17.2657 18.8418 16.8618 18.4455L15.2625 16.8762C14.8685 16.4896 14.3385 16.273 13.7865 16.273H10.8887C9.72474 16.273 8.78119 17.2165 8.78119 18.3805V21.3355C8.78119 22.4995 7.83764 23.443 6.6737 23.443H2.10749C0.943557 23.443 0 22.4995 0 21.3355V16.9341C0 15.7702 0.943557 14.8266 2.10749 14.8266H5.12955C6.2935 14.8266 7.23705 13.8831 7.23705 12.7191V11.281C7.23705 10.1171 6.2935 9.1735 5.12955 9.1735H2.10759C0.943657 9.1735 0.0001031 8.22995 0.0001031 7.06601V2.66455Z\"\n fill=\"currentColor\"\n />\n </g>\n <defs>\n <clipPath id=\"clip0_11852_21283\">\n <rect width={23.4146} height={24} fill=\"currentColor\" />\n </clipPath>\n </defs>\n </svg>\n );\n};\nexport default LogoKaitoMono;\n"],"names":["LogoKaitoMono","customColor","title","titleId","props","color","token","_jsxs","_jsx"],"mappings":"mIAYA,MAAMA,EAAgB,CAAC,CAAE,MAAOC,EAAa,MAAAC,EAAO,QAAAC,EAAS,GAAGC,CAAK,IAAa,CAEhF,MAAMC,EAAQJ,GAAeK,EAAAA,MAAM,qBAAqB,EACxD,OACEC,cACE,MAAO,GACP,OAAQ,GACR,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAOF,oBACUF,EAAO,GACpBC,EAEH,SAAA,CAAAF,EAAQM,eAAO,GAAIL,EAAU,SAAAD,IAAiB,KAC/CM,EAAAA,SAAG,SAAS,0BACV,SAAAA,EAAAA,IAAA,OAAA,CACE,SAAS,UACT,SAAS,UACT,EAAE,41CACF,KAAK,gBAEL,CAAA,EACJA,EAAAA,qBACEA,EAAAA,IAAU,WAAA,CAAA,GAAG,oBAAmB,SAC9BA,EAAAA,YAAM,MAAO,QAAS,OAAQ,GAAI,KAAK,gBAC9B,CAAA,CAAA,CAAA,CACN,CACH,CAAA,CAEV"}
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime");const C=({title:l,titleId:i,...t})=>e.jsxs("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":i,...t,children:[l?e.jsx("title",{id:i,children:l}):null,e.jsx("g",{clipPath:"url(#clip0_11852_21284)",children:e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0.0001031 2.66455C0.0001031 1.50063 0.943662 0.557068 2.10759 0.557068H6.67381C7.83776 0.557068 8.78131 1.50062 8.78131 2.66455V5.54908C8.78131 6.71303 9.72486 7.65658 10.8888 7.65658H13.89C14.4421 7.65658 14.9721 7.44 15.3661 7.05337L16.8618 5.58574C17.2657 5.18942 17.4932 4.64733 17.4932 4.08147V2.66455C17.4932 1.50063 18.4368 0.557068 19.6007 0.557068H21.2165C22.3804 0.557068 23.324 1.50063 23.324 2.66456V4.17088C23.324 5.33481 22.3804 6.27834 21.2165 6.27834H19.7989C19.2469 6.27834 18.7169 6.49498 18.3229 6.88156L16.6497 8.52339C16.2458 8.91969 16.0182 9.46179 16.0182 10.0277V14.0036C16.0182 14.5694 16.2458 15.1115 16.6497 15.5078L18.2903 17.1176C18.6843 17.5043 19.2143 17.7208 19.7663 17.7208H21.2165C22.3804 17.7208 23.324 18.6644 23.324 19.8283V21.3347C23.324 22.4986 22.3804 23.4421 21.2165 23.4421H19.6007C18.4368 23.4421 17.4932 22.4986 17.4932 21.3347V19.9497C17.4932 19.3839 17.2657 18.8418 16.8618 18.4455L15.2625 16.8762C14.8685 16.4896 14.3385 16.273 13.7865 16.273H10.8887C9.72474 16.273 8.78119 17.2165 8.78119 18.3805V21.3355C8.78119 22.4995 7.83764 23.443 6.6737 23.443H2.10749C0.943557 23.443 0 22.4995 0 21.3355V16.9341C0 15.7702 0.943557 14.8266 2.10749 14.8266H5.12955C6.2935 14.8266 7.23705 13.8831 7.23705 12.7191V11.281C7.23705 10.1171 6.2935 9.1735 5.12955 9.1735H2.10759C0.943657 9.1735 0.0001031 8.22995 0.0001031 7.06601V2.66455Z",fill:"#32FFDC"})}),e.jsx("defs",{children:e.jsx("clipPath",{id:"clip0_11852_21284",children:e.jsx("rect",{width:23.4146,height:24,fill:"white"})})})]});exports.default=C;
2
+ //# sourceMappingURL=logo-kaito.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"logo-kaito.js","sources":["../../../../src/components/logos/logo-kaito.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\ninterface SVGRProps {\n title?: string;\n titleId?: string;\n}\nexport interface Props extends SVGRProps, SVGProps<SVGSVGElement> {}\nconst LogoKaito = ({ title, titleId, ...props }: Props) => (\n <svg\n width={24}\n height={24}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n aria-labelledby={titleId}\n {...props}\n >\n {title ? <title id={titleId}>{title}</title> : null}\n <g clipPath=\"url(#clip0_11852_21284)\">\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M0.0001031 2.66455C0.0001031 1.50063 0.943662 0.557068 2.10759 0.557068H6.67381C7.83776 0.557068 8.78131 1.50062 8.78131 2.66455V5.54908C8.78131 6.71303 9.72486 7.65658 10.8888 7.65658H13.89C14.4421 7.65658 14.9721 7.44 15.3661 7.05337L16.8618 5.58574C17.2657 5.18942 17.4932 4.64733 17.4932 4.08147V2.66455C17.4932 1.50063 18.4368 0.557068 19.6007 0.557068H21.2165C22.3804 0.557068 23.324 1.50063 23.324 2.66456V4.17088C23.324 5.33481 22.3804 6.27834 21.2165 6.27834H19.7989C19.2469 6.27834 18.7169 6.49498 18.3229 6.88156L16.6497 8.52339C16.2458 8.91969 16.0182 9.46179 16.0182 10.0277V14.0036C16.0182 14.5694 16.2458 15.1115 16.6497 15.5078L18.2903 17.1176C18.6843 17.5043 19.2143 17.7208 19.7663 17.7208H21.2165C22.3804 17.7208 23.324 18.6644 23.324 19.8283V21.3347C23.324 22.4986 22.3804 23.4421 21.2165 23.4421H19.6007C18.4368 23.4421 17.4932 22.4986 17.4932 21.3347V19.9497C17.4932 19.3839 17.2657 18.8418 16.8618 18.4455L15.2625 16.8762C14.8685 16.4896 14.3385 16.273 13.7865 16.273H10.8887C9.72474 16.273 8.78119 17.2165 8.78119 18.3805V21.3355C8.78119 22.4995 7.83764 23.443 6.6737 23.443H2.10749C0.943557 23.443 0 22.4995 0 21.3355V16.9341C0 15.7702 0.943557 14.8266 2.10749 14.8266H5.12955C6.2935 14.8266 7.23705 13.8831 7.23705 12.7191V11.281C7.23705 10.1171 6.2935 9.1735 5.12955 9.1735H2.10759C0.943657 9.1735 0.0001031 8.22995 0.0001031 7.06601V2.66455Z\"\n fill=\"#32FFDC\"\n />\n </g>\n <defs>\n <clipPath id=\"clip0_11852_21284\">\n <rect width={23.4146} height={24} fill=\"white\" />\n </clipPath>\n </defs>\n </svg>\n);\nexport default LogoKaito;\n"],"names":["LogoKaito","title","titleId","props","_jsxs","_jsx"],"mappings":"uGAMMA,MAAAA,EAAY,CAAC,CAAE,MAAAC,EAAO,QAAAC,EAAS,GAAGC,CAAK,IAC3CC,OACE,MAAA,CAAA,MAAO,GACP,OAAQ,GACR,QAAQ,YACR,KAAK,OACL,MAAM,6BACW,kBAAAF,KACbC,EAAK,SAAA,CAERF,EAAQI,EAAAA,aAAO,GAAIH,EAAO,SAAGD,CAAK,CAAA,EAAY,KAC/CI,MAAA,IAAA,CAAG,SAAS,0BACV,SAAAA,EAAAA,IAAA,OAAA,CACE,SAAS,UACT,SAAS,UACT,EAAE,41CACF,KAAK,SAAS,CAAA,IAGlBA,EAAAA,IAAA,OAAA,CAAA,SACEA,EAAAA,gBAAU,GAAG,oBACX,SAAAA,EAAAA,IAAA,OAAA,CAAM,MAAO,QAAS,OAAQ,GAAI,KAAK,SAC9B,CAAA,CAAA,CAAA,CACN,CACH,CAAA"}
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),C=require("@styled/tokens");const s=({color:r,title:l,titleId:t,...i})=>{const o=r||C.token("colors.text.primary");return e.jsxs("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",color:o,"aria-labelledby":t,...i,children:[l?e.jsx("title",{id:t,children:l}):null,e.jsx("rect",{x:1,y:1,width:22,height:22,rx:11,fill:"currentColor"}),e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.5512 5.14628C11.8874 4.95218 12.3016 4.95218 12.6378 5.14628L17.7589 8.10299C18.0951 8.29706 18.3022 8.65579 18.3022 9.04401V14.9574C18.3022 15.3456 18.0951 15.7043 17.7589 15.8984L12.6378 18.8551C12.3016 19.0492 11.8874 19.0492 11.5512 18.8551L6.43002 15.8984C6.09381 15.7043 5.88672 15.3456 5.88672 14.9574V9.04401C5.88672 8.65579 6.09381 8.29706 6.43002 8.10299L11.5512 5.14628ZM11.9302 5.91892C12.0112 5.77872 12.2135 5.77872 12.2945 5.91892L17.4853 14.9097C17.5663 15.0499 17.4651 15.2252 17.3032 15.2252H6.92154C6.75961 15.2252 6.65844 15.0499 6.73939 14.9097L11.9302 5.91892ZM14.7262 12.0698C14.7262 13.5303 13.5423 14.7143 12.0818 14.7143C10.6213 14.7143 9.43733 13.5303 9.43733 12.0698C9.43733 10.6094 10.6213 9.42539 12.0818 9.42539C13.5423 9.42539 14.7262 10.6094 14.7262 12.0698ZM10.9929 11.1631C10.9929 11.0625 11.0744 10.9809 11.175 10.9809H12.9884C13.0891 10.9809 13.1706 11.0625 13.1706 11.1631V12.9764C13.1706 13.0771 13.0891 13.1586 12.9884 13.1586H11.175C11.0744 13.1586 10.9929 13.0771 10.9929 12.9764V11.1631Z",fill:"black"})]})};exports.default=s;
2
+ //# sourceMappingURL=logo-newton-mono.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"logo-newton-mono.js","sources":["../../../../src/components/logos/logo-newton-mono.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\nimport { token } from '@styled/tokens';\ninterface SVGRProps {\n title?: string;\n titleId?: string;\n}\nexport interface Props extends SVGRProps, SVGProps<SVGSVGElement> {\n /**\n * Configures icon color on monochrome svgs.\n */\n color?: string;\n}\nconst LogoNewtonMono = ({ color: customColor, title, titleId, ...props }: Props) => {\n // Utilize dynamic primary text color by default\n const color = customColor || token('colors.text.primary');\n return (\n <svg\n width={24}\n height={24}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n color={color}\n aria-labelledby={titleId}\n {...props}\n >\n {title ? <title id={titleId}>{title}</title> : null}\n <rect x={1} y={1} width={22} height={22} rx={11} fill=\"currentColor\" />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.5512 5.14628C11.8874 4.95218 12.3016 4.95218 12.6378 5.14628L17.7589 8.10299C18.0951 8.29706 18.3022 8.65579 18.3022 9.04401V14.9574C18.3022 15.3456 18.0951 15.7043 17.7589 15.8984L12.6378 18.8551C12.3016 19.0492 11.8874 19.0492 11.5512 18.8551L6.43002 15.8984C6.09381 15.7043 5.88672 15.3456 5.88672 14.9574V9.04401C5.88672 8.65579 6.09381 8.29706 6.43002 8.10299L11.5512 5.14628ZM11.9302 5.91892C12.0112 5.77872 12.2135 5.77872 12.2945 5.91892L17.4853 14.9097C17.5663 15.0499 17.4651 15.2252 17.3032 15.2252H6.92154C6.75961 15.2252 6.65844 15.0499 6.73939 14.9097L11.9302 5.91892ZM14.7262 12.0698C14.7262 13.5303 13.5423 14.7143 12.0818 14.7143C10.6213 14.7143 9.43733 13.5303 9.43733 12.0698C9.43733 10.6094 10.6213 9.42539 12.0818 9.42539C13.5423 9.42539 14.7262 10.6094 14.7262 12.0698ZM10.9929 11.1631C10.9929 11.0625 11.0744 10.9809 11.175 10.9809H12.9884C13.0891 10.9809 13.1706 11.0625 13.1706 11.1631V12.9764C13.1706 13.0771 13.0891 13.1586 12.9884 13.1586H11.175C11.0744 13.1586 10.9929 13.0771 10.9929 12.9764V11.1631Z\"\n fill=\"black\"\n />\n </svg>\n );\n};\nexport default LogoNewtonMono;\n"],"names":["LogoNewtonMono","customColor","title","titleId","props","color","token","_jsxs","_jsx"],"mappings":"mIAYA,MAAMA,EAAiB,CAAC,CAAE,MAAOC,EAAa,MAAAC,EAAO,QAAAC,EAAS,GAAGC,CAAK,IAAa,CAEjF,MAAMC,EAAQJ,GAAeK,EAAAA,MAAM,qBAAqB,EACxD,OACEC,OACE,MAAA,CAAA,MAAO,GACP,OAAQ,GACR,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAOF,EACU,kBAAAF,KACbC,EAAK,SAAA,CAERF,EAAQM,EAAAA,IAAO,QAAA,CAAA,GAAIL,EAAO,SAAGD,CAAc,CAAA,EAAG,KAC/CM,EAAAA,IAAM,OAAA,CAAA,EAAG,EAAG,EAAG,EAAG,MAAO,GAAI,OAAQ,GAAI,GAAI,GAAI,KAAK,cAAiB,CAAA,EACvEA,cACE,SAAS,UACT,SAAS,UACT,EAAE,6gCACF,KAAK,OACL,CAAA,CAAA,CAAA,CAAA,CAGR"}
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime");const C=({title:l,titleId:t,...i})=>e.jsxs("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":t,...i,children:[l?e.jsx("title",{id:t,children:l}):null,e.jsx("rect",{x:1,y:1,width:22,height:22,rx:11,fill:"black"}),e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.5512 5.14628C11.8874 4.95218 12.3016 4.95218 12.6378 5.14628L17.7589 8.10299C18.0951 8.29706 18.3022 8.65579 18.3022 9.04401V14.9574C18.3022 15.3456 18.0951 15.7043 17.7589 15.8984L12.6378 18.8551C12.3016 19.0492 11.8874 19.0492 11.5512 18.8551L6.43002 15.8984C6.09381 15.7043 5.88672 15.3456 5.88672 14.9574V9.04401C5.88672 8.65579 6.09381 8.29706 6.43002 8.10299L11.5512 5.14628ZM11.9302 5.91892C12.0112 5.77872 12.2135 5.77872 12.2945 5.91892L17.4853 14.9097C17.5663 15.0499 17.4651 15.2252 17.3032 15.2252H6.92154C6.75961 15.2252 6.65844 15.0499 6.73939 14.9097L11.9302 5.91892ZM14.7262 12.0698C14.7262 13.5303 13.5423 14.7143 12.0818 14.7143C10.6213 14.7143 9.43733 13.5303 9.43733 12.0698C9.43733 10.6094 10.6213 9.42539 12.0818 9.42539C13.5423 9.42539 14.7262 10.6094 14.7262 12.0698ZM10.9929 11.1631C10.9929 11.0625 11.0744 10.9809 11.175 10.9809H12.9884C13.0891 10.9809 13.1706 11.0625 13.1706 11.1631V12.9764C13.1706 13.0771 13.0891 13.1586 12.9884 13.1586H11.175C11.0744 13.1586 10.9929 13.0771 10.9929 12.9764V11.1631Z",fill:"white"})]});exports.default=C;
2
+ //# sourceMappingURL=logo-newton.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"logo-newton.js","sources":["../../../../src/components/logos/logo-newton.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\ninterface SVGRProps {\n title?: string;\n titleId?: string;\n}\nexport interface Props extends SVGRProps, SVGProps<SVGSVGElement> {}\nconst LogoNewton = ({ title, titleId, ...props }: Props) => (\n <svg\n width={24}\n height={24}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n aria-labelledby={titleId}\n {...props}\n >\n {title ? <title id={titleId}>{title}</title> : null}\n <rect x={1} y={1} width={22} height={22} rx={11} fill=\"black\" />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.5512 5.14628C11.8874 4.95218 12.3016 4.95218 12.6378 5.14628L17.7589 8.10299C18.0951 8.29706 18.3022 8.65579 18.3022 9.04401V14.9574C18.3022 15.3456 18.0951 15.7043 17.7589 15.8984L12.6378 18.8551C12.3016 19.0492 11.8874 19.0492 11.5512 18.8551L6.43002 15.8984C6.09381 15.7043 5.88672 15.3456 5.88672 14.9574V9.04401C5.88672 8.65579 6.09381 8.29706 6.43002 8.10299L11.5512 5.14628ZM11.9302 5.91892C12.0112 5.77872 12.2135 5.77872 12.2945 5.91892L17.4853 14.9097C17.5663 15.0499 17.4651 15.2252 17.3032 15.2252H6.92154C6.75961 15.2252 6.65844 15.0499 6.73939 14.9097L11.9302 5.91892ZM14.7262 12.0698C14.7262 13.5303 13.5423 14.7143 12.0818 14.7143C10.6213 14.7143 9.43733 13.5303 9.43733 12.0698C9.43733 10.6094 10.6213 9.42539 12.0818 9.42539C13.5423 9.42539 14.7262 10.6094 14.7262 12.0698ZM10.9929 11.1631C10.9929 11.0625 11.0744 10.9809 11.175 10.9809H12.9884C13.0891 10.9809 13.1706 11.0625 13.1706 11.1631V12.9764C13.1706 13.0771 13.0891 13.1586 12.9884 13.1586H11.175C11.0744 13.1586 10.9929 13.0771 10.9929 12.9764V11.1631Z\"\n fill=\"white\"\n />\n </svg>\n);\nexport default LogoNewton;\n"],"names":["LogoNewton","title","titleId","props","_jsxs","_jsx"],"mappings":"6GAMMA,EAAa,CAAC,CAAE,MAAAC,EAAO,QAAAC,EAAS,GAAGC,CAAK,IAC5CC,EACE,KAAA,MAAA,CAAA,MAAO,GACP,OAAQ,GACR,QAAQ,YACR,KAAK,OACL,MAAM,6BACW,kBAAAF,KACbC,EAAK,SAAA,CAERF,EAAQI,EAAAA,IAAO,QAAA,CAAA,GAAIH,EAAU,SAAAD,IAAiB,KAC/CI,cAAM,EAAG,EAAG,EAAG,EAAG,MAAO,GAAI,OAAQ,GAAI,GAAI,GAAI,KAAK,OAAU,CAAA,EAChEA,EAAAA,YACE,SAAS,UACT,SAAS,UACT,EAAE,6gCACF,KAAK,OAAO,CAAA,CACZ,CACE,CAAA"}