@cimpress-ui/react 1.13.4 → 1.14.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 (99) hide show
  1. package/dist/commonjs/components/select/select.d.ts +1 -0
  2. package/dist/commonjs/components/select/select.d.ts.map +1 -1
  3. package/dist/commonjs/components/select/select.js +16 -2
  4. package/dist/commonjs/components/select/select.js.map +1 -1
  5. package/dist/commonjs/icons/cart.d.ts +8 -0
  6. package/dist/commonjs/icons/cart.d.ts.map +1 -0
  7. package/dist/commonjs/icons/cart.js +24 -0
  8. package/dist/commonjs/icons/cart.js.map +1 -0
  9. package/dist/commonjs/icons/globe.d.ts +8 -0
  10. package/dist/commonjs/icons/globe.d.ts.map +1 -0
  11. package/dist/commonjs/icons/globe.js +24 -0
  12. package/dist/commonjs/icons/globe.js.map +1 -0
  13. package/dist/commonjs/icons/image-broken.d.ts +8 -0
  14. package/dist/commonjs/icons/image-broken.d.ts.map +1 -0
  15. package/dist/commonjs/icons/image-broken.js +24 -0
  16. package/dist/commonjs/icons/image-broken.js.map +1 -0
  17. package/dist/commonjs/icons/index.d.ts +10 -0
  18. package/dist/commonjs/icons/index.d.ts.map +1 -1
  19. package/dist/commonjs/icons/index.js +24 -4
  20. package/dist/commonjs/icons/index.js.map +1 -1
  21. package/dist/commonjs/icons/loudspeaker.d.ts +8 -0
  22. package/dist/commonjs/icons/loudspeaker.d.ts.map +1 -0
  23. package/dist/commonjs/icons/loudspeaker.js +24 -0
  24. package/dist/commonjs/icons/loudspeaker.js.map +1 -0
  25. package/dist/commonjs/icons/opacity.d.ts +8 -0
  26. package/dist/commonjs/icons/opacity.d.ts.map +1 -0
  27. package/dist/commonjs/icons/opacity.js +24 -0
  28. package/dist/commonjs/icons/opacity.js.map +1 -0
  29. package/dist/commonjs/icons/pin-map.d.ts +8 -0
  30. package/dist/commonjs/icons/pin-map.d.ts.map +1 -0
  31. package/dist/commonjs/icons/pin-map.js +24 -0
  32. package/dist/commonjs/icons/pin-map.js.map +1 -0
  33. package/dist/commonjs/icons/shop.d.ts +8 -0
  34. package/dist/commonjs/icons/shop.d.ts.map +1 -0
  35. package/dist/commonjs/icons/shop.js +24 -0
  36. package/dist/commonjs/icons/shop.js.map +1 -0
  37. package/dist/commonjs/icons/translate.d.ts +8 -0
  38. package/dist/commonjs/icons/translate.d.ts.map +1 -0
  39. package/dist/commonjs/icons/translate.js +24 -0
  40. package/dist/commonjs/icons/translate.js.map +1 -0
  41. package/dist/commonjs/icons/wallet-refund.d.ts +8 -0
  42. package/dist/commonjs/icons/wallet-refund.d.ts.map +1 -0
  43. package/dist/commonjs/icons/wallet-refund.js +24 -0
  44. package/dist/commonjs/icons/wallet-refund.js.map +1 -0
  45. package/dist/commonjs/icons/wallet.d.ts +8 -0
  46. package/dist/commonjs/icons/wallet.d.ts.map +1 -0
  47. package/dist/commonjs/icons/wallet.js +24 -0
  48. package/dist/commonjs/icons/wallet.js.map +1 -0
  49. package/dist/esm/components/select/select.d.ts +1 -0
  50. package/dist/esm/components/select/select.d.ts.map +1 -1
  51. package/dist/esm/components/select/select.js +16 -2
  52. package/dist/esm/components/select/select.js.map +1 -1
  53. package/dist/esm/icons/cart.d.ts +8 -0
  54. package/dist/esm/icons/cart.d.ts.map +1 -0
  55. package/dist/esm/icons/cart.js +19 -0
  56. package/dist/esm/icons/cart.js.map +1 -0
  57. package/dist/esm/icons/globe.d.ts +8 -0
  58. package/dist/esm/icons/globe.d.ts.map +1 -0
  59. package/dist/esm/icons/globe.js +19 -0
  60. package/dist/esm/icons/globe.js.map +1 -0
  61. package/dist/esm/icons/image-broken.d.ts +8 -0
  62. package/dist/esm/icons/image-broken.d.ts.map +1 -0
  63. package/dist/esm/icons/image-broken.js +19 -0
  64. package/dist/esm/icons/image-broken.js.map +1 -0
  65. package/dist/esm/icons/index.d.ts +10 -0
  66. package/dist/esm/icons/index.d.ts.map +1 -1
  67. package/dist/esm/icons/index.js +10 -0
  68. package/dist/esm/icons/index.js.map +1 -1
  69. package/dist/esm/icons/loudspeaker.d.ts +8 -0
  70. package/dist/esm/icons/loudspeaker.d.ts.map +1 -0
  71. package/dist/esm/icons/loudspeaker.js +19 -0
  72. package/dist/esm/icons/loudspeaker.js.map +1 -0
  73. package/dist/esm/icons/opacity.d.ts +8 -0
  74. package/dist/esm/icons/opacity.d.ts.map +1 -0
  75. package/dist/esm/icons/opacity.js +19 -0
  76. package/dist/esm/icons/opacity.js.map +1 -0
  77. package/dist/esm/icons/pin-map.d.ts +8 -0
  78. package/dist/esm/icons/pin-map.d.ts.map +1 -0
  79. package/dist/esm/icons/pin-map.js +19 -0
  80. package/dist/esm/icons/pin-map.js.map +1 -0
  81. package/dist/esm/icons/shop.d.ts +8 -0
  82. package/dist/esm/icons/shop.d.ts.map +1 -0
  83. package/dist/esm/icons/shop.js +19 -0
  84. package/dist/esm/icons/shop.js.map +1 -0
  85. package/dist/esm/icons/translate.d.ts +8 -0
  86. package/dist/esm/icons/translate.d.ts.map +1 -0
  87. package/dist/esm/icons/translate.js +19 -0
  88. package/dist/esm/icons/translate.js.map +1 -0
  89. package/dist/esm/icons/wallet-refund.d.ts +8 -0
  90. package/dist/esm/icons/wallet-refund.d.ts.map +1 -0
  91. package/dist/esm/icons/wallet-refund.js +19 -0
  92. package/dist/esm/icons/wallet-refund.js.map +1 -0
  93. package/dist/esm/icons/wallet.d.ts +8 -0
  94. package/dist/esm/icons/wallet.d.ts.map +1 -0
  95. package/dist/esm/icons/wallet.js +19 -0
  96. package/dist/esm/icons/wallet.js.map +1 -0
  97. package/dist-styles/core.css +1 -1
  98. package/dist-styles/styles.css +1 -1
  99. package/package.json +1 -1
@@ -0,0 +1,8 @@
1
+ import type { IconProps } from '../components/types.js';
2
+ /** Renders an SVG icon. */
3
+ declare const SvgOpacity: {
4
+ ({ size, "aria-hidden": ariaHidden, tone, UNSAFE_className, UNSAFE_style, ...rest }: IconProps): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default SvgOpacity;
8
+ //# sourceMappingURL=opacity.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"opacity.d.ts","sourceRoot":"","sources":["../../../src/icons/opacity.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAGxD,2BAA2B;AAC3B,QAAA,MAAM,UAAU;yFAAwF,SAAS;;CAuBhH,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -0,0 +1,19 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import clsx from 'clsx';
3
+ import { fgTone } from '../utils/style/tone.js';
4
+ const displayName = 'IconOpacity';
5
+ /** Renders an SVG icon. */
6
+ const SvgOpacity = ({ size, 'aria-hidden': ariaHidden, tone, UNSAFE_className, UNSAFE_style, ...rest }) => {
7
+ const props = {
8
+ ...rest,
9
+ 'aria-hidden': ariaHidden ?? (rest['aria-label'] == null && rest['aria-labelledby'] == null),
10
+ className: clsx('cim-icon', tone && fgTone(tone), UNSAFE_className),
11
+ style: UNSAFE_style,
12
+ width: size != null ? size + 'px' : '1em',
13
+ height: size != null ? size + 'px' : '1em',
14
+ };
15
+ return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "data-icon": "true", fill: "currentColor", ...props, children: [_jsx("path", { fill: "currentColor", d: "M26 9a1 1 0 1 1-2 0 1 1 0 0 1 2 0m0 4a1 1 0 1 1-2 0 1 1 0 0 1 2 0m0 4a1 1 0 1 0-2 0 1 1 0 0 0 2 0m0 4a1 1 0 1 1-2 0 1 1 0 0 1 2 0m-5 5a1 1 0 1 1 0-2 1 1 0 0 1 0 2m-4 0a1 1 0 1 1 0-2 1 1 0 0 1 0 2m-4 0a1 1 0 1 1 0-2 1 1 0 0 1 0 2m-4 0a1 1 0 1 1 0-2 1 1 0 0 1 0 2m7-3a1 1 0 1 1-2 0 1 1 0 0 1 2 0m-5 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2m7-3a1 1 0 1 1-2 0 1 1 0 0 1 2 0m-5 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2m6-2a1 1 0 1 0 0-2 1 1 0 0 0 0 2m-3-1a1 1 0 1 1-2 0 1 1 0 0 1 2 0m3 5a1 1 0 1 0 0-2 1 1 0 0 0 0 2m3-3a1 1 0 1 1-2 0 1 1 0 0 1 2 0m1-5a1 1 0 1 0 0-2 1 1 0 0 0 0 2m-3-1a1 1 0 1 1-2 0 1 1 0 0 1 2 0m2-2a1 1 0 1 1-2 0 1 1 0 0 1 2 0m1-1a1 1 0 1 0 0-2 1 1 0 0 0 0 2m0 12a1 1 0 1 0 0-2 1 1 0 0 0 0 2m1-5a1 1 0 1 1-2 0 1 1 0 0 1 2 0m-3-1a1 1 0 1 0 0-2 1 1 0 0 0 0 2m-3-1a1 1 0 1 1-2 0 1 1 0 0 1 2 0" }), _jsx("path", { fill: "currentColor", fillRule: "evenodd", d: "M4 7a3 3 0 0 1 3-3h19a2 2 0 0 1 2 2v19a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3zm3-1a1 1 0 0 0-1 1v14.586L21.586 6zm17.414 0L6 24.414V25a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V6z", clipRule: "evenodd" })] }));
16
+ };
17
+ SvgOpacity.displayName = displayName;
18
+ export default SvgOpacity;
19
+ //# sourceMappingURL=opacity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"opacity.js","sourceRoot":"","sources":["../../../src/icons/opacity.tsx"],"names":[],"mappings":";AAAA,OAAO,IAAI,MAAM,MAAM,CAAC;AAExB,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAChD,MAAM,WAAW,GAAG,aAAa,CAAC;AAClC,2BAA2B;AAC3B,MAAM,UAAU,GAAG,CAAC,EAAE,IAAI,EAAE,aAAa,EAAE,UAAU,EAAE,IAAI,EAAE,gBAAgB,EAAE,YAAY,EAAE,GAAG,IAAI,EAAa,EAAE,EAAE;IACnH,MAAM,KAAK,GAAG;QACZ,GAAG,IAAI;QACP,aAAa,EAAE,UAAU,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC,IAAI,IAAI,IAAI,IAAI,CAAC,iBAAiB,CAAC,IAAI,IAAI,CAAC;QAC5F,SAAS,EAAE,IAAI,CAAC,UAAU,EAAE,IAAI,IAAI,MAAM,CAAC,IAAI,CAAC,EAAE,gBAAgB,CAAC;QACnE,KAAK,EAAE,YAAY;QACnB,KAAK,EAAE,IAAI,IAAI,IAAI,CAAC,CAAC,CAAC,IAAI,GAAG,IAAI,CAAC,CAAC,CAAC,KAAK;QACzC,MAAM,EAAE,IAAI,IAAI,IAAI,CAAC,CAAC,CAAC,IAAI,GAAG,IAAI,CAAC,CAAC,CAAC,KAAK;KAC3C,CAAC;IACF,OAAO,CACL,eAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,eAAW,MAAM,EAAC,IAAI,EAAC,cAAc,KAAK,KAAK,aACxG,eACE,IAAI,EAAC,cAAc,EACnB,CAAC,EAAC,8wBAA8wB,GAChxB,EACF,eACE,IAAI,EAAC,cAAc,EACnB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,iKAAiK,EACnK,QAAQ,EAAC,SAAS,GAClB,IACE,CACP,CAAC;AACJ,CAAC,CAAC;AACF,UAAU,CAAC,WAAW,GAAG,WAAW,CAAC;AACrC,eAAe,UAAU,CAAC","sourcesContent":["import clsx from 'clsx';\nimport type { IconProps } from '../components/types.js';\nimport { fgTone } from '../utils/style/tone.js';\nconst displayName = 'IconOpacity';\n/** Renders an SVG icon. */\nconst SvgOpacity = ({ size, 'aria-hidden': ariaHidden, tone, UNSAFE_className, UNSAFE_style, ...rest }: IconProps) => {\n const props = {\n ...rest,\n 'aria-hidden': ariaHidden ?? (rest['aria-label'] == null && rest['aria-labelledby'] == null),\n className: clsx('cim-icon', tone && fgTone(tone), UNSAFE_className),\n style: UNSAFE_style,\n width: size != null ? size + 'px' : '1em',\n height: size != null ? size + 'px' : '1em',\n };\n return (\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" data-icon=\"true\" fill=\"currentColor\" {...props}>\n <path\n fill=\"currentColor\"\n d=\"M26 9a1 1 0 1 1-2 0 1 1 0 0 1 2 0m0 4a1 1 0 1 1-2 0 1 1 0 0 1 2 0m0 4a1 1 0 1 0-2 0 1 1 0 0 0 2 0m0 4a1 1 0 1 1-2 0 1 1 0 0 1 2 0m-5 5a1 1 0 1 1 0-2 1 1 0 0 1 0 2m-4 0a1 1 0 1 1 0-2 1 1 0 0 1 0 2m-4 0a1 1 0 1 1 0-2 1 1 0 0 1 0 2m-4 0a1 1 0 1 1 0-2 1 1 0 0 1 0 2m7-3a1 1 0 1 1-2 0 1 1 0 0 1 2 0m-5 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2m7-3a1 1 0 1 1-2 0 1 1 0 0 1 2 0m-5 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2m6-2a1 1 0 1 0 0-2 1 1 0 0 0 0 2m-3-1a1 1 0 1 1-2 0 1 1 0 0 1 2 0m3 5a1 1 0 1 0 0-2 1 1 0 0 0 0 2m3-3a1 1 0 1 1-2 0 1 1 0 0 1 2 0m1-5a1 1 0 1 0 0-2 1 1 0 0 0 0 2m-3-1a1 1 0 1 1-2 0 1 1 0 0 1 2 0m2-2a1 1 0 1 1-2 0 1 1 0 0 1 2 0m1-1a1 1 0 1 0 0-2 1 1 0 0 0 0 2m0 12a1 1 0 1 0 0-2 1 1 0 0 0 0 2m1-5a1 1 0 1 1-2 0 1 1 0 0 1 2 0m-3-1a1 1 0 1 0 0-2 1 1 0 0 0 0 2m-3-1a1 1 0 1 1-2 0 1 1 0 0 1 2 0\"\n />\n <path\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n d=\"M4 7a3 3 0 0 1 3-3h19a2 2 0 0 1 2 2v19a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3zm3-1a1 1 0 0 0-1 1v14.586L21.586 6zm17.414 0L6 24.414V25a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V6z\"\n clipRule=\"evenodd\"\n />\n </svg>\n );\n};\nSvgOpacity.displayName = displayName;\nexport default SvgOpacity;\n"]}
@@ -0,0 +1,8 @@
1
+ import type { IconProps } from '../components/types.js';
2
+ /** Renders an SVG icon. */
3
+ declare const SvgPinMap: {
4
+ ({ size, "aria-hidden": ariaHidden, tone, UNSAFE_className, UNSAFE_style, ...rest }: IconProps): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default SvgPinMap;
8
+ //# sourceMappingURL=pin-map.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pin-map.d.ts","sourceRoot":"","sources":["../../../src/icons/pin-map.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAGxD,2BAA2B;AAC3B,QAAA,MAAM,SAAS;yFAAwF,SAAS;;CAsB/G,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -0,0 +1,19 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import clsx from 'clsx';
3
+ import { fgTone } from '../utils/style/tone.js';
4
+ const displayName = 'IconPinMap';
5
+ /** Renders an SVG icon. */
6
+ const SvgPinMap = ({ size, 'aria-hidden': ariaHidden, tone, UNSAFE_className, UNSAFE_style, ...rest }) => {
7
+ const props = {
8
+ ...rest,
9
+ 'aria-hidden': ariaHidden ?? (rest['aria-label'] == null && rest['aria-labelledby'] == null),
10
+ className: clsx('cim-icon', tone && fgTone(tone), UNSAFE_className),
11
+ style: UNSAFE_style,
12
+ width: size != null ? size + 'px' : '1em',
13
+ height: size != null ? size + 'px' : '1em',
14
+ };
15
+ return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "data-icon": "true", fill: "currentColor", ...props, children: [_jsx("path", { fill: "currentColor", d: "M11.501 15.95a1 1 0 1 1 0 2h-2.01a1 1 0 0 0-.958.714l-1.806 6.05A1 1 0 0 0 7.686 26h16.63a1 1 0 0 0 .959-1.286l-1.806-6.05a1 1 0 0 0-.958-.714h-2.01a1 1 0 0 1 0-2h2.01a3 3 0 0 1 2.875 2.143l1.805 6.05A3 3 0 0 1 24.317 28H7.686a3 3 0 0 1-2.875-3.858l1.805-6.05a3 3 0 0 1 2.875-2.142z" }), _jsx("path", { fill: "currentColor", d: "M21 10.8c0-1.589-.577-2.762-1.445-3.547-.826-.747-1.976-1.195-3.29-1.248L16 6c-1.424 0-2.673.456-3.554 1.253C11.578 8.038 11 9.21 11 10.8c0 1.958 1.106 4.298 2.463 6.379A31 31 0 0 0 16 20.522a31 31 0 0 0 2.537-3.343C19.894 15.098 21 12.758 21 10.799Zm2 0c0 2.575-1.394 5.335-2.787 7.471-1.416 2.173-2.962 3.892-3.506 4.436a1 1 0 0 1-1.414 0c-.543-.544-2.089-2.263-3.506-4.436C10.394 16.136 9 13.375 9 10.8c0-2.115.789-3.841 2.104-5.03C12.406 4.592 14.157 4 16 4l.345.007c1.716.07 3.331.659 4.552 1.763C22.212 6.959 23 8.685 23 10.8" }), _jsx("path", { fill: "currentColor", d: "M17 11a1 1 0 1 0-2 0 1 1 0 0 0 2 0m2 0a3 3 0 1 1-6 0 3 3 0 0 1 6 0" })] }));
16
+ };
17
+ SvgPinMap.displayName = displayName;
18
+ export default SvgPinMap;
19
+ //# sourceMappingURL=pin-map.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pin-map.js","sourceRoot":"","sources":["../../../src/icons/pin-map.tsx"],"names":[],"mappings":";AAAA,OAAO,IAAI,MAAM,MAAM,CAAC;AAExB,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAChD,MAAM,WAAW,GAAG,YAAY,CAAC;AACjC,2BAA2B;AAC3B,MAAM,SAAS,GAAG,CAAC,EAAE,IAAI,EAAE,aAAa,EAAE,UAAU,EAAE,IAAI,EAAE,gBAAgB,EAAE,YAAY,EAAE,GAAG,IAAI,EAAa,EAAE,EAAE;IAClH,MAAM,KAAK,GAAG;QACZ,GAAG,IAAI;QACP,aAAa,EAAE,UAAU,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC,IAAI,IAAI,IAAI,IAAI,CAAC,iBAAiB,CAAC,IAAI,IAAI,CAAC;QAC5F,SAAS,EAAE,IAAI,CAAC,UAAU,EAAE,IAAI,IAAI,MAAM,CAAC,IAAI,CAAC,EAAE,gBAAgB,CAAC;QACnE,KAAK,EAAE,YAAY;QACnB,KAAK,EAAE,IAAI,IAAI,IAAI,CAAC,CAAC,CAAC,IAAI,GAAG,IAAI,CAAC,CAAC,CAAC,KAAK;QACzC,MAAM,EAAE,IAAI,IAAI,IAAI,CAAC,CAAC,CAAC,IAAI,GAAG,IAAI,CAAC,CAAC,CAAC,KAAK;KAC3C,CAAC;IACF,OAAO,CACL,eAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,eAAW,MAAM,EAAC,IAAI,EAAC,cAAc,KAAK,KAAK,aACxG,eACE,IAAI,EAAC,cAAc,EACnB,CAAC,EAAC,4RAA4R,GAC9R,EACF,eACE,IAAI,EAAC,cAAc,EACnB,CAAC,EAAC,qhBAAqhB,GACvhB,EACF,eAAM,IAAI,EAAC,cAAc,EAAC,CAAC,EAAC,oEAAoE,GAAG,IAC/F,CACP,CAAC;AACJ,CAAC,CAAC;AACF,SAAS,CAAC,WAAW,GAAG,WAAW,CAAC;AACpC,eAAe,SAAS,CAAC","sourcesContent":["import clsx from 'clsx';\nimport type { IconProps } from '../components/types.js';\nimport { fgTone } from '../utils/style/tone.js';\nconst displayName = 'IconPinMap';\n/** Renders an SVG icon. */\nconst SvgPinMap = ({ size, 'aria-hidden': ariaHidden, tone, UNSAFE_className, UNSAFE_style, ...rest }: IconProps) => {\n const props = {\n ...rest,\n 'aria-hidden': ariaHidden ?? (rest['aria-label'] == null && rest['aria-labelledby'] == null),\n className: clsx('cim-icon', tone && fgTone(tone), UNSAFE_className),\n style: UNSAFE_style,\n width: size != null ? size + 'px' : '1em',\n height: size != null ? size + 'px' : '1em',\n };\n return (\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" data-icon=\"true\" fill=\"currentColor\" {...props}>\n <path\n fill=\"currentColor\"\n d=\"M11.501 15.95a1 1 0 1 1 0 2h-2.01a1 1 0 0 0-.958.714l-1.806 6.05A1 1 0 0 0 7.686 26h16.63a1 1 0 0 0 .959-1.286l-1.806-6.05a1 1 0 0 0-.958-.714h-2.01a1 1 0 0 1 0-2h2.01a3 3 0 0 1 2.875 2.143l1.805 6.05A3 3 0 0 1 24.317 28H7.686a3 3 0 0 1-2.875-3.858l1.805-6.05a3 3 0 0 1 2.875-2.142z\"\n />\n <path\n fill=\"currentColor\"\n d=\"M21 10.8c0-1.589-.577-2.762-1.445-3.547-.826-.747-1.976-1.195-3.29-1.248L16 6c-1.424 0-2.673.456-3.554 1.253C11.578 8.038 11 9.21 11 10.8c0 1.958 1.106 4.298 2.463 6.379A31 31 0 0 0 16 20.522a31 31 0 0 0 2.537-3.343C19.894 15.098 21 12.758 21 10.799Zm2 0c0 2.575-1.394 5.335-2.787 7.471-1.416 2.173-2.962 3.892-3.506 4.436a1 1 0 0 1-1.414 0c-.543-.544-2.089-2.263-3.506-4.436C10.394 16.136 9 13.375 9 10.8c0-2.115.789-3.841 2.104-5.03C12.406 4.592 14.157 4 16 4l.345.007c1.716.07 3.331.659 4.552 1.763C22.212 6.959 23 8.685 23 10.8\"\n />\n <path fill=\"currentColor\" d=\"M17 11a1 1 0 1 0-2 0 1 1 0 0 0 2 0m2 0a3 3 0 1 1-6 0 3 3 0 0 1 6 0\" />\n </svg>\n );\n};\nSvgPinMap.displayName = displayName;\nexport default SvgPinMap;\n"]}
@@ -0,0 +1,8 @@
1
+ import type { IconProps } from '../components/types.js';
2
+ /** Renders an SVG icon. */
3
+ declare const SvgShop: {
4
+ ({ size, "aria-hidden": ariaHidden, tone, UNSAFE_className, UNSAFE_style, ...rest }: IconProps): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default SvgShop;
8
+ //# sourceMappingURL=shop.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"shop.d.ts","sourceRoot":"","sources":["../../../src/icons/shop.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAGxD,2BAA2B;AAC3B,QAAA,MAAM,OAAO;yFAAwF,SAAS;;CAqB7G,CAAC;AAEF,eAAe,OAAO,CAAC"}
@@ -0,0 +1,19 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import clsx from 'clsx';
3
+ import { fgTone } from '../utils/style/tone.js';
4
+ const displayName = 'IconShop';
5
+ /** Renders an SVG icon. */
6
+ const SvgShop = ({ size, 'aria-hidden': ariaHidden, tone, UNSAFE_className, UNSAFE_style, ...rest }) => {
7
+ const props = {
8
+ ...rest,
9
+ 'aria-hidden': ariaHidden ?? (rest['aria-label'] == null && rest['aria-labelledby'] == null),
10
+ className: clsx('cim-icon', tone && fgTone(tone), UNSAFE_className),
11
+ style: UNSAFE_style,
12
+ width: size != null ? size + 'px' : '1em',
13
+ height: size != null ? size + 'px' : '1em',
14
+ };
15
+ return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "data-icon": "true", fill: "currentColor", ...props, children: [_jsx("path", { fill: "currentColor", d: "M18.002 26v-5h-4v5a1 1 0 1 1-2 0v-5a2 2 0 0 1 2-2h4l.204.01A2 2 0 0 1 20.002 21v5a1 1 0 1 1-2 0M22 4a3 3 0 0 1 2.4 1.2l3.593 4.79a3.515 3.515 0 0 1-4.761 5.033l-.286-.191a1.7 1.7 0 0 0-1.89 0 3.7 3.7 0 0 1-4.11 0 1.7 1.7 0 0 0-1.89 0 3.7 3.7 0 0 1-4.11 0 1.7 1.7 0 0 0-1.89 0l-.287.19a3.514 3.514 0 0 1-4.76-5.033L7.6 5.2A3 3 0 0 1 10 4zM10 6a1 1 0 0 0-.8.4l-3.592 4.79a1.515 1.515 0 0 0 2.052 2.168l.286-.19a3.7 3.7 0 0 1 4.11 0 1.7 1.7 0 0 0 1.89 0 3.7 3.7 0 0 1 4.11 0 1.7 1.7 0 0 0 1.89 0 3.7 3.7 0 0 1 4.11 0l.285.19a1.515 1.515 0 0 0 2.052-2.168L22.801 6.4a1 1 0 0 0-.8-.4z" }), _jsx("path", { fill: "currentColor", d: "M6.002 25V14.95a1 1 0 1 1 2 0V25a1 1 0 0 0 1 1H23a1 1 0 0 0 1-1V14.95a1 1 0 0 1 2 0V25a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3Z" })] }));
16
+ };
17
+ SvgShop.displayName = displayName;
18
+ export default SvgShop;
19
+ //# sourceMappingURL=shop.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"shop.js","sourceRoot":"","sources":["../../../src/icons/shop.tsx"],"names":[],"mappings":";AAAA,OAAO,IAAI,MAAM,MAAM,CAAC;AAExB,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAChD,MAAM,WAAW,GAAG,UAAU,CAAC;AAC/B,2BAA2B;AAC3B,MAAM,OAAO,GAAG,CAAC,EAAE,IAAI,EAAE,aAAa,EAAE,UAAU,EAAE,IAAI,EAAE,gBAAgB,EAAE,YAAY,EAAE,GAAG,IAAI,EAAa,EAAE,EAAE;IAChH,MAAM,KAAK,GAAG;QACZ,GAAG,IAAI;QACP,aAAa,EAAE,UAAU,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC,IAAI,IAAI,IAAI,IAAI,CAAC,iBAAiB,CAAC,IAAI,IAAI,CAAC;QAC5F,SAAS,EAAE,IAAI,CAAC,UAAU,EAAE,IAAI,IAAI,MAAM,CAAC,IAAI,CAAC,EAAE,gBAAgB,CAAC;QACnE,KAAK,EAAE,YAAY;QACnB,KAAK,EAAE,IAAI,IAAI,IAAI,CAAC,CAAC,CAAC,IAAI,GAAG,IAAI,CAAC,CAAC,CAAC,KAAK;QACzC,MAAM,EAAE,IAAI,IAAI,IAAI,CAAC,CAAC,CAAC,IAAI,GAAG,IAAI,CAAC,CAAC,CAAC,KAAK;KAC3C,CAAC;IACF,OAAO,CACL,eAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,eAAW,MAAM,EAAC,IAAI,EAAC,cAAc,KAAK,KAAK,aACxG,eACE,IAAI,EAAC,cAAc,EACnB,CAAC,EAAC,qkBAAqkB,GACvkB,EACF,eACE,IAAI,EAAC,cAAc,EACnB,CAAC,EAAC,uHAAuH,GACzH,IACE,CACP,CAAC;AACJ,CAAC,CAAC;AACF,OAAO,CAAC,WAAW,GAAG,WAAW,CAAC;AAClC,eAAe,OAAO,CAAC","sourcesContent":["import clsx from 'clsx';\nimport type { IconProps } from '../components/types.js';\nimport { fgTone } from '../utils/style/tone.js';\nconst displayName = 'IconShop';\n/** Renders an SVG icon. */\nconst SvgShop = ({ size, 'aria-hidden': ariaHidden, tone, UNSAFE_className, UNSAFE_style, ...rest }: IconProps) => {\n const props = {\n ...rest,\n 'aria-hidden': ariaHidden ?? (rest['aria-label'] == null && rest['aria-labelledby'] == null),\n className: clsx('cim-icon', tone && fgTone(tone), UNSAFE_className),\n style: UNSAFE_style,\n width: size != null ? size + 'px' : '1em',\n height: size != null ? size + 'px' : '1em',\n };\n return (\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" data-icon=\"true\" fill=\"currentColor\" {...props}>\n <path\n fill=\"currentColor\"\n d=\"M18.002 26v-5h-4v5a1 1 0 1 1-2 0v-5a2 2 0 0 1 2-2h4l.204.01A2 2 0 0 1 20.002 21v5a1 1 0 1 1-2 0M22 4a3 3 0 0 1 2.4 1.2l3.593 4.79a3.515 3.515 0 0 1-4.761 5.033l-.286-.191a1.7 1.7 0 0 0-1.89 0 3.7 3.7 0 0 1-4.11 0 1.7 1.7 0 0 0-1.89 0 3.7 3.7 0 0 1-4.11 0 1.7 1.7 0 0 0-1.89 0l-.287.19a3.514 3.514 0 0 1-4.76-5.033L7.6 5.2A3 3 0 0 1 10 4zM10 6a1 1 0 0 0-.8.4l-3.592 4.79a1.515 1.515 0 0 0 2.052 2.168l.286-.19a3.7 3.7 0 0 1 4.11 0 1.7 1.7 0 0 0 1.89 0 3.7 3.7 0 0 1 4.11 0 1.7 1.7 0 0 0 1.89 0 3.7 3.7 0 0 1 4.11 0l.285.19a1.515 1.515 0 0 0 2.052-2.168L22.801 6.4a1 1 0 0 0-.8-.4z\"\n />\n <path\n fill=\"currentColor\"\n d=\"M6.002 25V14.95a1 1 0 1 1 2 0V25a1 1 0 0 0 1 1H23a1 1 0 0 0 1-1V14.95a1 1 0 0 1 2 0V25a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3Z\"\n />\n </svg>\n );\n};\nSvgShop.displayName = displayName;\nexport default SvgShop;\n"]}
@@ -0,0 +1,8 @@
1
+ import type { IconProps } from '../components/types.js';
2
+ /** Renders an SVG icon. */
3
+ declare const SvgTranslate: {
4
+ ({ size, "aria-hidden": ariaHidden, tone, UNSAFE_className, UNSAFE_style, ...rest }: IconProps): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default SvgTranslate;
8
+ //# sourceMappingURL=translate.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"translate.d.ts","sourceRoot":"","sources":["../../../src/icons/translate.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAGxD,2BAA2B;AAC3B,QAAA,MAAM,YAAY;yFAOf,SAAS;;CAqBX,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -0,0 +1,19 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import clsx from 'clsx';
3
+ import { fgTone } from '../utils/style/tone.js';
4
+ const displayName = 'IconTranslate';
5
+ /** Renders an SVG icon. */
6
+ const SvgTranslate = ({ size, 'aria-hidden': ariaHidden, tone, UNSAFE_className, UNSAFE_style, ...rest }) => {
7
+ const props = {
8
+ ...rest,
9
+ 'aria-hidden': ariaHidden ?? (rest['aria-label'] == null && rest['aria-labelledby'] == null),
10
+ className: clsx('cim-icon', tone && fgTone(tone), UNSAFE_className),
11
+ style: UNSAFE_style,
12
+ width: size != null ? size + 'px' : '1em',
13
+ height: size != null ? size + 'px' : '1em',
14
+ };
15
+ return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "data-icon": "true", fill: "currentColor", ...props, children: [_jsx("path", { fill: "currentColor", d: "M16 17a1 1 0 0 0-.898-.995L15 16H7a1 1 0 0 0-1 1v8l.005.102A1 1 0 0 0 7 26h8a1 1 0 0 0 1-1zm2 8a3 3 0 0 1-3 3H7a3 3 0 0 1-2.996-2.846L4 25v-8a3 3 0 0 1 3-3h8l.154.004A3 3 0 0 1 18 17zm8-10V7a1 1 0 0 0-.898-.995L25 6h-8a1 1 0 0 0-1 1v3a1 1 0 1 1-2 0V7a3 3 0 0 1 3-3h8l.154.004A3 3 0 0 1 28 7v8a3 3 0 0 1-3 3h-3a1 1 0 1 1 0-2h3a1 1 0 0 0 1-1" }), _jsx("path", { fill: "currentColor", d: "M11 17a1 1 0 0 1 .948.684l2 6a1 1 0 0 1-1.896.632L11.946 24h-1.892l-.106.316a1 1 0 1 1-1.896-.632l2-6 .061-.147A1 1 0 0 1 11 17m-.28 5h.56l-.28-.839zM20 8a1 1 0 1 1 2 0v1h2a1 1 0 1 1 0 2h-1.88q.144.57.44.975c.346.475.882.855 1.682 1.055a1 1 0 1 1-.484 1.94c-1.165-.292-2.105-.885-2.757-1.743-.653.858-1.595 1.452-2.759 1.743a1 1 0 1 1-.484-1.94c.8-.2 1.338-.581 1.684-1.056q.297-.405.44-.974H18a1 1 0 1 1 0-2h2zm4 16v-.586l-.793.793a1 1 0 1 1-1.414-1.414l2.5-2.5.076-.068a1 1 0 0 1 1.338.068l2.5 2.5a1 1 0 1 1-1.414 1.414L26 23.414V24a4 4 0 0 1-4 4h-1a1 1 0 1 1 0-2h1a2 2 0 0 0 2-2M8 8v.586l.793-.793a1 1 0 1 1 1.414 1.414l-2.5 2.5-.076.068a1 1 0 0 1-1.338-.068l-2.5-2.5a1 1 0 1 1 1.414-1.414L6 8.586V8a4 4 0 0 1 4-4h1a1 1 0 1 1 0 2h-1a2 2 0 0 0-2 2" })] }));
16
+ };
17
+ SvgTranslate.displayName = displayName;
18
+ export default SvgTranslate;
19
+ //# sourceMappingURL=translate.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"translate.js","sourceRoot":"","sources":["../../../src/icons/translate.tsx"],"names":[],"mappings":";AAAA,OAAO,IAAI,MAAM,MAAM,CAAC;AAExB,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAChD,MAAM,WAAW,GAAG,eAAe,CAAC;AACpC,2BAA2B;AAC3B,MAAM,YAAY,GAAG,CAAC,EACpB,IAAI,EACJ,aAAa,EAAE,UAAU,EACzB,IAAI,EACJ,gBAAgB,EAChB,YAAY,EACZ,GAAG,IAAI,EACG,EAAE,EAAE;IACd,MAAM,KAAK,GAAG;QACZ,GAAG,IAAI;QACP,aAAa,EAAE,UAAU,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC,IAAI,IAAI,IAAI,IAAI,CAAC,iBAAiB,CAAC,IAAI,IAAI,CAAC;QAC5F,SAAS,EAAE,IAAI,CAAC,UAAU,EAAE,IAAI,IAAI,MAAM,CAAC,IAAI,CAAC,EAAE,gBAAgB,CAAC;QACnE,KAAK,EAAE,YAAY;QACnB,KAAK,EAAE,IAAI,IAAI,IAAI,CAAC,CAAC,CAAC,IAAI,GAAG,IAAI,CAAC,CAAC,CAAC,KAAK;QACzC,MAAM,EAAE,IAAI,IAAI,IAAI,CAAC,CAAC,CAAC,IAAI,GAAG,IAAI,CAAC,CAAC,CAAC,KAAK;KAC3C,CAAC;IACF,OAAO,CACL,eAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,eAAW,MAAM,EAAC,IAAI,EAAC,cAAc,KAAK,KAAK,aACxG,eACE,IAAI,EAAC,cAAc,EACnB,CAAC,EAAC,qVAAqV,GACvV,EACF,eACE,IAAI,EAAC,cAAc,EACnB,CAAC,EAAC,+uBAA+uB,GACjvB,IACE,CACP,CAAC;AACJ,CAAC,CAAC;AACF,YAAY,CAAC,WAAW,GAAG,WAAW,CAAC;AACvC,eAAe,YAAY,CAAC","sourcesContent":["import clsx from 'clsx';\nimport type { IconProps } from '../components/types.js';\nimport { fgTone } from '../utils/style/tone.js';\nconst displayName = 'IconTranslate';\n/** Renders an SVG icon. */\nconst SvgTranslate = ({\n size,\n 'aria-hidden': ariaHidden,\n tone,\n UNSAFE_className,\n UNSAFE_style,\n ...rest\n}: IconProps) => {\n const props = {\n ...rest,\n 'aria-hidden': ariaHidden ?? (rest['aria-label'] == null && rest['aria-labelledby'] == null),\n className: clsx('cim-icon', tone && fgTone(tone), UNSAFE_className),\n style: UNSAFE_style,\n width: size != null ? size + 'px' : '1em',\n height: size != null ? size + 'px' : '1em',\n };\n return (\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" data-icon=\"true\" fill=\"currentColor\" {...props}>\n <path\n fill=\"currentColor\"\n d=\"M16 17a1 1 0 0 0-.898-.995L15 16H7a1 1 0 0 0-1 1v8l.005.102A1 1 0 0 0 7 26h8a1 1 0 0 0 1-1zm2 8a3 3 0 0 1-3 3H7a3 3 0 0 1-2.996-2.846L4 25v-8a3 3 0 0 1 3-3h8l.154.004A3 3 0 0 1 18 17zm8-10V7a1 1 0 0 0-.898-.995L25 6h-8a1 1 0 0 0-1 1v3a1 1 0 1 1-2 0V7a3 3 0 0 1 3-3h8l.154.004A3 3 0 0 1 28 7v8a3 3 0 0 1-3 3h-3a1 1 0 1 1 0-2h3a1 1 0 0 0 1-1\"\n />\n <path\n fill=\"currentColor\"\n d=\"M11 17a1 1 0 0 1 .948.684l2 6a1 1 0 0 1-1.896.632L11.946 24h-1.892l-.106.316a1 1 0 1 1-1.896-.632l2-6 .061-.147A1 1 0 0 1 11 17m-.28 5h.56l-.28-.839zM20 8a1 1 0 1 1 2 0v1h2a1 1 0 1 1 0 2h-1.88q.144.57.44.975c.346.475.882.855 1.682 1.055a1 1 0 1 1-.484 1.94c-1.165-.292-2.105-.885-2.757-1.743-.653.858-1.595 1.452-2.759 1.743a1 1 0 1 1-.484-1.94c.8-.2 1.338-.581 1.684-1.056q.297-.405.44-.974H18a1 1 0 1 1 0-2h2zm4 16v-.586l-.793.793a1 1 0 1 1-1.414-1.414l2.5-2.5.076-.068a1 1 0 0 1 1.338.068l2.5 2.5a1 1 0 1 1-1.414 1.414L26 23.414V24a4 4 0 0 1-4 4h-1a1 1 0 1 1 0-2h1a2 2 0 0 0 2-2M8 8v.586l.793-.793a1 1 0 1 1 1.414 1.414l-2.5 2.5-.076.068a1 1 0 0 1-1.338-.068l-2.5-2.5a1 1 0 1 1 1.414-1.414L6 8.586V8a4 4 0 0 1 4-4h1a1 1 0 1 1 0 2h-1a2 2 0 0 0-2 2\"\n />\n </svg>\n );\n};\nSvgTranslate.displayName = displayName;\nexport default SvgTranslate;\n"]}
@@ -0,0 +1,8 @@
1
+ import type { IconProps } from '../components/types.js';
2
+ /** Renders an SVG icon. */
3
+ declare const SvgWalletRefund: {
4
+ ({ size, "aria-hidden": ariaHidden, tone, UNSAFE_className, UNSAFE_style, ...rest }: IconProps): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default SvgWalletRefund;
8
+ //# sourceMappingURL=wallet-refund.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"wallet-refund.d.ts","sourceRoot":"","sources":["../../../src/icons/wallet-refund.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAGxD,2BAA2B;AAC3B,QAAA,MAAM,eAAe;yFAOlB,SAAS;;CAqBX,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -0,0 +1,19 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import clsx from 'clsx';
3
+ import { fgTone } from '../utils/style/tone.js';
4
+ const displayName = 'IconWalletRefund';
5
+ /** Renders an SVG icon. */
6
+ const SvgWalletRefund = ({ size, 'aria-hidden': ariaHidden, tone, UNSAFE_className, UNSAFE_style, ...rest }) => {
7
+ const props = {
8
+ ...rest,
9
+ 'aria-hidden': ariaHidden ?? (rest['aria-label'] == null && rest['aria-labelledby'] == null),
10
+ className: clsx('cim-icon', tone && fgTone(tone), UNSAFE_className),
11
+ style: UNSAFE_style,
12
+ width: size != null ? size + 'px' : '1em',
13
+ height: size != null ? size + 'px' : '1em',
14
+ };
15
+ return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "data-icon": "true", fill: "currentColor", ...props, children: [_jsx("path", { fill: "currentColor", d: "M22 18v-2h5v2zM20.283 5.548a1 1 0 0 1 1.252.717L21.97 8H11.944zM29 16c0-.74-.403-1.383-1-1.73V11a3 3 0 0 0-3-3h-1.001a1 1 0 0 0-.03-.242l-.493-1.979a3 3 0 0 0-3.757-2.15L4.718 8.04A1 1 0 0 0 4 9v14a3 3 0 0 0 3 3h8a1 1 0 1 0 0-2H7a1 1 0 0 1-1-1V10h19a1 1 0 0 1 1 1v3h-4a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h5a2 2 0 0 0 2-2z" }), _jsx("path", { fill: "currentColor", d: "M26 27.472c0-.813-.659-1.472-1.472-1.472h-3.114l1.293 1.293a1 1 0 1 1-1.414 1.414l-3-3a1 1 0 0 1 0-1.414l3-3a1 1 0 1 1 1.414 1.414L21.414 24h3.114a3.472 3.472 0 0 1 1.553 6.578l-.634.317a1 1 0 0 1-.894-1.79l.633-.316c.5-.25.814-.76.814-1.317" })] }));
16
+ };
17
+ SvgWalletRefund.displayName = displayName;
18
+ export default SvgWalletRefund;
19
+ //# sourceMappingURL=wallet-refund.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"wallet-refund.js","sourceRoot":"","sources":["../../../src/icons/wallet-refund.tsx"],"names":[],"mappings":";AAAA,OAAO,IAAI,MAAM,MAAM,CAAC;AAExB,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAChD,MAAM,WAAW,GAAG,kBAAkB,CAAC;AACvC,2BAA2B;AAC3B,MAAM,eAAe,GAAG,CAAC,EACvB,IAAI,EACJ,aAAa,EAAE,UAAU,EACzB,IAAI,EACJ,gBAAgB,EAChB,YAAY,EACZ,GAAG,IAAI,EACG,EAAE,EAAE;IACd,MAAM,KAAK,GAAG;QACZ,GAAG,IAAI;QACP,aAAa,EAAE,UAAU,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC,IAAI,IAAI,IAAI,IAAI,CAAC,iBAAiB,CAAC,IAAI,IAAI,CAAC;QAC5F,SAAS,EAAE,IAAI,CAAC,UAAU,EAAE,IAAI,IAAI,MAAM,CAAC,IAAI,CAAC,EAAE,gBAAgB,CAAC;QACnE,KAAK,EAAE,YAAY;QACnB,KAAK,EAAE,IAAI,IAAI,IAAI,CAAC,CAAC,CAAC,IAAI,GAAG,IAAI,CAAC,CAAC,CAAC,KAAK;QACzC,MAAM,EAAE,IAAI,IAAI,IAAI,CAAC,CAAC,CAAC,IAAI,GAAG,IAAI,CAAC,CAAC,CAAC,KAAK;KAC3C,CAAC;IACF,OAAO,CACL,eAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,eAAW,MAAM,EAAC,IAAI,EAAC,cAAc,KAAK,KAAK,aACxG,eACE,IAAI,EAAC,cAAc,EACnB,CAAC,EAAC,6TAA6T,GAC/T,EACF,eACE,IAAI,EAAC,cAAc,EACnB,CAAC,EAAC,mPAAmP,GACrP,IACE,CACP,CAAC;AACJ,CAAC,CAAC;AACF,eAAe,CAAC,WAAW,GAAG,WAAW,CAAC;AAC1C,eAAe,eAAe,CAAC","sourcesContent":["import clsx from 'clsx';\nimport type { IconProps } from '../components/types.js';\nimport { fgTone } from '../utils/style/tone.js';\nconst displayName = 'IconWalletRefund';\n/** Renders an SVG icon. */\nconst SvgWalletRefund = ({\n size,\n 'aria-hidden': ariaHidden,\n tone,\n UNSAFE_className,\n UNSAFE_style,\n ...rest\n}: IconProps) => {\n const props = {\n ...rest,\n 'aria-hidden': ariaHidden ?? (rest['aria-label'] == null && rest['aria-labelledby'] == null),\n className: clsx('cim-icon', tone && fgTone(tone), UNSAFE_className),\n style: UNSAFE_style,\n width: size != null ? size + 'px' : '1em',\n height: size != null ? size + 'px' : '1em',\n };\n return (\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" data-icon=\"true\" fill=\"currentColor\" {...props}>\n <path\n fill=\"currentColor\"\n d=\"M22 18v-2h5v2zM20.283 5.548a1 1 0 0 1 1.252.717L21.97 8H11.944zM29 16c0-.74-.403-1.383-1-1.73V11a3 3 0 0 0-3-3h-1.001a1 1 0 0 0-.03-.242l-.493-1.979a3 3 0 0 0-3.757-2.15L4.718 8.04A1 1 0 0 0 4 9v14a3 3 0 0 0 3 3h8a1 1 0 1 0 0-2H7a1 1 0 0 1-1-1V10h19a1 1 0 0 1 1 1v3h-4a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h5a2 2 0 0 0 2-2z\"\n />\n <path\n fill=\"currentColor\"\n d=\"M26 27.472c0-.813-.659-1.472-1.472-1.472h-3.114l1.293 1.293a1 1 0 1 1-1.414 1.414l-3-3a1 1 0 0 1 0-1.414l3-3a1 1 0 1 1 1.414 1.414L21.414 24h3.114a3.472 3.472 0 0 1 1.553 6.578l-.634.317a1 1 0 0 1-.894-1.79l.633-.316c.5-.25.814-.76.814-1.317\"\n />\n </svg>\n );\n};\nSvgWalletRefund.displayName = displayName;\nexport default SvgWalletRefund;\n"]}
@@ -0,0 +1,8 @@
1
+ import type { IconProps } from '../components/types.js';
2
+ /** Renders an SVG icon. */
3
+ declare const SvgWallet: {
4
+ ({ size, "aria-hidden": ariaHidden, tone, UNSAFE_className, UNSAFE_style, ...rest }: IconProps): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ export default SvgWallet;
8
+ //# sourceMappingURL=wallet.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"wallet.d.ts","sourceRoot":"","sources":["../../../src/icons/wallet.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAGxD,2BAA2B;AAC3B,QAAA,MAAM,SAAS;yFAAwF,SAAS;;CAiB/G,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -0,0 +1,19 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import clsx from 'clsx';
3
+ import { fgTone } from '../utils/style/tone.js';
4
+ const displayName = 'IconWallet';
5
+ /** Renders an SVG icon. */
6
+ const SvgWallet = ({ size, 'aria-hidden': ariaHidden, tone, UNSAFE_className, UNSAFE_style, ...rest }) => {
7
+ const props = {
8
+ ...rest,
9
+ 'aria-hidden': ariaHidden ?? (rest['aria-label'] == null && rest['aria-labelledby'] == null),
10
+ className: clsx('cim-icon', tone && fgTone(tone), UNSAFE_className),
11
+ style: UNSAFE_style,
12
+ width: size != null ? size + 'px' : '1em',
13
+ height: size != null ? size + 'px' : '1em',
14
+ };
15
+ return (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", "data-icon": "true", fill: "currentColor", ...props, children: _jsx("path", { fill: "currentColor", d: "M22 16v2h5v-2zm-.465-9.736a1 1 0 0 0-1.252-.717L11.943 8H21.97zM26 11a1 1 0 0 0-1-1H6v13a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1v-3h-4a2 2 0 0 1-2-2v-2a2 2 0 0 1 2-2h4zm2 3.269c.598.346 1 .991 1 1.731v2c0 .74-.403 1.384-1 1.73V23a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3V9a1 1 0 0 1 .718-.96l15-4.412a3 3 0 0 1 3.758 2.152l.494 1.977q.03.122.029.243H25a3 3 0 0 1 3 3z" }) }));
16
+ };
17
+ SvgWallet.displayName = displayName;
18
+ export default SvgWallet;
19
+ //# sourceMappingURL=wallet.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"wallet.js","sourceRoot":"","sources":["../../../src/icons/wallet.tsx"],"names":[],"mappings":";AAAA,OAAO,IAAI,MAAM,MAAM,CAAC;AAExB,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAChD,MAAM,WAAW,GAAG,YAAY,CAAC;AACjC,2BAA2B;AAC3B,MAAM,SAAS,GAAG,CAAC,EAAE,IAAI,EAAE,aAAa,EAAE,UAAU,EAAE,IAAI,EAAE,gBAAgB,EAAE,YAAY,EAAE,GAAG,IAAI,EAAa,EAAE,EAAE;IAClH,MAAM,KAAK,GAAG;QACZ,GAAG,IAAI;QACP,aAAa,EAAE,UAAU,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC,IAAI,IAAI,IAAI,IAAI,CAAC,iBAAiB,CAAC,IAAI,IAAI,CAAC;QAC5F,SAAS,EAAE,IAAI,CAAC,UAAU,EAAE,IAAI,IAAI,MAAM,CAAC,IAAI,CAAC,EAAE,gBAAgB,CAAC;QACnE,KAAK,EAAE,YAAY;QACnB,KAAK,EAAE,IAAI,IAAI,IAAI,CAAC,CAAC,CAAC,IAAI,GAAG,IAAI,CAAC,CAAC,CAAC,KAAK;QACzC,MAAM,EAAE,IAAI,IAAI,IAAI,CAAC,CAAC,CAAC,IAAI,GAAG,IAAI,CAAC,CAAC,CAAC,KAAK;KAC3C,CAAC;IACF,OAAO,CACL,cAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,eAAW,MAAM,EAAC,IAAI,EAAC,cAAc,KAAK,KAAK,YACxG,eACE,IAAI,EAAC,cAAc,EACnB,CAAC,EAAC,6VAA6V,GAC/V,GACE,CACP,CAAC;AACJ,CAAC,CAAC;AACF,SAAS,CAAC,WAAW,GAAG,WAAW,CAAC;AACpC,eAAe,SAAS,CAAC","sourcesContent":["import clsx from 'clsx';\nimport type { IconProps } from '../components/types.js';\nimport { fgTone } from '../utils/style/tone.js';\nconst displayName = 'IconWallet';\n/** Renders an SVG icon. */\nconst SvgWallet = ({ size, 'aria-hidden': ariaHidden, tone, UNSAFE_className, UNSAFE_style, ...rest }: IconProps) => {\n const props = {\n ...rest,\n 'aria-hidden': ariaHidden ?? (rest['aria-label'] == null && rest['aria-labelledby'] == null),\n className: clsx('cim-icon', tone && fgTone(tone), UNSAFE_className),\n style: UNSAFE_style,\n width: size != null ? size + 'px' : '1em',\n height: size != null ? size + 'px' : '1em',\n };\n return (\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" data-icon=\"true\" fill=\"currentColor\" {...props}>\n <path\n fill=\"currentColor\"\n d=\"M22 16v2h5v-2zm-.465-9.736a1 1 0 0 0-1.252-.717L11.943 8H21.97zM26 11a1 1 0 0 0-1-1H6v13a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1v-3h-4a2 2 0 0 1-2-2v-2a2 2 0 0 1 2-2h4zm2 3.269c.598.346 1 .991 1 1.731v2c0 .74-.403 1.384-1 1.73V23a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3V9a1 1 0 0 1 .718-.96l15-4.412a3 3 0 0 1 3.758 2.152l.494 1.977q.03.122.029.243H25a3 3 0 0 1 3 3z\"\n />\n </svg>\n );\n};\nSvgWallet.displayName = displayName;\nexport default SvgWallet;\n"]}