@compsych-ui-components/react-native 4.0.4 → 4.0.14

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 (172) hide show
  1. package/package.json +22 -14
  2. package/src/components/ActionSheet/index.d.ts +16 -0
  3. package/src/components/ActionSheet/index.js +256 -0
  4. package/src/components/ActionSheet/index.js.map +1 -0
  5. package/src/components/Alert/index.d.ts +24 -0
  6. package/src/components/Alert/index.js +304 -0
  7. package/src/components/Alert/index.js.map +1 -0
  8. package/src/components/Avatar/index.d.ts +22 -0
  9. package/src/components/Avatar/index.js +253 -0
  10. package/src/components/Avatar/index.js.map +1 -0
  11. package/src/components/Badge/index.d.ts +12 -0
  12. package/src/components/Badge/index.js +206 -0
  13. package/src/components/Badge/index.js.map +1 -0
  14. package/src/components/BodyText/index.d.ts +9 -0
  15. package/src/components/BodyText/index.js +58 -0
  16. package/src/components/BodyText/index.js.map +1 -0
  17. package/src/components/Breadcrumb/index.d.ts +24 -0
  18. package/src/components/Breadcrumb/index.js +194 -0
  19. package/src/components/Breadcrumb/index.js.map +1 -0
  20. package/src/components/Button/index.d.ts +16 -0
  21. package/src/components/Button/index.js +260 -0
  22. package/src/components/Button/index.js.map +1 -0
  23. package/src/components/Checkbox/index.d.ts +16 -0
  24. package/src/components/Checkbox/index.js +196 -0
  25. package/src/components/Checkbox/index.js.map +1 -0
  26. package/src/components/Chip/index.d.ts +18 -0
  27. package/src/components/Chip/index.js +280 -0
  28. package/src/components/Chip/index.js.map +1 -0
  29. package/src/components/Divider/index.d.ts +11 -0
  30. package/src/components/Divider/index.js +59 -0
  31. package/src/components/Divider/index.js.map +1 -0
  32. package/src/components/EmptyState/index.d.ts +25 -0
  33. package/src/components/EmptyState/index.js +376 -0
  34. package/src/components/EmptyState/index.js.map +1 -0
  35. package/src/components/HeaderText/index.d.ts +9 -0
  36. package/src/components/HeaderText/index.js +62 -0
  37. package/src/components/HeaderText/index.js.map +1 -0
  38. package/src/components/Input/index.d.ts +13 -0
  39. package/src/components/Input/index.js +231 -0
  40. package/src/components/Input/index.js.map +1 -0
  41. package/src/components/List/index.d.ts +19 -0
  42. package/src/components/List/index.js +170 -0
  43. package/src/components/List/index.js.map +1 -0
  44. package/src/components/Pagination/index.d.ts +15 -0
  45. package/src/components/Pagination/index.js +322 -0
  46. package/src/components/Pagination/index.js.map +1 -0
  47. package/src/components/PlanCard/index.d.ts +27 -0
  48. package/src/components/PlanCard/index.js +364 -0
  49. package/src/components/PlanCard/index.js.map +1 -0
  50. package/src/components/ProgressTracker/index.d.ts +26 -0
  51. package/src/components/ProgressTracker/index.js +180 -0
  52. package/src/components/ProgressTracker/index.js.map +1 -0
  53. package/src/components/PromotionCard/index.d.ts +23 -0
  54. package/src/components/PromotionCard/index.js +496 -0
  55. package/src/components/PromotionCard/index.js.map +1 -0
  56. package/src/components/RadioButton/index.d.ts +15 -0
  57. package/src/components/RadioButton/index.js +188 -0
  58. package/src/components/RadioButton/index.js.map +1 -0
  59. package/src/components/ScreenContainer/index.d.ts +15 -0
  60. package/src/components/ScreenContainer/index.js +43 -0
  61. package/src/components/ScreenContainer/index.js.map +1 -0
  62. package/src/components/SegmentedControl/index.d.ts +16 -0
  63. package/src/components/SegmentedControl/index.js +115 -0
  64. package/src/components/SegmentedControl/index.js.map +1 -0
  65. package/src/components/SelectionCard/index.d.ts +16 -0
  66. package/src/components/SelectionCard/index.js +222 -0
  67. package/src/components/SelectionCard/index.js.map +1 -0
  68. package/src/components/ServiceCard/index.d.ts +22 -0
  69. package/src/components/ServiceCard/index.js +385 -0
  70. package/src/components/ServiceCard/index.js.map +1 -0
  71. package/src/components/Slider/index.d.ts +24 -0
  72. package/src/components/Slider/index.js +320 -0
  73. package/src/components/Slider/index.js.map +1 -0
  74. package/src/components/Snackbar/index.d.ts +13 -0
  75. package/src/components/Snackbar/index.js +229 -0
  76. package/src/components/Snackbar/index.js.map +1 -0
  77. package/src/components/Switch/index.d.ts +14 -0
  78. package/src/components/Switch/index.js +221 -0
  79. package/src/components/Switch/index.js.map +1 -0
  80. package/src/components/Tooltip/index.d.ts +21 -0
  81. package/src/components/Tooltip/index.js +206 -0
  82. package/src/components/Tooltip/index.js.map +1 -0
  83. package/src/icons/AtomIcon.d.ts +2 -0
  84. package/src/icons/AtomIcon.js +85 -0
  85. package/src/icons/AtomIcon.js.map +1 -0
  86. package/src/icons/BinocularsIcon.d.ts +2 -0
  87. package/src/icons/BinocularsIcon.js +103 -0
  88. package/src/icons/BinocularsIcon.js.map +1 -0
  89. package/src/icons/FileChartColumnIncreasingIcon.d.ts +2 -0
  90. package/src/icons/FileChartColumnIncreasingIcon.js +97 -0
  91. package/src/icons/FileChartColumnIncreasingIcon.js.map +1 -0
  92. package/src/icons/FlagIcon.d.ts +2 -0
  93. package/src/icons/FlagIcon.js +71 -0
  94. package/src/icons/FlagIcon.js.map +1 -0
  95. package/src/icons/GlobeIcon.d.ts +2 -0
  96. package/src/icons/GlobeIcon.js +71 -0
  97. package/src/icons/GlobeIcon.js.map +1 -0
  98. package/src/icons/GraduationCapIcon.d.ts +2 -0
  99. package/src/icons/GraduationCapIcon.js +85 -0
  100. package/src/icons/GraduationCapIcon.js.map +1 -0
  101. package/src/icons/HandHeartIcon.d.ts +2 -0
  102. package/src/icons/HandHeartIcon.js +91 -0
  103. package/src/icons/HandHeartIcon.js.map +1 -0
  104. package/src/icons/HandshakeIcon.d.ts +2 -0
  105. package/src/icons/HandshakeIcon.js +97 -0
  106. package/src/icons/HandshakeIcon.js.map +1 -0
  107. package/src/icons/HazeIcon.d.ts +2 -0
  108. package/src/icons/HazeIcon.js +115 -0
  109. package/src/icons/HazeIcon.js.map +1 -0
  110. package/src/icons/HeartHandshakeIcon.d.ts +2 -0
  111. package/src/icons/HeartHandshakeIcon.js +71 -0
  112. package/src/icons/HeartHandshakeIcon.js.map +1 -0
  113. package/src/icons/HourglassIcon.d.ts +2 -0
  114. package/src/icons/HourglassIcon.js +91 -0
  115. package/src/icons/HourglassIcon.js.map +1 -0
  116. package/src/icons/IdCardIcon.d.ts +2 -0
  117. package/src/icons/IdCardIcon.js +97 -0
  118. package/src/icons/IdCardIcon.js.map +1 -0
  119. package/src/icons/MessageCirclePlusIcon.d.ts +2 -0
  120. package/src/icons/MessageCirclePlusIcon.js +85 -0
  121. package/src/icons/MessageCirclePlusIcon.js.map +1 -0
  122. package/src/icons/MountainSnowIcon.d.ts +2 -0
  123. package/src/icons/MountainSnowIcon.js +79 -0
  124. package/src/icons/MountainSnowIcon.js.map +1 -0
  125. package/src/icons/SnowflakeIcon.d.ts +2 -0
  126. package/src/icons/SnowflakeIcon.js +139 -0
  127. package/src/icons/SnowflakeIcon.js.map +1 -0
  128. package/src/icons/StethoscopeIcon.d.ts +2 -0
  129. package/src/icons/StethoscopeIcon.js +97 -0
  130. package/src/icons/StethoscopeIcon.js.map +1 -0
  131. package/src/icons/UserRoundIcon.d.ts +2 -0
  132. package/src/icons/UserRoundIcon.js +79 -0
  133. package/src/icons/UserRoundIcon.js.map +1 -0
  134. package/src/icons/WheatIcon.d.ts +2 -0
  135. package/src/icons/WheatIcon.js +115 -0
  136. package/src/icons/WheatIcon.js.map +1 -0
  137. package/src/icons/index.d.ts +22 -0
  138. package/src/icons/index.js +109 -0
  139. package/src/icons/index.js.map +1 -0
  140. package/src/icons/types.d.ts +16 -0
  141. package/src/icons/types.js +52 -0
  142. package/src/icons/types.js.map +1 -0
  143. package/src/index.d.ts +60 -2
  144. package/src/index.js +197 -5
  145. package/src/index.js.map +1 -1
  146. package/src/theme/ThemeContext.d.ts +258 -0
  147. package/src/theme/ThemeContext.js +15 -0
  148. package/src/theme/ThemeContext.js.map +1 -0
  149. package/src/theme/ThemeProvider.d.ts +27 -0
  150. package/src/theme/ThemeProvider.js +66 -0
  151. package/src/theme/ThemeProvider.js.map +1 -0
  152. package/src/theme/defaultTheme.d.ts +13 -0
  153. package/src/theme/defaultTheme.js +14 -0
  154. package/src/theme/defaultTheme.js.map +1 -0
  155. package/src/theme/index.d.ts +5 -0
  156. package/src/theme/index.js +26 -0
  157. package/src/theme/index.js.map +1 -0
  158. package/src/theme/mergeTheme.d.ts +7 -0
  159. package/src/theme/mergeTheme.js +40 -0
  160. package/src/theme/mergeTheme.js.map +1 -0
  161. package/src/theme/types.d.ts +25 -0
  162. package/src/theme/types.js +6 -0
  163. package/src/theme/types.js.map +1 -0
  164. package/src/theme/useTheme.d.ts +10 -0
  165. package/src/theme/useTheme.js +17 -0
  166. package/src/theme/useTheme.js.map +1 -0
  167. package/src/tokens.d.ts +253 -0
  168. package/src/tokens.js +265 -0
  169. package/src/tokens.js.map +1 -0
  170. package/src/lib/button.d.ts +0 -7
  171. package/src/lib/button.js +0 -58
  172. package/src/lib/button.js.map +0 -1
@@ -0,0 +1,97 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "HandshakeIcon", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return HandshakeIcon;
9
+ }
10
+ });
11
+ const _jsxruntime = require("react/jsx-runtime");
12
+ const _reactnativesvg = /*#__PURE__*/ _interop_require_wildcard(require("react-native-svg"));
13
+ const _types = require("./types");
14
+ function _getRequireWildcardCache(nodeInterop) {
15
+ if (typeof WeakMap !== "function") return null;
16
+ var cacheBabelInterop = new WeakMap();
17
+ var cacheNodeInterop = new WeakMap();
18
+ return (_getRequireWildcardCache = function(nodeInterop) {
19
+ return nodeInterop ? cacheNodeInterop : cacheBabelInterop;
20
+ })(nodeInterop);
21
+ }
22
+ function _interop_require_wildcard(obj, nodeInterop) {
23
+ if (!nodeInterop && obj && obj.__esModule) {
24
+ return obj;
25
+ }
26
+ if (obj === null || typeof obj !== "object" && typeof obj !== "function") {
27
+ return {
28
+ default: obj
29
+ };
30
+ }
31
+ var cache = _getRequireWildcardCache(nodeInterop);
32
+ if (cache && cache.has(obj)) {
33
+ return cache.get(obj);
34
+ }
35
+ var newObj = {
36
+ __proto__: null
37
+ };
38
+ var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor;
39
+ for(var key in obj){
40
+ if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) {
41
+ var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null;
42
+ if (desc && (desc.get || desc.set)) {
43
+ Object.defineProperty(newObj, key, desc);
44
+ } else {
45
+ newObj[key] = obj[key];
46
+ }
47
+ }
48
+ }
49
+ newObj.default = obj;
50
+ if (cache) {
51
+ cache.set(obj, newObj);
52
+ }
53
+ return newObj;
54
+ }
55
+ function HandshakeIcon({ size = 'medium', color = _types.DEFAULT_ICON_COLOR }) {
56
+ const { size: px, strokeWidth } = _types.SIZE_MAP[size];
57
+ return /*#__PURE__*/ (0, _jsxruntime.jsxs)(_reactnativesvg.default, {
58
+ width: px,
59
+ height: px,
60
+ viewBox: "0 0 48 48",
61
+ fill: "none",
62
+ children: [
63
+ /*#__PURE__*/ (0, _jsxruntime.jsx)(_reactnativesvg.Path, {
64
+ d: "M22 34L26 38C26.394 38.394 26.8617 38.7065 27.3764 38.9197C27.8912 39.1329 28.4428 39.2426 29 39.2426C29.5572 39.2426 30.1088 39.1329 30.6236 38.9197C31.1383 38.7065 31.606 38.394 32 38C32.394 37.606 32.7065 37.1383 32.9197 36.6236C33.1329 36.1088 33.2426 35.5572 33.2426 35C33.2426 34.4428 33.1329 33.8912 32.9197 33.3764C32.7065 32.8617 32.394 32.394 32 32",
65
+ stroke: color,
66
+ strokeWidth: strokeWidth,
67
+ ..._types.COMMON
68
+ }),
69
+ /*#__PURE__*/ (0, _jsxruntime.jsx)(_reactnativesvg.Path, {
70
+ d: "M28 28L33 33C33.7957 33.7957 34.8748 34.2427 36 34.2427C37.1252 34.2427 38.2044 33.7957 39 33C39.7957 32.2044 40.2427 31.1252 40.2427 30C40.2427 28.8748 39.7957 27.7957 39 27L31.24 19.24C30.115 18.1164 28.59 17.4853 27 17.4853C25.41 17.4853 23.885 18.1164 22.76 19.24L21 21C20.2044 21.7957 19.1252 22.2427 18 22.2427C16.8748 22.2427 15.7957 21.7957 15 21C14.2044 20.2044 13.7574 19.1252 13.7574 18C13.7574 16.8748 14.2044 15.7957 15 15L20.62 9.38003C22.4445 7.56032 24.8238 6.40113 27.3813 6.08598C29.9388 5.77082 32.5284 6.31769 34.74 7.64003L35.68 8.20003C36.5316 8.714 37.5441 8.89226 38.52 8.70003L42 8.00003",
71
+ stroke: color,
72
+ strokeWidth: strokeWidth,
73
+ ..._types.COMMON
74
+ }),
75
+ /*#__PURE__*/ (0, _jsxruntime.jsx)(_reactnativesvg.Path, {
76
+ d: "M42 6L44 28H40",
77
+ stroke: color,
78
+ strokeWidth: strokeWidth,
79
+ ..._types.COMMON
80
+ }),
81
+ /*#__PURE__*/ (0, _jsxruntime.jsx)(_reactnativesvg.Path, {
82
+ d: "M6 6L4 28L17 41C17.7956 41.7956 18.8748 42.2426 20 42.2426C21.1252 42.2426 22.2044 41.7956 23 41C23.7956 40.2044 24.2426 39.1252 24.2426 38C24.2426 36.8748 23.7956 35.7956 23 35",
83
+ stroke: color,
84
+ strokeWidth: strokeWidth,
85
+ ..._types.COMMON
86
+ }),
87
+ /*#__PURE__*/ (0, _jsxruntime.jsx)(_reactnativesvg.Path, {
88
+ d: "M6 8H22",
89
+ stroke: color,
90
+ strokeWidth: strokeWidth,
91
+ ..._types.COMMON
92
+ })
93
+ ]
94
+ });
95
+ }
96
+
97
+ //# sourceMappingURL=HandshakeIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../packages/react-native/src/icons/HandshakeIcon.tsx"],"sourcesContent":["import Svg, { Path } from 'react-native-svg';\r\n\r\nimport { COMMON, DEFAULT_ICON_COLOR, type IconProps, SIZE_MAP } from './types';\r\n\r\nexport function HandshakeIcon({\r\n size = 'medium',\r\n color = DEFAULT_ICON_COLOR,\r\n}: IconProps) {\r\n const { size: px, strokeWidth } = SIZE_MAP[size];\r\n return (\r\n <Svg width={px} height={px} viewBox=\"0 0 48 48\" fill=\"none\">\r\n <Path\r\n d=\"M22 34L26 38C26.394 38.394 26.8617 38.7065 27.3764 38.9197C27.8912 39.1329 28.4428 39.2426 29 39.2426C29.5572 39.2426 30.1088 39.1329 30.6236 38.9197C31.1383 38.7065 31.606 38.394 32 38C32.394 37.606 32.7065 37.1383 32.9197 36.6236C33.1329 36.1088 33.2426 35.5572 33.2426 35C33.2426 34.4428 33.1329 33.8912 32.9197 33.3764C32.7065 32.8617 32.394 32.394 32 32\"\r\n stroke={color}\r\n strokeWidth={strokeWidth}\r\n {...COMMON}\r\n />\r\n <Path\r\n d=\"M28 28L33 33C33.7957 33.7957 34.8748 34.2427 36 34.2427C37.1252 34.2427 38.2044 33.7957 39 33C39.7957 32.2044 40.2427 31.1252 40.2427 30C40.2427 28.8748 39.7957 27.7957 39 27L31.24 19.24C30.115 18.1164 28.59 17.4853 27 17.4853C25.41 17.4853 23.885 18.1164 22.76 19.24L21 21C20.2044 21.7957 19.1252 22.2427 18 22.2427C16.8748 22.2427 15.7957 21.7957 15 21C14.2044 20.2044 13.7574 19.1252 13.7574 18C13.7574 16.8748 14.2044 15.7957 15 15L20.62 9.38003C22.4445 7.56032 24.8238 6.40113 27.3813 6.08598C29.9388 5.77082 32.5284 6.31769 34.74 7.64003L35.68 8.20003C36.5316 8.714 37.5441 8.89226 38.52 8.70003L42 8.00003\"\r\n stroke={color}\r\n strokeWidth={strokeWidth}\r\n {...COMMON}\r\n />\r\n <Path\r\n d=\"M42 6L44 28H40\"\r\n stroke={color}\r\n strokeWidth={strokeWidth}\r\n {...COMMON}\r\n />\r\n <Path\r\n d=\"M6 6L4 28L17 41C17.7956 41.7956 18.8748 42.2426 20 42.2426C21.1252 42.2426 22.2044 41.7956 23 41C23.7956 40.2044 24.2426 39.1252 24.2426 38C24.2426 36.8748 23.7956 35.7956 23 35\"\r\n stroke={color}\r\n strokeWidth={strokeWidth}\r\n {...COMMON}\r\n />\r\n <Path d=\"M6 8H22\" stroke={color} strokeWidth={strokeWidth} {...COMMON} />\r\n </Svg>\r\n );\r\n}\r\n"],"names":["HandshakeIcon","size","color","DEFAULT_ICON_COLOR","px","strokeWidth","SIZE_MAP","Svg","width","height","viewBox","fill","Path","d","stroke","COMMON"],"mappings":";;;;+BAIgBA;;;eAAAA;;;;wEAJU;uBAE2C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAE9D,SAASA,cAAc,EAC5BC,OAAO,QAAQ,EACfC,QAAQC,yBAAkB,EAChB;IACV,MAAM,EAAEF,MAAMG,EAAE,EAAEC,WAAW,EAAE,GAAGC,eAAQ,CAACL,KAAK;IAChD,qBACE,sBAACM,uBAAG;QAACC,OAAOJ;QAAIK,QAAQL;QAAIM,SAAQ;QAAYC,MAAK;;0BACnD,qBAACC,oBAAI;gBACHC,GAAE;gBACFC,QAAQZ;gBACRG,aAAaA;gBACZ,GAAGU,aAAM;;0BAEZ,qBAACH,oBAAI;gBACHC,GAAE;gBACFC,QAAQZ;gBACRG,aAAaA;gBACZ,GAAGU,aAAM;;0BAEZ,qBAACH,oBAAI;gBACHC,GAAE;gBACFC,QAAQZ;gBACRG,aAAaA;gBACZ,GAAGU,aAAM;;0BAEZ,qBAACH,oBAAI;gBACHC,GAAE;gBACFC,QAAQZ;gBACRG,aAAaA;gBACZ,GAAGU,aAAM;;0BAEZ,qBAACH,oBAAI;gBAACC,GAAE;gBAAUC,QAAQZ;gBAAOG,aAAaA;gBAAc,GAAGU,aAAM;;;;AAG3E"}
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from './types';
2
+ export declare function HazeIcon({ size, color, }: IconProps): import("react").JSX.Element;
@@ -0,0 +1,115 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "HazeIcon", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return HazeIcon;
9
+ }
10
+ });
11
+ const _jsxruntime = require("react/jsx-runtime");
12
+ const _reactnativesvg = /*#__PURE__*/ _interop_require_wildcard(require("react-native-svg"));
13
+ const _types = require("./types");
14
+ function _getRequireWildcardCache(nodeInterop) {
15
+ if (typeof WeakMap !== "function") return null;
16
+ var cacheBabelInterop = new WeakMap();
17
+ var cacheNodeInterop = new WeakMap();
18
+ return (_getRequireWildcardCache = function(nodeInterop) {
19
+ return nodeInterop ? cacheNodeInterop : cacheBabelInterop;
20
+ })(nodeInterop);
21
+ }
22
+ function _interop_require_wildcard(obj, nodeInterop) {
23
+ if (!nodeInterop && obj && obj.__esModule) {
24
+ return obj;
25
+ }
26
+ if (obj === null || typeof obj !== "object" && typeof obj !== "function") {
27
+ return {
28
+ default: obj
29
+ };
30
+ }
31
+ var cache = _getRequireWildcardCache(nodeInterop);
32
+ if (cache && cache.has(obj)) {
33
+ return cache.get(obj);
34
+ }
35
+ var newObj = {
36
+ __proto__: null
37
+ };
38
+ var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor;
39
+ for(var key in obj){
40
+ if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) {
41
+ var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null;
42
+ if (desc && (desc.get || desc.set)) {
43
+ Object.defineProperty(newObj, key, desc);
44
+ } else {
45
+ newObj[key] = obj[key];
46
+ }
47
+ }
48
+ }
49
+ newObj.default = obj;
50
+ if (cache) {
51
+ cache.set(obj, newObj);
52
+ }
53
+ return newObj;
54
+ }
55
+ function HazeIcon({ size = 'medium', color = _types.DEFAULT_ICON_COLOR }) {
56
+ const { size: px, strokeWidth } = _types.SIZE_MAP[size];
57
+ return /*#__PURE__*/ (0, _jsxruntime.jsxs)(_reactnativesvg.default, {
58
+ width: px,
59
+ height: px,
60
+ viewBox: "0 0 48 48",
61
+ fill: "none",
62
+ children: [
63
+ /*#__PURE__*/ (0, _jsxruntime.jsx)(_reactnativesvg.Path, {
64
+ d: "M10.4 12.4L13.2 15.2",
65
+ stroke: color,
66
+ strokeWidth: strokeWidth,
67
+ ..._types.COMMON
68
+ }),
69
+ /*#__PURE__*/ (0, _jsxruntime.jsx)(_reactnativesvg.Path, {
70
+ d: "M4 26H8",
71
+ stroke: color,
72
+ strokeWidth: strokeWidth,
73
+ ..._types.COMMON
74
+ }),
75
+ /*#__PURE__*/ (0, _jsxruntime.jsx)(_reactnativesvg.Path, {
76
+ d: "M40 26H44",
77
+ stroke: color,
78
+ strokeWidth: strokeWidth,
79
+ ..._types.COMMON
80
+ }),
81
+ /*#__PURE__*/ (0, _jsxruntime.jsx)(_reactnativesvg.Path, {
82
+ d: "M34.8 15.2L37.6 12.4",
83
+ stroke: color,
84
+ strokeWidth: strokeWidth,
85
+ ..._types.COMMON
86
+ }),
87
+ /*#__PURE__*/ (0, _jsxruntime.jsx)(_reactnativesvg.Path, {
88
+ d: "M44 34H4",
89
+ stroke: color,
90
+ strokeWidth: strokeWidth,
91
+ ..._types.COMMON
92
+ }),
93
+ /*#__PURE__*/ (0, _jsxruntime.jsx)(_reactnativesvg.Path, {
94
+ d: "M44 42H4",
95
+ stroke: color,
96
+ strokeWidth: strokeWidth,
97
+ ..._types.COMMON
98
+ }),
99
+ /*#__PURE__*/ (0, _jsxruntime.jsx)(_reactnativesvg.Path, {
100
+ d: "M32 26C32 23.8783 31.1571 21.8434 29.6569 20.3431C28.1566 18.8429 26.1217 18 24 18C21.8783 18 19.8434 18.8429 18.3431 20.3431C16.8429 21.8434 16 23.8783 16 26",
101
+ stroke: color,
102
+ strokeWidth: strokeWidth,
103
+ ..._types.COMMON
104
+ }),
105
+ /*#__PURE__*/ (0, _jsxruntime.jsx)(_reactnativesvg.Path, {
106
+ d: "M24 10V5",
107
+ stroke: color,
108
+ strokeWidth: strokeWidth,
109
+ ..._types.COMMON
110
+ })
111
+ ]
112
+ });
113
+ }
114
+
115
+ //# sourceMappingURL=HazeIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../packages/react-native/src/icons/HazeIcon.tsx"],"sourcesContent":["import Svg, { Path } from 'react-native-svg';\r\n\r\nimport { COMMON, DEFAULT_ICON_COLOR, type IconProps, SIZE_MAP } from './types';\r\n\r\nexport function HazeIcon({\r\n size = 'medium',\r\n color = DEFAULT_ICON_COLOR,\r\n}: IconProps) {\r\n const { size: px, strokeWidth } = SIZE_MAP[size];\r\n return (\r\n <Svg width={px} height={px} viewBox=\"0 0 48 48\" fill=\"none\">\r\n <Path\r\n d=\"M10.4 12.4L13.2 15.2\"\r\n stroke={color}\r\n strokeWidth={strokeWidth}\r\n {...COMMON}\r\n />\r\n <Path d=\"M4 26H8\" stroke={color} strokeWidth={strokeWidth} {...COMMON} />\r\n <Path\r\n d=\"M40 26H44\"\r\n stroke={color}\r\n strokeWidth={strokeWidth}\r\n {...COMMON}\r\n />\r\n <Path\r\n d=\"M34.8 15.2L37.6 12.4\"\r\n stroke={color}\r\n strokeWidth={strokeWidth}\r\n {...COMMON}\r\n />\r\n <Path d=\"M44 34H4\" stroke={color} strokeWidth={strokeWidth} {...COMMON} />\r\n <Path d=\"M44 42H4\" stroke={color} strokeWidth={strokeWidth} {...COMMON} />\r\n <Path\r\n d=\"M32 26C32 23.8783 31.1571 21.8434 29.6569 20.3431C28.1566 18.8429 26.1217 18 24 18C21.8783 18 19.8434 18.8429 18.3431 20.3431C16.8429 21.8434 16 23.8783 16 26\"\r\n stroke={color}\r\n strokeWidth={strokeWidth}\r\n {...COMMON}\r\n />\r\n <Path d=\"M24 10V5\" stroke={color} strokeWidth={strokeWidth} {...COMMON} />\r\n </Svg>\r\n );\r\n}\r\n"],"names":["HazeIcon","size","color","DEFAULT_ICON_COLOR","px","strokeWidth","SIZE_MAP","Svg","width","height","viewBox","fill","Path","d","stroke","COMMON"],"mappings":";;;;+BAIgBA;;;eAAAA;;;;wEAJU;uBAE2C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAE9D,SAASA,SAAS,EACvBC,OAAO,QAAQ,EACfC,QAAQC,yBAAkB,EAChB;IACV,MAAM,EAAEF,MAAMG,EAAE,EAAEC,WAAW,EAAE,GAAGC,eAAQ,CAACL,KAAK;IAChD,qBACE,sBAACM,uBAAG;QAACC,OAAOJ;QAAIK,QAAQL;QAAIM,SAAQ;QAAYC,MAAK;;0BACnD,qBAACC,oBAAI;gBACHC,GAAE;gBACFC,QAAQZ;gBACRG,aAAaA;gBACZ,GAAGU,aAAM;;0BAEZ,qBAACH,oBAAI;gBAACC,GAAE;gBAAUC,QAAQZ;gBAAOG,aAAaA;gBAAc,GAAGU,aAAM;;0BACrE,qBAACH,oBAAI;gBACHC,GAAE;gBACFC,QAAQZ;gBACRG,aAAaA;gBACZ,GAAGU,aAAM;;0BAEZ,qBAACH,oBAAI;gBACHC,GAAE;gBACFC,QAAQZ;gBACRG,aAAaA;gBACZ,GAAGU,aAAM;;0BAEZ,qBAACH,oBAAI;gBAACC,GAAE;gBAAWC,QAAQZ;gBAAOG,aAAaA;gBAAc,GAAGU,aAAM;;0BACtE,qBAACH,oBAAI;gBAACC,GAAE;gBAAWC,QAAQZ;gBAAOG,aAAaA;gBAAc,GAAGU,aAAM;;0BACtE,qBAACH,oBAAI;gBACHC,GAAE;gBACFC,QAAQZ;gBACRG,aAAaA;gBACZ,GAAGU,aAAM;;0BAEZ,qBAACH,oBAAI;gBAACC,GAAE;gBAAWC,QAAQZ;gBAAOG,aAAaA;gBAAc,GAAGU,aAAM;;;;AAG5E"}
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from './types';
2
+ export declare function HeartHandshakeIcon({ size, color, }: IconProps): import("react").JSX.Element;
@@ -0,0 +1,71 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "HeartHandshakeIcon", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return HeartHandshakeIcon;
9
+ }
10
+ });
11
+ const _jsxruntime = require("react/jsx-runtime");
12
+ const _reactnativesvg = /*#__PURE__*/ _interop_require_wildcard(require("react-native-svg"));
13
+ const _types = require("./types");
14
+ function _getRequireWildcardCache(nodeInterop) {
15
+ if (typeof WeakMap !== "function") return null;
16
+ var cacheBabelInterop = new WeakMap();
17
+ var cacheNodeInterop = new WeakMap();
18
+ return (_getRequireWildcardCache = function(nodeInterop) {
19
+ return nodeInterop ? cacheNodeInterop : cacheBabelInterop;
20
+ })(nodeInterop);
21
+ }
22
+ function _interop_require_wildcard(obj, nodeInterop) {
23
+ if (!nodeInterop && obj && obj.__esModule) {
24
+ return obj;
25
+ }
26
+ if (obj === null || typeof obj !== "object" && typeof obj !== "function") {
27
+ return {
28
+ default: obj
29
+ };
30
+ }
31
+ var cache = _getRequireWildcardCache(nodeInterop);
32
+ if (cache && cache.has(obj)) {
33
+ return cache.get(obj);
34
+ }
35
+ var newObj = {
36
+ __proto__: null
37
+ };
38
+ var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor;
39
+ for(var key in obj){
40
+ if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) {
41
+ var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null;
42
+ if (desc && (desc.get || desc.set)) {
43
+ Object.defineProperty(newObj, key, desc);
44
+ } else {
45
+ newObj[key] = obj[key];
46
+ }
47
+ }
48
+ }
49
+ newObj.default = obj;
50
+ if (cache) {
51
+ cache.set(obj, newObj);
52
+ }
53
+ return newObj;
54
+ }
55
+ function HeartHandshakeIcon({ size = 'medium', color = _types.DEFAULT_ICON_COLOR }) {
56
+ const { size: px, strokeWidth } = _types.SIZE_MAP[size];
57
+ return /*#__PURE__*/ (0, _jsxruntime.jsx)(_reactnativesvg.default, {
58
+ width: px,
59
+ height: px,
60
+ viewBox: "0 0 48 48",
61
+ fill: "none",
62
+ children: /*#__PURE__*/ (0, _jsxruntime.jsx)(_reactnativesvg.Path, {
63
+ d: "M24.818 11.648L19.172 17.172C18.4221 17.9222 18.0009 18.9394 18.0009 20C18.0009 21.0607 18.4221 22.0779 19.172 22.828C19.9221 23.5779 20.9393 23.9992 22 23.9992C23.0607 23.9992 24.0779 23.5779 24.828 22.828L28.248 19.408C28.6956 18.9602 29.2271 18.605 29.812 18.3627C30.3969 18.1203 31.0239 17.9956 31.657 17.9956C32.2901 17.9956 32.9171 18.1203 33.502 18.3627C34.0869 18.605 34.6184 18.9602 35.066 19.408L38.828 23.172C39.5779 23.9222 39.9991 24.9394 39.9991 26C39.9991 27.0607 39.5779 28.0779 38.828 28.828C42 25.656 44 23 44 19C44 16.7744 43.3248 14.6012 42.0637 12.7674C40.8027 10.9335 39.015 9.52536 36.9368 8.72884C34.8586 7.93232 32.5877 7.78493 30.424 8.30613C28.2603 8.82733 26.3056 9.9926 24.818 11.648ZM38.828 28.828C38.4335 29.2226 37.9652 29.5355 37.4498 29.749C36.9343 29.9626 36.3819 30.0725 35.824 30.0725C35.2661 30.0725 34.7137 29.9626 34.1982 29.749C33.6828 29.5355 33.2145 29.2226 32.82 28.828C33.2471 29.2142 33.5912 29.6833 33.8315 30.2066C34.0717 30.7299 34.203 31.2966 34.2175 31.8722C34.232 32.4478 34.1292 33.0204 33.9156 33.5551C33.7019 34.0898 33.3818 34.5755 32.9746 34.9827C32.5675 35.3898 32.0818 35.71 31.5471 35.9236C31.0123 36.1373 30.4398 36.24 29.8641 36.2255C29.2885 36.2111 28.7218 36.0797 28.1985 35.8395C27.6752 35.5993 27.2062 35.2551 26.82 34.828C27.2148 35.2213 27.5282 35.6885 27.7423 36.203C27.9564 36.7175 28.067 37.2691 28.0677 37.8264C28.0685 38.3836 27.9594 38.9356 27.7466 39.4506C27.5339 39.9657 27.2218 40.4337 26.828 40.828C26.448 41.2082 25.9952 41.5079 25.4967 41.7091C24.9983 41.9104 24.4644 42.0091 23.9269 41.9994C23.3894 41.9897 22.8594 41.8718 22.3686 41.6526C21.8777 41.4335 21.4361 41.1177 21.07 40.724L10 30C7 27 4 23.6 4 19C4.00045 16.7746 4.67588 14.6017 5.93712 12.7681C7.19835 10.9346 8.98605 9.52675 11.0642 8.73048C13.1422 7.93422 15.413 7.78699 17.5765 8.30825C19.74 8.82951 21.6946 9.99473 23.182 11.65C23.4044 11.8567 23.6968 11.9714 24.0004 11.971C24.304 11.9707 24.5961 11.8553 24.818 11.648",
64
+ stroke: color,
65
+ strokeWidth: strokeWidth,
66
+ ..._types.COMMON
67
+ })
68
+ });
69
+ }
70
+
71
+ //# sourceMappingURL=HeartHandshakeIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../packages/react-native/src/icons/HeartHandshakeIcon.tsx"],"sourcesContent":["import Svg, { Path } from 'react-native-svg';\r\n\r\nimport { COMMON, DEFAULT_ICON_COLOR, type IconProps, SIZE_MAP } from './types';\r\n\r\nexport function HeartHandshakeIcon({\r\n size = 'medium',\r\n color = DEFAULT_ICON_COLOR,\r\n}: IconProps) {\r\n const { size: px, strokeWidth } = SIZE_MAP[size];\r\n return (\r\n <Svg width={px} height={px} viewBox=\"0 0 48 48\" fill=\"none\">\r\n <Path\r\n d=\"M24.818 11.648L19.172 17.172C18.4221 17.9222 18.0009 18.9394 18.0009 20C18.0009 21.0607 18.4221 22.0779 19.172 22.828C19.9221 23.5779 20.9393 23.9992 22 23.9992C23.0607 23.9992 24.0779 23.5779 24.828 22.828L28.248 19.408C28.6956 18.9602 29.2271 18.605 29.812 18.3627C30.3969 18.1203 31.0239 17.9956 31.657 17.9956C32.2901 17.9956 32.9171 18.1203 33.502 18.3627C34.0869 18.605 34.6184 18.9602 35.066 19.408L38.828 23.172C39.5779 23.9222 39.9991 24.9394 39.9991 26C39.9991 27.0607 39.5779 28.0779 38.828 28.828C42 25.656 44 23 44 19C44 16.7744 43.3248 14.6012 42.0637 12.7674C40.8027 10.9335 39.015 9.52536 36.9368 8.72884C34.8586 7.93232 32.5877 7.78493 30.424 8.30613C28.2603 8.82733 26.3056 9.9926 24.818 11.648ZM38.828 28.828C38.4335 29.2226 37.9652 29.5355 37.4498 29.749C36.9343 29.9626 36.3819 30.0725 35.824 30.0725C35.2661 30.0725 34.7137 29.9626 34.1982 29.749C33.6828 29.5355 33.2145 29.2226 32.82 28.828C33.2471 29.2142 33.5912 29.6833 33.8315 30.2066C34.0717 30.7299 34.203 31.2966 34.2175 31.8722C34.232 32.4478 34.1292 33.0204 33.9156 33.5551C33.7019 34.0898 33.3818 34.5755 32.9746 34.9827C32.5675 35.3898 32.0818 35.71 31.5471 35.9236C31.0123 36.1373 30.4398 36.24 29.8641 36.2255C29.2885 36.2111 28.7218 36.0797 28.1985 35.8395C27.6752 35.5993 27.2062 35.2551 26.82 34.828C27.2148 35.2213 27.5282 35.6885 27.7423 36.203C27.9564 36.7175 28.067 37.2691 28.0677 37.8264C28.0685 38.3836 27.9594 38.9356 27.7466 39.4506C27.5339 39.9657 27.2218 40.4337 26.828 40.828C26.448 41.2082 25.9952 41.5079 25.4967 41.7091C24.9983 41.9104 24.4644 42.0091 23.9269 41.9994C23.3894 41.9897 22.8594 41.8718 22.3686 41.6526C21.8777 41.4335 21.4361 41.1177 21.07 40.724L10 30C7 27 4 23.6 4 19C4.00045 16.7746 4.67588 14.6017 5.93712 12.7681C7.19835 10.9346 8.98605 9.52675 11.0642 8.73048C13.1422 7.93422 15.413 7.78699 17.5765 8.30825C19.74 8.82951 21.6946 9.99473 23.182 11.65C23.4044 11.8567 23.6968 11.9714 24.0004 11.971C24.304 11.9707 24.5961 11.8553 24.818 11.648\"\r\n stroke={color}\r\n strokeWidth={strokeWidth}\r\n {...COMMON}\r\n />\r\n </Svg>\r\n );\r\n}\r\n"],"names":["HeartHandshakeIcon","size","color","DEFAULT_ICON_COLOR","px","strokeWidth","SIZE_MAP","Svg","width","height","viewBox","fill","Path","d","stroke","COMMON"],"mappings":";;;;+BAIgBA;;;eAAAA;;;;wEAJU;uBAE2C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAE9D,SAASA,mBAAmB,EACjCC,OAAO,QAAQ,EACfC,QAAQC,yBAAkB,EAChB;IACV,MAAM,EAAEF,MAAMG,EAAE,EAAEC,WAAW,EAAE,GAAGC,eAAQ,CAACL,KAAK;IAChD,qBACE,qBAACM,uBAAG;QAACC,OAAOJ;QAAIK,QAAQL;QAAIM,SAAQ;QAAYC,MAAK;kBACnD,cAAA,qBAACC,oBAAI;YACHC,GAAE;YACFC,QAAQZ;YACRG,aAAaA;YACZ,GAAGU,aAAM;;;AAIlB"}
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from './types';
2
+ export declare function HourglassIcon({ size, color, }: IconProps): import("react").JSX.Element;
@@ -0,0 +1,91 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "HourglassIcon", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return HourglassIcon;
9
+ }
10
+ });
11
+ const _jsxruntime = require("react/jsx-runtime");
12
+ const _reactnativesvg = /*#__PURE__*/ _interop_require_wildcard(require("react-native-svg"));
13
+ const _types = require("./types");
14
+ function _getRequireWildcardCache(nodeInterop) {
15
+ if (typeof WeakMap !== "function") return null;
16
+ var cacheBabelInterop = new WeakMap();
17
+ var cacheNodeInterop = new WeakMap();
18
+ return (_getRequireWildcardCache = function(nodeInterop) {
19
+ return nodeInterop ? cacheNodeInterop : cacheBabelInterop;
20
+ })(nodeInterop);
21
+ }
22
+ function _interop_require_wildcard(obj, nodeInterop) {
23
+ if (!nodeInterop && obj && obj.__esModule) {
24
+ return obj;
25
+ }
26
+ if (obj === null || typeof obj !== "object" && typeof obj !== "function") {
27
+ return {
28
+ default: obj
29
+ };
30
+ }
31
+ var cache = _getRequireWildcardCache(nodeInterop);
32
+ if (cache && cache.has(obj)) {
33
+ return cache.get(obj);
34
+ }
35
+ var newObj = {
36
+ __proto__: null
37
+ };
38
+ var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor;
39
+ for(var key in obj){
40
+ if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) {
41
+ var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null;
42
+ if (desc && (desc.get || desc.set)) {
43
+ Object.defineProperty(newObj, key, desc);
44
+ } else {
45
+ newObj[key] = obj[key];
46
+ }
47
+ }
48
+ }
49
+ newObj.default = obj;
50
+ if (cache) {
51
+ cache.set(obj, newObj);
52
+ }
53
+ return newObj;
54
+ }
55
+ function HourglassIcon({ size = 'medium', color = _types.DEFAULT_ICON_COLOR }) {
56
+ const { size: px, strokeWidth } = _types.SIZE_MAP[size];
57
+ return /*#__PURE__*/ (0, _jsxruntime.jsxs)(_reactnativesvg.default, {
58
+ width: px,
59
+ height: px,
60
+ viewBox: "0 0 48 48",
61
+ fill: "none",
62
+ children: [
63
+ /*#__PURE__*/ (0, _jsxruntime.jsx)(_reactnativesvg.Path, {
64
+ d: "M10 44H38",
65
+ stroke: color,
66
+ strokeWidth: strokeWidth,
67
+ ..._types.COMMON
68
+ }),
69
+ /*#__PURE__*/ (0, _jsxruntime.jsx)(_reactnativesvg.Path, {
70
+ d: "M10 4H38",
71
+ stroke: color,
72
+ strokeWidth: strokeWidth,
73
+ ..._types.COMMON
74
+ }),
75
+ /*#__PURE__*/ (0, _jsxruntime.jsx)(_reactnativesvg.Path, {
76
+ d: "M34 44V35.656C33.9998 34.5952 33.5782 33.578 32.828 32.828L24 24L15.172 32.828C14.4218 33.578 14.0002 34.5952 14 35.656V44",
77
+ stroke: color,
78
+ strokeWidth: strokeWidth,
79
+ ..._types.COMMON
80
+ }),
81
+ /*#__PURE__*/ (0, _jsxruntime.jsx)(_reactnativesvg.Path, {
82
+ d: "M14 4V12.344C14.0002 13.4048 14.4218 14.422 15.172 15.172L24 24L32.828 15.172C33.5782 14.422 33.9998 13.4048 34 12.344V4",
83
+ stroke: color,
84
+ strokeWidth: strokeWidth,
85
+ ..._types.COMMON
86
+ })
87
+ ]
88
+ });
89
+ }
90
+
91
+ //# sourceMappingURL=HourglassIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../packages/react-native/src/icons/HourglassIcon.tsx"],"sourcesContent":["import Svg, { Path } from 'react-native-svg';\r\n\r\nimport { COMMON, DEFAULT_ICON_COLOR, type IconProps, SIZE_MAP } from './types';\r\n\r\nexport function HourglassIcon({\r\n size = 'medium',\r\n color = DEFAULT_ICON_COLOR,\r\n}: IconProps) {\r\n const { size: px, strokeWidth } = SIZE_MAP[size];\r\n return (\r\n <Svg width={px} height={px} viewBox=\"0 0 48 48\" fill=\"none\">\r\n <Path\r\n d=\"M10 44H38\"\r\n stroke={color}\r\n strokeWidth={strokeWidth}\r\n {...COMMON}\r\n />\r\n <Path d=\"M10 4H38\" stroke={color} strokeWidth={strokeWidth} {...COMMON} />\r\n <Path\r\n d=\"M34 44V35.656C33.9998 34.5952 33.5782 33.578 32.828 32.828L24 24L15.172 32.828C14.4218 33.578 14.0002 34.5952 14 35.656V44\"\r\n stroke={color}\r\n strokeWidth={strokeWidth}\r\n {...COMMON}\r\n />\r\n <Path\r\n d=\"M14 4V12.344C14.0002 13.4048 14.4218 14.422 15.172 15.172L24 24L32.828 15.172C33.5782 14.422 33.9998 13.4048 34 12.344V4\"\r\n stroke={color}\r\n strokeWidth={strokeWidth}\r\n {...COMMON}\r\n />\r\n </Svg>\r\n );\r\n}\r\n"],"names":["HourglassIcon","size","color","DEFAULT_ICON_COLOR","px","strokeWidth","SIZE_MAP","Svg","width","height","viewBox","fill","Path","d","stroke","COMMON"],"mappings":";;;;+BAIgBA;;;eAAAA;;;;wEAJU;uBAE2C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAE9D,SAASA,cAAc,EAC5BC,OAAO,QAAQ,EACfC,QAAQC,yBAAkB,EAChB;IACV,MAAM,EAAEF,MAAMG,EAAE,EAAEC,WAAW,EAAE,GAAGC,eAAQ,CAACL,KAAK;IAChD,qBACE,sBAACM,uBAAG;QAACC,OAAOJ;QAAIK,QAAQL;QAAIM,SAAQ;QAAYC,MAAK;;0BACnD,qBAACC,oBAAI;gBACHC,GAAE;gBACFC,QAAQZ;gBACRG,aAAaA;gBACZ,GAAGU,aAAM;;0BAEZ,qBAACH,oBAAI;gBAACC,GAAE;gBAAWC,QAAQZ;gBAAOG,aAAaA;gBAAc,GAAGU,aAAM;;0BACtE,qBAACH,oBAAI;gBACHC,GAAE;gBACFC,QAAQZ;gBACRG,aAAaA;gBACZ,GAAGU,aAAM;;0BAEZ,qBAACH,oBAAI;gBACHC,GAAE;gBACFC,QAAQZ;gBACRG,aAAaA;gBACZ,GAAGU,aAAM;;;;AAIlB"}
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from './types';
2
+ export declare function IdCardIcon({ size, color, }: IconProps): import("react").JSX.Element;
@@ -0,0 +1,97 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "IdCardIcon", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return IdCardIcon;
9
+ }
10
+ });
11
+ const _jsxruntime = require("react/jsx-runtime");
12
+ const _reactnativesvg = /*#__PURE__*/ _interop_require_wildcard(require("react-native-svg"));
13
+ const _types = require("./types");
14
+ function _getRequireWildcardCache(nodeInterop) {
15
+ if (typeof WeakMap !== "function") return null;
16
+ var cacheBabelInterop = new WeakMap();
17
+ var cacheNodeInterop = new WeakMap();
18
+ return (_getRequireWildcardCache = function(nodeInterop) {
19
+ return nodeInterop ? cacheNodeInterop : cacheBabelInterop;
20
+ })(nodeInterop);
21
+ }
22
+ function _interop_require_wildcard(obj, nodeInterop) {
23
+ if (!nodeInterop && obj && obj.__esModule) {
24
+ return obj;
25
+ }
26
+ if (obj === null || typeof obj !== "object" && typeof obj !== "function") {
27
+ return {
28
+ default: obj
29
+ };
30
+ }
31
+ var cache = _getRequireWildcardCache(nodeInterop);
32
+ if (cache && cache.has(obj)) {
33
+ return cache.get(obj);
34
+ }
35
+ var newObj = {
36
+ __proto__: null
37
+ };
38
+ var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor;
39
+ for(var key in obj){
40
+ if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) {
41
+ var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null;
42
+ if (desc && (desc.get || desc.set)) {
43
+ Object.defineProperty(newObj, key, desc);
44
+ } else {
45
+ newObj[key] = obj[key];
46
+ }
47
+ }
48
+ }
49
+ newObj.default = obj;
50
+ if (cache) {
51
+ cache.set(obj, newObj);
52
+ }
53
+ return newObj;
54
+ }
55
+ function IdCardIcon({ size = 'medium', color = _types.DEFAULT_ICON_COLOR }) {
56
+ const { size: px, strokeWidth } = _types.SIZE_MAP[size];
57
+ return /*#__PURE__*/ (0, _jsxruntime.jsxs)(_reactnativesvg.default, {
58
+ width: px,
59
+ height: px,
60
+ viewBox: "0 0 48 48",
61
+ fill: "none",
62
+ children: [
63
+ /*#__PURE__*/ (0, _jsxruntime.jsx)(_reactnativesvg.Path, {
64
+ d: "M32 20H36",
65
+ stroke: color,
66
+ strokeWidth: strokeWidth,
67
+ ..._types.COMMON
68
+ }),
69
+ /*#__PURE__*/ (0, _jsxruntime.jsx)(_reactnativesvg.Path, {
70
+ d: "M32 28H36",
71
+ stroke: color,
72
+ strokeWidth: strokeWidth,
73
+ ..._types.COMMON
74
+ }),
75
+ /*#__PURE__*/ (0, _jsxruntime.jsx)(_reactnativesvg.Path, {
76
+ d: "M12.34 30C12.7522 28.828 13.5182 27.8129 14.532 27.0948C15.5458 26.3768 16.7576 25.9911 18 25.9911C19.2423 25.9911 20.4541 26.3768 21.4679 27.0948C22.4818 27.8129 23.2477 28.828 23.66 30",
77
+ stroke: color,
78
+ strokeWidth: strokeWidth,
79
+ ..._types.COMMON
80
+ }),
81
+ /*#__PURE__*/ (0, _jsxruntime.jsx)(_reactnativesvg.Path, {
82
+ d: "M18 26C20.2091 26 22 24.2091 22 22C22 19.7909 20.2091 18 18 18C15.7909 18 14 19.7909 14 22C14 24.2091 15.7909 26 18 26Z",
83
+ stroke: color,
84
+ strokeWidth: strokeWidth,
85
+ ..._types.COMMON
86
+ }),
87
+ /*#__PURE__*/ (0, _jsxruntime.jsx)(_reactnativesvg.Path, {
88
+ d: "M40 10H8C5.79086 10 4 11.7909 4 14V34C4 36.2091 5.79086 38 8 38H40C42.2091 38 44 36.2091 44 34V14C44 11.7909 42.2091 10 40 10Z",
89
+ stroke: color,
90
+ strokeWidth: strokeWidth,
91
+ ..._types.COMMON
92
+ })
93
+ ]
94
+ });
95
+ }
96
+
97
+ //# sourceMappingURL=IdCardIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../packages/react-native/src/icons/IdCardIcon.tsx"],"sourcesContent":["import Svg, { Path } from 'react-native-svg';\r\n\r\nimport { COMMON, DEFAULT_ICON_COLOR, type IconProps, SIZE_MAP } from './types';\r\n\r\nexport function IdCardIcon({\r\n size = 'medium',\r\n color = DEFAULT_ICON_COLOR,\r\n}: IconProps) {\r\n const { size: px, strokeWidth } = SIZE_MAP[size];\r\n return (\r\n <Svg width={px} height={px} viewBox=\"0 0 48 48\" fill=\"none\">\r\n <Path\r\n d=\"M32 20H36\"\r\n stroke={color}\r\n strokeWidth={strokeWidth}\r\n {...COMMON}\r\n />\r\n <Path\r\n d=\"M32 28H36\"\r\n stroke={color}\r\n strokeWidth={strokeWidth}\r\n {...COMMON}\r\n />\r\n <Path\r\n d=\"M12.34 30C12.7522 28.828 13.5182 27.8129 14.532 27.0948C15.5458 26.3768 16.7576 25.9911 18 25.9911C19.2423 25.9911 20.4541 26.3768 21.4679 27.0948C22.4818 27.8129 23.2477 28.828 23.66 30\"\r\n stroke={color}\r\n strokeWidth={strokeWidth}\r\n {...COMMON}\r\n />\r\n <Path\r\n d=\"M18 26C20.2091 26 22 24.2091 22 22C22 19.7909 20.2091 18 18 18C15.7909 18 14 19.7909 14 22C14 24.2091 15.7909 26 18 26Z\"\r\n stroke={color}\r\n strokeWidth={strokeWidth}\r\n {...COMMON}\r\n />\r\n <Path\r\n d=\"M40 10H8C5.79086 10 4 11.7909 4 14V34C4 36.2091 5.79086 38 8 38H40C42.2091 38 44 36.2091 44 34V14C44 11.7909 42.2091 10 40 10Z\"\r\n stroke={color}\r\n strokeWidth={strokeWidth}\r\n {...COMMON}\r\n />\r\n </Svg>\r\n );\r\n}\r\n"],"names":["IdCardIcon","size","color","DEFAULT_ICON_COLOR","px","strokeWidth","SIZE_MAP","Svg","width","height","viewBox","fill","Path","d","stroke","COMMON"],"mappings":";;;;+BAIgBA;;;eAAAA;;;;wEAJU;uBAE2C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAE9D,SAASA,WAAW,EACzBC,OAAO,QAAQ,EACfC,QAAQC,yBAAkB,EAChB;IACV,MAAM,EAAEF,MAAMG,EAAE,EAAEC,WAAW,EAAE,GAAGC,eAAQ,CAACL,KAAK;IAChD,qBACE,sBAACM,uBAAG;QAACC,OAAOJ;QAAIK,QAAQL;QAAIM,SAAQ;QAAYC,MAAK;;0BACnD,qBAACC,oBAAI;gBACHC,GAAE;gBACFC,QAAQZ;gBACRG,aAAaA;gBACZ,GAAGU,aAAM;;0BAEZ,qBAACH,oBAAI;gBACHC,GAAE;gBACFC,QAAQZ;gBACRG,aAAaA;gBACZ,GAAGU,aAAM;;0BAEZ,qBAACH,oBAAI;gBACHC,GAAE;gBACFC,QAAQZ;gBACRG,aAAaA;gBACZ,GAAGU,aAAM;;0BAEZ,qBAACH,oBAAI;gBACHC,GAAE;gBACFC,QAAQZ;gBACRG,aAAaA;gBACZ,GAAGU,aAAM;;0BAEZ,qBAACH,oBAAI;gBACHC,GAAE;gBACFC,QAAQZ;gBACRG,aAAaA;gBACZ,GAAGU,aAAM;;;;AAIlB"}
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from './types';
2
+ export declare function MessageCirclePlusIcon({ size, color, }: IconProps): import("react").JSX.Element;
@@ -0,0 +1,85 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "MessageCirclePlusIcon", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return MessageCirclePlusIcon;
9
+ }
10
+ });
11
+ const _jsxruntime = require("react/jsx-runtime");
12
+ const _reactnativesvg = /*#__PURE__*/ _interop_require_wildcard(require("react-native-svg"));
13
+ const _types = require("./types");
14
+ function _getRequireWildcardCache(nodeInterop) {
15
+ if (typeof WeakMap !== "function") return null;
16
+ var cacheBabelInterop = new WeakMap();
17
+ var cacheNodeInterop = new WeakMap();
18
+ return (_getRequireWildcardCache = function(nodeInterop) {
19
+ return nodeInterop ? cacheNodeInterop : cacheBabelInterop;
20
+ })(nodeInterop);
21
+ }
22
+ function _interop_require_wildcard(obj, nodeInterop) {
23
+ if (!nodeInterop && obj && obj.__esModule) {
24
+ return obj;
25
+ }
26
+ if (obj === null || typeof obj !== "object" && typeof obj !== "function") {
27
+ return {
28
+ default: obj
29
+ };
30
+ }
31
+ var cache = _getRequireWildcardCache(nodeInterop);
32
+ if (cache && cache.has(obj)) {
33
+ return cache.get(obj);
34
+ }
35
+ var newObj = {
36
+ __proto__: null
37
+ };
38
+ var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor;
39
+ for(var key in obj){
40
+ if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) {
41
+ var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null;
42
+ if (desc && (desc.get || desc.set)) {
43
+ Object.defineProperty(newObj, key, desc);
44
+ } else {
45
+ newObj[key] = obj[key];
46
+ }
47
+ }
48
+ }
49
+ newObj.default = obj;
50
+ if (cache) {
51
+ cache.set(obj, newObj);
52
+ }
53
+ return newObj;
54
+ }
55
+ function MessageCirclePlusIcon({ size = 'medium', color = _types.DEFAULT_ICON_COLOR }) {
56
+ const { size: px, strokeWidth } = _types.SIZE_MAP[size];
57
+ return /*#__PURE__*/ (0, _jsxruntime.jsxs)(_reactnativesvg.default, {
58
+ width: px,
59
+ height: px,
60
+ viewBox: "0 0 48 48",
61
+ fill: "none",
62
+ children: [
63
+ /*#__PURE__*/ (0, _jsxruntime.jsx)(_reactnativesvg.Path, {
64
+ d: "M5.98399 32.684C6.27807 33.4258 6.34354 34.2387 6.17199 35.018L4.04199 41.598C3.97336 41.9317 3.99111 42.2774 4.09354 42.6023C4.19598 42.9272 4.37972 43.2206 4.62733 43.4545C4.87494 43.6885 5.17821 43.8554 5.50839 43.9393C5.83857 44.0232 6.18471 44.0214 6.51399 43.934L13.34 41.938C14.0754 41.7921 14.837 41.8559 15.538 42.122C19.8088 44.1164 24.6467 44.5384 29.1983 43.3134C33.7499 42.0885 37.7225 39.2953 40.4154 35.4267C43.1082 31.5582 44.3482 26.8628 43.9166 22.1691C43.4849 17.4754 41.4094 13.0849 38.0561 9.77239C34.7029 6.45984 30.2874 4.43808 25.5888 4.06379C20.8901 3.68951 16.2103 4.98676 12.3749 7.72668C8.53949 10.4666 5.79505 14.4731 4.62578 19.0393C3.4565 23.6055 3.93753 28.4379 5.98399 32.684Z",
65
+ stroke: color,
66
+ strokeWidth: strokeWidth,
67
+ ..._types.COMMON
68
+ }),
69
+ /*#__PURE__*/ (0, _jsxruntime.jsx)(_reactnativesvg.Path, {
70
+ d: "M16 24H32",
71
+ stroke: color,
72
+ strokeWidth: strokeWidth,
73
+ ..._types.COMMON
74
+ }),
75
+ /*#__PURE__*/ (0, _jsxruntime.jsx)(_reactnativesvg.Path, {
76
+ d: "M24 16V32",
77
+ stroke: color,
78
+ strokeWidth: strokeWidth,
79
+ ..._types.COMMON
80
+ })
81
+ ]
82
+ });
83
+ }
84
+
85
+ //# sourceMappingURL=MessageCirclePlusIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../packages/react-native/src/icons/MessageCirclePlusIcon.tsx"],"sourcesContent":["import Svg, { Path } from 'react-native-svg';\r\n\r\nimport { COMMON, DEFAULT_ICON_COLOR, type IconProps, SIZE_MAP } from './types';\r\n\r\nexport function MessageCirclePlusIcon({\r\n size = 'medium',\r\n color = DEFAULT_ICON_COLOR,\r\n}: IconProps) {\r\n const { size: px, strokeWidth } = SIZE_MAP[size];\r\n return (\r\n <Svg width={px} height={px} viewBox=\"0 0 48 48\" fill=\"none\">\r\n <Path\r\n d=\"M5.98399 32.684C6.27807 33.4258 6.34354 34.2387 6.17199 35.018L4.04199 41.598C3.97336 41.9317 3.99111 42.2774 4.09354 42.6023C4.19598 42.9272 4.37972 43.2206 4.62733 43.4545C4.87494 43.6885 5.17821 43.8554 5.50839 43.9393C5.83857 44.0232 6.18471 44.0214 6.51399 43.934L13.34 41.938C14.0754 41.7921 14.837 41.8559 15.538 42.122C19.8088 44.1164 24.6467 44.5384 29.1983 43.3134C33.7499 42.0885 37.7225 39.2953 40.4154 35.4267C43.1082 31.5582 44.3482 26.8628 43.9166 22.1691C43.4849 17.4754 41.4094 13.0849 38.0561 9.77239C34.7029 6.45984 30.2874 4.43808 25.5888 4.06379C20.8901 3.68951 16.2103 4.98676 12.3749 7.72668C8.53949 10.4666 5.79505 14.4731 4.62578 19.0393C3.4565 23.6055 3.93753 28.4379 5.98399 32.684Z\"\r\n stroke={color}\r\n strokeWidth={strokeWidth}\r\n {...COMMON}\r\n />\r\n <Path\r\n d=\"M16 24H32\"\r\n stroke={color}\r\n strokeWidth={strokeWidth}\r\n {...COMMON}\r\n />\r\n <Path\r\n d=\"M24 16V32\"\r\n stroke={color}\r\n strokeWidth={strokeWidth}\r\n {...COMMON}\r\n />\r\n </Svg>\r\n );\r\n}\r\n"],"names":["MessageCirclePlusIcon","size","color","DEFAULT_ICON_COLOR","px","strokeWidth","SIZE_MAP","Svg","width","height","viewBox","fill","Path","d","stroke","COMMON"],"mappings":";;;;+BAIgBA;;;eAAAA;;;;wEAJU;uBAE2C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAE9D,SAASA,sBAAsB,EACpCC,OAAO,QAAQ,EACfC,QAAQC,yBAAkB,EAChB;IACV,MAAM,EAAEF,MAAMG,EAAE,EAAEC,WAAW,EAAE,GAAGC,eAAQ,CAACL,KAAK;IAChD,qBACE,sBAACM,uBAAG;QAACC,OAAOJ;QAAIK,QAAQL;QAAIM,SAAQ;QAAYC,MAAK;;0BACnD,qBAACC,oBAAI;gBACHC,GAAE;gBACFC,QAAQZ;gBACRG,aAAaA;gBACZ,GAAGU,aAAM;;0BAEZ,qBAACH,oBAAI;gBACHC,GAAE;gBACFC,QAAQZ;gBACRG,aAAaA;gBACZ,GAAGU,aAAM;;0BAEZ,qBAACH,oBAAI;gBACHC,GAAE;gBACFC,QAAQZ;gBACRG,aAAaA;gBACZ,GAAGU,aAAM;;;;AAIlB"}
@@ -0,0 +1,2 @@
1
+ import { type IconProps } from './types';
2
+ export declare function MountainSnowIcon({ size, color, }: IconProps): import("react").JSX.Element;