@compsych-ui-components/react-native 4.0.0 → 4.0.13
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.
- package/package.json +22 -14
- package/src/components/ActionSheet/index.d.ts +16 -0
- package/src/components/ActionSheet/index.js +256 -0
- package/src/components/ActionSheet/index.js.map +1 -0
- package/src/components/Alert/index.d.ts +24 -0
- package/src/components/Alert/index.js +304 -0
- package/src/components/Alert/index.js.map +1 -0
- package/src/components/Avatar/index.d.ts +22 -0
- package/src/components/Avatar/index.js +253 -0
- package/src/components/Avatar/index.js.map +1 -0
- package/src/components/Badge/index.d.ts +12 -0
- package/src/components/Badge/index.js +206 -0
- package/src/components/Badge/index.js.map +1 -0
- package/src/components/BodyText/index.d.ts +9 -0
- package/src/components/BodyText/index.js +58 -0
- package/src/components/BodyText/index.js.map +1 -0
- package/src/components/Breadcrumb/index.d.ts +24 -0
- package/src/components/Breadcrumb/index.js +194 -0
- package/src/components/Breadcrumb/index.js.map +1 -0
- package/src/components/Button/index.d.ts +16 -0
- package/src/components/Button/index.js +260 -0
- package/src/components/Button/index.js.map +1 -0
- package/src/components/Checkbox/index.d.ts +16 -0
- package/src/components/Checkbox/index.js +196 -0
- package/src/components/Checkbox/index.js.map +1 -0
- package/src/components/Chip/index.d.ts +18 -0
- package/src/components/Chip/index.js +280 -0
- package/src/components/Chip/index.js.map +1 -0
- package/src/components/Divider/index.d.ts +11 -0
- package/src/components/Divider/index.js +59 -0
- package/src/components/Divider/index.js.map +1 -0
- package/src/components/EmptyState/index.d.ts +25 -0
- package/src/components/EmptyState/index.js +376 -0
- package/src/components/EmptyState/index.js.map +1 -0
- package/src/components/HeaderText/index.d.ts +9 -0
- package/src/components/HeaderText/index.js +62 -0
- package/src/components/HeaderText/index.js.map +1 -0
- package/src/components/Input/index.d.ts +13 -0
- package/src/components/Input/index.js +231 -0
- package/src/components/Input/index.js.map +1 -0
- package/src/components/List/index.d.ts +19 -0
- package/src/components/List/index.js +170 -0
- package/src/components/List/index.js.map +1 -0
- package/src/components/Pagination/index.d.ts +15 -0
- package/src/components/Pagination/index.js +322 -0
- package/src/components/Pagination/index.js.map +1 -0
- package/src/components/PlanCard/index.d.ts +27 -0
- package/src/components/PlanCard/index.js +364 -0
- package/src/components/PlanCard/index.js.map +1 -0
- package/src/components/ProgressTracker/index.d.ts +26 -0
- package/src/components/ProgressTracker/index.js +180 -0
- package/src/components/ProgressTracker/index.js.map +1 -0
- package/src/components/PromotionCard/index.d.ts +23 -0
- package/src/components/PromotionCard/index.js +496 -0
- package/src/components/PromotionCard/index.js.map +1 -0
- package/src/components/RadioButton/index.d.ts +15 -0
- package/src/components/RadioButton/index.js +188 -0
- package/src/components/RadioButton/index.js.map +1 -0
- package/src/components/ScreenContainer/index.d.ts +15 -0
- package/src/components/ScreenContainer/index.js +43 -0
- package/src/components/ScreenContainer/index.js.map +1 -0
- package/src/components/SegmentedControl/index.d.ts +16 -0
- package/src/components/SegmentedControl/index.js +115 -0
- package/src/components/SegmentedControl/index.js.map +1 -0
- package/src/components/SelectionCard/index.d.ts +16 -0
- package/src/components/SelectionCard/index.js +222 -0
- package/src/components/SelectionCard/index.js.map +1 -0
- package/src/components/ServiceCard/index.d.ts +22 -0
- package/src/components/ServiceCard/index.js +385 -0
- package/src/components/ServiceCard/index.js.map +1 -0
- package/src/components/Slider/index.d.ts +24 -0
- package/src/components/Slider/index.js +320 -0
- package/src/components/Slider/index.js.map +1 -0
- package/src/components/Snackbar/index.d.ts +13 -0
- package/src/components/Snackbar/index.js +229 -0
- package/src/components/Snackbar/index.js.map +1 -0
- package/src/components/Switch/index.d.ts +14 -0
- package/src/components/Switch/index.js +221 -0
- package/src/components/Switch/index.js.map +1 -0
- package/src/components/Tooltip/index.d.ts +21 -0
- package/src/components/Tooltip/index.js +206 -0
- package/src/components/Tooltip/index.js.map +1 -0
- package/src/icons/AtomIcon.d.ts +2 -0
- package/src/icons/AtomIcon.js +85 -0
- package/src/icons/AtomIcon.js.map +1 -0
- package/src/icons/BinocularsIcon.d.ts +2 -0
- package/src/icons/BinocularsIcon.js +103 -0
- package/src/icons/BinocularsIcon.js.map +1 -0
- package/src/icons/FileChartColumnIncreasingIcon.d.ts +2 -0
- package/src/icons/FileChartColumnIncreasingIcon.js +97 -0
- package/src/icons/FileChartColumnIncreasingIcon.js.map +1 -0
- package/src/icons/FlagIcon.d.ts +2 -0
- package/src/icons/FlagIcon.js +71 -0
- package/src/icons/FlagIcon.js.map +1 -0
- package/src/icons/GlobeIcon.d.ts +2 -0
- package/src/icons/GlobeIcon.js +71 -0
- package/src/icons/GlobeIcon.js.map +1 -0
- package/src/icons/GraduationCapIcon.d.ts +2 -0
- package/src/icons/GraduationCapIcon.js +85 -0
- package/src/icons/GraduationCapIcon.js.map +1 -0
- package/src/icons/HandHeartIcon.d.ts +2 -0
- package/src/icons/HandHeartIcon.js +91 -0
- package/src/icons/HandHeartIcon.js.map +1 -0
- package/src/icons/HandshakeIcon.d.ts +2 -0
- package/src/icons/HandshakeIcon.js +97 -0
- package/src/icons/HandshakeIcon.js.map +1 -0
- package/src/icons/HazeIcon.d.ts +2 -0
- package/src/icons/HazeIcon.js +115 -0
- package/src/icons/HazeIcon.js.map +1 -0
- package/src/icons/HeartHandshakeIcon.d.ts +2 -0
- package/src/icons/HeartHandshakeIcon.js +71 -0
- package/src/icons/HeartHandshakeIcon.js.map +1 -0
- package/src/icons/HourglassIcon.d.ts +2 -0
- package/src/icons/HourglassIcon.js +91 -0
- package/src/icons/HourglassIcon.js.map +1 -0
- package/src/icons/IdCardIcon.d.ts +2 -0
- package/src/icons/IdCardIcon.js +97 -0
- package/src/icons/IdCardIcon.js.map +1 -0
- package/src/icons/MessageCirclePlusIcon.d.ts +2 -0
- package/src/icons/MessageCirclePlusIcon.js +85 -0
- package/src/icons/MessageCirclePlusIcon.js.map +1 -0
- package/src/icons/MountainSnowIcon.d.ts +2 -0
- package/src/icons/MountainSnowIcon.js +79 -0
- package/src/icons/MountainSnowIcon.js.map +1 -0
- package/src/icons/SnowflakeIcon.d.ts +2 -0
- package/src/icons/SnowflakeIcon.js +139 -0
- package/src/icons/SnowflakeIcon.js.map +1 -0
- package/src/icons/StethoscopeIcon.d.ts +2 -0
- package/src/icons/StethoscopeIcon.js +97 -0
- package/src/icons/StethoscopeIcon.js.map +1 -0
- package/src/icons/UserRoundIcon.d.ts +2 -0
- package/src/icons/UserRoundIcon.js +79 -0
- package/src/icons/UserRoundIcon.js.map +1 -0
- package/src/icons/WheatIcon.d.ts +2 -0
- package/src/icons/WheatIcon.js +115 -0
- package/src/icons/WheatIcon.js.map +1 -0
- package/src/icons/index.d.ts +22 -0
- package/src/icons/index.js +109 -0
- package/src/icons/index.js.map +1 -0
- package/src/icons/types.d.ts +16 -0
- package/src/icons/types.js +52 -0
- package/src/icons/types.js.map +1 -0
- package/src/index.d.ts +60 -2
- package/src/index.js +203 -1
- package/src/index.js.map +1 -1
- package/src/theme/ThemeContext.d.ts +258 -0
- package/src/theme/ThemeContext.js +15 -0
- package/src/theme/ThemeContext.js.map +1 -0
- package/src/theme/ThemeProvider.d.ts +27 -0
- package/src/theme/ThemeProvider.js +66 -0
- package/src/theme/ThemeProvider.js.map +1 -0
- package/src/theme/defaultTheme.d.ts +13 -0
- package/src/theme/defaultTheme.js +14 -0
- package/src/theme/defaultTheme.js.map +1 -0
- package/src/theme/index.d.ts +5 -0
- package/src/theme/index.js +26 -0
- package/src/theme/index.js.map +1 -0
- package/src/theme/mergeTheme.d.ts +7 -0
- package/src/theme/mergeTheme.js +40 -0
- package/src/theme/mergeTheme.js.map +1 -0
- package/src/theme/types.d.ts +25 -0
- package/src/theme/types.js +6 -0
- package/src/theme/types.js.map +1 -0
- package/src/theme/useTheme.d.ts +10 -0
- package/src/theme/useTheme.js +17 -0
- package/src/theme/useTheme.js.map +1 -0
- package/src/tokens.d.ts +253 -0
- package/src/tokens.js +265 -0
- package/src/tokens.js.map +1 -0
- package/src/lib/button.d.ts +0 -7
- package/src/lib/button.js +0 -43
- package/src/lib/button.js.map +0 -1
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "BinocularsIcon", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return BinocularsIcon;
|
|
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 BinocularsIcon({ 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: "M20 20H28",
|
|
65
|
+
stroke: color,
|
|
66
|
+
strokeWidth: strokeWidth,
|
|
67
|
+
..._types.COMMON
|
|
68
|
+
}),
|
|
69
|
+
/*#__PURE__*/ (0, _jsxruntime.jsx)(_reactnativesvg.Path, {
|
|
70
|
+
d: "M38 14V8C38 7.46957 37.7893 6.96086 37.4142 6.58579C37.0391 6.21071 36.5304 6 36 6H32C31.4696 6 30.9609 6.21071 30.5858 6.58579C30.2107 6.96086 30 7.46957 30 8V14",
|
|
71
|
+
stroke: color,
|
|
72
|
+
strokeWidth: strokeWidth,
|
|
73
|
+
..._types.COMMON
|
|
74
|
+
}),
|
|
75
|
+
/*#__PURE__*/ (0, _jsxruntime.jsx)(_reactnativesvg.Path, {
|
|
76
|
+
d: "M40 42C41.0609 42 42.0783 41.5786 42.8284 40.8284C43.5786 40.0783 44 39.0609 44 38V30.298C44 27.518 40 24.374 40 20.64V16C40 15.4696 39.7893 14.9609 39.4142 14.5858C39.0391 14.2107 38.5304 14 38 14H30C29.4696 14 28.9609 14.2107 28.5858 14.5858C28.2107 14.9609 28 15.4696 28 16V38C28 39.0609 28.4214 40.0783 29.1716 40.8284C29.9217 41.5786 30.9391 42 32 42H40Z",
|
|
77
|
+
stroke: color,
|
|
78
|
+
strokeWidth: strokeWidth,
|
|
79
|
+
..._types.COMMON
|
|
80
|
+
}),
|
|
81
|
+
/*#__PURE__*/ (0, _jsxruntime.jsx)(_reactnativesvg.Path, {
|
|
82
|
+
d: "M44 32H4",
|
|
83
|
+
stroke: color,
|
|
84
|
+
strokeWidth: strokeWidth,
|
|
85
|
+
..._types.COMMON
|
|
86
|
+
}),
|
|
87
|
+
/*#__PURE__*/ (0, _jsxruntime.jsx)(_reactnativesvg.Path, {
|
|
88
|
+
d: "M8 42C6.93913 42 5.92172 41.5786 5.17157 40.8284C4.42143 40.0783 4 39.0609 4 38V30.298C4 27.518 8 24.374 8 20.64V16C8 15.4696 8.21071 14.9609 8.58579 14.5858C8.96086 14.2107 9.46957 14 10 14H18C18.5304 14 19.0391 14.2107 19.4142 14.5858C19.7893 14.9609 20 15.4696 20 16V38C20 39.0609 19.5786 40.0783 18.8284 40.8284C18.0783 41.5786 17.0609 42 16 42H8Z",
|
|
89
|
+
stroke: color,
|
|
90
|
+
strokeWidth: strokeWidth,
|
|
91
|
+
..._types.COMMON
|
|
92
|
+
}),
|
|
93
|
+
/*#__PURE__*/ (0, _jsxruntime.jsx)(_reactnativesvg.Path, {
|
|
94
|
+
d: "M18 14V8C18 7.46957 17.7893 6.96086 17.4142 6.58579C17.0391 6.21071 16.5304 6 16 6H12C11.4696 6 10.9609 6.21071 10.5858 6.58579C10.2107 6.96086 10 7.46957 10 8V14",
|
|
95
|
+
stroke: color,
|
|
96
|
+
strokeWidth: strokeWidth,
|
|
97
|
+
..._types.COMMON
|
|
98
|
+
})
|
|
99
|
+
]
|
|
100
|
+
});
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
//# sourceMappingURL=BinocularsIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../../packages/react-native/src/icons/BinocularsIcon.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 BinocularsIcon({\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=\"M20 20H28\"\r\n stroke={color}\r\n strokeWidth={strokeWidth}\r\n {...COMMON}\r\n />\r\n <Path\r\n d=\"M38 14V8C38 7.46957 37.7893 6.96086 37.4142 6.58579C37.0391 6.21071 36.5304 6 36 6H32C31.4696 6 30.9609 6.21071 30.5858 6.58579C30.2107 6.96086 30 7.46957 30 8V14\"\r\n stroke={color}\r\n strokeWidth={strokeWidth}\r\n {...COMMON}\r\n />\r\n <Path\r\n d=\"M40 42C41.0609 42 42.0783 41.5786 42.8284 40.8284C43.5786 40.0783 44 39.0609 44 38V30.298C44 27.518 40 24.374 40 20.64V16C40 15.4696 39.7893 14.9609 39.4142 14.5858C39.0391 14.2107 38.5304 14 38 14H30C29.4696 14 28.9609 14.2107 28.5858 14.5858C28.2107 14.9609 28 15.4696 28 16V38C28 39.0609 28.4214 40.0783 29.1716 40.8284C29.9217 41.5786 30.9391 42 32 42H40Z\"\r\n stroke={color}\r\n strokeWidth={strokeWidth}\r\n {...COMMON}\r\n />\r\n <Path d=\"M44 32H4\" stroke={color} strokeWidth={strokeWidth} {...COMMON} />\r\n <Path\r\n d=\"M8 42C6.93913 42 5.92172 41.5786 5.17157 40.8284C4.42143 40.0783 4 39.0609 4 38V30.298C4 27.518 8 24.374 8 20.64V16C8 15.4696 8.21071 14.9609 8.58579 14.5858C8.96086 14.2107 9.46957 14 10 14H18C18.5304 14 19.0391 14.2107 19.4142 14.5858C19.7893 14.9609 20 15.4696 20 16V38C20 39.0609 19.5786 40.0783 18.8284 40.8284C18.0783 41.5786 17.0609 42 16 42H8Z\"\r\n stroke={color}\r\n strokeWidth={strokeWidth}\r\n {...COMMON}\r\n />\r\n <Path\r\n d=\"M18 14V8C18 7.46957 17.7893 6.96086 17.4142 6.58579C17.0391 6.21071 16.5304 6 16 6H12C11.4696 6 10.9609 6.21071 10.5858 6.58579C10.2107 6.96086 10 7.46957 10 8V14\"\r\n stroke={color}\r\n strokeWidth={strokeWidth}\r\n {...COMMON}\r\n />\r\n </Svg>\r\n );\r\n}\r\n"],"names":["BinocularsIcon","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,eAAe,EAC7BC,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;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,97 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "FileChartColumnIncreasingIcon", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return FileChartColumnIncreasingIcon;
|
|
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 FileChartColumnIncreasingIcon({ 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: "M12 44C10.9391 44 9.92172 43.5786 9.17157 42.8284C8.42143 42.0783 8 41.0609 8 40V8.00001C8 6.93914 8.42143 5.92172 9.17157 5.17158C9.92172 4.42143 10.9391 4.00001 12 4.00001H28C28.6331 3.99898 29.2602 4.12321 29.8451 4.36554C30.43 4.60788 30.9611 4.96353 31.408 5.41201L38.584 12.588C39.0337 13.035 39.3903 13.5667 39.6334 14.1523C39.8764 14.738 40.001 15.3659 40 16V40C40 41.0609 39.5786 42.0783 38.8284 42.8284C38.0783 43.5786 37.0609 44 36 44H12Z",
|
|
65
|
+
stroke: color,
|
|
66
|
+
strokeWidth: strokeWidth,
|
|
67
|
+
..._types.COMMON
|
|
68
|
+
}),
|
|
69
|
+
/*#__PURE__*/ (0, _jsxruntime.jsx)(_reactnativesvg.Path, {
|
|
70
|
+
d: "M28 4V14C28 14.5304 28.2107 15.0391 28.5858 15.4142C28.9609 15.7893 29.4696 16 30 16H40",
|
|
71
|
+
stroke: color,
|
|
72
|
+
strokeWidth: strokeWidth,
|
|
73
|
+
..._types.COMMON
|
|
74
|
+
}),
|
|
75
|
+
/*#__PURE__*/ (0, _jsxruntime.jsx)(_reactnativesvg.Path, {
|
|
76
|
+
d: "M16 36V32",
|
|
77
|
+
stroke: color,
|
|
78
|
+
strokeWidth: strokeWidth,
|
|
79
|
+
..._types.COMMON
|
|
80
|
+
}),
|
|
81
|
+
/*#__PURE__*/ (0, _jsxruntime.jsx)(_reactnativesvg.Path, {
|
|
82
|
+
d: "M24 36V28",
|
|
83
|
+
stroke: color,
|
|
84
|
+
strokeWidth: strokeWidth,
|
|
85
|
+
..._types.COMMON
|
|
86
|
+
}),
|
|
87
|
+
/*#__PURE__*/ (0, _jsxruntime.jsx)(_reactnativesvg.Path, {
|
|
88
|
+
d: "M32 36V24",
|
|
89
|
+
stroke: color,
|
|
90
|
+
strokeWidth: strokeWidth,
|
|
91
|
+
..._types.COMMON
|
|
92
|
+
})
|
|
93
|
+
]
|
|
94
|
+
});
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
//# sourceMappingURL=FileChartColumnIncreasingIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../../packages/react-native/src/icons/FileChartColumnIncreasingIcon.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 FileChartColumnIncreasingIcon({\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=\"M12 44C10.9391 44 9.92172 43.5786 9.17157 42.8284C8.42143 42.0783 8 41.0609 8 40V8.00001C8 6.93914 8.42143 5.92172 9.17157 5.17158C9.92172 4.42143 10.9391 4.00001 12 4.00001H28C28.6331 3.99898 29.2602 4.12321 29.8451 4.36554C30.43 4.60788 30.9611 4.96353 31.408 5.41201L38.584 12.588C39.0337 13.035 39.3903 13.5667 39.6334 14.1523C39.8764 14.738 40.001 15.3659 40 16V40C40 41.0609 39.5786 42.0783 38.8284 42.8284C38.0783 43.5786 37.0609 44 36 44H12Z\"\r\n stroke={color}\r\n strokeWidth={strokeWidth}\r\n {...COMMON}\r\n />\r\n <Path\r\n d=\"M28 4V14C28 14.5304 28.2107 15.0391 28.5858 15.4142C28.9609 15.7893 29.4696 16 30 16H40\"\r\n stroke={color}\r\n strokeWidth={strokeWidth}\r\n {...COMMON}\r\n />\r\n <Path\r\n d=\"M16 36V32\"\r\n stroke={color}\r\n strokeWidth={strokeWidth}\r\n {...COMMON}\r\n />\r\n <Path\r\n d=\"M24 36V28\"\r\n stroke={color}\r\n strokeWidth={strokeWidth}\r\n {...COMMON}\r\n />\r\n <Path\r\n d=\"M32 36V24\"\r\n stroke={color}\r\n strokeWidth={strokeWidth}\r\n {...COMMON}\r\n />\r\n </Svg>\r\n );\r\n}\r\n"],"names":["FileChartColumnIncreasingIcon","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,8BAA8B,EAC5CC,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,71 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "FlagIcon", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return FlagIcon;
|
|
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 FlagIcon({ 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: "M8 44V8C8 7.68951 8.07229 7.38328 8.21115 7.10557C8.35 6.82786 8.55161 6.58629 8.8 6.4C10.8772 4.84213 13.4036 4 16 4C22 4 26 8 30.666 8C33.3327 8 35.3773 7.46667 36.8 6.4C37.0971 6.17715 37.4505 6.04144 37.8204 6.00808C38.1903 5.97473 38.5622 6.04504 38.8944 6.21115C39.2266 6.37725 39.506 6.63259 39.7013 6.94854C39.8966 7.26449 40 7.62858 40 8V28C40 28.3105 39.9277 28.6167 39.7889 28.8944C39.65 29.1721 39.4484 29.4137 39.2 29.6C37.1228 31.1579 34.5964 32 32 32C26 32 22 28 16 28C13.0482 28.0001 10.2 29.0881 8 31.056",
|
|
64
|
+
stroke: color,
|
|
65
|
+
strokeWidth: strokeWidth,
|
|
66
|
+
..._types.COMMON
|
|
67
|
+
})
|
|
68
|
+
});
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
//# sourceMappingURL=FlagIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../../packages/react-native/src/icons/FlagIcon.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 FlagIcon({\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=\"M8 44V8C8 7.68951 8.07229 7.38328 8.21115 7.10557C8.35 6.82786 8.55161 6.58629 8.8 6.4C10.8772 4.84213 13.4036 4 16 4C22 4 26 8 30.666 8C33.3327 8 35.3773 7.46667 36.8 6.4C37.0971 6.17715 37.4505 6.04144 37.8204 6.00808C38.1903 5.97473 38.5622 6.04504 38.8944 6.21115C39.2266 6.37725 39.506 6.63259 39.7013 6.94854C39.8966 7.26449 40 7.62858 40 8V28C40 28.3105 39.9277 28.6167 39.7889 28.8944C39.65 29.1721 39.4484 29.4137 39.2 29.6C37.1228 31.1579 34.5964 32 32 32C26 32 22 28 16 28C13.0482 28.0001 10.2 29.0881 8 31.056\"\r\n stroke={color}\r\n strokeWidth={strokeWidth}\r\n {...COMMON}\r\n />\r\n </Svg>\r\n );\r\n}\r\n"],"names":["FlagIcon","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,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,71 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "GlobeIcon", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return GlobeIcon;
|
|
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 GlobeIcon({ 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: "M44 24C44 35.0457 35.0457 44 24 44M44 24C44 12.9543 35.0457 4 24 4M44 24H4M24 44C12.9543 44 4 35.0457 4 24M24 44C18.8645 38.6077 16 31.4465 16 24C16 16.5535 18.8645 9.39231 24 4M24 44C29.1355 38.6077 32 31.4465 32 24C32 16.5535 29.1355 9.39231 24 4M4 24C4 12.9543 12.9543 4 24 4",
|
|
64
|
+
stroke: color,
|
|
65
|
+
strokeWidth: strokeWidth,
|
|
66
|
+
..._types.COMMON
|
|
67
|
+
})
|
|
68
|
+
});
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
//# sourceMappingURL=GlobeIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../../packages/react-native/src/icons/GlobeIcon.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 GlobeIcon({\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=\"M44 24C44 35.0457 35.0457 44 24 44M44 24C44 12.9543 35.0457 4 24 4M44 24H4M24 44C12.9543 44 4 35.0457 4 24M24 44C18.8645 38.6077 16 31.4465 16 24C16 16.5535 18.8645 9.39231 24 4M24 44C29.1355 38.6077 32 31.4465 32 24C32 16.5535 29.1355 9.39231 24 4M4 24C4 12.9543 12.9543 4 24 4\"\r\n stroke={color}\r\n strokeWidth={strokeWidth}\r\n {...COMMON}\r\n />\r\n </Svg>\r\n );\r\n}\r\n"],"names":["GlobeIcon","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,UAAU,EACxBC,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,85 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "GraduationCapIcon", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return GraduationCapIcon;
|
|
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 GraduationCapIcon({ 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: "M42.84 21.844C43.1981 21.686 43.5019 21.4265 43.7139 21.0976C43.9259 20.7687 44.0367 20.3848 44.0327 19.9935C44.0286 19.6022 43.9099 19.2206 43.6911 18.8961C43.4724 18.5717 43.1632 18.3185 42.802 18.168L25.66 10.36C25.1389 10.1223 24.5728 9.99927 24 9.99927C23.4272 9.99927 22.8611 10.1223 22.34 10.36L5.20002 18.16C4.84396 18.3159 4.54106 18.5723 4.32836 18.8976C4.11566 19.223 4.00238 19.6033 4.00238 19.992C4.00238 20.3807 4.11566 20.761 4.32836 21.0864C4.54106 21.4117 4.84396 21.668 5.20002 21.824L22.34 29.64C22.8611 29.8777 23.4272 30.0007 24 30.0007C24.5728 30.0007 25.1389 29.8777 25.66 29.64L42.84 21.844Z",
|
|
65
|
+
stroke: color,
|
|
66
|
+
strokeWidth: strokeWidth,
|
|
67
|
+
..._types.COMMON
|
|
68
|
+
}),
|
|
69
|
+
/*#__PURE__*/ (0, _jsxruntime.jsx)(_reactnativesvg.Path, {
|
|
70
|
+
d: "M44 20V32",
|
|
71
|
+
stroke: color,
|
|
72
|
+
strokeWidth: strokeWidth,
|
|
73
|
+
..._types.COMMON
|
|
74
|
+
}),
|
|
75
|
+
/*#__PURE__*/ (0, _jsxruntime.jsx)(_reactnativesvg.Path, {
|
|
76
|
+
d: "M12 25V32C12 33.5913 13.2643 35.1174 15.5147 36.2426C17.7652 37.3679 20.8174 38 24 38C27.1826 38 30.2348 37.3679 32.4853 36.2426C34.7357 35.1174 36 33.5913 36 32V25",
|
|
77
|
+
stroke: color,
|
|
78
|
+
strokeWidth: strokeWidth,
|
|
79
|
+
..._types.COMMON
|
|
80
|
+
})
|
|
81
|
+
]
|
|
82
|
+
});
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
//# sourceMappingURL=GraduationCapIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../../packages/react-native/src/icons/GraduationCapIcon.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 GraduationCapIcon({\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=\"M42.84 21.844C43.1981 21.686 43.5019 21.4265 43.7139 21.0976C43.9259 20.7687 44.0367 20.3848 44.0327 19.9935C44.0286 19.6022 43.9099 19.2206 43.6911 18.8961C43.4724 18.5717 43.1632 18.3185 42.802 18.168L25.66 10.36C25.1389 10.1223 24.5728 9.99927 24 9.99927C23.4272 9.99927 22.8611 10.1223 22.34 10.36L5.20002 18.16C4.84396 18.3159 4.54106 18.5723 4.32836 18.8976C4.11566 19.223 4.00238 19.6033 4.00238 19.992C4.00238 20.3807 4.11566 20.761 4.32836 21.0864C4.54106 21.4117 4.84396 21.668 5.20002 21.824L22.34 29.64C22.8611 29.8777 23.4272 30.0007 24 30.0007C24.5728 30.0007 25.1389 29.8777 25.66 29.64L42.84 21.844Z\"\r\n stroke={color}\r\n strokeWidth={strokeWidth}\r\n {...COMMON}\r\n />\r\n <Path\r\n d=\"M44 20V32\"\r\n stroke={color}\r\n strokeWidth={strokeWidth}\r\n {...COMMON}\r\n />\r\n <Path\r\n d=\"M12 25V32C12 33.5913 13.2643 35.1174 15.5147 36.2426C17.7652 37.3679 20.8174 38 24 38C27.1826 38 30.2348 37.3679 32.4853 36.2426C34.7357 35.1174 36 33.5913 36 32V25\"\r\n stroke={color}\r\n strokeWidth={strokeWidth}\r\n {...COMMON}\r\n />\r\n </Svg>\r\n );\r\n}\r\n"],"names":["GraduationCapIcon","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,kBAAkB,EAChCC,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,91 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "HandHeartIcon", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return HandHeartIcon;
|
|
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 HandHeartIcon({ 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 28H26C27.0609 28 28.0783 27.5786 28.8284 26.8284C29.5786 26.0783 30 25.0609 30 24C30 22.9391 29.5786 21.9217 28.8284 21.1716C28.0783 20.4214 27.0609 20 26 20H20C18.8 20 17.8 20.4 17.2 21.2L6 32",
|
|
65
|
+
stroke: color,
|
|
66
|
+
strokeWidth: strokeWidth,
|
|
67
|
+
..._types.COMMON
|
|
68
|
+
}),
|
|
69
|
+
/*#__PURE__*/ (0, _jsxruntime.jsx)(_reactnativesvg.Path, {
|
|
70
|
+
d: "M28.9 26.7793L39 17.3913C40.392 15.9993 42 13.6993 42 11.4993C42.0003 10.386 41.6626 9.29883 41.0318 8.38151C40.401 7.4642 39.5066 6.75992 38.4669 6.36178C37.4273 5.96364 36.2912 5.89039 35.209 6.1517C34.1268 6.41301 33.1494 6.99659 32.406 7.82529C32.3543 7.88141 32.2915 7.9262 32.2217 7.95684C32.1518 7.98748 32.0763 8.0033 32 8.0033C31.9237 8.0033 31.8482 7.98748 31.7783 7.95684C31.7085 7.9262 31.6457 7.88141 31.594 7.82529C30.8506 6.99659 29.8732 6.41301 28.791 6.1517C27.7088 5.89039 26.5727 5.96364 25.5331 6.36178C24.4934 6.75992 23.599 7.4642 22.9682 8.38151C22.3374 9.29883 21.9997 10.386 22 11.4993C22 13.8993 23.604 15.9953 25 17.3913L32 23.8993",
|
|
71
|
+
stroke: color,
|
|
72
|
+
strokeWidth: strokeWidth,
|
|
73
|
+
..._types.COMMON
|
|
74
|
+
}),
|
|
75
|
+
/*#__PURE__*/ (0, _jsxruntime.jsx)(_reactnativesvg.Path, {
|
|
76
|
+
d: "M4 30L16 42",
|
|
77
|
+
stroke: color,
|
|
78
|
+
strokeWidth: strokeWidth,
|
|
79
|
+
..._types.COMMON
|
|
80
|
+
}),
|
|
81
|
+
/*#__PURE__*/ (0, _jsxruntime.jsx)(_reactnativesvg.Path, {
|
|
82
|
+
d: "M14 40.0005L17.2 37.2005C17.8 36.4005 18.8 36.0005 20 36.0005H28C30.2 36.0005 32.2 35.2005 33.6 33.6005L42.8 24.8005C43.5718 24.0712 44.0222 23.0651 44.0522 22.0037C44.0822 20.9422 43.6893 19.9123 42.96 19.1405C42.2307 18.3688 41.2246 17.9183 40.1631 17.8883C39.1017 17.8583 38.0718 18.2512 37.3 18.9805",
|
|
83
|
+
stroke: color,
|
|
84
|
+
strokeWidth: strokeWidth,
|
|
85
|
+
..._types.COMMON
|
|
86
|
+
})
|
|
87
|
+
]
|
|
88
|
+
});
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
//# sourceMappingURL=HandHeartIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../../packages/react-native/src/icons/HandHeartIcon.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 HandHeartIcon({\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 28H26C27.0609 28 28.0783 27.5786 28.8284 26.8284C29.5786 26.0783 30 25.0609 30 24C30 22.9391 29.5786 21.9217 28.8284 21.1716C28.0783 20.4214 27.0609 20 26 20H20C18.8 20 17.8 20.4 17.2 21.2L6 32\"\r\n stroke={color}\r\n strokeWidth={strokeWidth}\r\n {...COMMON}\r\n />\r\n <Path\r\n d=\"M28.9 26.7793L39 17.3913C40.392 15.9993 42 13.6993 42 11.4993C42.0003 10.386 41.6626 9.29883 41.0318 8.38151C40.401 7.4642 39.5066 6.75992 38.4669 6.36178C37.4273 5.96364 36.2912 5.89039 35.209 6.1517C34.1268 6.41301 33.1494 6.99659 32.406 7.82529C32.3543 7.88141 32.2915 7.9262 32.2217 7.95684C32.1518 7.98748 32.0763 8.0033 32 8.0033C31.9237 8.0033 31.8482 7.98748 31.7783 7.95684C31.7085 7.9262 31.6457 7.88141 31.594 7.82529C30.8506 6.99659 29.8732 6.41301 28.791 6.1517C27.7088 5.89039 26.5727 5.96364 25.5331 6.36178C24.4934 6.75992 23.599 7.4642 22.9682 8.38151C22.3374 9.29883 21.9997 10.386 22 11.4993C22 13.8993 23.604 15.9953 25 17.3913L32 23.8993\"\r\n stroke={color}\r\n strokeWidth={strokeWidth}\r\n {...COMMON}\r\n />\r\n <Path\r\n d=\"M4 30L16 42\"\r\n stroke={color}\r\n strokeWidth={strokeWidth}\r\n {...COMMON}\r\n />\r\n <Path\r\n d=\"M14 40.0005L17.2 37.2005C17.8 36.4005 18.8 36.0005 20 36.0005H28C30.2 36.0005 32.2 35.2005 33.6 33.6005L42.8 24.8005C43.5718 24.0712 44.0222 23.0651 44.0522 22.0037C44.0822 20.9422 43.6893 19.9123 42.96 19.1405C42.2307 18.3688 41.2246 17.9183 40.1631 17.8883C39.1017 17.8583 38.0718 18.2512 37.3 18.9805\"\r\n stroke={color}\r\n strokeWidth={strokeWidth}\r\n {...COMMON}\r\n />\r\n </Svg>\r\n );\r\n}\r\n"],"names":["HandHeartIcon","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;;;;AAIlB"}
|