huspy-icons 0.2.3 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -163,7 +163,6 @@ Then commit and publish:
163
163
  git add package.json package-lock.json CHANGELOG.md
164
164
  git commit -m "chore: bump version to X.X.X"
165
165
  git push
166
- npm publish
167
166
  ```
168
167
 
169
168
  ### Project Structure
@@ -239,8 +238,8 @@ import { Icon } from 'huspy-icons/native';
239
238
 
240
239
  This project follows [Semantic Versioning](https://semver.org/):
241
240
 
242
- * **Patch** (0.1.9 → 0.1.10): Bug fixes, path tweaks, metadata changes
243
- * **Minor** (0.1.9 → 0.2.0): New icons, non-breaking API additions
241
+ * **Patch** (0.1.9 → 0.1.10): New icons, Bug fixes, path tweaks, metadata changes
242
+ * **Minor** (0.1.9 → 0.2.0): Non-breaking API additions, also if patch is more than 50 lets do minor
244
243
  * **Major** (0.1.9 → 1.0.0): Icon removals/renames, breaking API changes
245
244
 
246
245
  ### Releasing a New Version
@@ -251,7 +250,7 @@ Use the version bump scripts to update version and changelog:
251
250
  # For patch releases (bug fixes)
252
251
  npm run version:patch
253
252
 
254
- # For minor releases (new icons)
253
+ # For minor releases (non-breaking api changes or patch is too long)
255
254
  npm run version:minor
256
255
 
257
256
  # For major releases (breaking changes)
@@ -1,9 +1,9 @@
1
1
  @font-face {
2
2
  font-family: "HuspyIcons";
3
- src: url(".//HuspyIcons.ttf?ac34bc9968d5d3272fa223bd5e7b156f") format("truetype"),
4
- url(".//HuspyIcons.woff?ac34bc9968d5d3272fa223bd5e7b156f") format("woff"),
5
- url(".//HuspyIcons.woff2?ac34bc9968d5d3272fa223bd5e7b156f") format("woff2"),
6
- url(".//HuspyIcons.eot?ac34bc9968d5d3272fa223bd5e7b156f#iefix") format("embedded-opentype");
3
+ src: url(".//HuspyIcons.ttf?3f48e4f3f61d7f26ae8940054285cfb0") format("truetype"),
4
+ url(".//HuspyIcons.woff?3f48e4f3f61d7f26ae8940054285cfb0") format("woff"),
5
+ url(".//HuspyIcons.woff2?3f48e4f3f61d7f26ae8940054285cfb0") format("woff2"),
6
+ url(".//HuspyIcons.eot?3f48e4f3f61d7f26ae8940054285cfb0#iefix") format("embedded-opentype");
7
7
  }
8
8
 
9
9
  .icon:before {
@@ -92,81 +92,84 @@ url(".//HuspyIcons.eot?ac34bc9968d5d3272fa223bd5e7b156f#iefix") format("embedded
92
92
  .icon.huspy-icon-file-spreadsheet:before {
93
93
  content: "\f119";
94
94
  }
95
- .icon.huspy-icon-file-lock:before {
95
+ .icon.huspy-icon-file-signature:before {
96
96
  content: "\f11a";
97
97
  }
98
- .icon.huspy-icon-file-key:before {
98
+ .icon.huspy-icon-file-lock:before {
99
99
  content: "\f11b";
100
100
  }
101
- .icon.huspy-icon-file-check:before {
101
+ .icon.huspy-icon-file-key:before {
102
102
  content: "\f11c";
103
103
  }
104
- .icon.huspy-icon-eye-visible:before {
104
+ .icon.huspy-icon-file-check:before {
105
105
  content: "\f11d";
106
106
  }
107
- .icon.huspy-icon-eye-hidden:before {
107
+ .icon.huspy-icon-eye-visible:before {
108
108
  content: "\f11e";
109
109
  }
110
- .icon.huspy-icon-explore-linear:before {
110
+ .icon.huspy-icon-eye-hidden:before {
111
111
  content: "\f11f";
112
112
  }
113
- .icon.huspy-icon-explore-filled:before {
113
+ .icon.huspy-icon-explore-linear:before {
114
114
  content: "\f120";
115
115
  }
116
- .icon.huspy-icon-edit:before {
116
+ .icon.huspy-icon-explore-filled:before {
117
117
  content: "\f121";
118
118
  }
119
- .icon.huspy-icon-chevron-up:before {
119
+ .icon.huspy-icon-edit:before {
120
120
  content: "\f122";
121
121
  }
122
- .icon.huspy-icon-chevron-right:before {
122
+ .icon.huspy-icon-chevron-up:before {
123
123
  content: "\f123";
124
124
  }
125
- .icon.huspy-icon-chevron-left:before {
125
+ .icon.huspy-icon-chevron-right:before {
126
126
  content: "\f124";
127
127
  }
128
- .icon.huspy-icon-chevron-down:before {
128
+ .icon.huspy-icon-chevron-left:before {
129
129
  content: "\f125";
130
130
  }
131
- .icon.huspy-icon-check:before {
131
+ .icon.huspy-icon-chevron-down:before {
132
132
  content: "\f126";
133
133
  }
134
- .icon.huspy-icon-cancel:before {
134
+ .icon.huspy-icon-check:before {
135
135
  content: "\f127";
136
136
  }
137
- .icon.huspy-icon-cancel-circle-solid:before {
137
+ .icon.huspy-icon-cancel:before {
138
138
  content: "\f128";
139
139
  }
140
- .icon.huspy-icon-bell:before {
140
+ .icon.huspy-icon-cancel-circle-solid:before {
141
141
  content: "\f129";
142
142
  }
143
- .icon.huspy-icon-arrow-up:before {
143
+ .icon.huspy-icon-bell:before {
144
144
  content: "\f12a";
145
145
  }
146
- .icon.huspy-icon-arrow-up-right:before {
146
+ .icon.huspy-icon-arrow-up:before {
147
147
  content: "\f12b";
148
148
  }
149
- .icon.huspy-icon-arrow-up-left:before {
149
+ .icon.huspy-icon-arrow-up-right:before {
150
150
  content: "\f12c";
151
151
  }
152
- .icon.huspy-icon-arrow-up-down:before {
152
+ .icon.huspy-icon-arrow-up-left:before {
153
153
  content: "\f12d";
154
154
  }
155
- .icon.huspy-icon-arrow-right:before {
155
+ .icon.huspy-icon-arrow-up-down:before {
156
156
  content: "\f12e";
157
157
  }
158
- .icon.huspy-icon-arrow-left:before {
158
+ .icon.huspy-icon-arrow-right:before {
159
159
  content: "\f12f";
160
160
  }
161
- .icon.huspy-icon-arrow-down:before {
161
+ .icon.huspy-icon-arrow-left:before {
162
162
  content: "\f130";
163
163
  }
164
- .icon.huspy-icon-arrow-down-right:before {
164
+ .icon.huspy-icon-arrow-down:before {
165
165
  content: "\f131";
166
166
  }
167
- .icon.huspy-icon-arrow-down-left:before {
167
+ .icon.huspy-icon-arrow-down-right:before {
168
168
  content: "\f132";
169
169
  }
170
- .icon.huspy-icon-alert-triangle:before {
170
+ .icon.huspy-icon-arrow-down-left:before {
171
171
  content: "\f133";
172
172
  }
173
+ .icon.huspy-icon-alert-triangle:before {
174
+ content: "\f134";
175
+ }
Binary file
@@ -24,30 +24,31 @@
24
24
  "help-circle": 61719,
25
25
  "file-text": 61720,
26
26
  "file-spreadsheet": 61721,
27
- "file-lock": 61722,
28
- "file-key": 61723,
29
- "file-check": 61724,
30
- "eye-visible": 61725,
31
- "eye-hidden": 61726,
32
- "explore-linear": 61727,
33
- "explore-filled": 61728,
34
- "edit": 61729,
35
- "chevron-up": 61730,
36
- "chevron-right": 61731,
37
- "chevron-left": 61732,
38
- "chevron-down": 61733,
39
- "check": 61734,
40
- "cancel": 61735,
41
- "cancel-circle-solid": 61736,
42
- "bell": 61737,
43
- "arrow-up": 61738,
44
- "arrow-up-right": 61739,
45
- "arrow-up-left": 61740,
46
- "arrow-up-down": 61741,
47
- "arrow-right": 61742,
48
- "arrow-left": 61743,
49
- "arrow-down": 61744,
50
- "arrow-down-right": 61745,
51
- "arrow-down-left": 61746,
52
- "alert-triangle": 61747
27
+ "file-signature": 61722,
28
+ "file-lock": 61723,
29
+ "file-key": 61724,
30
+ "file-check": 61725,
31
+ "eye-visible": 61726,
32
+ "eye-hidden": 61727,
33
+ "explore-linear": 61728,
34
+ "explore-filled": 61729,
35
+ "edit": 61730,
36
+ "chevron-up": 61731,
37
+ "chevron-right": 61732,
38
+ "chevron-left": 61733,
39
+ "chevron-down": 61734,
40
+ "check": 61735,
41
+ "cancel": 61736,
42
+ "cancel-circle-solid": 61737,
43
+ "bell": 61738,
44
+ "arrow-up": 61739,
45
+ "arrow-up-right": 61740,
46
+ "arrow-up-left": 61741,
47
+ "arrow-up-down": 61742,
48
+ "arrow-right": 61743,
49
+ "arrow-left": 61744,
50
+ "arrow-down": 61745,
51
+ "arrow-down-right": 61746,
52
+ "arrow-down-left": 61747,
53
+ "alert-triangle": 61748
53
54
  }
@@ -24,6 +24,7 @@ export type HuspyIconsId =
24
24
  | "help-circle"
25
25
  | "file-text"
26
26
  | "file-spreadsheet"
27
+ | "file-signature"
27
28
  | "file-lock"
28
29
  | "file-key"
29
30
  | "file-check"
@@ -77,6 +78,7 @@ export enum HuspyIcons {
77
78
  HelpCircle = "help-circle",
78
79
  FileText = "file-text",
79
80
  FileSpreadsheet = "file-spreadsheet",
81
+ FileSignature = "file-signature",
80
82
  FileLock = "file-lock",
81
83
  FileKey = "file-key",
82
84
  FileCheck = "file-check",
@@ -131,30 +133,31 @@ export const HUSPY_ICONS_CODEPOINTS: { [key in HuspyIcons]: string } = {
131
133
  [HuspyIcons.HelpCircle]: "61719",
132
134
  [HuspyIcons.FileText]: "61720",
133
135
  [HuspyIcons.FileSpreadsheet]: "61721",
134
- [HuspyIcons.FileLock]: "61722",
135
- [HuspyIcons.FileKey]: "61723",
136
- [HuspyIcons.FileCheck]: "61724",
137
- [HuspyIcons.EyeVisible]: "61725",
138
- [HuspyIcons.EyeHidden]: "61726",
139
- [HuspyIcons.ExploreLinear]: "61727",
140
- [HuspyIcons.ExploreFilled]: "61728",
141
- [HuspyIcons.Edit]: "61729",
142
- [HuspyIcons.ChevronUp]: "61730",
143
- [HuspyIcons.ChevronRight]: "61731",
144
- [HuspyIcons.ChevronLeft]: "61732",
145
- [HuspyIcons.ChevronDown]: "61733",
146
- [HuspyIcons.Check]: "61734",
147
- [HuspyIcons.Cancel]: "61735",
148
- [HuspyIcons.CancelCircleSolid]: "61736",
149
- [HuspyIcons.Bell]: "61737",
150
- [HuspyIcons.ArrowUp]: "61738",
151
- [HuspyIcons.ArrowUpRight]: "61739",
152
- [HuspyIcons.ArrowUpLeft]: "61740",
153
- [HuspyIcons.ArrowUpDown]: "61741",
154
- [HuspyIcons.ArrowRight]: "61742",
155
- [HuspyIcons.ArrowLeft]: "61743",
156
- [HuspyIcons.ArrowDown]: "61744",
157
- [HuspyIcons.ArrowDownRight]: "61745",
158
- [HuspyIcons.ArrowDownLeft]: "61746",
159
- [HuspyIcons.AlertTriangle]: "61747",
136
+ [HuspyIcons.FileSignature]: "61722",
137
+ [HuspyIcons.FileLock]: "61723",
138
+ [HuspyIcons.FileKey]: "61724",
139
+ [HuspyIcons.FileCheck]: "61725",
140
+ [HuspyIcons.EyeVisible]: "61726",
141
+ [HuspyIcons.EyeHidden]: "61727",
142
+ [HuspyIcons.ExploreLinear]: "61728",
143
+ [HuspyIcons.ExploreFilled]: "61729",
144
+ [HuspyIcons.Edit]: "61730",
145
+ [HuspyIcons.ChevronUp]: "61731",
146
+ [HuspyIcons.ChevronRight]: "61732",
147
+ [HuspyIcons.ChevronLeft]: "61733",
148
+ [HuspyIcons.ChevronDown]: "61734",
149
+ [HuspyIcons.Check]: "61735",
150
+ [HuspyIcons.Cancel]: "61736",
151
+ [HuspyIcons.CancelCircleSolid]: "61737",
152
+ [HuspyIcons.Bell]: "61738",
153
+ [HuspyIcons.ArrowUp]: "61739",
154
+ [HuspyIcons.ArrowUpRight]: "61740",
155
+ [HuspyIcons.ArrowUpLeft]: "61741",
156
+ [HuspyIcons.ArrowUpDown]: "61742",
157
+ [HuspyIcons.ArrowRight]: "61743",
158
+ [HuspyIcons.ArrowLeft]: "61744",
159
+ [HuspyIcons.ArrowDown]: "61745",
160
+ [HuspyIcons.ArrowDownRight]: "61746",
161
+ [HuspyIcons.ArrowDownLeft]: "61747",
162
+ [HuspyIcons.AlertTriangle]: "61748",
160
163
  };
Binary file
Binary file
Binary file
@@ -4,7 +4,7 @@ import { TextProps } from 'react-native';
4
4
  /**
5
5
  * Available icon names in the HuspyIcons font
6
6
  */
7
- type IconName = 'whatsapp' | 'user' | 'trash-2' | 'share' | 'search' | 'search-x' | 'rent' | 'properties-linear' | 'properties-filled' | 'plus' | 'payments' | 'note' | 'mortgage' | 'mail' | 'logout' | 'lock' | 'leads-linear' | 'leads-filled' | 'keys_01' | 'icon-slot' | 'home-linear' | 'home-filled' | 'help-circle' | 'file-text' | 'file-spreadsheet' | 'file-lock' | 'file-key' | 'file-check' | 'eye-visible' | 'eye-hidden' | 'explore-linear' | 'explore-filled' | 'edit' | 'chevron-up' | 'chevron-right' | 'chevron-left' | 'chevron-down' | 'check' | 'cancel' | 'cancel-circle-solid' | 'bell' | 'arrow-up' | 'arrow-up-right' | 'arrow-up-left' | 'arrow-up-down' | 'arrow-right' | 'arrow-left' | 'arrow-down' | 'arrow-down-right' | 'arrow-down-left' | 'alert-triangle';
7
+ type IconName = 'whatsapp' | 'user' | 'trash-2' | 'share' | 'search' | 'search-x' | 'rent' | 'properties-linear' | 'properties-filled' | 'plus' | 'payments' | 'note' | 'mortgage' | 'mail' | 'logout' | 'lock' | 'leads-linear' | 'leads-filled' | 'keys_01' | 'icon-slot' | 'home-linear' | 'home-filled' | 'help-circle' | 'file-text' | 'file-spreadsheet' | 'file-signature' | 'file-lock' | 'file-key' | 'file-check' | 'eye-visible' | 'eye-hidden' | 'explore-linear' | 'explore-filled' | 'edit' | 'chevron-up' | 'chevron-right' | 'chevron-left' | 'chevron-down' | 'check' | 'cancel' | 'cancel-circle-solid' | 'bell' | 'arrow-up' | 'arrow-up-right' | 'arrow-up-left' | 'arrow-up-down' | 'arrow-right' | 'arrow-left' | 'arrow-down' | 'arrow-down-right' | 'arrow-down-left' | 'alert-triangle';
8
8
  /**
9
9
  * Mapping of icon names to unicode codepoints
10
10
  * Used by the Icon component to render the correct glyph
@@ -67,32 +67,33 @@ var glyphMap = {
67
67
  "help-circle": 61719,
68
68
  "file-text": 61720,
69
69
  "file-spreadsheet": 61721,
70
- "file-lock": 61722,
71
- "file-key": 61723,
72
- "file-check": 61724,
73
- "eye-visible": 61725,
74
- "eye-hidden": 61726,
75
- "explore-linear": 61727,
76
- "explore-filled": 61728,
77
- "edit": 61729,
78
- "chevron-up": 61730,
79
- "chevron-right": 61731,
80
- "chevron-left": 61732,
81
- "chevron-down": 61733,
82
- "check": 61734,
83
- "cancel": 61735,
84
- "cancel-circle-solid": 61736,
85
- "bell": 61737,
86
- "arrow-up": 61738,
87
- "arrow-up-right": 61739,
88
- "arrow-up-left": 61740,
89
- "arrow-up-down": 61741,
90
- "arrow-right": 61742,
91
- "arrow-left": 61743,
92
- "arrow-down": 61744,
93
- "arrow-down-right": 61745,
94
- "arrow-down-left": 61746,
95
- "alert-triangle": 61747
70
+ "file-signature": 61722,
71
+ "file-lock": 61723,
72
+ "file-key": 61724,
73
+ "file-check": 61725,
74
+ "eye-visible": 61726,
75
+ "eye-hidden": 61727,
76
+ "explore-linear": 61728,
77
+ "explore-filled": 61729,
78
+ "edit": 61730,
79
+ "chevron-up": 61731,
80
+ "chevron-right": 61732,
81
+ "chevron-left": 61733,
82
+ "chevron-down": 61734,
83
+ "check": 61735,
84
+ "cancel": 61736,
85
+ "cancel-circle-solid": 61737,
86
+ "bell": 61738,
87
+ "arrow-up": 61739,
88
+ "arrow-up-right": 61740,
89
+ "arrow-up-left": 61741,
90
+ "arrow-up-down": 61742,
91
+ "arrow-right": 61743,
92
+ "arrow-left": 61744,
93
+ "arrow-down": 61745,
94
+ "arrow-down-right": 61746,
95
+ "arrow-down-left": 61747,
96
+ "alert-triangle": 61748
96
97
  };
97
98
  var fontFamily = "HuspyIcons";
98
99
 
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/native/index.ts","../../src/native/Icon.tsx","../../src/native/glyphMap.ts"],"sourcesContent":["/**\n * Huspy Icons - React Native (Font-based)\n * \n * This package provides icon components for React Native using a custom font.\n * \n * @example\n * ```tsx\n * import { Icon } from 'huspy-icons/native';\n * \n * function MyComponent() {\n * return <Icon name=\"arrow-left\" size={24} color=\"#000\" />;\n * }\n * ```\n */\n\nexport { default as Icon } from './Icon';\nexport type { IconProps, IconName } from './Icon';\nexport { glyphMap, fontFamily } from './glyphMap';\n\n","import * as React from 'react';\nimport { Text, TextProps } from 'react-native';\nimport { glyphMap, fontFamily, IconName } from './glyphMap';\n\n/**\n * Props for the Icon component (React Native)\n */\nexport interface IconProps extends Omit<TextProps, 'children'> {\n /**\n * Name of the icon to display\n */\n name: IconName;\n\n /**\n * Size of the icon (default: 16)\n */\n size?: number;\n\n /**\n * Color of the icon (default: inherits from parent or 'black')\n */\n color?: string;\n}\n\n/**\n * Icon component for React Native\n *\n * Renders icons using a custom font (HuspyIcons)\n *\n * @example\n * ```tsx\n * <Icon name=\"arrow-left\" size={24} color=\"#000\" />\n * ```\n */\nconst Icon = ({ name, size = 16, color = '#000', style, ...props }: IconProps) => {\n const codepoint = glyphMap[name];\n\n if (!codepoint) {\n if (__DEV__) {\n console.warn(`Icon \"${name}\" not found in HuspyIcons font`);\n }\n return null;\n }\n\n // Convert codepoint to character\n const glyph = String.fromCharCode(codepoint);\n\n return (\n <Text\n {...props}\n style={[\n {\n fontFamily: fontFamily,\n fontSize: size,\n color: color,\n // Ensure icon doesn't inherit text styles\n fontWeight: 'normal',\n fontStyle: 'normal',\n // Prevent text selection and ensure proper rendering\n includeFontPadding: false, // Android: removes extra padding\n textAlignVertical: 'center', // Android: centers the glyph vertically\n },\n style,\n ]}\n // Accessibility\n accessible\n accessibilityLabel={props.accessibilityLabel || name}\n accessibilityRole=\"image\"\n >\n {glyph}\n </Text>\n );\n};\n\nexport default Icon;\nexport type { IconName };\n","// Auto-generated by generate-font.js - do not edit manually\n// Source: icons-src/*.svg → dist/fonts/HuspyIcons.*\n\n/**\n * Available icon names in the HuspyIcons font\n */\nexport type IconName = 'whatsapp' | 'user' | 'trash-2' | 'share' | 'search' | 'search-x' | 'rent' | 'properties-linear' | 'properties-filled' | 'plus' | 'payments' | 'note' | 'mortgage' | 'mail' | 'logout' | 'lock' | 'leads-linear' | 'leads-filled' | 'keys_01' | 'icon-slot' | 'home-linear' | 'home-filled' | 'help-circle' | 'file-text' | 'file-spreadsheet' | 'file-lock' | 'file-key' | 'file-check' | 'eye-visible' | 'eye-hidden' | 'explore-linear' | 'explore-filled' | 'edit' | 'chevron-up' | 'chevron-right' | 'chevron-left' | 'chevron-down' | 'check' | 'cancel' | 'cancel-circle-solid' | 'bell' | 'arrow-up' | 'arrow-up-right' | 'arrow-up-left' | 'arrow-up-down' | 'arrow-right' | 'arrow-left' | 'arrow-down' | 'arrow-down-right' | 'arrow-down-left' | 'alert-triangle';\n\n/**\n * Mapping of icon names to unicode codepoints\n * Used by the Icon component to render the correct glyph\n */\nexport const glyphMap: Record<IconName, number> = {\n \"whatsapp\": 61697,\n \"user\": 61698,\n \"trash-2\": 61699,\n \"share\": 61700,\n \"search\": 61701,\n \"search-x\": 61702,\n \"rent\": 61703,\n \"properties-linear\": 61704,\n \"properties-filled\": 61705,\n \"plus\": 61706,\n \"payments\": 61707,\n \"note\": 61708,\n \"mortgage\": 61709,\n \"mail\": 61710,\n \"logout\": 61711,\n \"lock\": 61712,\n \"leads-linear\": 61713,\n \"leads-filled\": 61714,\n \"keys_01\": 61715,\n \"icon-slot\": 61716,\n \"home-linear\": 61717,\n \"home-filled\": 61718,\n \"help-circle\": 61719,\n \"file-text\": 61720,\n \"file-spreadsheet\": 61721,\n \"file-lock\": 61722,\n \"file-key\": 61723,\n \"file-check\": 61724,\n \"eye-visible\": 61725,\n \"eye-hidden\": 61726,\n \"explore-linear\": 61727,\n \"explore-filled\": 61728,\n \"edit\": 61729,\n \"chevron-up\": 61730,\n \"chevron-right\": 61731,\n \"chevron-left\": 61732,\n \"chevron-down\": 61733,\n \"check\": 61734,\n \"cancel\": 61735,\n \"cancel-circle-solid\": 61736,\n \"bell\": 61737,\n \"arrow-up\": 61738,\n \"arrow-up-right\": 61739,\n \"arrow-up-left\": 61740,\n \"arrow-up-down\": 61741,\n \"arrow-right\": 61742,\n \"arrow-left\": 61743,\n \"arrow-down\": 61744,\n \"arrow-down-right\": 61745,\n \"arrow-down-left\": 61746,\n \"alert-triangle\": 61747\n};\n\n/**\n * Font family name for React Native\n */\nexport const fontFamily = 'HuspyIcons';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACAA,YAAuB;AACvB,0BAAgC;;;ACWzB,IAAM,WAAqC;AAAA,EAChD,YAAY;AAAA,EACZ,QAAQ;AAAA,EACR,WAAW;AAAA,EACX,SAAS;AAAA,EACT,UAAU;AAAA,EACV,YAAY;AAAA,EACZ,QAAQ;AAAA,EACR,qBAAqB;AAAA,EACrB,qBAAqB;AAAA,EACrB,QAAQ;AAAA,EACR,YAAY;AAAA,EACZ,QAAQ;AAAA,EACR,YAAY;AAAA,EACZ,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,QAAQ;AAAA,EACR,gBAAgB;AAAA,EAChB,gBAAgB;AAAA,EAChB,WAAW;AAAA,EACX,aAAa;AAAA,EACb,eAAe;AAAA,EACf,eAAe;AAAA,EACf,eAAe;AAAA,EACf,aAAa;AAAA,EACb,oBAAoB;AAAA,EACpB,aAAa;AAAA,EACb,YAAY;AAAA,EACZ,cAAc;AAAA,EACd,eAAe;AAAA,EACf,cAAc;AAAA,EACd,kBAAkB;AAAA,EAClB,kBAAkB;AAAA,EAClB,QAAQ;AAAA,EACR,cAAc;AAAA,EACd,iBAAiB;AAAA,EACjB,gBAAgB;AAAA,EAChB,gBAAgB;AAAA,EAChB,SAAS;AAAA,EACT,UAAU;AAAA,EACV,uBAAuB;AAAA,EACvB,QAAQ;AAAA,EACR,YAAY;AAAA,EACZ,kBAAkB;AAAA,EAClB,iBAAiB;AAAA,EACjB,iBAAiB;AAAA,EACjB,eAAe;AAAA,EACf,cAAc;AAAA,EACd,cAAc;AAAA,EACd,oBAAoB;AAAA,EACpB,mBAAmB;AAAA,EACnB,kBAAkB;AACpB;AAKO,IAAM,aAAa;;;ADnC1B,IAAM,OAAO,CAAC,EAAE,MAAM,OAAO,IAAI,QAAQ,QAAQ,OAAO,GAAG,MAAM,MAAiB;AAChF,QAAM,YAAY,SAAS,IAAI;AAE/B,MAAI,CAAC,WAAW;AACd,QAAI,SAAS;AACX,cAAQ,KAAK,SAAS,IAAI,gCAAgC;AAAA,IAC5D;AACA,WAAO;AAAA,EACT;AAGA,QAAM,QAAQ,OAAO,aAAa,SAAS;AAE3C,SACE;AAAA,IAAC;AAAA;AAAA,MACE,GAAG;AAAA,MACJ,OAAO;AAAA,QACL;AAAA,UACE;AAAA,UACA,UAAU;AAAA,UACV;AAAA;AAAA,UAEA,YAAY;AAAA,UACZ,WAAW;AAAA;AAAA,UAEX,oBAAoB;AAAA;AAAA,UACpB,mBAAmB;AAAA;AAAA,QACrB;AAAA,QACA;AAAA,MACF;AAAA,MAEA,YAAU;AAAA,MACV,oBAAoB,MAAM,sBAAsB;AAAA,MAChD,mBAAkB;AAAA;AAAA,IAEjB;AAAA,EACH;AAEJ;AAEA,IAAO,eAAQ;","names":[]}
1
+ {"version":3,"sources":["../../src/native/index.ts","../../src/native/Icon.tsx","../../src/native/glyphMap.ts"],"sourcesContent":["/**\n * Huspy Icons - React Native (Font-based)\n * \n * This package provides icon components for React Native using a custom font.\n * \n * @example\n * ```tsx\n * import { Icon } from 'huspy-icons/native';\n * \n * function MyComponent() {\n * return <Icon name=\"arrow-left\" size={24} color=\"#000\" />;\n * }\n * ```\n */\n\nexport { default as Icon } from './Icon';\nexport type { IconProps, IconName } from './Icon';\nexport { glyphMap, fontFamily } from './glyphMap';\n\n","import * as React from 'react';\nimport { Text, TextProps } from 'react-native';\nimport { glyphMap, fontFamily, IconName } from './glyphMap';\n\n/**\n * Props for the Icon component (React Native)\n */\nexport interface IconProps extends Omit<TextProps, 'children'> {\n /**\n * Name of the icon to display\n */\n name: IconName;\n\n /**\n * Size of the icon (default: 16)\n */\n size?: number;\n\n /**\n * Color of the icon (default: inherits from parent or 'black')\n */\n color?: string;\n}\n\n/**\n * Icon component for React Native\n *\n * Renders icons using a custom font (HuspyIcons)\n *\n * @example\n * ```tsx\n * <Icon name=\"arrow-left\" size={24} color=\"#000\" />\n * ```\n */\nconst Icon = ({ name, size = 16, color = '#000', style, ...props }: IconProps) => {\n const codepoint = glyphMap[name];\n\n if (!codepoint) {\n if (__DEV__) {\n console.warn(`Icon \"${name}\" not found in HuspyIcons font`);\n }\n return null;\n }\n\n // Convert codepoint to character\n const glyph = String.fromCharCode(codepoint);\n\n return (\n <Text\n {...props}\n style={[\n {\n fontFamily: fontFamily,\n fontSize: size,\n color: color,\n // Ensure icon doesn't inherit text styles\n fontWeight: 'normal',\n fontStyle: 'normal',\n // Prevent text selection and ensure proper rendering\n includeFontPadding: false, // Android: removes extra padding\n textAlignVertical: 'center', // Android: centers the glyph vertically\n },\n style,\n ]}\n // Accessibility\n accessible\n accessibilityLabel={props.accessibilityLabel || name}\n accessibilityRole=\"image\"\n >\n {glyph}\n </Text>\n );\n};\n\nexport default Icon;\nexport type { IconName };\n","// Auto-generated by generate-font.js - do not edit manually\n// Source: icons-src/*.svg → dist/fonts/HuspyIcons.*\n\n/**\n * Available icon names in the HuspyIcons font\n */\nexport type IconName = 'whatsapp' | 'user' | 'trash-2' | 'share' | 'search' | 'search-x' | 'rent' | 'properties-linear' | 'properties-filled' | 'plus' | 'payments' | 'note' | 'mortgage' | 'mail' | 'logout' | 'lock' | 'leads-linear' | 'leads-filled' | 'keys_01' | 'icon-slot' | 'home-linear' | 'home-filled' | 'help-circle' | 'file-text' | 'file-spreadsheet' | 'file-signature' | 'file-lock' | 'file-key' | 'file-check' | 'eye-visible' | 'eye-hidden' | 'explore-linear' | 'explore-filled' | 'edit' | 'chevron-up' | 'chevron-right' | 'chevron-left' | 'chevron-down' | 'check' | 'cancel' | 'cancel-circle-solid' | 'bell' | 'arrow-up' | 'arrow-up-right' | 'arrow-up-left' | 'arrow-up-down' | 'arrow-right' | 'arrow-left' | 'arrow-down' | 'arrow-down-right' | 'arrow-down-left' | 'alert-triangle';\n\n/**\n * Mapping of icon names to unicode codepoints\n * Used by the Icon component to render the correct glyph\n */\nexport const glyphMap: Record<IconName, number> = {\n \"whatsapp\": 61697,\n \"user\": 61698,\n \"trash-2\": 61699,\n \"share\": 61700,\n \"search\": 61701,\n \"search-x\": 61702,\n \"rent\": 61703,\n \"properties-linear\": 61704,\n \"properties-filled\": 61705,\n \"plus\": 61706,\n \"payments\": 61707,\n \"note\": 61708,\n \"mortgage\": 61709,\n \"mail\": 61710,\n \"logout\": 61711,\n \"lock\": 61712,\n \"leads-linear\": 61713,\n \"leads-filled\": 61714,\n \"keys_01\": 61715,\n \"icon-slot\": 61716,\n \"home-linear\": 61717,\n \"home-filled\": 61718,\n \"help-circle\": 61719,\n \"file-text\": 61720,\n \"file-spreadsheet\": 61721,\n \"file-signature\": 61722,\n \"file-lock\": 61723,\n \"file-key\": 61724,\n \"file-check\": 61725,\n \"eye-visible\": 61726,\n \"eye-hidden\": 61727,\n \"explore-linear\": 61728,\n \"explore-filled\": 61729,\n \"edit\": 61730,\n \"chevron-up\": 61731,\n \"chevron-right\": 61732,\n \"chevron-left\": 61733,\n \"chevron-down\": 61734,\n \"check\": 61735,\n \"cancel\": 61736,\n \"cancel-circle-solid\": 61737,\n \"bell\": 61738,\n \"arrow-up\": 61739,\n \"arrow-up-right\": 61740,\n \"arrow-up-left\": 61741,\n \"arrow-up-down\": 61742,\n \"arrow-right\": 61743,\n \"arrow-left\": 61744,\n \"arrow-down\": 61745,\n \"arrow-down-right\": 61746,\n \"arrow-down-left\": 61747,\n \"alert-triangle\": 61748\n};\n\n/**\n * Font family name for React Native\n */\nexport const fontFamily = 'HuspyIcons';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACAA,YAAuB;AACvB,0BAAgC;;;ACWzB,IAAM,WAAqC;AAAA,EAChD,YAAY;AAAA,EACZ,QAAQ;AAAA,EACR,WAAW;AAAA,EACX,SAAS;AAAA,EACT,UAAU;AAAA,EACV,YAAY;AAAA,EACZ,QAAQ;AAAA,EACR,qBAAqB;AAAA,EACrB,qBAAqB;AAAA,EACrB,QAAQ;AAAA,EACR,YAAY;AAAA,EACZ,QAAQ;AAAA,EACR,YAAY;AAAA,EACZ,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,QAAQ;AAAA,EACR,gBAAgB;AAAA,EAChB,gBAAgB;AAAA,EAChB,WAAW;AAAA,EACX,aAAa;AAAA,EACb,eAAe;AAAA,EACf,eAAe;AAAA,EACf,eAAe;AAAA,EACf,aAAa;AAAA,EACb,oBAAoB;AAAA,EACpB,kBAAkB;AAAA,EAClB,aAAa;AAAA,EACb,YAAY;AAAA,EACZ,cAAc;AAAA,EACd,eAAe;AAAA,EACf,cAAc;AAAA,EACd,kBAAkB;AAAA,EAClB,kBAAkB;AAAA,EAClB,QAAQ;AAAA,EACR,cAAc;AAAA,EACd,iBAAiB;AAAA,EACjB,gBAAgB;AAAA,EAChB,gBAAgB;AAAA,EAChB,SAAS;AAAA,EACT,UAAU;AAAA,EACV,uBAAuB;AAAA,EACvB,QAAQ;AAAA,EACR,YAAY;AAAA,EACZ,kBAAkB;AAAA,EAClB,iBAAiB;AAAA,EACjB,iBAAiB;AAAA,EACjB,eAAe;AAAA,EACf,cAAc;AAAA,EACd,cAAc;AAAA,EACd,oBAAoB;AAAA,EACpB,mBAAmB;AAAA,EACnB,kBAAkB;AACpB;AAKO,IAAM,aAAa;;;ADpC1B,IAAM,OAAO,CAAC,EAAE,MAAM,OAAO,IAAI,QAAQ,QAAQ,OAAO,GAAG,MAAM,MAAiB;AAChF,QAAM,YAAY,SAAS,IAAI;AAE/B,MAAI,CAAC,WAAW;AACd,QAAI,SAAS;AACX,cAAQ,KAAK,SAAS,IAAI,gCAAgC;AAAA,IAC5D;AACA,WAAO;AAAA,EACT;AAGA,QAAM,QAAQ,OAAO,aAAa,SAAS;AAE3C,SACE;AAAA,IAAC;AAAA;AAAA,MACE,GAAG;AAAA,MACJ,OAAO;AAAA,QACL;AAAA,UACE;AAAA,UACA,UAAU;AAAA,UACV;AAAA;AAAA,UAEA,YAAY;AAAA,UACZ,WAAW;AAAA;AAAA,UAEX,oBAAoB;AAAA;AAAA,UACpB,mBAAmB;AAAA;AAAA,QACrB;AAAA,QACA;AAAA,MACF;AAAA,MAEA,YAAU;AAAA,MACV,oBAAoB,MAAM,sBAAsB;AAAA,MAChD,mBAAkB;AAAA;AAAA,IAEjB;AAAA,EACH;AAEJ;AAEA,IAAO,eAAQ;","names":[]}
@@ -80,6 +80,8 @@ declare const SvgFileKey: ({ size, ...props }: ReactIconProps) => React$1.JSX.El
80
80
 
81
81
  declare const SvgFileLock: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
82
82
 
83
+ declare const SvgFileSignature: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
84
+
83
85
  declare const SvgFileSpreadsheet: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
84
86
 
85
87
  declare const SvgFileText: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
@@ -137,7 +139,7 @@ declare const SvgWhatsapp: ({ size, ...props }: ReactIconProps) => React$1.JSX.E
137
139
  /**
138
140
  * Available icon names
139
141
  */
140
- type IconName = 'alert-triangle' | 'arrow-down' | 'arrow-down-left' | 'arrow-down-right' | 'arrow-left' | 'arrow-right' | 'arrow-up' | 'arrow-up-down' | 'arrow-up-left' | 'arrow-up-right' | 'bell' | 'cancel' | 'cancel-circle-solid' | 'check' | 'chevron-down' | 'chevron-left' | 'chevron-right' | 'chevron-up' | 'edit' | 'explore-filled' | 'explore-linear' | 'eye-hidden' | 'eye-visible' | 'file-check' | 'file-key' | 'file-lock' | 'file-spreadsheet' | 'file-text' | 'help-circle' | 'home-filled' | 'home-linear' | 'icon-slot' | 'keys01' | 'leads-filled' | 'leads-linear' | 'lock' | 'logout' | 'mail' | 'mortgage' | 'note' | 'payments' | 'plus' | 'properties-filled' | 'properties-linear' | 'rent' | 'search' | 'search-x' | 'share' | 'trash2' | 'user' | 'whatsapp';
142
+ type IconName = 'alert-triangle' | 'arrow-down' | 'arrow-down-left' | 'arrow-down-right' | 'arrow-left' | 'arrow-right' | 'arrow-up' | 'arrow-up-down' | 'arrow-up-left' | 'arrow-up-right' | 'bell' | 'cancel' | 'cancel-circle-solid' | 'check' | 'chevron-down' | 'chevron-left' | 'chevron-right' | 'chevron-up' | 'edit' | 'explore-filled' | 'explore-linear' | 'eye-hidden' | 'eye-visible' | 'file-check' | 'file-key' | 'file-lock' | 'file-signature' | 'file-spreadsheet' | 'file-text' | 'help-circle' | 'home-filled' | 'home-linear' | 'icon-slot' | 'keys01' | 'leads-filled' | 'leads-linear' | 'lock' | 'logout' | 'mail' | 'mortgage' | 'note' | 'payments' | 'plus' | 'properties-filled' | 'properties-linear' | 'rent' | 'search' | 'search-x' | 'share' | 'trash2' | 'user' | 'whatsapp';
141
143
  /**
142
144
  * Props for the unified Icon component
143
145
  */
@@ -152,4 +154,4 @@ interface IconProps extends Omit<ReactIconProps, 'size'> {
152
154
  */
153
155
  declare const Icon: ({ name, size, color, ...props }: IconProps) => React$1.JSX.Element | null;
154
156
 
155
- export { SvgAlertTriangle as AlertTriangle, SvgArrowDown as ArrowDown, SvgArrowDownLeft as ArrowDownLeft, SvgArrowDownRight as ArrowDownRight, SvgArrowLeft as ArrowLeft, SvgArrowRight as ArrowRight, SvgArrowUp as ArrowUp, SvgArrowUpDown as ArrowUpDown, SvgArrowUpLeft as ArrowUpLeft, SvgArrowUpRight as ArrowUpRight, SvgBell as Bell, SvgCancel as Cancel, SvgCancelCircleSolid as CancelCircleSolid, SvgCheck as Check, SvgChevronDown as ChevronDown, SvgChevronLeft as ChevronLeft, SvgChevronRight as ChevronRight, SvgChevronUp as ChevronUp, SvgEdit as Edit, SvgExploreFilled as ExploreFilled, SvgExploreLinear as ExploreLinear, SvgEyeHidden as EyeHidden, SvgEyeVisible as EyeVisible, SvgFileCheck as FileCheck, SvgFileKey as FileKey, SvgFileLock as FileLock, SvgFileSpreadsheet as FileSpreadsheet, SvgFileText as FileText, SvgHelpCircle as HelpCircle, SvgHomeFilled as HomeFilled, SvgHomeLinear as HomeLinear, ICON_SIZES, Icon, type IconName, type IconProps, type IconSize, type IconSizeToken, SvgIconSlot as IconSlot, SvgKeys01 as Keys01, SvgLeadsFilled as LeadsFilled, SvgLeadsLinear as LeadsLinear, SvgLock as Lock, SvgLogout as Logout, SvgMail as Mail, SvgMortgage as Mortgage, SvgNote as Note, SvgPayments as Payments, SvgPlus as Plus, SvgPropertiesFilled as PropertiesFilled, SvgPropertiesLinear as PropertiesLinear, type ReactIconProps, SvgRent as Rent, SvgSearch as Search, SvgSearchX as SearchX, SvgShare as Share, SvgTrash2 as Trash2, SvgUser as User, SvgWhatsapp as Whatsapp, resolveSize };
157
+ export { SvgAlertTriangle as AlertTriangle, SvgArrowDown as ArrowDown, SvgArrowDownLeft as ArrowDownLeft, SvgArrowDownRight as ArrowDownRight, SvgArrowLeft as ArrowLeft, SvgArrowRight as ArrowRight, SvgArrowUp as ArrowUp, SvgArrowUpDown as ArrowUpDown, SvgArrowUpLeft as ArrowUpLeft, SvgArrowUpRight as ArrowUpRight, SvgBell as Bell, SvgCancel as Cancel, SvgCancelCircleSolid as CancelCircleSolid, SvgCheck as Check, SvgChevronDown as ChevronDown, SvgChevronLeft as ChevronLeft, SvgChevronRight as ChevronRight, SvgChevronUp as ChevronUp, SvgEdit as Edit, SvgExploreFilled as ExploreFilled, SvgExploreLinear as ExploreLinear, SvgEyeHidden as EyeHidden, SvgEyeVisible as EyeVisible, SvgFileCheck as FileCheck, SvgFileKey as FileKey, SvgFileLock as FileLock, SvgFileSignature as FileSignature, SvgFileSpreadsheet as FileSpreadsheet, SvgFileText as FileText, SvgHelpCircle as HelpCircle, SvgHomeFilled as HomeFilled, SvgHomeLinear as HomeLinear, ICON_SIZES, Icon, type IconName, type IconProps, type IconSize, type IconSizeToken, SvgIconSlot as IconSlot, SvgKeys01 as Keys01, SvgLeadsFilled as LeadsFilled, SvgLeadsLinear as LeadsLinear, SvgLock as Lock, SvgLogout as Logout, SvgMail as Mail, SvgMortgage as Mortgage, SvgNote as Note, SvgPayments as Payments, SvgPlus as Plus, SvgPropertiesFilled as PropertiesFilled, SvgPropertiesLinear as PropertiesLinear, type ReactIconProps, SvgRent as Rent, SvgSearch as Search, SvgSearchX as SearchX, SvgShare as Share, SvgTrash2 as Trash2, SvgUser as User, SvgWhatsapp as Whatsapp, resolveSize };
@@ -80,6 +80,8 @@ declare const SvgFileKey: ({ size, ...props }: ReactIconProps) => React$1.JSX.El
80
80
 
81
81
  declare const SvgFileLock: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
82
82
 
83
+ declare const SvgFileSignature: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
84
+
83
85
  declare const SvgFileSpreadsheet: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
84
86
 
85
87
  declare const SvgFileText: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
@@ -137,7 +139,7 @@ declare const SvgWhatsapp: ({ size, ...props }: ReactIconProps) => React$1.JSX.E
137
139
  /**
138
140
  * Available icon names
139
141
  */
140
- type IconName = 'alert-triangle' | 'arrow-down' | 'arrow-down-left' | 'arrow-down-right' | 'arrow-left' | 'arrow-right' | 'arrow-up' | 'arrow-up-down' | 'arrow-up-left' | 'arrow-up-right' | 'bell' | 'cancel' | 'cancel-circle-solid' | 'check' | 'chevron-down' | 'chevron-left' | 'chevron-right' | 'chevron-up' | 'edit' | 'explore-filled' | 'explore-linear' | 'eye-hidden' | 'eye-visible' | 'file-check' | 'file-key' | 'file-lock' | 'file-spreadsheet' | 'file-text' | 'help-circle' | 'home-filled' | 'home-linear' | 'icon-slot' | 'keys01' | 'leads-filled' | 'leads-linear' | 'lock' | 'logout' | 'mail' | 'mortgage' | 'note' | 'payments' | 'plus' | 'properties-filled' | 'properties-linear' | 'rent' | 'search' | 'search-x' | 'share' | 'trash2' | 'user' | 'whatsapp';
142
+ type IconName = 'alert-triangle' | 'arrow-down' | 'arrow-down-left' | 'arrow-down-right' | 'arrow-left' | 'arrow-right' | 'arrow-up' | 'arrow-up-down' | 'arrow-up-left' | 'arrow-up-right' | 'bell' | 'cancel' | 'cancel-circle-solid' | 'check' | 'chevron-down' | 'chevron-left' | 'chevron-right' | 'chevron-up' | 'edit' | 'explore-filled' | 'explore-linear' | 'eye-hidden' | 'eye-visible' | 'file-check' | 'file-key' | 'file-lock' | 'file-signature' | 'file-spreadsheet' | 'file-text' | 'help-circle' | 'home-filled' | 'home-linear' | 'icon-slot' | 'keys01' | 'leads-filled' | 'leads-linear' | 'lock' | 'logout' | 'mail' | 'mortgage' | 'note' | 'payments' | 'plus' | 'properties-filled' | 'properties-linear' | 'rent' | 'search' | 'search-x' | 'share' | 'trash2' | 'user' | 'whatsapp';
141
143
  /**
142
144
  * Props for the unified Icon component
143
145
  */
@@ -152,4 +154,4 @@ interface IconProps extends Omit<ReactIconProps, 'size'> {
152
154
  */
153
155
  declare const Icon: ({ name, size, color, ...props }: IconProps) => React$1.JSX.Element | null;
154
156
 
155
- export { SvgAlertTriangle as AlertTriangle, SvgArrowDown as ArrowDown, SvgArrowDownLeft as ArrowDownLeft, SvgArrowDownRight as ArrowDownRight, SvgArrowLeft as ArrowLeft, SvgArrowRight as ArrowRight, SvgArrowUp as ArrowUp, SvgArrowUpDown as ArrowUpDown, SvgArrowUpLeft as ArrowUpLeft, SvgArrowUpRight as ArrowUpRight, SvgBell as Bell, SvgCancel as Cancel, SvgCancelCircleSolid as CancelCircleSolid, SvgCheck as Check, SvgChevronDown as ChevronDown, SvgChevronLeft as ChevronLeft, SvgChevronRight as ChevronRight, SvgChevronUp as ChevronUp, SvgEdit as Edit, SvgExploreFilled as ExploreFilled, SvgExploreLinear as ExploreLinear, SvgEyeHidden as EyeHidden, SvgEyeVisible as EyeVisible, SvgFileCheck as FileCheck, SvgFileKey as FileKey, SvgFileLock as FileLock, SvgFileSpreadsheet as FileSpreadsheet, SvgFileText as FileText, SvgHelpCircle as HelpCircle, SvgHomeFilled as HomeFilled, SvgHomeLinear as HomeLinear, ICON_SIZES, Icon, type IconName, type IconProps, type IconSize, type IconSizeToken, SvgIconSlot as IconSlot, SvgKeys01 as Keys01, SvgLeadsFilled as LeadsFilled, SvgLeadsLinear as LeadsLinear, SvgLock as Lock, SvgLogout as Logout, SvgMail as Mail, SvgMortgage as Mortgage, SvgNote as Note, SvgPayments as Payments, SvgPlus as Plus, SvgPropertiesFilled as PropertiesFilled, SvgPropertiesLinear as PropertiesLinear, type ReactIconProps, SvgRent as Rent, SvgSearch as Search, SvgSearchX as SearchX, SvgShare as Share, SvgTrash2 as Trash2, SvgUser as User, SvgWhatsapp as Whatsapp, resolveSize };
157
+ export { SvgAlertTriangle as AlertTriangle, SvgArrowDown as ArrowDown, SvgArrowDownLeft as ArrowDownLeft, SvgArrowDownRight as ArrowDownRight, SvgArrowLeft as ArrowLeft, SvgArrowRight as ArrowRight, SvgArrowUp as ArrowUp, SvgArrowUpDown as ArrowUpDown, SvgArrowUpLeft as ArrowUpLeft, SvgArrowUpRight as ArrowUpRight, SvgBell as Bell, SvgCancel as Cancel, SvgCancelCircleSolid as CancelCircleSolid, SvgCheck as Check, SvgChevronDown as ChevronDown, SvgChevronLeft as ChevronLeft, SvgChevronRight as ChevronRight, SvgChevronUp as ChevronUp, SvgEdit as Edit, SvgExploreFilled as ExploreFilled, SvgExploreLinear as ExploreLinear, SvgEyeHidden as EyeHidden, SvgEyeVisible as EyeVisible, SvgFileCheck as FileCheck, SvgFileKey as FileKey, SvgFileLock as FileLock, SvgFileSignature as FileSignature, SvgFileSpreadsheet as FileSpreadsheet, SvgFileText as FileText, SvgHelpCircle as HelpCircle, SvgHomeFilled as HomeFilled, SvgHomeLinear as HomeLinear, ICON_SIZES, Icon, type IconName, type IconProps, type IconSize, type IconSizeToken, SvgIconSlot as IconSlot, SvgKeys01 as Keys01, SvgLeadsFilled as LeadsFilled, SvgLeadsLinear as LeadsLinear, SvgLock as Lock, SvgLogout as Logout, SvgMail as Mail, SvgMortgage as Mortgage, SvgNote as Note, SvgPayments as Payments, SvgPlus as Plus, SvgPropertiesFilled as PropertiesFilled, SvgPropertiesLinear as PropertiesLinear, type ReactIconProps, SvgRent as Rent, SvgSearch as Search, SvgSearchX as SearchX, SvgShare as Share, SvgTrash2 as Trash2, SvgUser as User, SvgWhatsapp as Whatsapp, resolveSize };