@functionalui/functionalui 0.2.5 → 0.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (273) hide show
  1. package/dist/lib/components/devComponent/DevComponent.d.ts +2 -0
  2. package/dist/lib/components/divMeasure/DivMeasure.d.ts +9 -0
  3. package/dist/lib/components/icons/Icon.d.ts +10 -0
  4. package/dist/lib/components/icons/Spinner.d.ts +8 -0
  5. package/dist/lib/components/icons/UIcon.d.ts +22 -0
  6. package/dist/lib/components/loadings/LoadingSpinner.d.ts +7 -0
  7. package/dist/lib/components/loadings/Spinner.d.ts +4 -0
  8. package/dist/lib/components/springAnimations/SpringOpenCloseHeight.d.ts +6 -0
  9. package/dist/lib/components/springAnimations/springTransitions/SpringEnter.d.ts +10 -0
  10. package/dist/lib/components/springAnimations/springTransitions/SpringEnterOffsetBy.d.ts +11 -0
  11. package/dist/lib/components/springAnimations/springTransitions/SpringMenuTransition.d.ts +11 -0
  12. package/dist/lib/components/ui/admonition/Admonition.d.ts +10 -0
  13. package/dist/lib/components/ui/avatar/Avatar.d.ts +15 -0
  14. package/dist/lib/components/ui/avatar/components/AvatarName.d.ts +10 -0
  15. package/dist/lib/components/ui/avatarGroup/AvatarGroup.d.ts +13 -0
  16. package/dist/lib/components/ui/buttons/Button.d.ts +22 -0
  17. package/dist/lib/components/ui/buttons/components/ButtonIcon.d.ts +12 -0
  18. package/dist/lib/components/ui/buttons/utils/colors.d.ts +0 -0
  19. package/dist/lib/components/ui/checkboxes/Checkboxes.d.ts +16 -0
  20. package/dist/lib/components/ui/checkboxes/checkbox/Checkbox.d.ts +11 -0
  21. package/dist/lib/components/ui/chip/Chip.d.ts +19 -0
  22. package/dist/{color-picker/index.d.ts → lib/components/ui/colorPicker/ColorPicker.d.ts} +11 -14
  23. package/dist/lib/components/ui/colorPicker/Picker.d.ts +9 -0
  24. package/dist/{gallery-modal/index.d.ts → lib/components/ui/galleryModal/GalleryModal.d.ts} +8 -11
  25. package/dist/lib/components/ui/galleryModal/components/GalleryClose.d.ts +6 -0
  26. package/dist/lib/components/ui/galleryModal/components/GalleryIslandMenu.d.ts +6 -0
  27. package/dist/lib/components/ui/galleryModal/components/Z.d.ts +9 -0
  28. package/dist/lib/components/ui/galleryModal/contexts/GalleryContext.d.ts +24 -0
  29. package/dist/lib/components/ui/inputs/image/InputImage.d.ts +13 -0
  30. package/dist/lib/components/ui/inputs/radio/Radio.d.ts +13 -0
  31. package/dist/lib/components/ui/inputs/radio/types.d.ts +4 -0
  32. package/dist/lib/components/ui/inputs/text/InputText.d.ts +41 -0
  33. package/dist/lib/components/ui/inputs/text/components/InputTextHelper.d.ts +6 -0
  34. package/dist/lib/components/ui/inputs/text/components/InputTextPlaceholder.d.ts +9 -0
  35. package/dist/lib/components/ui/inputs/text/components/ShowHidePassword.d.ts +7 -0
  36. package/dist/lib/components/ui/inputs/text/components/labels/InputTextLabel.d.ts +11 -0
  37. package/dist/lib/components/ui/inputs/textArea/TextArea.d.ts +42 -0
  38. package/dist/lib/components/ui/inputs/textArea/components/labels/TextAreaLabel.d.ts +12 -0
  39. package/dist/lib/components/ui/insetGroup/InsetGroup.d.ts +13 -0
  40. package/dist/lib/components/ui/insetGroup/components/InsetItem.d.ts +17 -0
  41. package/dist/{label-text/index.d.ts → lib/components/ui/label/LabelText.d.ts} +8 -11
  42. package/dist/lib/components/ui/modals/Modal.d.ts +11 -0
  43. package/dist/lib/components/ui/modals/ModalBg.d.ts +8 -0
  44. package/dist/lib/components/ui/modals/ModalGestureCard.d.ts +9 -0
  45. package/dist/lib/components/ui/modals/ModalWrapper.d.ts +7 -0
  46. package/dist/lib/components/ui/notifications/NotificationSystem.d.ts +2 -0
  47. package/dist/lib/components/ui/notifications/globalEventNotifications/GlobalEventToast.d.ts +2 -0
  48. package/dist/lib/components/ui/portals/GlobalEventPortal.d.ts +5 -0
  49. package/dist/lib/components/ui/portals/ModalPortal.d.ts +5 -0
  50. package/dist/{portals/index.d.ts → lib/components/ui/portals/types.d.ts} +7 -10
  51. package/dist/lib/components/ui/selectSpring/SelectSpring.d.ts +21 -0
  52. package/dist/lib/components/ui/selectSpring/components/DropdownAnimation.d.ts +13 -0
  53. package/dist/lib/components/ui/selectSpring/components/DropdownLi.d.ts +11 -0
  54. package/dist/lib/components/ui/selectSpring/components/HeaderValues.d.ts +12 -0
  55. package/dist/lib/components/ui/selectSpring/components/SelectDropdown.d.ts +17 -0
  56. package/dist/lib/components/ui/selectSpring/components/SelectHeader.d.ts +17 -0
  57. package/dist/lib/components/ui/selectSpring/components/useTopOrBottom.d.ts +7 -0
  58. package/dist/lib/components/ui/selectSpring/components/useWindowDimensions.d.ts +5 -0
  59. package/dist/lib/components/ui/tableGrid/TableGrid.d.ts +11 -0
  60. package/dist/lib/components/ui/tableGrid/components/tableHeader/TableHeader.d.ts +9 -0
  61. package/dist/lib/components/ui/tableGrid/components/tableHeader/TableHeaderCell.d.ts +8 -0
  62. package/dist/lib/components/ui/tableGrid/components/tableRow/TableRow.d.ts +3 -0
  63. package/dist/lib/components/ui/tableGrid/components/tableRow/TableRowAnimation.d.ts +9 -0
  64. package/dist/lib/components/ui/tableGrid/components/tableRow/TableRowCell.d.ts +4 -0
  65. package/dist/lib/components/ui/tabs/Tabs.d.ts +8 -0
  66. package/dist/lib/components/ui/tabs/TabsMenu.d.ts +12 -0
  67. package/dist/lib/components/ui/tabs/TabsRoom.d.ts +8 -0
  68. package/dist/lib/components/ui/tags/TagColor.d.ts +10 -0
  69. package/dist/lib/components/ui/toggleSwitch/ToggleSwitch.d.ts +15 -0
  70. package/dist/lib/contexts/notifications/GlobalEventContext.d.ts +6 -0
  71. package/dist/lib/contexts/ui/UiContexts.d.ts +11 -0
  72. package/dist/lib/contexts/ui/types.d.ts +18 -0
  73. package/dist/lib/css.d.ts +0 -0
  74. package/dist/lib/entries/admonition/index.d.ts +1 -0
  75. package/dist/lib/entries/avatar/index.d.ts +1 -0
  76. package/dist/lib/entries/avatar-group/index.d.ts +1 -0
  77. package/dist/lib/entries/button/index.d.ts +1 -0
  78. package/dist/lib/entries/checkbox/index.d.ts +1 -0
  79. package/dist/lib/entries/checkboxes/index.d.ts +1 -0
  80. package/dist/lib/entries/chip/index.d.ts +1 -0
  81. package/dist/lib/entries/color-picker/index.d.ts +1 -0
  82. package/dist/lib/entries/container/index.d.ts +1 -0
  83. package/dist/lib/entries/contexts/notifications/index.d.ts +2 -0
  84. package/dist/lib/entries/contexts/ui/index.d.ts +2 -0
  85. package/dist/lib/entries/div-measure/index.d.ts +1 -0
  86. package/dist/lib/entries/gallery-modal/index.d.ts +1 -0
  87. package/dist/lib/entries/global-event-portal/index.d.ts +1 -0
  88. package/dist/lib/entries/icons/index.d.ts +1 -0
  89. package/dist/lib/entries/input-image/index.d.ts +1 -0
  90. package/dist/lib/entries/input-text/index.d.ts +1 -0
  91. package/dist/lib/entries/inset-group/index.d.ts +1 -0
  92. package/dist/lib/entries/label-text/index.d.ts +1 -0
  93. package/dist/lib/entries/layout/index.d.ts +1 -0
  94. package/dist/lib/entries/loading-spinner/index.d.ts +2 -0
  95. package/dist/lib/entries/modal/index.d.ts +1 -0
  96. package/dist/lib/entries/notification-system/index.d.ts +1 -0
  97. package/dist/lib/entries/portals/index.d.ts +1 -0
  98. package/dist/lib/entries/radio/index.d.ts +1 -0
  99. package/dist/lib/entries/select-spring/index.d.ts +1 -0
  100. package/dist/lib/entries/spring-enter/index.d.ts +1 -0
  101. package/dist/lib/entries/spring-enter-offset-by/index.d.ts +1 -0
  102. package/dist/lib/entries/spring-menu-transition/index.d.ts +1 -0
  103. package/dist/lib/entries/spring-open-close-height/index.d.ts +1 -0
  104. package/dist/lib/entries/styled/button/index.d.ts +1 -0
  105. package/dist/lib/entries/styled/inputs/text/index.d.ts +1 -0
  106. package/dist/lib/entries/styled/inputs/text-area/index.d.ts +1 -0
  107. package/dist/lib/entries/styled/li/index.d.ts +1 -0
  108. package/dist/lib/entries/styled/ul/index.d.ts +1 -0
  109. package/dist/lib/entries/table-grid/index.d.ts +1 -0
  110. package/dist/lib/entries/table-header/index.d.ts +1 -0
  111. package/dist/lib/entries/table-row/index.d.ts +1 -0
  112. package/dist/lib/entries/tabs/index.d.ts +1 -0
  113. package/dist/lib/entries/tag-color/index.d.ts +1 -0
  114. package/dist/lib/entries/text-area/index.d.ts +1 -0
  115. package/dist/lib/entries/texts/header/index.d.ts +1 -0
  116. package/dist/lib/entries/texts/p/index.d.ts +1 -0
  117. package/dist/lib/entries/texts/span/index.d.ts +1 -0
  118. package/dist/lib/entries/toggle-switch/index.d.ts +1 -0
  119. package/dist/lib/hooks/useAutosizeTextArea.d.ts +2 -0
  120. package/dist/lib/hooks/useAutosizeTextAreaV2.d.ts +2 -0
  121. package/dist/lib/hooks/useClickOutsideDOM.d.ts +2 -0
  122. package/dist/lib/hooks/useCombinedRef.d.ts +2 -0
  123. package/dist/lib/hooks/useCountRender.d.ts +1 -0
  124. package/dist/lib/hooks/useDebounce.d.ts +2 -0
  125. package/dist/lib/hooks/useDelayed.d.ts +2 -0
  126. package/dist/lib/hooks/useDelayedRender.d.ts +2 -0
  127. package/dist/lib/hooks/useFirstMount.d.ts +2 -0
  128. package/dist/lib/hooks/useForm.d.ts +2 -0
  129. package/dist/lib/hooks/useKeyPress.d.ts +1 -0
  130. package/dist/lib/hooks/useNavigatorOnLine.d.ts +2 -0
  131. package/dist/lib/main.d.ts +46 -0
  132. package/dist/lib/styles/mediaQueries/mediaQuery.d.ts +0 -0
  133. package/dist/lib/styles/storybook/Mockups/FormMockup/Form.stories.d.ts +4 -0
  134. package/dist/lib/styles/storybook/Motions/Menu/ExampleOne.d.ts +2 -0
  135. package/dist/lib/styles/storybook/Motions/Menu/dev/DropdownSC.d.ts +9 -0
  136. package/dist/lib/styles/storybook/Motions/Menu/dev/DropdownSC2.d.ts +9 -0
  137. package/dist/lib/styles/storybook/Motions/Menu/dev/DropdownSC3.d.ts +9 -0
  138. package/dist/lib/styles/storybook/Tokens/Colors.stories.d.ts +5 -0
  139. package/dist/lib/styles/storybook/Tokens/Radius.stories.d.ts +5 -0
  140. package/dist/lib/styles/storybook/Tokens/Shadows.stories.d.ts +5 -0
  141. package/dist/lib/styles/storybook/Tokens/SizingsButton.stories.d.ts +5 -0
  142. package/dist/lib/styles/storybook/Tokens/SizingsGeneric.stories.d.ts +5 -0
  143. package/dist/lib/styles/storybook/Tokens/SizingsIcon.stories.d.ts +6 -0
  144. package/dist/lib/styles/storybook/Tokens/Spacings.stories.d.ts +5 -0
  145. package/dist/lib/styles/storybook/Tokens/themes/DarkColors.stories.d.ts +6 -0
  146. package/dist/lib/styles/storybook/Tokens/themes/LightColors.stories.d.ts +5 -0
  147. package/dist/lib/styles/storybook/Typography/DynamicFontSizes.stories.d.ts +4 -0
  148. package/dist/lib/styles/storybook/Typography/FontSizes.stories.d.ts +5 -0
  149. package/dist/lib/styles/storybook/components/Admonition/Admonition.stories.d.ts +6 -0
  150. package/dist/lib/styles/storybook/components/Admonition/Sizes.d.ts +2 -0
  151. package/dist/lib/styles/storybook/components/Avatar/Avatar.stories.d.ts +5 -0
  152. package/dist/lib/styles/storybook/components/AvatarGroup/component.d.ts +2 -0
  153. package/dist/lib/styles/storybook/components/Button/Button.stories.d.ts +7 -0
  154. package/dist/lib/styles/storybook/components/Button/Dev1Comp.d.ts +2 -0
  155. package/dist/lib/styles/storybook/components/Card/Card.stories.d.ts +5 -0
  156. package/dist/lib/styles/storybook/components/Card/Dimensions.d.ts +2 -0
  157. package/dist/lib/styles/storybook/components/Checkbox/Checkbox.stories.d.ts +5 -0
  158. package/dist/lib/styles/storybook/components/Checkbox/component.d.ts +2 -0
  159. package/dist/lib/styles/storybook/components/Checkboxes/Checkboxes.stories.d.ts +5 -0
  160. package/dist/lib/styles/storybook/components/Checkboxes/component.d.ts +2 -0
  161. package/dist/lib/styles/storybook/components/Chip/Chip.stories.d.ts +5 -0
  162. package/dist/lib/styles/storybook/components/Chip/component.d.ts +2 -0
  163. package/dist/lib/styles/storybook/components/ColorPicker/ColorPicker.stories.d.ts +5 -0
  164. package/dist/lib/styles/storybook/components/ColorPicker/component.d.ts +2 -0
  165. package/dist/lib/styles/storybook/components/GalleryModal/component.d.ts +2 -0
  166. package/dist/lib/styles/storybook/components/Inputs/Image.d.ts +2 -0
  167. package/dist/lib/styles/storybook/components/Inputs/InputImage.stories.d.ts +5 -0
  168. package/dist/lib/styles/storybook/components/Inputs/InputRadio.stories.d.ts +5 -0
  169. package/dist/lib/styles/storybook/components/Inputs/InputText.stories.d.ts +5 -0
  170. package/dist/lib/styles/storybook/components/Inputs/InputTextArea.stories.d.ts +5 -0
  171. package/dist/lib/styles/storybook/components/InsetGroup/InsetGroup.stories.d.ts +5 -0
  172. package/dist/lib/styles/storybook/components/InsetGroup/component.d.ts +2 -0
  173. package/dist/lib/styles/storybook/components/Modal/Modal.stories.d.ts +5 -0
  174. package/dist/lib/styles/storybook/components/Modal/component.d.ts +2 -0
  175. package/dist/lib/styles/storybook/components/SelectSpring/SelectSpring.stories.d.ts +5 -0
  176. package/dist/lib/styles/storybook/components/SelectSpring/component.d.ts +2 -0
  177. package/dist/lib/styles/storybook/components/TableGrid/TableGrid.stories.d.ts +5 -0
  178. package/dist/lib/styles/storybook/components/TableGrid/component.d.ts +2 -0
  179. package/dist/lib/styles/storybook/components/Tabs/Tabs.stories.d.ts +5 -0
  180. package/dist/lib/styles/storybook/components/Tabs/component.d.ts +2 -0
  181. package/dist/lib/styles/storybook/components/Texts/Texts.stories.d.ts +4 -0
  182. package/dist/lib/styles/storybook/components/ToastNotification/ToastNotification.stories.d.ts +5 -0
  183. package/dist/lib/styles/storybook/components/ToastNotification/component.d.ts +2 -0
  184. package/dist/lib/styles/storybook/components/UIcon/IconAction.d.ts +1 -0
  185. package/dist/lib/styles/storybook/components/UIcon/Sizes.d.ts +1 -0
  186. package/dist/lib/styles/storybook/components/UIcon/SizesNoPadding.d.ts +1 -0
  187. package/dist/lib/styles/storybook/components/UIcon/UIcon.stories.d.ts +4 -0
  188. package/dist/lib/styles/styled/button/component.d.ts +3 -0
  189. package/dist/lib/styles/styled/container/component.d.ts +4 -0
  190. package/dist/lib/styles/styled/inputs/text/component.d.ts +4 -0
  191. package/dist/lib/styles/styled/inputs/textArea/component.d.ts +4 -0
  192. package/dist/lib/styles/styled/layout/component.d.ts +4 -0
  193. package/dist/lib/styles/styled/li/component.d.ts +4 -0
  194. package/dist/lib/styles/styled/texts/header/component.d.ts +4 -0
  195. package/dist/lib/styles/styled/texts/p/component.d.ts +3 -0
  196. package/dist/lib/styles/styled/texts/span/component.d.ts +3 -0
  197. package/dist/lib/styles/styled/texts/utils/createHeadElement.d.ts +16 -0
  198. package/dist/lib/styles/styled/texts/utils/createTextElement.d.ts +18 -0
  199. package/dist/lib/styles/styled/ul/component.d.ts +4 -0
  200. package/dist/lib/styles/types/attributes/types.d.ts +4 -0
  201. package/dist/lib/styles/types/classes.d.ts +62 -0
  202. package/dist/lib/styles/types/colors/classes.d.ts +9 -0
  203. package/dist/{tag-color/index.d.ts → lib/styles/types/colors/generics.d.ts} +97 -104
  204. package/dist/lib/styles/types/colors/values.d.ts +42 -0
  205. package/dist/lib/styles/types/components.types.d.ts +67 -0
  206. package/dist/lib/styles/types/generics.d.ts +154 -0
  207. package/dist/{icons/index.d.ts → lib/styles/types/icons/icons.d.ts} +292 -457
  208. package/dist/lib/styles/types/icons/values.d.ts +63 -0
  209. package/dist/lib/styles/types/layout/classes.d.ts +120 -0
  210. package/dist/{layout/index.d.ts → lib/styles/types/layout/generics.d.ts} +120 -163
  211. package/dist/lib/styles/types/notification/types.d.ts +22 -0
  212. package/dist/lib/styles/types/sizings/generics.d.ts +22 -0
  213. package/dist/lib/styles/types/types.d.ts +102 -0
  214. package/dist/lib/styles/types/ui/admonition/types.d.ts +117 -0
  215. package/dist/lib/styles/types/ui/avatar/types.d.ts +57 -0
  216. package/dist/lib/styles/types/ui/button/types.d.ts +129 -0
  217. package/dist/lib/styles/types/ui/checkbox/types.d.ts +99 -0
  218. package/dist/lib/styles/types/ui/chip/types.d.ts +37 -0
  219. package/dist/lib/styles/types/ui/inputs/text/types.d.ts +42 -0
  220. package/dist/lib/styles/types/ui/inputs/textarea/types.d.ts +28 -0
  221. package/dist/lib/styles/types/ui/insetGroup/types.d.ts +5 -0
  222. package/dist/lib/styles/types/ui/modal/types.d.ts +4 -0
  223. package/dist/lib/styles/types/ui/portal/types.d.ts +4 -0
  224. package/dist/lib/styles/types/ui/selectSpring/types.d.ts +197 -0
  225. package/dist/lib/styles/types/ui/tablegrid/types.d.ts +28 -0
  226. package/dist/lib/styles/types/ui/tabs/types.d.ts +8 -0
  227. package/dist/lib/styles/types/ui/tag/types.d.ts +53 -0
  228. package/dist/lib/styles/types/ui/toggleswitch/types.d.ts +39 -0
  229. package/dist/lib/styles/types/values.d.ts +18 -0
  230. package/dist/lib/utils/gradientGenerator/gradientGenerator.d.ts +1 -0
  231. package/dist/src/App.d.ts +2 -0
  232. package/dist/src/main.d.ts +1 -0
  233. package/package.json +95 -95
  234. package/dist/admonition/index.d.ts +0 -27
  235. package/dist/avatar/index.d.ts +0 -115
  236. package/dist/avatar-group/index.d.ts +0 -120
  237. package/dist/button/index.d.ts +0 -249
  238. package/dist/checkbox/index.d.ts +0 -32
  239. package/dist/checkboxes/index.d.ts +0 -38
  240. package/dist/chip/index.d.ts +0 -159
  241. package/dist/container/index.d.ts +0 -238
  242. package/dist/contexts/notifications/index.d.ts +0 -2
  243. package/dist/contexts/ui/index.d.ts +0 -2
  244. package/dist/css/index.d.ts +0 -1
  245. package/dist/div-measure/index.d.ts +0 -13
  246. package/dist/global-event-portal/index.d.ts +0 -8
  247. package/dist/input-image/index.d.ts +0 -18
  248. package/dist/input-text/index.d.ts +0 -199
  249. package/dist/inset-group/index.d.ts +0 -33
  250. package/dist/loading-spinner/index.d.ts +0 -33
  251. package/dist/modal/index.d.ts +0 -105
  252. package/dist/notification-system/index.d.ts +0 -5
  253. package/dist/radio/index.d.ts +0 -36
  254. package/dist/select-spring/index.d.ts +0 -70
  255. package/dist/spring-enter/index.d.ts +0 -16
  256. package/dist/spring-enter-offset-by/index.d.ts +0 -17
  257. package/dist/spring-menu-transition/index.d.ts +0 -15
  258. package/dist/spring-open-close-height/index.d.ts +0 -9
  259. package/dist/styled/button/index.d.ts +0 -2
  260. package/dist/styled/inputs/text/index.d.ts +0 -2
  261. package/dist/styled/inputs/text-area/index.d.ts +0 -2
  262. package/dist/styled/li/index.d.ts +0 -2
  263. package/dist/styled/ul/index.d.ts +0 -2
  264. package/dist/table-grid/index.d.ts +0 -70
  265. package/dist/table-header/index.d.ts +0 -53
  266. package/dist/table-row/index.d.ts +0 -54
  267. package/dist/tabs/index.d.ts +0 -21
  268. package/dist/text-area/index.d.ts +0 -212
  269. package/dist/texts/header/index.d.ts +0 -2
  270. package/dist/texts/p/index.d.ts +0 -2
  271. package/dist/texts/span/index.d.ts +0 -2
  272. package/dist/toggle-switch/index.d.ts +0 -35
  273. package/dist/types.d.ts +0 -2062
@@ -1,457 +1,292 @@
1
- import { AnimatedProps } from '@react-spring/web';
2
- import { FC } from 'react';
3
- import { HTMLAttributes } from 'react';
4
-
5
- declare enum ColorPalettes {
6
- Transparent = 1,// (0, 1)
7
- Grey1 = 2,
8
- Grey2 = 3,
9
- Grey3 = 4,
10
- Grey4 = 5,
11
- Grey5 = 6,
12
- Grey6 = 7,
13
- Grey7 = 8,
14
- Grey8 = 9,
15
- Grey9 = 10,
16
- Grey10 = 11,// (2, 11)
17
- Primary1 = 12,
18
- Primary2 = 13,
19
- Primary3 = 14,
20
- Primary4 = 15,
21
- Primary5 = 16,
22
- Primary6 = 17,
23
- Primary7 = 18,
24
- Primary8 = 19,
25
- Primary9 = 20,// (12, 20)
26
- Secondary1 = 21,
27
- Secondary2 = 22,
28
- Secondary3 = 23,
29
- Secondary4 = 24,
30
- Secondary5 = 25,
31
- Secondary6 = 26,
32
- Secondary7 = 27,
33
- Secondary8 = 28,
34
- Secondary9 = 29,// (21, 29)
35
- Red1 = 30,
36
- Red2 = 31,
37
- Red3 = 32,
38
- Red4 = 33,
39
- Red5 = 34,
40
- Red6 = 35,
41
- Red7 = 36,
42
- Red8 = 37,
43
- Red9 = 38,// (30, 38)
44
- Green1 = 39,
45
- Green2 = 40,
46
- Green3 = 41,
47
- Green4 = 42,
48
- Green5 = 43,
49
- Green6 = 44,
50
- Green7 = 45,
51
- Green8 = 46,
52
- Green9 = 47,// (39, 47)
53
- Blue1 = 48,
54
- Blue2 = 49,
55
- Blue3 = 50,
56
- Blue4 = 51,
57
- Blue5 = 52,
58
- Blue6 = 53,
59
- Blue7 = 54,
60
- Blue8 = 55,
61
- Blue9 = 56,// (48, 56)
62
- Yellow1 = 57,
63
- Yellow2 = 58,
64
- Yellow3 = 59,
65
- Yellow4 = 60,
66
- Yellow5 = 61,
67
- Yellow6 = 62,
68
- Yellow7 = 63,
69
- Yellow8 = 64,
70
- Yellow9 = 65,// (57, 65)
71
- Accent1_1 = 66,
72
- Accent1_2 = 67,
73
- Accent1_3 = 68,
74
- Accent1_4 = 69,
75
- Accent1_5 = 70,
76
- Accent1_6 = 71,
77
- Accent1_7 = 72,
78
- Accent1_8 = 73,
79
- Accent1_9 = 74,// (57, 65)
80
- Accent2_1 = 75,
81
- Accent2_2 = 76,
82
- Accent2_3 = 77,
83
- Accent2_4 = 78,
84
- Accent2_5 = 79,
85
- Accent2_6 = 80,
86
- Accent2_7 = 81,
87
- Accent2_8 = 82,
88
- Accent2_9 = 83
89
- }
90
-
91
- declare enum Cursors {
92
- Auto = 1,
93
- Default = 2,
94
- Pointer = 3,
95
- ContextMenu = 4,
96
- Help = 5,
97
- Progress = 6,
98
- Wait = 7,
99
- Cell = 8,
100
- Crosshair = 9,
101
- Text = 10,
102
- VerticalText = 11,
103
- Alias = 12,
104
- Copy = 13,
105
- Move = 14,
106
- NoDrop = 15,
107
- NotAllowed = 16,
108
- Grab = 17,
109
- Grabbing = 18,
110
- ZoomIn = 19,
111
- ZoomOut = 20
112
- }
113
-
114
- declare enum Icons {
115
- Activity = "activity",
116
- Airplay = "airplay",
117
- AlertCircle = "alert-circle",
118
- AlertOctagon = "alert-octagon",
119
- AlertTriangle = "alert-triangle",
120
- AlignCenter = "align-center",
121
- AlignJustify = "align-justify",
122
- AlignLeft = "align-left",
123
- AlignRight = "align-right",
124
- Anchor = "anchor",
125
- Aperture = "aperture",
126
- Apps = "apps",
127
- Archive = "archive",
128
- ArrowDownCircle = "arrow-down-circle",
129
- ArrowDownLeft = "arrow-down-left",
130
- ArrowDownRight = "arrow-down-right",
131
- ArrowDown = "arrow-down",
132
- ArrowLeftCircle = "arrow-left-circle",
133
- ArrowLeft = "arrow-left",
134
- ArrowRightCircle = "arrow-right-circle",
135
- ArrowRight = "arrow-right",
136
- ArrowUpCircle = "arrow-up-circle",
137
- ArrowUpLeft = "arrow-up-left",
138
- ArrowUpRight = "arrow-up-right",
139
- ArrowUp = "arrow-up",
140
- AtSign = "at-sign",
141
- Award = "award",
142
- BarChart2 = "bar-chart-2",
143
- BarChart = "bar-chart",
144
- BatteryCharging = "battery-charging",
145
- Battery = "battery",
146
- BellOff = "bell-off",
147
- Bell = "bell",
148
- Bluetooth = "bluetooth",
149
- Bold = "bold",
150
- BookOpen = "book-open",
151
- Book = "book",
152
- Bookmark = "bookmark",
153
- Box = "box",
154
- Briefcase = "briefcase",
155
- Calendar = "calendar",
156
- CameraOff = "camera-off",
157
- Camera = "camera",
158
- Cast = "cast",
159
- CheckCircle = "check-circle",
160
- CheckSquare = "check-square",
161
- Check = "check",
162
- ChevronDown = "chevron-down",
163
- ChevronLeft = "chevron-left",
164
- ChevronRight = "chevron-right",
165
- ChevronUp = "chevron-up",
166
- ChevronsDown = "chevrons-down",
167
- ChevronsLeft = "chevrons-left",
168
- ChevronsRight = "chevrons-right",
169
- ChevronsUp = "chevrons-up",
170
- Chrome = "chrome",
171
- Circle = "circle",
172
- Clipboard = "clipboard",
173
- Clock = "clock",
174
- CloudDrizzle = "cloud-drizzle",
175
- CloudLightning = "cloud-lightning",
176
- CloudOff = "cloud-off",
177
- CloudRain = "cloud-rain",
178
- CloudSnow = "cloud-snow",
179
- Cloud = "cloud",
180
- Code = "code",
181
- Codepen = "codepen",
182
- Codesandbox = "codesandbox",
183
- Coffee = "coffee",
184
- Columns = "columns",
185
- Command = "command",
186
- Compass = "compass",
187
- Copy = "copy",
188
- CornerDownLeft = "corner-down-left",
189
- CornerDownRight = "corner-down-right",
190
- CornerLeftDown = "corner-left-down",
191
- CornerLeftUp = "corner-left-up",
192
- CornerRightDown = "corner-right-down",
193
- CornerRightUp = "corner-right-up",
194
- CornerUpLeft = "corner-up-left",
195
- CornerUpRight = "corner-up-right",
196
- Cpu = "cpu",
197
- CreditCard = "credit-card",
198
- Crop = "crop",
199
- Crosshair = "crosshair",
200
- Database = "database",
201
- Delete = "delete",
202
- Disc = "disc",
203
- DivideCircle = "divide-circle",
204
- DivideSquare = "divide-square",
205
- Divide = "divide",
206
- DollarSign = "dollar-sign",
207
- DownloadCloud = "download-cloud",
208
- Download = "download",
209
- Dribbble = "dribbble",
210
- Droplet = "droplet",
211
- Edit2 = "edit-2",
212
- Edit3 = "edit-3",
213
- Edit = "edit",
214
- ExternalLink = "external-link",
215
- EyeOff = "eye-off",
216
- Eye = "eye",
217
- Facebook = "facebook",
218
- FastForward = "fast-forward",
219
- FeatherSprite = "feather-sprite",
220
- Feather = "feather",
221
- Figma = "figma",
222
- FileMinus = "file-minus",
223
- FilePlus = "file-plus",
224
- FileText = "file-text",
225
- File = "file",
226
- Film = "film",
227
- Filter = "filter",
228
- Flag = "flag",
229
- FolderMinus = "folder-minus",
230
- FolderPlus = "folder-plus",
231
- Folder = "folder",
232
- Framer = "framer",
233
- Frown = "frown",
234
- Gift = "gift",
235
- GitBranch = "git-branch",
236
- GitCommit = "git-commit",
237
- GitMerge = "git-merge",
238
- GitPullRequest = "git-pull-request",
239
- Github = "github",
240
- Gitlab = "gitlab",
241
- Globe = "globe",
242
- Grid = "grid",
243
- HardDrive = "hard-drive",
244
- Hash = "hash",
245
- Headphones = "headphones",
246
- Heart = "heart",
247
- HelpCircle = "help-circle",
248
- Hexagon = "hexagon",
249
- Home = "home",
250
- Image = "image",
251
- Inbox = "inbox",
252
- Info = "info",
253
- Instagram = "instagram",
254
- Italic = "italic",
255
- Key = "key",
256
- Layers = "layers",
257
- Layout = "layout",
258
- LifeBuoy = "life-buoy",
259
- Link2 = "link-2",
260
- Link = "link",
261
- Linkedin = "linkedin",
262
- List = "list",
263
- Loader = "loader",
264
- Lock = "lock",
265
- LogIn = "log-in",
266
- LogOut = "log-out",
267
- Mail = "mail",
268
- MapPin = "map-pin",
269
- Map = "map",
270
- Maximize2 = "maximize-2",
271
- Maximize = "maximize",
272
- Meh = "meh",
273
- Menu = "menu",
274
- MessageCircle = "message-circle",
275
- MessageSquare = "message-square",
276
- MicOff = "mic-off",
277
- Mic = "mic",
278
- Minimize2 = "minimize-2",
279
- Minimize = "minimize",
280
- MinusCircle = "minus-circle",
281
- MinusSquare = "minus-square",
282
- Minus = "minus",
283
- Monitor = "monitor",
284
- Moon = "moon",
285
- MoreHorizontal = "more-horizontal",
286
- MoreVertical = "more-vertical",
287
- MousePointer = "mouse-pointer",
288
- Move = "move",
289
- Music = "music",
290
- Navigation2 = "navigation-2",
291
- Navigation = "navigation",
292
- Octagon = "octagon",
293
- Package = "package",
294
- Paperclip = "paperclip",
295
- PauseCircle = "pause-circle",
296
- Pause = "pause",
297
- PenTool = "pen-tool",
298
- Percent = "percent",
299
- PhoneCall = "phone-call",
300
- PhoneForwarded = "phone-forwarded",
301
- PhoneIncoming = "phone-incoming",
302
- PhoneMissed = "phone-missed",
303
- PhoneOff = "phone-off",
304
- PhoneOutgoing = "phone-outgoing",
305
- Phone = "phone",
306
- PieChart = "pie-chart",
307
- PlayCircle = "play-circle",
308
- Play = "play",
309
- PlusCircle = "plus-circle",
310
- PlusSquare = "plus-square",
311
- Plus = "plus",
312
- Pocket = "pocket",
313
- Power = "power",
314
- Printer = "printer",
315
- Radio = "radio",
316
- RefreshCcw = "refresh-ccw",
317
- RefreshCw = "refresh-cw",
318
- Repeat = "repeat",
319
- Rewind = "rewind",
320
- RotateCcw = "rotate-ccw",
321
- RotateCw = "rotate-cw",
322
- Rss = "rss",
323
- Save = "save",
324
- Scissors = "scissors",
325
- Search = "search",
326
- Send = "send",
327
- Server = "server",
328
- Settings = "settings",
329
- Share2 = "share-2",
330
- Share = "share",
331
- ShieldOff = "shield-off",
332
- Shield = "shield",
333
- ShoppingBag = "shopping-bag",
334
- ShoppingCart = "shopping-cart",
335
- Shuffle = "shuffle",
336
- Sidebar = "sidebar",
337
- SkipBack = "skip-back",
338
- SkipForward = "skip-forward",
339
- Slack = "slack",
340
- Slash = "slash",
341
- Sliders = "sliders",
342
- Smartphone = "smartphone",
343
- Smile = "smile",
344
- Speaker = "speaker",
345
- Spinner = "spinner",
346
- Square = "square",
347
- Star = "star",
348
- StopCircle = "stop-circle",
349
- Sun = "sun",
350
- Sunrise = "sunrise",
351
- Sunset = "sunset",
352
- Table = "table",
353
- Tablet = "tablet",
354
- Tag = "tag",
355
- Target = "target",
356
- Terminal = "terminal",
357
- Thermometer = "thermometer",
358
- ThumbsDown = "thumbs-down",
359
- ThumbsUp = "thumbs-up",
360
- ToggleLeft = "toggle-left",
361
- ToggleRight = "toggle-right",
362
- Tool = "tool",
363
- Trash2 = "trash-2",
364
- Trash = "trash",
365
- Trello = "trello",
366
- TrendingDown = "trending-down",
367
- TrendingUp = "trending-up",
368
- Triangle = "triangle",
369
- Truck = "truck",
370
- Tv = "tv",
371
- Twitch = "twitch",
372
- Twitter = "twitter",
373
- Type = "type",
374
- Umbrella = "umbrella",
375
- Underline = "underline",
376
- Unlock = "unlock",
377
- UploadCloud = "upload-cloud",
378
- Upload = "upload",
379
- UserCheck = "user-check",
380
- UserMinus = "user-minus",
381
- UserPlus = "user-plus",
382
- UserX = "user-x",
383
- User = "user",
384
- Users = "users",
385
- VideoOff = "video-off",
386
- Video = "video",
387
- Voicemail = "voicemail",
388
- Volume1 = "volume-1",
389
- Volume2 = "volume-2",
390
- VolumeX = "volume-x",
391
- Volume = "volume",
392
- Watch = "watch",
393
- WifiOff = "wifi-off",
394
- Wifi = "wifi",
395
- Wind = "wind",
396
- XCircle = "x-circle",
397
- XOctagon = "x-octagon",
398
- XSquare = "x-square",
399
- X = "x",
400
- Youtube = "youtube",
401
- ZapOff = "zap-off",
402
- Zap = "zap",
403
- ZoomIn = "zoom-in",
404
- ZoomOut = "zoom-out"
405
- }
406
-
407
- declare interface P extends AnimatedProps<HTMLAttributes<HTMLDivElement>> {
408
- name: Icons | string;
409
- withMargin?: boolean;
410
- size?: Sizings;
411
- width?: number;
412
- height?: number;
413
- lazy?: boolean;
414
- colorLight?: ColorPalettes;
415
- colorDark?: ColorPalettes;
416
- iconAction?: (v?: any) => void;
417
- animated?: boolean;
418
- cursor?: Cursors;
419
- overflow?: string;
420
- borderRadius?: Radiuses | string;
421
- bgColor?: ColorPalettes;
422
- }
423
-
424
- declare enum Radiuses {
425
- Size0 = 1,
426
- Size1 = 2,
427
- Size2 = 3,
428
- Size3 = 4,
429
- Size4 = 5,
430
- Size5 = 6,
431
- Size6 = 7,
432
- Size7 = 8,
433
- Size8 = 9,
434
- Size9 = 10
435
- }
436
-
437
- declare enum Sizings {
438
- Size1 = 8,
439
- Size2 = 12,
440
- Size3 = 16,
441
- Size4 = 20,
442
- Size5 = 24,
443
- Size6 = 28,
444
- Size7 = 32,
445
- Size8 = 36,
446
- Size9 = 44,
447
- Size10 = 52,
448
- Size11 = 60,
449
- Size12 = 68,
450
- Size13 = 76,
451
- Size14 = 84,
452
- Size15 = 92
453
- }
454
-
455
- export declare const UIcon: FC<P>;
456
-
457
- export { }
1
+ export declare enum Icons {
2
+ Activity = "activity",
3
+ Airplay = "airplay",
4
+ AlertCircle = "alert-circle",
5
+ AlertOctagon = "alert-octagon",
6
+ AlertTriangle = "alert-triangle",
7
+ AlignCenter = "align-center",
8
+ AlignJustify = "align-justify",
9
+ AlignLeft = "align-left",
10
+ AlignRight = "align-right",
11
+ Anchor = "anchor",
12
+ Aperture = "aperture",
13
+ Apps = "apps",
14
+ Archive = "archive",
15
+ ArrowDownCircle = "arrow-down-circle",
16
+ ArrowDownLeft = "arrow-down-left",
17
+ ArrowDownRight = "arrow-down-right",
18
+ ArrowDown = "arrow-down",
19
+ ArrowLeftCircle = "arrow-left-circle",
20
+ ArrowLeft = "arrow-left",
21
+ ArrowRightCircle = "arrow-right-circle",
22
+ ArrowRight = "arrow-right",
23
+ ArrowUpCircle = "arrow-up-circle",
24
+ ArrowUpLeft = "arrow-up-left",
25
+ ArrowUpRight = "arrow-up-right",
26
+ ArrowUp = "arrow-up",
27
+ AtSign = "at-sign",
28
+ Award = "award",
29
+ BarChart2 = "bar-chart-2",
30
+ BarChart = "bar-chart",
31
+ BatteryCharging = "battery-charging",
32
+ Battery = "battery",
33
+ BellOff = "bell-off",
34
+ Bell = "bell",
35
+ Bluetooth = "bluetooth",
36
+ Bold = "bold",
37
+ BookOpen = "book-open",
38
+ Book = "book",
39
+ Bookmark = "bookmark",
40
+ Box = "box",
41
+ Briefcase = "briefcase",
42
+ Calendar = "calendar",
43
+ CameraOff = "camera-off",
44
+ Camera = "camera",
45
+ Cast = "cast",
46
+ CheckCircle = "check-circle",
47
+ CheckSquare = "check-square",
48
+ Check = "check",
49
+ ChevronDown = "chevron-down",
50
+ ChevronLeft = "chevron-left",
51
+ ChevronRight = "chevron-right",
52
+ ChevronUp = "chevron-up",
53
+ ChevronsDown = "chevrons-down",
54
+ ChevronsLeft = "chevrons-left",
55
+ ChevronsRight = "chevrons-right",
56
+ ChevronsUp = "chevrons-up",
57
+ Chrome = "chrome",
58
+ Circle = "circle",
59
+ Clipboard = "clipboard",
60
+ Clock = "clock",
61
+ CloudDrizzle = "cloud-drizzle",
62
+ CloudLightning = "cloud-lightning",
63
+ CloudOff = "cloud-off",
64
+ CloudRain = "cloud-rain",
65
+ CloudSnow = "cloud-snow",
66
+ Cloud = "cloud",
67
+ Code = "code",
68
+ Codepen = "codepen",
69
+ Codesandbox = "codesandbox",
70
+ Coffee = "coffee",
71
+ Columns = "columns",
72
+ Command = "command",
73
+ Compass = "compass",
74
+ Copy = "copy",
75
+ CornerDownLeft = "corner-down-left",
76
+ CornerDownRight = "corner-down-right",
77
+ CornerLeftDown = "corner-left-down",
78
+ CornerLeftUp = "corner-left-up",
79
+ CornerRightDown = "corner-right-down",
80
+ CornerRightUp = "corner-right-up",
81
+ CornerUpLeft = "corner-up-left",
82
+ CornerUpRight = "corner-up-right",
83
+ Cpu = "cpu",
84
+ CreditCard = "credit-card",
85
+ Crop = "crop",
86
+ Crosshair = "crosshair",
87
+ Database = "database",
88
+ Delete = "delete",
89
+ Disc = "disc",
90
+ DivideCircle = "divide-circle",
91
+ DivideSquare = "divide-square",
92
+ Divide = "divide",
93
+ DollarSign = "dollar-sign",
94
+ DownloadCloud = "download-cloud",
95
+ Download = "download",
96
+ Dribbble = "dribbble",
97
+ Droplet = "droplet",
98
+ Edit2 = "edit-2",
99
+ Edit3 = "edit-3",
100
+ Edit = "edit",
101
+ ExternalLink = "external-link",
102
+ EyeOff = "eye-off",
103
+ Eye = "eye",
104
+ Facebook = "facebook",
105
+ FastForward = "fast-forward",
106
+ FeatherSprite = "feather-sprite",
107
+ Feather = "feather",
108
+ Figma = "figma",
109
+ FileMinus = "file-minus",
110
+ FilePlus = "file-plus",
111
+ FileText = "file-text",
112
+ File = "file",
113
+ Film = "film",
114
+ Filter = "filter",
115
+ Flag = "flag",
116
+ FolderMinus = "folder-minus",
117
+ FolderPlus = "folder-plus",
118
+ Folder = "folder",
119
+ Framer = "framer",
120
+ Frown = "frown",
121
+ Gift = "gift",
122
+ GitBranch = "git-branch",
123
+ GitCommit = "git-commit",
124
+ GitMerge = "git-merge",
125
+ GitPullRequest = "git-pull-request",
126
+ Github = "github",
127
+ Gitlab = "gitlab",
128
+ Globe = "globe",
129
+ Grid = "grid",
130
+ HardDrive = "hard-drive",
131
+ Hash = "hash",
132
+ Headphones = "headphones",
133
+ Heart = "heart",
134
+ HelpCircle = "help-circle",
135
+ Hexagon = "hexagon",
136
+ Home = "home",
137
+ Image = "image",
138
+ Inbox = "inbox",
139
+ Info = "info",
140
+ Instagram = "instagram",
141
+ Italic = "italic",
142
+ Key = "key",
143
+ Layers = "layers",
144
+ Layout = "layout",
145
+ LifeBuoy = "life-buoy",
146
+ Link2 = "link-2",
147
+ Link = "link",
148
+ Linkedin = "linkedin",
149
+ List = "list",
150
+ Loader = "loader",
151
+ Lock = "lock",
152
+ LogIn = "log-in",
153
+ LogOut = "log-out",
154
+ Mail = "mail",
155
+ MapPin = "map-pin",
156
+ Map = "map",
157
+ Maximize2 = "maximize-2",
158
+ Maximize = "maximize",
159
+ Meh = "meh",
160
+ Menu = "menu",
161
+ MessageCircle = "message-circle",
162
+ MessageSquare = "message-square",
163
+ MicOff = "mic-off",
164
+ Mic = "mic",
165
+ Minimize2 = "minimize-2",
166
+ Minimize = "minimize",
167
+ MinusCircle = "minus-circle",
168
+ MinusSquare = "minus-square",
169
+ Minus = "minus",
170
+ Monitor = "monitor",
171
+ Moon = "moon",
172
+ MoreHorizontal = "more-horizontal",
173
+ MoreVertical = "more-vertical",
174
+ MousePointer = "mouse-pointer",
175
+ Move = "move",
176
+ Music = "music",
177
+ Navigation2 = "navigation-2",
178
+ Navigation = "navigation",
179
+ Octagon = "octagon",
180
+ Package = "package",
181
+ Paperclip = "paperclip",
182
+ PauseCircle = "pause-circle",
183
+ Pause = "pause",
184
+ PenTool = "pen-tool",
185
+ Percent = "percent",
186
+ PhoneCall = "phone-call",
187
+ PhoneForwarded = "phone-forwarded",
188
+ PhoneIncoming = "phone-incoming",
189
+ PhoneMissed = "phone-missed",
190
+ PhoneOff = "phone-off",
191
+ PhoneOutgoing = "phone-outgoing",
192
+ Phone = "phone",
193
+ PieChart = "pie-chart",
194
+ PlayCircle = "play-circle",
195
+ Play = "play",
196
+ PlusCircle = "plus-circle",
197
+ PlusSquare = "plus-square",
198
+ Plus = "plus",
199
+ Pocket = "pocket",
200
+ Power = "power",
201
+ Printer = "printer",
202
+ Radio = "radio",
203
+ RefreshCcw = "refresh-ccw",
204
+ RefreshCw = "refresh-cw",
205
+ Repeat = "repeat",
206
+ Rewind = "rewind",
207
+ RotateCcw = "rotate-ccw",
208
+ RotateCw = "rotate-cw",
209
+ Rss = "rss",
210
+ Save = "save",
211
+ Scissors = "scissors",
212
+ Search = "search",
213
+ Send = "send",
214
+ Server = "server",
215
+ Settings = "settings",
216
+ Share2 = "share-2",
217
+ Share = "share",
218
+ ShieldOff = "shield-off",
219
+ Shield = "shield",
220
+ ShoppingBag = "shopping-bag",
221
+ ShoppingCart = "shopping-cart",
222
+ Shuffle = "shuffle",
223
+ Sidebar = "sidebar",
224
+ SkipBack = "skip-back",
225
+ SkipForward = "skip-forward",
226
+ Slack = "slack",
227
+ Slash = "slash",
228
+ Sliders = "sliders",
229
+ Smartphone = "smartphone",
230
+ Smile = "smile",
231
+ Speaker = "speaker",
232
+ Spinner = "spinner",
233
+ Square = "square",
234
+ Star = "star",
235
+ StopCircle = "stop-circle",
236
+ Sun = "sun",
237
+ Sunrise = "sunrise",
238
+ Sunset = "sunset",
239
+ Table = "table",
240
+ Tablet = "tablet",
241
+ Tag = "tag",
242
+ Target = "target",
243
+ Terminal = "terminal",
244
+ Thermometer = "thermometer",
245
+ ThumbsDown = "thumbs-down",
246
+ ThumbsUp = "thumbs-up",
247
+ ToggleLeft = "toggle-left",
248
+ ToggleRight = "toggle-right",
249
+ Tool = "tool",
250
+ Trash2 = "trash-2",
251
+ Trash = "trash",
252
+ Trello = "trello",
253
+ TrendingDown = "trending-down",
254
+ TrendingUp = "trending-up",
255
+ Triangle = "triangle",
256
+ Truck = "truck",
257
+ Tv = "tv",
258
+ Twitch = "twitch",
259
+ Twitter = "twitter",
260
+ Type = "type",
261
+ Umbrella = "umbrella",
262
+ Underline = "underline",
263
+ Unlock = "unlock",
264
+ UploadCloud = "upload-cloud",
265
+ Upload = "upload",
266
+ UserCheck = "user-check",
267
+ UserMinus = "user-minus",
268
+ UserPlus = "user-plus",
269
+ UserX = "user-x",
270
+ User = "user",
271
+ Users = "users",
272
+ VideoOff = "video-off",
273
+ Video = "video",
274
+ Voicemail = "voicemail",
275
+ Volume1 = "volume-1",
276
+ Volume2 = "volume-2",
277
+ VolumeX = "volume-x",
278
+ Volume = "volume",
279
+ Watch = "watch",
280
+ WifiOff = "wifi-off",
281
+ Wifi = "wifi",
282
+ Wind = "wind",
283
+ XCircle = "x-circle",
284
+ XOctagon = "x-octagon",
285
+ XSquare = "x-square",
286
+ X = "x",
287
+ Youtube = "youtube",
288
+ ZapOff = "zap-off",
289
+ Zap = "zap",
290
+ ZoomIn = "zoom-in",
291
+ ZoomOut = "zoom-out"
292
+ }