@clubmed/trident-ui 1.0.0-alpha.35 → 1.0.0-alpha.37

Sign up to get free protection for your applications and to get access to all the features.
Files changed (229) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/README.md +56 -28
  3. package/atoms/Icons/Icon.js +8 -7
  4. package/atoms/Icons/IconsResolver.d.ts +4 -43
  5. package/atoms/Icons/IconsResolver.js +15 -36
  6. package/atoms/Icons/contexts/IconsContext.d.ts +43 -0
  7. package/atoms/Icons/contexts/IconsContext.js +46 -0
  8. package/atoms/Icons/fonts/Actions.d.ts +2 -1
  9. package/atoms/Icons/fonts/Actions.js +112 -106
  10. package/atoms/Icons/fonts/Activities.d.ts +2 -1
  11. package/atoms/Icons/fonts/Activities.js +144 -138
  12. package/atoms/Icons/fonts/Brand.d.ts +2 -1
  13. package/atoms/Icons/fonts/Brand.js +91 -85
  14. package/atoms/Icons/fonts/Covid.d.ts +2 -1
  15. package/atoms/Icons/fonts/Covid.js +60 -54
  16. package/atoms/Icons/fonts/FontIconResolver.d.ts +1 -1
  17. package/atoms/Icons/fonts/FontIconResolver.js +6 -7
  18. package/atoms/Icons/fonts/Food.d.ts +2 -1
  19. package/atoms/Icons/fonts/Food.js +105 -99
  20. package/atoms/Icons/fonts/HappyToCare.d.ts +2 -1
  21. package/atoms/Icons/fonts/HappyToCare.js +57 -51
  22. package/atoms/Icons/fonts/Places.d.ts +2 -1
  23. package/atoms/Icons/fonts/Places.js +60 -54
  24. package/atoms/Icons/fonts/Room.d.ts +2 -1
  25. package/atoms/Icons/fonts/Room.js +114 -108
  26. package/atoms/Icons/fonts/Services.d.ts +2 -1
  27. package/atoms/Icons/fonts/Services.js +72 -66
  28. package/atoms/Icons/fonts/Socials.d.ts +2 -1
  29. package/atoms/Icons/fonts/Socials.js +72 -66
  30. package/atoms/Icons/fonts/Transports.d.ts +2 -1
  31. package/atoms/Icons/fonts/Transports.js +48 -42
  32. package/atoms/Icons/fonts/Utilities.d.ts +2 -1
  33. package/atoms/Icons/fonts/Utilities.js +153 -147
  34. package/atoms/Icons/fonts/index.js +4 -4
  35. package/atoms/Icons/hooks/useIcon.d.ts +2 -0
  36. package/atoms/Icons/hooks/useIcon.js +16 -0
  37. package/atoms/Icons/index.js +9 -8
  38. package/atoms/Icons/svg/Actions.d.ts +2 -1
  39. package/atoms/Icons/svg/Actions.js +145 -139
  40. package/atoms/Icons/svg/Activities.d.ts +2 -1
  41. package/atoms/Icons/svg/Activities.js +189 -183
  42. package/atoms/Icons/svg/Brand.d.ts +2 -1
  43. package/atoms/Icons/svg/Brand.js +90 -84
  44. package/atoms/Icons/svg/Covid.d.ts +2 -1
  45. package/atoms/Icons/svg/Covid.js +77 -71
  46. package/atoms/Icons/svg/Food.d.ts +2 -1
  47. package/atoms/Icons/svg/Food.js +137 -131
  48. package/atoms/Icons/svg/HappyToCare.d.ts +2 -1
  49. package/atoms/Icons/svg/HappyToCare.js +73 -67
  50. package/atoms/Icons/svg/Places.d.ts +2 -1
  51. package/atoms/Icons/svg/Places.js +77 -71
  52. package/atoms/Icons/svg/ResortFill-EC.d.ts +2 -1
  53. package/atoms/Icons/svg/ResortFill-EC.js +135 -129
  54. package/atoms/Icons/svg/ResortFill.d.ts +2 -1
  55. package/atoms/Icons/svg/ResortFill.js +399 -393
  56. package/atoms/Icons/svg/ResortOutline-EC.d.ts +2 -1
  57. package/atoms/Icons/svg/ResortOutline-EC.js +135 -129
  58. package/atoms/Icons/svg/ResortOutline.d.ts +2 -1
  59. package/atoms/Icons/svg/ResortOutline.js +399 -393
  60. package/atoms/Icons/svg/Room.d.ts +2 -1
  61. package/atoms/Icons/svg/Room.js +149 -143
  62. package/atoms/Icons/svg/Services.d.ts +2 -1
  63. package/atoms/Icons/svg/Services.js +93 -87
  64. package/atoms/Icons/svg/Socials.d.ts +2 -1
  65. package/atoms/Icons/svg/Socials.js +83 -77
  66. package/atoms/Icons/svg/SvgIconResolver.d.ts +1 -2
  67. package/atoms/Icons/svg/SvgIconResolver.js +6 -8
  68. package/atoms/Icons/svg/Transports.d.ts +2 -1
  69. package/atoms/Icons/svg/Transports.js +61 -55
  70. package/atoms/Icons/svg/Utilities.d.ts +2 -1
  71. package/atoms/Icons/svg/Utilities.js +201 -195
  72. package/atoms/Icons/svg/index.js +3 -2
  73. package/atoms/Icons/svg-use/Actions.d.ts +2 -1
  74. package/atoms/Icons/svg-use/Actions.js +156 -150
  75. package/atoms/Icons/svg-use/Activities.d.ts +2 -1
  76. package/atoms/Icons/svg-use/Activities.js +195 -189
  77. package/atoms/Icons/svg-use/Brand.d.ts +2 -1
  78. package/atoms/Icons/svg-use/Brand.js +97 -91
  79. package/atoms/Icons/svg-use/Covid.d.ts +2 -1
  80. package/atoms/Icons/svg-use/Covid.js +80 -74
  81. package/atoms/Icons/svg-use/Food.d.ts +2 -1
  82. package/atoms/Icons/svg-use/Food.js +145 -139
  83. package/atoms/Icons/svg-use/HappyToCare.d.ts +2 -1
  84. package/atoms/Icons/svg-use/HappyToCare.js +78 -72
  85. package/atoms/Icons/svg-use/Places.d.ts +2 -1
  86. package/atoms/Icons/svg-use/Places.js +83 -77
  87. package/atoms/Icons/svg-use/ResortFill-EC.d.ts +2 -1
  88. package/atoms/Icons/svg-use/ResortFill-EC.js +141 -135
  89. package/atoms/Icons/svg-use/ResortFill.d.ts +2 -1
  90. package/atoms/Icons/svg-use/ResortFill.js +410 -404
  91. package/atoms/Icons/svg-use/ResortOutline-EC.d.ts +2 -1
  92. package/atoms/Icons/svg-use/ResortOutline-EC.js +144 -138
  93. package/atoms/Icons/svg-use/ResortOutline.d.ts +2 -1
  94. package/atoms/Icons/svg-use/ResortOutline.js +408 -402
  95. package/atoms/Icons/svg-use/Room.d.ts +2 -1
  96. package/atoms/Icons/svg-use/Room.js +159 -153
  97. package/atoms/Icons/svg-use/Services.d.ts +2 -1
  98. package/atoms/Icons/svg-use/Services.js +97 -91
  99. package/atoms/Icons/svg-use/Socials.d.ts +2 -1
  100. package/atoms/Icons/svg-use/Socials.js +85 -79
  101. package/atoms/Icons/svg-use/SvgUseIconResolver.d.ts +1 -2
  102. package/atoms/Icons/svg-use/SvgUseIconResolver.js +8 -10
  103. package/atoms/Icons/svg-use/Transports.d.ts +2 -1
  104. package/atoms/Icons/svg-use/Transports.js +67 -61
  105. package/atoms/Icons/svg-use/Utilities.d.ts +2 -1
  106. package/atoms/Icons/svg-use/Utilities.js +212 -206
  107. package/atoms/Icons/svg-use/index.js +3 -2
  108. package/atoms/Icons/utils/getIcons.d.ts +4 -0
  109. package/atoms/Icons/utils/getIcons.js +21 -0
  110. package/fonts/Actions/tui-actions.css +6 -6
  111. package/fonts/Actions/tui-actions.eot +0 -0
  112. package/fonts/Actions/tui-actions.less +6 -6
  113. package/fonts/Actions/tui-actions.module.less +6 -6
  114. package/fonts/Actions/tui-actions.scss +6 -6
  115. package/fonts/Actions/tui-actions.styl +6 -6
  116. package/fonts/Actions/tui-actions.ttf +0 -0
  117. package/fonts/Actions/tui-actions.woff +0 -0
  118. package/fonts/Actions/tui-actions.woff2 +0 -0
  119. package/fonts/Activities/tui-activities.css +6 -6
  120. package/fonts/Activities/tui-activities.eot +0 -0
  121. package/fonts/Activities/tui-activities.less +6 -6
  122. package/fonts/Activities/tui-activities.module.less +6 -6
  123. package/fonts/Activities/tui-activities.scss +6 -6
  124. package/fonts/Activities/tui-activities.styl +6 -6
  125. package/fonts/Activities/tui-activities.ttf +0 -0
  126. package/fonts/Activities/tui-activities.woff +0 -0
  127. package/fonts/Activities/tui-activities.woff2 +0 -0
  128. package/fonts/Brand/tui-brand.css +6 -6
  129. package/fonts/Brand/tui-brand.eot +0 -0
  130. package/fonts/Brand/tui-brand.less +6 -6
  131. package/fonts/Brand/tui-brand.module.less +6 -6
  132. package/fonts/Brand/tui-brand.scss +6 -6
  133. package/fonts/Brand/tui-brand.styl +6 -6
  134. package/fonts/Brand/tui-brand.ttf +0 -0
  135. package/fonts/Brand/tui-brand.woff +0 -0
  136. package/fonts/Brand/tui-brand.woff2 +0 -0
  137. package/fonts/Covid/tui-covid.css +6 -6
  138. package/fonts/Covid/tui-covid.eot +0 -0
  139. package/fonts/Covid/tui-covid.less +6 -6
  140. package/fonts/Covid/tui-covid.module.less +6 -6
  141. package/fonts/Covid/tui-covid.scss +6 -6
  142. package/fonts/Covid/tui-covid.styl +6 -6
  143. package/fonts/Covid/tui-covid.ttf +0 -0
  144. package/fonts/Covid/tui-covid.woff +0 -0
  145. package/fonts/Covid/tui-covid.woff2 +0 -0
  146. package/fonts/Food/tui-food.css +6 -6
  147. package/fonts/Food/tui-food.eot +0 -0
  148. package/fonts/Food/tui-food.less +6 -6
  149. package/fonts/Food/tui-food.module.less +6 -6
  150. package/fonts/Food/tui-food.scss +6 -6
  151. package/fonts/Food/tui-food.styl +6 -6
  152. package/fonts/Food/tui-food.ttf +0 -0
  153. package/fonts/Food/tui-food.woff +0 -0
  154. package/fonts/Food/tui-food.woff2 +0 -0
  155. package/fonts/HappyToCare/tui-happy-to-care.css +6 -6
  156. package/fonts/HappyToCare/tui-happy-to-care.eot +0 -0
  157. package/fonts/HappyToCare/tui-happy-to-care.less +6 -6
  158. package/fonts/HappyToCare/tui-happy-to-care.module.less +6 -6
  159. package/fonts/HappyToCare/tui-happy-to-care.scss +6 -6
  160. package/fonts/HappyToCare/tui-happy-to-care.styl +6 -6
  161. package/fonts/HappyToCare/tui-happy-to-care.ttf +0 -0
  162. package/fonts/HappyToCare/tui-happy-to-care.woff +0 -0
  163. package/fonts/HappyToCare/tui-happy-to-care.woff2 +0 -0
  164. package/fonts/Places/tui-places.css +6 -6
  165. package/fonts/Places/tui-places.eot +0 -0
  166. package/fonts/Places/tui-places.less +6 -6
  167. package/fonts/Places/tui-places.module.less +6 -6
  168. package/fonts/Places/tui-places.scss +6 -6
  169. package/fonts/Places/tui-places.styl +6 -6
  170. package/fonts/Places/tui-places.ttf +0 -0
  171. package/fonts/Places/tui-places.woff +0 -0
  172. package/fonts/Places/tui-places.woff2 +0 -0
  173. package/fonts/Room/tui-room.css +6 -6
  174. package/fonts/Room/tui-room.eot +0 -0
  175. package/fonts/Room/tui-room.less +6 -6
  176. package/fonts/Room/tui-room.module.less +6 -6
  177. package/fonts/Room/tui-room.scss +6 -6
  178. package/fonts/Room/tui-room.styl +6 -6
  179. package/fonts/Room/tui-room.ttf +0 -0
  180. package/fonts/Room/tui-room.woff +0 -0
  181. package/fonts/Room/tui-room.woff2 +0 -0
  182. package/fonts/Services/tui-services.css +6 -6
  183. package/fonts/Services/tui-services.eot +0 -0
  184. package/fonts/Services/tui-services.less +6 -6
  185. package/fonts/Services/tui-services.module.less +6 -6
  186. package/fonts/Services/tui-services.scss +6 -6
  187. package/fonts/Services/tui-services.styl +6 -6
  188. package/fonts/Services/tui-services.ttf +0 -0
  189. package/fonts/Services/tui-services.woff +0 -0
  190. package/fonts/Services/tui-services.woff2 +0 -0
  191. package/fonts/Socials/tui-socials.css +6 -6
  192. package/fonts/Socials/tui-socials.eot +0 -0
  193. package/fonts/Socials/tui-socials.less +6 -6
  194. package/fonts/Socials/tui-socials.module.less +6 -6
  195. package/fonts/Socials/tui-socials.scss +6 -6
  196. package/fonts/Socials/tui-socials.styl +6 -6
  197. package/fonts/Socials/tui-socials.ttf +0 -0
  198. package/fonts/Socials/tui-socials.woff +0 -0
  199. package/fonts/Socials/tui-socials.woff2 +0 -0
  200. package/fonts/Transports/tui-transports.css +6 -6
  201. package/fonts/Transports/tui-transports.eot +0 -0
  202. package/fonts/Transports/tui-transports.less +6 -6
  203. package/fonts/Transports/tui-transports.module.less +6 -6
  204. package/fonts/Transports/tui-transports.scss +6 -6
  205. package/fonts/Transports/tui-transports.styl +6 -6
  206. package/fonts/Transports/tui-transports.ttf +0 -0
  207. package/fonts/Transports/tui-transports.woff +0 -0
  208. package/fonts/Transports/tui-transports.woff2 +0 -0
  209. package/fonts/Utilities/tui-utilities.css +6 -6
  210. package/fonts/Utilities/tui-utilities.eot +0 -0
  211. package/fonts/Utilities/tui-utilities.less +6 -6
  212. package/fonts/Utilities/tui-utilities.module.less +6 -6
  213. package/fonts/Utilities/tui-utilities.scss +6 -6
  214. package/fonts/Utilities/tui-utilities.styl +6 -6
  215. package/fonts/Utilities/tui-utilities.ttf +0 -0
  216. package/fonts/Utilities/tui-utilities.woff +0 -0
  217. package/fonts/Utilities/tui-utilities.woff2 +0 -0
  218. package/molecules/Breadcrumb.js +5 -4
  219. package/molecules/Buttons/ButtonContent.js +5 -4
  220. package/molecules/Card.js +7 -6
  221. package/molecules/Forms/Checkbox.js +8 -7
  222. package/molecules/Forms/DateField.js +3 -2
  223. package/molecules/Forms/Filter.js +15 -14
  224. package/molecules/Forms/FormControl.js +9 -8
  225. package/molecules/Forms/NumberField.d.ts +2 -2
  226. package/molecules/Forms/TextField.js +11 -10
  227. package/molecules/Link.js +8 -7
  228. package/package.json +19 -17
  229. package/styles/globals.css +0 -323
@@ -1,66 +1,72 @@
1
- import { registerFontIcons as e } from "./FontIconResolver.js";
2
- e("services", [
3
- {
4
- name: "AllInclusive"
5
- },
6
- {
7
- name: "BabyBottle"
8
- },
9
- {
10
- name: "BabyWelcome"
11
- },
12
- {
13
- name: "ClothesDryer"
14
- },
15
- {
16
- name: "Concierge"
17
- },
18
- {
19
- name: "FourtyFive"
20
- },
21
- {
22
- name: "Hairdresser"
23
- },
24
- {
25
- name: "KidSupervisory"
26
- },
27
- {
28
- name: "Laundry"
29
- },
30
- {
31
- name: "LuggageTransportation"
32
- },
33
- {
34
- name: "Maintenance"
35
- },
36
- {
37
- name: "Massage"
38
- },
39
- {
40
- name: "Photographer"
41
- },
42
- {
43
- name: "Pressing"
44
- },
45
- {
46
- name: "Shopping"
47
- },
48
- {
49
- name: "SkiInAndOut"
50
- },
51
- {
52
- name: "Spa"
53
- },
54
- {
55
- name: "Sterilizer"
56
- },
57
- {
58
- name: "Stroller"
59
- },
60
- {
61
- name: "VideoSurveillance"
62
- },
63
- {
64
- name: "WelcomeGift"
65
- }
66
- ]);
1
+ import { resolver as e } from "./FontIconResolver.js";
2
+ const n = e(
3
+ "services",
4
+ [
5
+ {
6
+ name: "AllInclusive"
7
+ },
8
+ {
9
+ name: "BabyBottle"
10
+ },
11
+ {
12
+ name: "BabyWelcome"
13
+ },
14
+ {
15
+ name: "ClothesDryer"
16
+ },
17
+ {
18
+ name: "Concierge"
19
+ },
20
+ {
21
+ name: "FourtyFive"
22
+ },
23
+ {
24
+ name: "Hairdresser"
25
+ },
26
+ {
27
+ name: "KidSupervisory"
28
+ },
29
+ {
30
+ name: "Laundry"
31
+ },
32
+ {
33
+ name: "LuggageTransportation"
34
+ },
35
+ {
36
+ name: "Maintenance"
37
+ },
38
+ {
39
+ name: "Massage"
40
+ },
41
+ {
42
+ name: "Photographer"
43
+ },
44
+ {
45
+ name: "Pressing"
46
+ },
47
+ {
48
+ name: "Shopping"
49
+ },
50
+ {
51
+ name: "SkiInAndOut"
52
+ },
53
+ {
54
+ name: "Spa"
55
+ },
56
+ {
57
+ name: "Sterilizer"
58
+ },
59
+ {
60
+ name: "Stroller"
61
+ },
62
+ {
63
+ name: "VideoSurveillance"
64
+ },
65
+ {
66
+ name: "WelcomeGift"
67
+ }
68
+ ]
69
+ );
70
+ export {
71
+ n as default
72
+ };
@@ -1 +1,2 @@
1
- export {};
1
+ declare const _default: import("..").IconResolverProps<import("./FontIcon").FontIconProps>[];
2
+ export default _default;
@@ -1,66 +1,72 @@
1
- import { registerFontIcons as e } from "./FontIconResolver.js";
2
- e("socials", [
3
- {
4
- name: "Facebook"
5
- },
6
- {
7
- name: "FacebookMessenger"
8
- },
9
- {
10
- name: "Flickr"
11
- },
12
- {
13
- viewBox: "0 0 60 19",
14
- aspectRatio: [
15
- 60,
16
- 19
17
- ],
18
- name: "Google"
19
- },
20
- {
21
- viewBox: "0 0 16 16",
22
- name: "GoogleMonogram"
23
- },
24
- {
25
- name: "Instagram"
26
- },
27
- {
28
- name: "Pinterest"
29
- },
30
- {
31
- viewBox: "0 0 101 22",
32
- aspectRatio: [
33
- 101,
34
- 22
35
- ],
36
- name: "TripAdvisor"
37
- },
38
- {
39
- viewBox: "0 0 16 16",
40
- name: "TripAdvisorMonogram"
41
- },
42
- {
43
- name: "Twitter"
44
- },
45
- {
46
- name: "VK"
47
- },
48
- {
49
- name: "Vine"
50
- },
51
- {
52
- name: "WeChat"
53
- },
54
- {
55
- name: "WeChatPay"
56
- },
57
- {
58
- name: "Weibo"
59
- },
60
- {
61
- name: "WhatsApp"
62
- },
63
- {
64
- name: "YouTube"
65
- }
66
- ]);
1
+ import { resolver as e } from "./FontIconResolver.js";
2
+ const o = e(
3
+ "socials",
4
+ [
5
+ {
6
+ name: "Facebook"
7
+ },
8
+ {
9
+ name: "FacebookMessenger"
10
+ },
11
+ {
12
+ name: "Flickr"
13
+ },
14
+ {
15
+ viewBox: "0 0 60 19",
16
+ aspectRatio: [
17
+ 60,
18
+ 19
19
+ ],
20
+ name: "Google"
21
+ },
22
+ {
23
+ viewBox: "0 0 16 16",
24
+ name: "GoogleMonogram"
25
+ },
26
+ {
27
+ name: "Instagram"
28
+ },
29
+ {
30
+ name: "Pinterest"
31
+ },
32
+ {
33
+ viewBox: "0 0 101 22",
34
+ aspectRatio: [
35
+ 101,
36
+ 22
37
+ ],
38
+ name: "TripAdvisor"
39
+ },
40
+ {
41
+ viewBox: "0 0 16 16",
42
+ name: "TripAdvisorMonogram"
43
+ },
44
+ {
45
+ name: "Twitter"
46
+ },
47
+ {
48
+ name: "VK"
49
+ },
50
+ {
51
+ name: "Vine"
52
+ },
53
+ {
54
+ name: "WeChat"
55
+ },
56
+ {
57
+ name: "WeChatPay"
58
+ },
59
+ {
60
+ name: "Weibo"
61
+ },
62
+ {
63
+ name: "WhatsApp"
64
+ },
65
+ {
66
+ name: "YouTube"
67
+ }
68
+ ]
69
+ );
70
+ export {
71
+ o as default
72
+ };
@@ -1 +1,2 @@
1
- export {};
1
+ declare const _default: import("..").IconResolverProps<import("./FontIcon").FontIconProps>[];
2
+ export default _default;
@@ -1,42 +1,48 @@
1
- import { registerFontIcons as n } from "./FontIconResolver.js";
2
- n("transports", [
3
- {
4
- name: "Boat"
5
- },
6
- {
7
- name: "Bus"
8
- },
9
- {
10
- name: "CableCar"
11
- },
12
- {
13
- name: "Car"
14
- },
15
- {
16
- name: "GlobePlane"
17
- },
18
- {
19
- name: "GlobeTrident"
20
- },
21
- {
22
- name: "Location"
23
- },
24
- {
25
- name: "Parking"
26
- },
27
- {
28
- name: "PlaneDefault"
29
- },
30
- {
31
- name: "PlaneInBound"
32
- },
33
- {
34
- name: "PlaneNoPlane"
35
- },
36
- {
37
- name: "PlaneOutbound"
38
- },
39
- {
40
- name: "Train"
41
- }
42
- ]);
1
+ import { resolver as a } from "./FontIconResolver.js";
2
+ const e = a(
3
+ "transports",
4
+ [
5
+ {
6
+ name: "Boat"
7
+ },
8
+ {
9
+ name: "Bus"
10
+ },
11
+ {
12
+ name: "CableCar"
13
+ },
14
+ {
15
+ name: "Car"
16
+ },
17
+ {
18
+ name: "GlobePlane"
19
+ },
20
+ {
21
+ name: "GlobeTrident"
22
+ },
23
+ {
24
+ name: "Location"
25
+ },
26
+ {
27
+ name: "Parking"
28
+ },
29
+ {
30
+ name: "PlaneDefault"
31
+ },
32
+ {
33
+ name: "PlaneInBound"
34
+ },
35
+ {
36
+ name: "PlaneNoPlane"
37
+ },
38
+ {
39
+ name: "PlaneOutbound"
40
+ },
41
+ {
42
+ name: "Train"
43
+ }
44
+ ]
45
+ );
46
+ export {
47
+ e as default
48
+ };
@@ -1 +1,2 @@
1
- export {};
1
+ declare const _default: import("..").IconResolverProps<import("./FontIcon").FontIconProps>[];
2
+ export default _default;
@@ -1,147 +1,153 @@
1
- import { registerFontIcons as e } from "./FontIconResolver.js";
2
- e("utilities", [
3
- {
4
- name: "360Videos"
5
- },
6
- {
7
- name: "CalendarDefault"
8
- },
9
- {
10
- name: "CalendarFavorites"
11
- },
12
- {
13
- name: "CalendarOptions"
14
- },
15
- {
16
- name: "CalendarPlus"
17
- },
18
- {
19
- name: "CallBack"
20
- },
21
- {
22
- name: "ClockBack"
23
- },
24
- {
25
- name: "ClockDefault"
26
- },
27
- {
28
- name: "ClockSpeed"
29
- },
30
- {
31
- name: "CreditCard"
32
- },
33
- {
34
- name: "DocumentChecklist"
35
- },
36
- {
37
- name: "DocumentDefault"
38
- },
39
- {
40
- name: "DocumentInsurrance"
41
- },
42
- {
43
- name: "DocumentList"
44
- },
45
- {
46
- name: "DocumentPDF"
47
- },
48
- {
49
- name: "DocumentPassport"
50
- },
51
- {
52
- name: "DocumentTicket"
53
- },
54
- {
55
- name: "DocumentUserDetails"
56
- },
57
- {
58
- name: "Filters"
59
- },
60
- {
61
- name: "Folder"
62
- },
63
- {
64
- name: "GridDefault"
65
- },
66
- {
67
- name: "GridList"
68
- },
69
- {
70
- name: "HappyFirst"
71
- },
72
- {
73
- name: "Home"
74
- },
75
- {
76
- name: "Internet"
77
- },
78
- {
79
- name: "Invisible"
80
- },
81
- {
82
- name: "LastMinute"
83
- },
84
- {
85
- name: "Letter"
86
- },
87
- {
88
- name: "Menu"
89
- },
90
- {
91
- name: "MenuClosed"
92
- },
93
- {
94
- name: "Padlock"
95
- },
96
- {
97
- name: "PaymentPlan"
98
- },
99
- {
100
- name: "PeopleBaby"
101
- },
102
- {
103
- name: "PeopleDouble"
104
- },
105
- {
106
- name: "PeopleFamily"
107
- },
108
- {
109
- name: "PeopleKids"
110
- },
111
- {
112
- name: "PeopleSingle"
113
- },
114
- {
115
- name: "PeopleTeenagers"
116
- },
117
- {
118
- name: "Phone"
119
- },
120
- {
121
- name: "Pictures"
122
- },
123
- {
124
- name: "PromoCode"
125
- },
126
- {
127
- name: "Questions"
128
- },
129
- {
130
- name: "SMS"
131
- },
132
- {
133
- name: "Smartphone"
134
- },
135
- {
136
- name: "SpecialOffers"
137
- },
138
- {
139
- name: "Videos"
140
- },
141
- {
142
- name: "Visible"
143
- },
144
- {
145
- name: "VoiceMail"
146
- }
147
- ]);
1
+ import { resolver as e } from "./FontIconResolver.js";
2
+ const n = e(
3
+ "utilities",
4
+ [
5
+ {
6
+ name: "360Videos"
7
+ },
8
+ {
9
+ name: "CalendarDefault"
10
+ },
11
+ {
12
+ name: "CalendarFavorites"
13
+ },
14
+ {
15
+ name: "CalendarOptions"
16
+ },
17
+ {
18
+ name: "CalendarPlus"
19
+ },
20
+ {
21
+ name: "CallBack"
22
+ },
23
+ {
24
+ name: "ClockBack"
25
+ },
26
+ {
27
+ name: "ClockDefault"
28
+ },
29
+ {
30
+ name: "ClockSpeed"
31
+ },
32
+ {
33
+ name: "CreditCard"
34
+ },
35
+ {
36
+ name: "DocumentChecklist"
37
+ },
38
+ {
39
+ name: "DocumentDefault"
40
+ },
41
+ {
42
+ name: "DocumentInsurrance"
43
+ },
44
+ {
45
+ name: "DocumentList"
46
+ },
47
+ {
48
+ name: "DocumentPDF"
49
+ },
50
+ {
51
+ name: "DocumentPassport"
52
+ },
53
+ {
54
+ name: "DocumentTicket"
55
+ },
56
+ {
57
+ name: "DocumentUserDetails"
58
+ },
59
+ {
60
+ name: "Filters"
61
+ },
62
+ {
63
+ name: "Folder"
64
+ },
65
+ {
66
+ name: "GridDefault"
67
+ },
68
+ {
69
+ name: "GridList"
70
+ },
71
+ {
72
+ name: "HappyFirst"
73
+ },
74
+ {
75
+ name: "Home"
76
+ },
77
+ {
78
+ name: "Internet"
79
+ },
80
+ {
81
+ name: "Invisible"
82
+ },
83
+ {
84
+ name: "LastMinute"
85
+ },
86
+ {
87
+ name: "Letter"
88
+ },
89
+ {
90
+ name: "Menu"
91
+ },
92
+ {
93
+ name: "MenuClosed"
94
+ },
95
+ {
96
+ name: "Padlock"
97
+ },
98
+ {
99
+ name: "PaymentPlan"
100
+ },
101
+ {
102
+ name: "PeopleBaby"
103
+ },
104
+ {
105
+ name: "PeopleDouble"
106
+ },
107
+ {
108
+ name: "PeopleFamily"
109
+ },
110
+ {
111
+ name: "PeopleKids"
112
+ },
113
+ {
114
+ name: "PeopleSingle"
115
+ },
116
+ {
117
+ name: "PeopleTeenagers"
118
+ },
119
+ {
120
+ name: "Phone"
121
+ },
122
+ {
123
+ name: "Pictures"
124
+ },
125
+ {
126
+ name: "PromoCode"
127
+ },
128
+ {
129
+ name: "Questions"
130
+ },
131
+ {
132
+ name: "SMS"
133
+ },
134
+ {
135
+ name: "Smartphone"
136
+ },
137
+ {
138
+ name: "SpecialOffers"
139
+ },
140
+ {
141
+ name: "Videos"
142
+ },
143
+ {
144
+ name: "Visible"
145
+ },
146
+ {
147
+ name: "VoiceMail"
148
+ }
149
+ ]
150
+ );
151
+ export {
152
+ n as default
153
+ };