@true-tech-team/react-components 0.0.2 → 0.0.4

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 (237) hide show
  1. package/index.css +1 -1
  2. package/index.d.ts +4 -2
  3. package/index.js +1 -1
  4. package/index.mjs +5944 -3658
  5. package/lib/components/buttons/Button/Button.d.ts +15 -4
  6. package/lib/components/buttons/IconButton/IconButton.d.ts +1 -1
  7. package/lib/components/display/Accordion/Accordion.d.ts +112 -0
  8. package/lib/components/display/Accordion/AccordionContainer.d.ts +101 -0
  9. package/lib/components/display/Accordion/AccordionContext.d.ts +57 -0
  10. package/lib/components/display/Accordion/index.d.ts +6 -0
  11. package/lib/components/display/Avatar/Avatar.d.ts +1 -1
  12. package/lib/components/display/Card/Card.d.ts +101 -0
  13. package/lib/components/display/Card/index.d.ts +3 -0
  14. package/lib/components/display/Carousel/Carousel.d.ts +125 -0
  15. package/lib/components/display/Carousel/index.d.ts +3 -0
  16. package/lib/components/display/Collapse/Collapse.d.ts +57 -0
  17. package/lib/components/display/Collapse/index.d.ts +2 -0
  18. package/lib/components/display/CountUp/CountUp.d.ts +119 -0
  19. package/lib/components/display/CountUp/index.d.ts +3 -0
  20. package/lib/components/display/FlipCard/FlipCard.d.ts +125 -0
  21. package/lib/components/display/FlipCard/index.d.ts +3 -0
  22. package/lib/components/display/Icon/Icon.d.ts +1 -1
  23. package/lib/components/display/Icon/icons/Account.d.ts +3 -0
  24. package/lib/components/display/Icon/icons/Activity.d.ts +3 -0
  25. package/lib/components/display/Icon/icons/AlignCenter.d.ts +3 -0
  26. package/lib/components/display/Icon/icons/AlignJustify.d.ts +3 -0
  27. package/lib/components/display/Icon/icons/AlignLeft.d.ts +3 -0
  28. package/lib/components/display/Icon/icons/AlignRight.d.ts +3 -0
  29. package/lib/components/display/Icon/icons/ArrowDown.d.ts +3 -0
  30. package/lib/components/display/Icon/icons/ArrowDownLeft.d.ts +3 -0
  31. package/lib/components/display/Icon/icons/ArrowDownRight.d.ts +3 -0
  32. package/lib/components/display/Icon/icons/ArrowLeft.d.ts +3 -0
  33. package/lib/components/display/Icon/icons/ArrowRight.d.ts +3 -0
  34. package/lib/components/display/Icon/icons/ArrowUp.d.ts +3 -0
  35. package/lib/components/display/Icon/icons/ArrowUpLeft.d.ts +3 -0
  36. package/lib/components/display/Icon/icons/ArrowUpRight.d.ts +3 -0
  37. package/lib/components/display/Icon/icons/AtSign.d.ts +3 -0
  38. package/lib/components/display/Icon/icons/BarChart2.d.ts +3 -0
  39. package/lib/components/display/Icon/icons/Battery.d.ts +3 -0
  40. package/lib/components/display/Icon/icons/BatteryCharging.d.ts +3 -0
  41. package/lib/components/display/Icon/icons/Bell.d.ts +3 -0
  42. package/lib/components/display/Icon/icons/BellOff.d.ts +3 -0
  43. package/lib/components/display/Icon/icons/Bluetooth.d.ts +3 -0
  44. package/lib/components/display/Icon/icons/Bold.d.ts +3 -0
  45. package/lib/components/display/Icon/icons/Bookmark.d.ts +3 -0
  46. package/lib/components/display/Icon/icons/BookmarkPlus.d.ts +3 -0
  47. package/lib/components/display/Icon/icons/Building.d.ts +3 -0
  48. package/lib/components/display/Icon/icons/Calendar.d.ts +3 -0
  49. package/lib/components/display/Icon/icons/Camera.d.ts +3 -0
  50. package/lib/components/display/Icon/icons/ChartBar.d.ts +3 -0
  51. package/lib/components/display/Icon/icons/ChartLine.d.ts +3 -0
  52. package/lib/components/display/Icon/icons/Check.d.ts +3 -0
  53. package/lib/components/display/Icon/icons/ChevronDown.d.ts +3 -0
  54. package/lib/components/display/Icon/icons/ChevronLeft.d.ts +3 -0
  55. package/lib/components/display/Icon/icons/ChevronRight.d.ts +3 -0
  56. package/lib/components/display/Icon/icons/ChevronUp.d.ts +3 -0
  57. package/lib/components/display/Icon/icons/Clock.d.ts +3 -0
  58. package/lib/components/display/Icon/icons/Close.d.ts +3 -0
  59. package/lib/components/display/Icon/icons/Cloud.d.ts +3 -0
  60. package/lib/components/display/Icon/icons/CloudDownload.d.ts +3 -0
  61. package/lib/components/display/Icon/icons/CloudOff.d.ts +3 -0
  62. package/lib/components/display/Icon/icons/CloudUpload.d.ts +3 -0
  63. package/lib/components/display/Icon/icons/Code.d.ts +3 -0
  64. package/lib/components/display/Icon/icons/Compass.d.ts +3 -0
  65. package/lib/components/display/Icon/icons/Copy.d.ts +3 -0
  66. package/lib/components/display/Icon/icons/CornerDownLeft.d.ts +3 -0
  67. package/lib/components/display/Icon/icons/CornerDownRight.d.ts +3 -0
  68. package/lib/components/display/Icon/icons/CornerUpLeft.d.ts +3 -0
  69. package/lib/components/display/Icon/icons/CornerUpRight.d.ts +3 -0
  70. package/lib/components/display/Icon/icons/Cpu.d.ts +3 -0
  71. package/lib/components/display/Icon/icons/CreditCard.d.ts +3 -0
  72. package/lib/components/display/Icon/icons/Crosshair.d.ts +3 -0
  73. package/lib/components/display/Icon/icons/Database.d.ts +3 -0
  74. package/lib/components/display/Icon/icons/Delete.d.ts +3 -0
  75. package/lib/components/display/Icon/icons/Dollar.d.ts +3 -0
  76. package/lib/components/display/Icon/icons/Download.d.ts +3 -0
  77. package/lib/components/display/Icon/icons/Edit.d.ts +3 -0
  78. package/lib/components/display/Icon/icons/Error.d.ts +3 -0
  79. package/lib/components/display/Icon/icons/ExternalLink.d.ts +3 -0
  80. package/lib/components/display/Icon/icons/Eye.d.ts +3 -0
  81. package/lib/components/display/Icon/icons/EyeOff.d.ts +3 -0
  82. package/lib/components/display/Icon/icons/File.d.ts +3 -0
  83. package/lib/components/display/Icon/icons/FileCheck.d.ts +3 -0
  84. package/lib/components/display/Icon/icons/FileMinus.d.ts +3 -0
  85. package/lib/components/display/Icon/icons/FilePlus.d.ts +3 -0
  86. package/lib/components/display/Icon/icons/FileText.d.ts +3 -0
  87. package/lib/components/display/Icon/icons/Filter.d.ts +3 -0
  88. package/lib/components/display/Icon/icons/Folder.d.ts +3 -0
  89. package/lib/components/display/Icon/icons/FolderMinus.d.ts +3 -0
  90. package/lib/components/display/Icon/icons/FolderOpen.d.ts +3 -0
  91. package/lib/components/display/Icon/icons/FolderPlus.d.ts +3 -0
  92. package/lib/components/display/Icon/icons/Gift.d.ts +3 -0
  93. package/lib/components/display/Icon/icons/Globe.d.ts +3 -0
  94. package/lib/components/display/Icon/icons/Grid.d.ts +3 -0
  95. package/lib/components/display/Icon/icons/HardDrive.d.ts +3 -0
  96. package/lib/components/display/Icon/icons/Hash.d.ts +3 -0
  97. package/lib/components/display/Icon/icons/Heart.d.ts +3 -0
  98. package/lib/components/display/Icon/icons/Help.d.ts +3 -0
  99. package/lib/components/display/Icon/icons/Home.d.ts +3 -0
  100. package/lib/components/display/Icon/icons/Hourglass.d.ts +3 -0
  101. package/lib/components/display/Icon/icons/Image.d.ts +3 -0
  102. package/lib/components/display/Icon/icons/Inbox.d.ts +3 -0
  103. package/lib/components/display/Icon/icons/Info.d.ts +3 -0
  104. package/lib/components/display/Icon/icons/Italic.d.ts +3 -0
  105. package/lib/components/display/Icon/icons/Key.d.ts +3 -0
  106. package/lib/components/display/Icon/icons/Laptop.d.ts +3 -0
  107. package/lib/components/display/Icon/icons/Link.d.ts +3 -0
  108. package/lib/components/display/Icon/icons/Link2.d.ts +3 -0
  109. package/lib/components/display/Icon/icons/List.d.ts +3 -0
  110. package/lib/components/display/Icon/icons/ListOrdered.d.ts +3 -0
  111. package/lib/components/display/Icon/icons/ListUnordered.d.ts +3 -0
  112. package/lib/components/display/Icon/icons/Lock.d.ts +3 -0
  113. package/lib/components/display/Icon/icons/Logout.d.ts +3 -0
  114. package/lib/components/display/Icon/icons/Mail.d.ts +3 -0
  115. package/lib/components/display/Icon/icons/MailOpen.d.ts +3 -0
  116. package/lib/components/display/Icon/icons/Map.d.ts +3 -0
  117. package/lib/components/display/Icon/icons/MapPin.d.ts +3 -0
  118. package/lib/components/display/Icon/icons/Maximize.d.ts +3 -0
  119. package/lib/components/display/Icon/icons/Menu.d.ts +3 -0
  120. package/lib/components/display/Icon/icons/MessageCircle.d.ts +3 -0
  121. package/lib/components/display/Icon/icons/MessageSquare.d.ts +3 -0
  122. package/lib/components/display/Icon/icons/Messages.d.ts +3 -0
  123. package/lib/components/display/Icon/icons/Mic.d.ts +3 -0
  124. package/lib/components/display/Icon/icons/MicOff.d.ts +3 -0
  125. package/lib/components/display/Icon/icons/Minimize.d.ts +3 -0
  126. package/lib/components/display/Icon/icons/Minus.d.ts +3 -0
  127. package/lib/components/display/Icon/icons/Monitor.d.ts +3 -0
  128. package/lib/components/display/Icon/icons/Music.d.ts +3 -0
  129. package/lib/components/display/Icon/icons/Navigation.d.ts +3 -0
  130. package/lib/components/display/Icon/icons/Navigation2.d.ts +3 -0
  131. package/lib/components/display/Icon/icons/Outbox.d.ts +3 -0
  132. package/lib/components/display/Icon/icons/Paperclip.d.ts +3 -0
  133. package/lib/components/display/Icon/icons/Pause.d.ts +3 -0
  134. package/lib/components/display/Icon/icons/Percent.d.ts +3 -0
  135. package/lib/components/display/Icon/icons/PercentCircle.d.ts +3 -0
  136. package/lib/components/display/Icon/icons/Phone.d.ts +3 -0
  137. package/lib/components/display/Icon/icons/PhoneCall.d.ts +3 -0
  138. package/lib/components/display/Icon/icons/PhoneIncoming.d.ts +3 -0
  139. package/lib/components/display/Icon/icons/PhoneMissed.d.ts +3 -0
  140. package/lib/components/display/Icon/icons/PhoneOutgoing.d.ts +3 -0
  141. package/lib/components/display/Icon/icons/PieChart.d.ts +3 -0
  142. package/lib/components/display/Icon/icons/Play.d.ts +3 -0
  143. package/lib/components/display/Icon/icons/Plus.d.ts +3 -0
  144. package/lib/components/display/Icon/icons/Power.d.ts +3 -0
  145. package/lib/components/display/Icon/icons/Preferences.d.ts +3 -0
  146. package/lib/components/display/Icon/icons/Printer.d.ts +3 -0
  147. package/lib/components/display/Icon/icons/Profile.d.ts +3 -0
  148. package/lib/components/display/Icon/icons/Redo.d.ts +3 -0
  149. package/lib/components/display/Icon/icons/Refresh.d.ts +3 -0
  150. package/lib/components/display/Icon/icons/Repeat.d.ts +3 -0
  151. package/lib/components/display/Icon/icons/RotateCcw.d.ts +3 -0
  152. package/lib/components/display/Icon/icons/RotateCw.d.ts +3 -0
  153. package/lib/components/display/Icon/icons/Route.d.ts +3 -0
  154. package/lib/components/display/Icon/icons/Rss.d.ts +3 -0
  155. package/lib/components/display/Icon/icons/Save.d.ts +3 -0
  156. package/lib/components/display/Icon/icons/Search.d.ts +3 -0
  157. package/lib/components/display/Icon/icons/Send.d.ts +3 -0
  158. package/lib/components/display/Icon/icons/Server.d.ts +3 -0
  159. package/lib/components/display/Icon/icons/Settings.d.ts +3 -0
  160. package/lib/components/display/Icon/icons/Share.d.ts +3 -0
  161. package/lib/components/display/Icon/icons/Share2.d.ts +3 -0
  162. package/lib/components/display/Icon/icons/Shield.d.ts +3 -0
  163. package/lib/components/display/Icon/icons/ShieldAlert.d.ts +3 -0
  164. package/lib/components/display/Icon/icons/ShieldCheck.d.ts +3 -0
  165. package/lib/components/display/Icon/icons/ShieldOff.d.ts +3 -0
  166. package/lib/components/display/Icon/icons/ShoppingBag.d.ts +3 -0
  167. package/lib/components/display/Icon/icons/ShoppingCart.d.ts +3 -0
  168. package/lib/components/display/Icon/icons/Shuffle.d.ts +3 -0
  169. package/lib/components/display/Icon/icons/SkipBack.d.ts +3 -0
  170. package/lib/components/display/Icon/icons/SkipForward.d.ts +3 -0
  171. package/lib/components/display/Icon/icons/Smartphone.d.ts +3 -0
  172. package/lib/components/display/Icon/icons/Star.d.ts +3 -0
  173. package/lib/components/display/Icon/icons/Stop.d.ts +3 -0
  174. package/lib/components/display/Icon/icons/Stopwatch.d.ts +3 -0
  175. package/lib/components/display/Icon/icons/Sunrise.d.ts +3 -0
  176. package/lib/components/display/Icon/icons/Sunset.d.ts +3 -0
  177. package/lib/components/display/Icon/icons/Tablet.d.ts +3 -0
  178. package/lib/components/display/Icon/icons/Tag.d.ts +3 -0
  179. package/lib/components/display/Icon/icons/Target.d.ts +3 -0
  180. package/lib/components/display/Icon/icons/Terminal.d.ts +3 -0
  181. package/lib/components/display/Icon/icons/ThumbsUp.d.ts +3 -0
  182. package/lib/components/display/Icon/icons/TrendingDown.d.ts +3 -0
  183. package/lib/components/display/Icon/icons/TrendingUp.d.ts +3 -0
  184. package/lib/components/display/Icon/icons/Type.d.ts +3 -0
  185. package/lib/components/display/Icon/icons/Underline.d.ts +3 -0
  186. package/lib/components/display/Icon/icons/Undo.d.ts +3 -0
  187. package/lib/components/display/Icon/icons/Unlink.d.ts +3 -0
  188. package/lib/components/display/Icon/icons/Unlock.d.ts +3 -0
  189. package/lib/components/display/Icon/icons/Upload.d.ts +3 -0
  190. package/lib/components/display/Icon/icons/User.d.ts +3 -0
  191. package/lib/components/display/Icon/icons/UserCheck.d.ts +3 -0
  192. package/lib/components/display/Icon/icons/UserMinus.d.ts +3 -0
  193. package/lib/components/display/Icon/icons/UserPlus.d.ts +3 -0
  194. package/lib/components/display/Icon/icons/UserX.d.ts +3 -0
  195. package/lib/components/display/Icon/icons/Users.d.ts +3 -0
  196. package/lib/components/display/Icon/icons/Video.d.ts +3 -0
  197. package/lib/components/display/Icon/icons/Volume.d.ts +3 -0
  198. package/lib/components/display/Icon/icons/Volume1.d.ts +3 -0
  199. package/lib/components/display/Icon/icons/Volume2.d.ts +3 -0
  200. package/lib/components/display/Icon/icons/VolumeX.d.ts +3 -0
  201. package/lib/components/display/Icon/icons/Warning.d.ts +3 -0
  202. package/lib/components/display/Icon/icons/Watch.d.ts +3 -0
  203. package/lib/components/display/Icon/icons/Wifi.d.ts +3 -0
  204. package/lib/components/display/Icon/icons/WifiOff.d.ts +3 -0
  205. package/lib/components/display/Icon/icons/Zap.d.ts +3 -0
  206. package/lib/components/display/Icon/icons/index.d.ts +379 -0
  207. package/lib/components/display/Icon/index.d.ts +1 -0
  208. package/lib/components/display/PageMessages/PageMessageContent.d.ts +19 -0
  209. package/lib/components/display/PageMessages/PageMessages.d.ts +49 -0
  210. package/lib/components/display/PageMessages/defaultConfigs.d.ts +5 -0
  211. package/lib/components/display/PageMessages/index.d.ts +3 -0
  212. package/lib/components/display/PageMessages/types.d.ts +175 -0
  213. package/lib/components/display/ProgressBar/ProgressBar.d.ts +11 -0
  214. package/lib/components/display/Reveal/Reveal.d.ts +109 -0
  215. package/lib/components/display/Reveal/index.d.ts +3 -0
  216. package/lib/components/display/Spinner/Spinner.d.ts +79 -0
  217. package/lib/components/display/Spinner/index.d.ts +3 -0
  218. package/lib/components/display/StatusIndicator/StatusIndicator.d.ts +1 -1
  219. package/lib/components/index.d.ts +21 -0
  220. package/lib/components/inputs/Autocomplete/Autocomplete.d.ts +1 -1
  221. package/lib/components/inputs/Checkbox/Checkbox.d.ts +1 -1
  222. package/lib/components/inputs/DatePicker/DatePicker.d.ts +1 -1
  223. package/lib/components/inputs/Input/Input.d.ts +1 -1
  224. package/lib/components/inputs/Radio/Radio.d.ts +1 -1
  225. package/lib/components/inputs/Rating/Rating.d.ts +1 -1
  226. package/lib/components/inputs/Select/Select.d.ts +1 -1
  227. package/lib/components/inputs/Toggle/Toggle.d.ts +5 -0
  228. package/lib/components/overlays/Dropdown/Dropdown.d.ts +1 -1
  229. package/lib/components/overlays/LoadingOverlay/LoadingOverlay.d.ts +101 -0
  230. package/lib/components/overlays/LoadingOverlay/index.d.ts +3 -0
  231. package/lib/components/overlays/Menu/MenuItem.d.ts +1 -1
  232. package/lib/contexts/PageMessagesContext/PageMessagesContext.d.ts +91 -0
  233. package/lib/contexts/PageMessagesContext/index.d.ts +2 -0
  234. package/lib/contexts/index.d.ts +2 -0
  235. package/lib/providers/GlobalProvider/GlobalProvider.d.ts +6 -1
  236. package/package.json +1 -1
  237. package/lib/assets/icons/index.d.ts +0 -133
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Globe: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Globe;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Grid: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Grid;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const HardDrive: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default HardDrive;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Hash: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Hash;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Heart: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Heart;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Help: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Help;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Home: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Home;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Hourglass: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Hourglass;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Image: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Image;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Inbox: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Inbox;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Info: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Info;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Italic: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Italic;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Key: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Key;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Laptop: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Laptop;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Link: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Link;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Link2: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Link2;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const List: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default List;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const ListOrdered: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default ListOrdered;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const ListUnordered: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default ListUnordered;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Lock: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Lock;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Logout: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Logout;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Mail: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Mail;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const MailOpen: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default MailOpen;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Map: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Map;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const MapPin: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default MapPin;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Maximize: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Maximize;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Menu: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Menu;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const MessageCircle: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default MessageCircle;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const MessageSquare: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default MessageSquare;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Messages: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Messages;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Mic: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Mic;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const MicOff: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default MicOff;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Minimize: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Minimize;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Minus: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Minus;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Monitor: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Monitor;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Music: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Music;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Navigation: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Navigation;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Navigation2: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Navigation2;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Outbox: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Outbox;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Paperclip: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Paperclip;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Pause: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Pause;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Percent: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Percent;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const PercentCircle: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default PercentCircle;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Phone: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Phone;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const PhoneCall: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default PhoneCall;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const PhoneIncoming: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default PhoneIncoming;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const PhoneMissed: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default PhoneMissed;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const PhoneOutgoing: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default PhoneOutgoing;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const PieChart: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default PieChart;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Play: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Play;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Plus: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Plus;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Power: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Power;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Preferences: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Preferences;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Printer: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Printer;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Profile: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Profile;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Redo: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Redo;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Refresh: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Refresh;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Repeat: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Repeat;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const RotateCcw: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default RotateCcw;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const RotateCw: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default RotateCw;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Route: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Route;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Rss: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Rss;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Save: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Save;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Search: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Search;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Send: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Send;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Server: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Server;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Settings: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Settings;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Share: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Share;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Share2: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Share2;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Shield: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Shield;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const ShieldAlert: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default ShieldAlert;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const ShieldCheck: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default ShieldCheck;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const ShieldOff: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default ShieldOff;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const ShoppingBag: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default ShoppingBag;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const ShoppingCart: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default ShoppingCart;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Shuffle: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Shuffle;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const SkipBack: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SkipBack;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const SkipForward: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SkipForward;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Smartphone: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Smartphone;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Star: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Star;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Stop: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Stop;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Stopwatch: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Stopwatch;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Sunrise: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Sunrise;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Sunset: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Sunset;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Tablet: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Tablet;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Tag: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Tag;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Target: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Target;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Terminal: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Terminal;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const ThumbsUp: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default ThumbsUp;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const TrendingDown: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default TrendingDown;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const TrendingUp: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default TrendingUp;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Type: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Type;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Underline: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Underline;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Undo: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Undo;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Unlink: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Unlink;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Unlock: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Unlock;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Upload: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Upload;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const User: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default User;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const UserCheck: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default UserCheck;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const UserMinus: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default UserMinus;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const UserPlus: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default UserPlus;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const UserX: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default UserX;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Users: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Users;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Video: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Video;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Volume: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Volume;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Volume1: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Volume1;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Volume2: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Volume2;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const VolumeX: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default VolumeX;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Warning: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Warning;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Watch: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Watch;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const Wifi: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Wifi;