@wireapp/react-ui-kit 8.14.3 → 8.14.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 (791) hide show
  1. package/package.json +3 -3
  2. package/src/Form/Button.d.js +2 -0
  3. package/src/Form/Button.d.js.map +1 -0
  4. package/src/Form/Button.d.ts +21 -0
  5. package/src/Form/Button.js +221 -0
  6. package/src/Form/Button.js.map +1 -0
  7. package/src/Form/ButtonLink.d.js +2 -0
  8. package/src/Form/ButtonLink.d.js.map +1 -0
  9. package/src/Form/ButtonLink.d.ts +6 -0
  10. package/src/Form/ButtonLink.js +67 -0
  11. package/src/Form/ButtonLink.js.map +1 -0
  12. package/src/Form/Checkbox.d.js +6 -0
  13. package/src/Form/Checkbox.d.js.map +1 -0
  14. package/src/Form/Checkbox.d.ts +18 -0
  15. package/src/Form/Checkbox.js +146 -0
  16. package/src/Form/Checkbox.js.map +1 -0
  17. package/src/Form/CodeInput.d.js +2 -0
  18. package/src/Form/CodeInput.d.js.map +1 -0
  19. package/src/Form/CodeInput.d.ts +10 -0
  20. package/src/Form/CodeInput.js +206 -0
  21. package/src/Form/CodeInput.js.map +1 -0
  22. package/src/Form/DropFileInput.d.js +2 -0
  23. package/src/Form/DropFileInput.d.js.map +1 -0
  24. package/src/Form/DropFileInput.d.ts +19 -0
  25. package/src/Form/DropFileInput.js +237 -0
  26. package/src/Form/DropFileInput.js.map +1 -0
  27. package/src/Form/ErrorMessage.d.js +6 -0
  28. package/src/Form/ErrorMessage.d.js.map +1 -0
  29. package/src/Form/ErrorMessage.d.ts +8 -0
  30. package/src/Form/ErrorMessage.js +87 -0
  31. package/src/Form/ErrorMessage.js.map +1 -0
  32. package/src/Form/Form.d.js +2 -0
  33. package/src/Form/Form.d.js.map +1 -0
  34. package/src/Form/Form.d.ts +4 -0
  35. package/src/Form/Form.js +35 -0
  36. package/src/Form/Form.js.map +1 -0
  37. package/src/Form/Input.d.js +2 -0
  38. package/src/Form/Input.d.js.map +1 -0
  39. package/src/Form/Input.d.ts +18 -0
  40. package/src/Form/Input.js +185 -0
  41. package/src/Form/Input.js.map +1 -0
  42. package/src/Form/InputBlock.d.js +2 -0
  43. package/src/Form/InputBlock.d.js.map +1 -0
  44. package/src/Form/InputBlock.d.ts +5 -0
  45. package/src/Form/InputBlock.js +67 -0
  46. package/src/Form/InputBlock.js.map +1 -0
  47. package/src/Form/InputLabel.d.js +2 -0
  48. package/src/Form/InputLabel.d.js.map +1 -0
  49. package/src/Form/InputLabel.d.ts +9 -0
  50. package/src/Form/InputLabel.js +49 -0
  51. package/src/Form/InputLabel.js.map +1 -0
  52. package/src/Form/InputSubmitCombo.d.js +2 -0
  53. package/src/Form/InputSubmitCombo.d.js.map +1 -0
  54. package/src/Form/InputSubmitCombo.d.ts +6 -0
  55. package/src/Form/InputSubmitCombo.js +58 -0
  56. package/src/Form/InputSubmitCombo.js.map +1 -0
  57. package/src/Form/RangeInput.d.js +2 -0
  58. package/src/Form/RangeInput.d.js.map +1 -0
  59. package/src/Form/RangeInput.d.ts +11 -0
  60. package/src/Form/RangeInput.js +75 -0
  61. package/src/Form/RangeInput.js.map +1 -0
  62. package/src/Form/RangeInput.styles.d.js +2 -0
  63. package/src/Form/RangeInput.styles.d.js.map +1 -0
  64. package/src/Form/RangeInput.styles.d.ts +9 -0
  65. package/src/Form/RangeInput.styles.js +76 -0
  66. package/src/Form/RangeInput.styles.js.map +1 -0
  67. package/src/Form/RoundIconButton.d.js +2 -0
  68. package/src/Form/RoundIconButton.d.js.map +1 -0
  69. package/src/Form/RoundIconButton.d.ts +9 -0
  70. package/src/Form/RoundIconButton.js +69 -0
  71. package/src/Form/RoundIconButton.js.map +1 -0
  72. package/src/Form/Select.d.js +6 -0
  73. package/src/Form/Select.d.js.map +1 -0
  74. package/src/Form/Select.d.ts +25 -0
  75. package/src/Form/Select.js +100 -0
  76. package/src/Form/Select.js.map +1 -0
  77. package/src/Form/SelectComponents.d.js +2 -0
  78. package/src/Form/SelectComponents.d.js.map +1 -0
  79. package/src/Form/SelectComponents.d.ts +13 -0
  80. package/src/Form/SelectComponents.js +190 -0
  81. package/src/Form/SelectComponents.js.map +1 -0
  82. package/src/Form/SelectStyles.d.js +2 -0
  83. package/src/Form/SelectStyles.d.js.map +1 -0
  84. package/src/Form/SelectStyles.d.ts +930 -0
  85. package/src/Form/SelectStyles.js +183 -0
  86. package/src/Form/SelectStyles.js.map +1 -0
  87. package/src/Form/ShakeBox.d.js +2 -0
  88. package/src/Form/ShakeBox.d.js.map +1 -0
  89. package/src/Form/ShakeBox.d.ts +11 -0
  90. package/src/Form/ShakeBox.js +104 -0
  91. package/src/Form/ShakeBox.js.map +1 -0
  92. package/src/Form/Switch.d.js +2 -0
  93. package/src/Form/Switch.d.js.map +1 -0
  94. package/src/Form/Switch.d.ts +17 -0
  95. package/src/Form/Switch.js +128 -0
  96. package/src/Form/Switch.js.map +1 -0
  97. package/src/Form/TextArea.d.js +2 -0
  98. package/src/Form/TextArea.d.js.map +1 -0
  99. package/src/Form/TextArea.d.ts +13 -0
  100. package/src/Form/TextArea.js +85 -0
  101. package/src/Form/TextArea.js.map +1 -0
  102. package/src/Form/Tooltip.d.js +6 -0
  103. package/src/Form/Tooltip.d.js.map +1 -0
  104. package/src/Form/Tooltip.d.ts +13 -0
  105. package/src/Form/Tooltip.js +88 -0
  106. package/src/Form/Tooltip.js.map +1 -0
  107. package/src/Form/index.d.js +240 -0
  108. package/src/Form/index.d.js.map +1 -0
  109. package/src/Form/index.d.ts +19 -0
  110. package/src/Form/index.js +240 -0
  111. package/src/Form/index.js.map +1 -0
  112. package/src/GlobalCssVariables.d.js +2 -0
  113. package/src/GlobalCssVariables.d.js.map +1 -0
  114. package/src/GlobalCssVariables.d.ts +7 -0
  115. package/src/GlobalCssVariables.js +132 -0
  116. package/src/GlobalCssVariables.js.map +1 -0
  117. package/src/GlobalStyle.d.js +4 -0
  118. package/src/GlobalStyle.d.js.map +1 -0
  119. package/src/GlobalStyle.d.ts +7 -0
  120. package/src/GlobalStyle.js +66 -0
  121. package/src/GlobalStyle.js.map +1 -0
  122. package/src/Icon/AddPeopleIcon.d.js +2 -0
  123. package/src/Icon/AddPeopleIcon.d.js.map +1 -0
  124. package/src/Icon/AddPeopleIcon.d.ts +4 -0
  125. package/src/Icon/AddPeopleIcon.js +47 -0
  126. package/src/Icon/AddPeopleIcon.js.map +1 -0
  127. package/src/Icon/ArchiveIcon.d.js +2 -0
  128. package/src/Icon/ArchiveIcon.d.js.map +1 -0
  129. package/src/Icon/ArchiveIcon.d.ts +4 -0
  130. package/src/Icon/ArchiveIcon.js +46 -0
  131. package/src/Icon/ArchiveIcon.js.map +1 -0
  132. package/src/Icon/ArrowDown.d.js +2 -0
  133. package/src/Icon/ArrowDown.d.js.map +1 -0
  134. package/src/Icon/ArrowDown.d.ts +2 -0
  135. package/src/Icon/ArrowDown.js +45 -0
  136. package/src/Icon/ArrowDown.js.map +1 -0
  137. package/src/Icon/ArrowIcon.d.js +2 -0
  138. package/src/Icon/ArrowIcon.d.js.map +1 -0
  139. package/src/Icon/ArrowIcon.d.ts +14 -0
  140. package/src/Icon/ArrowIcon.js +41 -0
  141. package/src/Icon/ArrowIcon.js.map +1 -0
  142. package/src/Icon/AttachmentIcon.d.js +2 -0
  143. package/src/Icon/AttachmentIcon.d.js.map +1 -0
  144. package/src/Icon/AttachmentIcon.d.ts +4 -0
  145. package/src/Icon/AttachmentIcon.js +46 -0
  146. package/src/Icon/AttachmentIcon.js.map +1 -0
  147. package/src/Icon/AudioVideoIcon.d.js +2 -0
  148. package/src/Icon/AudioVideoIcon.d.js.map +1 -0
  149. package/src/Icon/AudioVideoIcon.d.ts +4 -0
  150. package/src/Icon/AudioVideoIcon.js +46 -0
  151. package/src/Icon/AudioVideoIcon.js.map +1 -0
  152. package/src/Icon/BlockIcon.d.js +2 -0
  153. package/src/Icon/BlockIcon.d.js.map +1 -0
  154. package/src/Icon/BlockIcon.d.ts +4 -0
  155. package/src/Icon/BlockIcon.js +46 -0
  156. package/src/Icon/BlockIcon.js.map +1 -0
  157. package/src/Icon/Brand/AndroidIcon.d.js +2 -0
  158. package/src/Icon/Brand/AndroidIcon.d.js.map +1 -0
  159. package/src/Icon/Brand/AndroidIcon.d.ts +4 -0
  160. package/src/Icon/Brand/AndroidIcon.js +47 -0
  161. package/src/Icon/Brand/AndroidIcon.js.map +1 -0
  162. package/src/Icon/Brand/AppleIcon.d.js +2 -0
  163. package/src/Icon/Brand/AppleIcon.d.js.map +1 -0
  164. package/src/Icon/Brand/AppleIcon.d.ts +4 -0
  165. package/src/Icon/Brand/AppleIcon.js +47 -0
  166. package/src/Icon/Brand/AppleIcon.js.map +1 -0
  167. package/src/Icon/Brand/ChromeIcon.d.js +2 -0
  168. package/src/Icon/Brand/ChromeIcon.d.js.map +1 -0
  169. package/src/Icon/Brand/ChromeIcon.d.ts +4 -0
  170. package/src/Icon/Brand/ChromeIcon.js +47 -0
  171. package/src/Icon/Brand/ChromeIcon.js.map +1 -0
  172. package/src/Icon/Brand/FacebookIcon.d.js +2 -0
  173. package/src/Icon/Brand/FacebookIcon.d.js.map +1 -0
  174. package/src/Icon/Brand/FacebookIcon.d.ts +4 -0
  175. package/src/Icon/Brand/FacebookIcon.js +46 -0
  176. package/src/Icon/Brand/FacebookIcon.js.map +1 -0
  177. package/src/Icon/Brand/GitHubIcon.d.js +2 -0
  178. package/src/Icon/Brand/GitHubIcon.d.js.map +1 -0
  179. package/src/Icon/Brand/GitHubIcon.d.ts +4 -0
  180. package/src/Icon/Brand/GitHubIcon.js +46 -0
  181. package/src/Icon/Brand/GitHubIcon.js.map +1 -0
  182. package/src/Icon/Brand/LinkedInIcon.d.js +2 -0
  183. package/src/Icon/Brand/LinkedInIcon.d.js.map +1 -0
  184. package/src/Icon/Brand/LinkedInIcon.d.ts +4 -0
  185. package/src/Icon/Brand/LinkedInIcon.js +46 -0
  186. package/src/Icon/Brand/LinkedInIcon.js.map +1 -0
  187. package/src/Icon/Brand/LinuxIcon.d.js +2 -0
  188. package/src/Icon/Brand/LinuxIcon.d.js.map +1 -0
  189. package/src/Icon/Brand/LinuxIcon.d.ts +4 -0
  190. package/src/Icon/Brand/LinuxIcon.js +47 -0
  191. package/src/Icon/Brand/LinuxIcon.js.map +1 -0
  192. package/src/Icon/Brand/MicrosoftIcon.d.js +2 -0
  193. package/src/Icon/Brand/MicrosoftIcon.d.js.map +1 -0
  194. package/src/Icon/Brand/MicrosoftIcon.d.ts +4 -0
  195. package/src/Icon/Brand/MicrosoftIcon.js +47 -0
  196. package/src/Icon/Brand/MicrosoftIcon.js.map +1 -0
  197. package/src/Icon/Brand/TwitterIcon.d.js +2 -0
  198. package/src/Icon/Brand/TwitterIcon.d.js.map +1 -0
  199. package/src/Icon/Brand/TwitterIcon.d.ts +4 -0
  200. package/src/Icon/Brand/TwitterIcon.js +46 -0
  201. package/src/Icon/Brand/TwitterIcon.js.map +1 -0
  202. package/src/Icon/CallIcon.d.js +2 -0
  203. package/src/Icon/CallIcon.d.js.map +1 -0
  204. package/src/Icon/CallIcon.d.ts +4 -0
  205. package/src/Icon/CallIcon.js +46 -0
  206. package/src/Icon/CallIcon.js.map +1 -0
  207. package/src/Icon/CamIcon.d.js +2 -0
  208. package/src/Icon/CamIcon.d.js.map +1 -0
  209. package/src/Icon/CamIcon.d.ts +4 -0
  210. package/src/Icon/CamIcon.js +46 -0
  211. package/src/Icon/CamIcon.js.map +1 -0
  212. package/src/Icon/CameraIcon.d.js +2 -0
  213. package/src/Icon/CameraIcon.d.js.map +1 -0
  214. package/src/Icon/CameraIcon.d.ts +4 -0
  215. package/src/Icon/CameraIcon.js +47 -0
  216. package/src/Icon/CameraIcon.js.map +1 -0
  217. package/src/Icon/CheckIcon.d.js +2 -0
  218. package/src/Icon/CheckIcon.d.js.map +1 -0
  219. package/src/Icon/CheckIcon.d.ts +4 -0
  220. package/src/Icon/CheckIcon.js +46 -0
  221. package/src/Icon/CheckIcon.js.map +1 -0
  222. package/src/Icon/CheckRoundIcon.d.js +2 -0
  223. package/src/Icon/CheckRoundIcon.d.js.map +1 -0
  224. package/src/Icon/CheckRoundIcon.d.ts +4 -0
  225. package/src/Icon/CheckRoundIcon.js +46 -0
  226. package/src/Icon/CheckRoundIcon.js.map +1 -0
  227. package/src/Icon/ChevronIcon.d.js +2 -0
  228. package/src/Icon/ChevronIcon.d.js.map +1 -0
  229. package/src/Icon/ChevronIcon.d.ts +4 -0
  230. package/src/Icon/ChevronIcon.js +36 -0
  231. package/src/Icon/ChevronIcon.js.map +1 -0
  232. package/src/Icon/CloseIcon.d.js +2 -0
  233. package/src/Icon/CloseIcon.d.js.map +1 -0
  234. package/src/Icon/CloseIcon.d.ts +4 -0
  235. package/src/Icon/CloseIcon.js +46 -0
  236. package/src/Icon/CloseIcon.js.map +1 -0
  237. package/src/Icon/CopyIcon.d.js +2 -0
  238. package/src/Icon/CopyIcon.d.js.map +1 -0
  239. package/src/Icon/CopyIcon.d.ts +4 -0
  240. package/src/Icon/CopyIcon.js +46 -0
  241. package/src/Icon/CopyIcon.js.map +1 -0
  242. package/src/Icon/DeviceIcon.d.js +2 -0
  243. package/src/Icon/DeviceIcon.d.js.map +1 -0
  244. package/src/Icon/DeviceIcon.d.ts +4 -0
  245. package/src/Icon/DeviceIcon.js +46 -0
  246. package/src/Icon/DeviceIcon.js.map +1 -0
  247. package/src/Icon/DownloadIcon.d.js +2 -0
  248. package/src/Icon/DownloadIcon.d.js.map +1 -0
  249. package/src/Icon/DownloadIcon.d.ts +4 -0
  250. package/src/Icon/DownloadIcon.js +46 -0
  251. package/src/Icon/DownloadIcon.js.map +1 -0
  252. package/src/Icon/EditDocumentIcon.d.js +2 -0
  253. package/src/Icon/EditDocumentIcon.d.js.map +1 -0
  254. package/src/Icon/EditDocumentIcon.d.ts +4 -0
  255. package/src/Icon/EditDocumentIcon.js +48 -0
  256. package/src/Icon/EditDocumentIcon.js.map +1 -0
  257. package/src/Icon/EditIcon.d.js +2 -0
  258. package/src/Icon/EditIcon.d.js.map +1 -0
  259. package/src/Icon/EditIcon.d.ts +4 -0
  260. package/src/Icon/EditIcon.js +46 -0
  261. package/src/Icon/EditIcon.js.map +1 -0
  262. package/src/Icon/EnterIcon.d.js +2 -0
  263. package/src/Icon/EnterIcon.d.js.map +1 -0
  264. package/src/Icon/EnterIcon.d.ts +4 -0
  265. package/src/Icon/EnterIcon.js +46 -0
  266. package/src/Icon/EnterIcon.js.map +1 -0
  267. package/src/Icon/ErrorIcon.d.js +2 -0
  268. package/src/Icon/ErrorIcon.d.js.map +1 -0
  269. package/src/Icon/ErrorIcon.d.ts +4 -0
  270. package/src/Icon/ErrorIcon.js +61 -0
  271. package/src/Icon/ErrorIcon.js.map +1 -0
  272. package/src/Icon/FileIcon.d.js +2 -0
  273. package/src/Icon/FileIcon.d.js.map +1 -0
  274. package/src/Icon/FileIcon.d.ts +4 -0
  275. package/src/Icon/FileIcon.js +46 -0
  276. package/src/Icon/FileIcon.js.map +1 -0
  277. package/src/Icon/GifIcon.d.js +2 -0
  278. package/src/Icon/GifIcon.d.js.map +1 -0
  279. package/src/Icon/GifIcon.d.ts +4 -0
  280. package/src/Icon/GifIcon.js +46 -0
  281. package/src/Icon/GifIcon.js.map +1 -0
  282. package/src/Icon/GridIcon.d.js +2 -0
  283. package/src/Icon/GridIcon.d.js.map +1 -0
  284. package/src/Icon/GridIcon.d.ts +4 -0
  285. package/src/Icon/GridIcon.js +47 -0
  286. package/src/Icon/GridIcon.js.map +1 -0
  287. package/src/Icon/GroupIcon.d.js +2 -0
  288. package/src/Icon/GroupIcon.d.js.map +1 -0
  289. package/src/Icon/GroupIcon.d.ts +4 -0
  290. package/src/Icon/GroupIcon.js +46 -0
  291. package/src/Icon/GroupIcon.js.map +1 -0
  292. package/src/Icon/HangupIcon.d.js +2 -0
  293. package/src/Icon/HangupIcon.d.js.map +1 -0
  294. package/src/Icon/HangupIcon.d.ts +4 -0
  295. package/src/Icon/HangupIcon.js +46 -0
  296. package/src/Icon/HangupIcon.js.map +1 -0
  297. package/src/Icon/HideIcon.d.js +2 -0
  298. package/src/Icon/HideIcon.d.js.map +1 -0
  299. package/src/Icon/HideIcon.d.ts +4 -0
  300. package/src/Icon/HideIcon.js +46 -0
  301. package/src/Icon/HideIcon.js.map +1 -0
  302. package/src/Icon/ImageIcon.d.js +2 -0
  303. package/src/Icon/ImageIcon.d.js.map +1 -0
  304. package/src/Icon/ImageIcon.d.ts +4 -0
  305. package/src/Icon/ImageIcon.js +46 -0
  306. package/src/Icon/ImageIcon.js.map +1 -0
  307. package/src/Icon/InfoIcon.d.js +2 -0
  308. package/src/Icon/InfoIcon.d.js.map +1 -0
  309. package/src/Icon/InfoIcon.d.ts +4 -0
  310. package/src/Icon/InfoIcon.js +46 -0
  311. package/src/Icon/InfoIcon.js.map +1 -0
  312. package/src/Icon/InviteIcon.d.js +2 -0
  313. package/src/Icon/InviteIcon.d.js.map +1 -0
  314. package/src/Icon/InviteIcon.d.ts +4 -0
  315. package/src/Icon/InviteIcon.js +46 -0
  316. package/src/Icon/InviteIcon.js.map +1 -0
  317. package/src/Icon/LeaveIcon.d.js +2 -0
  318. package/src/Icon/LeaveIcon.d.js.map +1 -0
  319. package/src/Icon/LeaveIcon.d.ts +4 -0
  320. package/src/Icon/LeaveIcon.js +46 -0
  321. package/src/Icon/LeaveIcon.js.map +1 -0
  322. package/src/Icon/LinkIcon.d.js +2 -0
  323. package/src/Icon/LinkIcon.d.js.map +1 -0
  324. package/src/Icon/LinkIcon.d.ts +4 -0
  325. package/src/Icon/LinkIcon.js +47 -0
  326. package/src/Icon/LinkIcon.js.map +1 -0
  327. package/src/Icon/ListIcon.d.js +2 -0
  328. package/src/Icon/ListIcon.d.js.map +1 -0
  329. package/src/Icon/ListIcon.d.ts +4 -0
  330. package/src/Icon/ListIcon.js +46 -0
  331. package/src/Icon/ListIcon.js.map +1 -0
  332. package/src/Icon/LockIcon.d.js +2 -0
  333. package/src/Icon/LockIcon.d.js.map +1 -0
  334. package/src/Icon/LockIcon.d.ts +4 -0
  335. package/src/Icon/LockIcon.js +47 -0
  336. package/src/Icon/LockIcon.js.map +1 -0
  337. package/src/Icon/MessageIcon.d.js +2 -0
  338. package/src/Icon/MessageIcon.d.js.map +1 -0
  339. package/src/Icon/MessageIcon.d.ts +4 -0
  340. package/src/Icon/MessageIcon.js +46 -0
  341. package/src/Icon/MessageIcon.js.map +1 -0
  342. package/src/Icon/MinusIcon.d.js +2 -0
  343. package/src/Icon/MinusIcon.d.js.map +1 -0
  344. package/src/Icon/MinusIcon.d.ts +4 -0
  345. package/src/Icon/MinusIcon.js +46 -0
  346. package/src/Icon/MinusIcon.js.map +1 -0
  347. package/src/Icon/MoreIcon.d.js +2 -0
  348. package/src/Icon/MoreIcon.d.js.map +1 -0
  349. package/src/Icon/MoreIcon.d.ts +4 -0
  350. package/src/Icon/MoreIcon.js +46 -0
  351. package/src/Icon/MoreIcon.js.map +1 -0
  352. package/src/Icon/MuteIcon.d.js +2 -0
  353. package/src/Icon/MuteIcon.d.js.map +1 -0
  354. package/src/Icon/MuteIcon.d.ts +4 -0
  355. package/src/Icon/MuteIcon.js +46 -0
  356. package/src/Icon/MuteIcon.js.map +1 -0
  357. package/src/Icon/NotificationIcon.d.js +2 -0
  358. package/src/Icon/NotificationIcon.d.js.map +1 -0
  359. package/src/Icon/NotificationIcon.d.ts +4 -0
  360. package/src/Icon/NotificationIcon.js +46 -0
  361. package/src/Icon/NotificationIcon.js.map +1 -0
  362. package/src/Icon/NotificationOffIcon.d.js +2 -0
  363. package/src/Icon/NotificationOffIcon.d.js.map +1 -0
  364. package/src/Icon/NotificationOffIcon.d.ts +4 -0
  365. package/src/Icon/NotificationOffIcon.js +46 -0
  366. package/src/Icon/NotificationOffIcon.js.map +1 -0
  367. package/src/Icon/OptionsIcon.d.js +2 -0
  368. package/src/Icon/OptionsIcon.d.js.map +1 -0
  369. package/src/Icon/OptionsIcon.d.ts +4 -0
  370. package/src/Icon/OptionsIcon.js +46 -0
  371. package/src/Icon/OptionsIcon.js.map +1 -0
  372. package/src/Icon/PeopleIcon.d.js +2 -0
  373. package/src/Icon/PeopleIcon.d.js.map +1 -0
  374. package/src/Icon/PeopleIcon.d.ts +4 -0
  375. package/src/Icon/PeopleIcon.js +47 -0
  376. package/src/Icon/PeopleIcon.js.map +1 -0
  377. package/src/Icon/PingIcon.d.js +2 -0
  378. package/src/Icon/PingIcon.d.js.map +1 -0
  379. package/src/Icon/PingIcon.d.ts +4 -0
  380. package/src/Icon/PingIcon.js +46 -0
  381. package/src/Icon/PingIcon.js.map +1 -0
  382. package/src/Icon/PlaneIcon.d.js +2 -0
  383. package/src/Icon/PlaneIcon.d.js.map +1 -0
  384. package/src/Icon/PlaneIcon.d.ts +4 -0
  385. package/src/Icon/PlaneIcon.js +46 -0
  386. package/src/Icon/PlaneIcon.js.map +1 -0
  387. package/src/Icon/PlusIcon.d.js +2 -0
  388. package/src/Icon/PlusIcon.d.js.map +1 -0
  389. package/src/Icon/PlusIcon.d.ts +4 -0
  390. package/src/Icon/PlusIcon.js +46 -0
  391. package/src/Icon/PlusIcon.js.map +1 -0
  392. package/src/Icon/ProfileIcon.d.js +2 -0
  393. package/src/Icon/ProfileIcon.d.js.map +1 -0
  394. package/src/Icon/ProfileIcon.d.ts +4 -0
  395. package/src/Icon/ProfileIcon.js +46 -0
  396. package/src/Icon/ProfileIcon.js.map +1 -0
  397. package/src/Icon/RecordBoldIcon.d.js +2 -0
  398. package/src/Icon/RecordBoldIcon.d.js.map +1 -0
  399. package/src/Icon/RecordBoldIcon.d.ts +4 -0
  400. package/src/Icon/RecordBoldIcon.js +55 -0
  401. package/src/Icon/RecordBoldIcon.js.map +1 -0
  402. package/src/Icon/RecordIcon.d.js +2 -0
  403. package/src/Icon/RecordIcon.d.js.map +1 -0
  404. package/src/Icon/RecordIcon.d.ts +4 -0
  405. package/src/Icon/RecordIcon.js +56 -0
  406. package/src/Icon/RecordIcon.js.map +1 -0
  407. package/src/Icon/RecordPendingIcon.d.js +2 -0
  408. package/src/Icon/RecordPendingIcon.d.js.map +1 -0
  409. package/src/Icon/RecordPendingIcon.d.ts +4 -0
  410. package/src/Icon/RecordPendingIcon.js +53 -0
  411. package/src/Icon/RecordPendingIcon.js.map +1 -0
  412. package/src/Icon/ReloadIcon.d.js +2 -0
  413. package/src/Icon/ReloadIcon.d.js.map +1 -0
  414. package/src/Icon/ReloadIcon.d.ts +4 -0
  415. package/src/Icon/ReloadIcon.js +46 -0
  416. package/src/Icon/ReloadIcon.js.map +1 -0
  417. package/src/Icon/SVGIcon.d.js +2 -0
  418. package/src/Icon/SVGIcon.d.js.map +1 -0
  419. package/src/Icon/SVGIcon.d.ts +15 -0
  420. package/src/Icon/SVGIcon.js +84 -0
  421. package/src/Icon/SVGIcon.js.map +1 -0
  422. package/src/Icon/ScreenshareIcon.d.js +2 -0
  423. package/src/Icon/ScreenshareIcon.d.js.map +1 -0
  424. package/src/Icon/ScreenshareIcon.d.ts +4 -0
  425. package/src/Icon/ScreenshareIcon.js +46 -0
  426. package/src/Icon/ScreenshareIcon.js.map +1 -0
  427. package/src/Icon/SearchIcon.d.js +2 -0
  428. package/src/Icon/SearchIcon.d.js.map +1 -0
  429. package/src/Icon/SearchIcon.d.ts +4 -0
  430. package/src/Icon/SearchIcon.js +47 -0
  431. package/src/Icon/SearchIcon.js.map +1 -0
  432. package/src/Icon/ServicesIcon.d.js +2 -0
  433. package/src/Icon/ServicesIcon.d.js.map +1 -0
  434. package/src/Icon/ServicesIcon.d.ts +4 -0
  435. package/src/Icon/ServicesIcon.js +46 -0
  436. package/src/Icon/ServicesIcon.js.map +1 -0
  437. package/src/Icon/SettingsIcon.d.js +2 -0
  438. package/src/Icon/SettingsIcon.d.js.map +1 -0
  439. package/src/Icon/SettingsIcon.d.ts +4 -0
  440. package/src/Icon/SettingsIcon.js +46 -0
  441. package/src/Icon/SettingsIcon.js.map +1 -0
  442. package/src/Icon/ShowIcon.d.js +2 -0
  443. package/src/Icon/ShowIcon.d.js.map +1 -0
  444. package/src/Icon/ShowIcon.d.ts +4 -0
  445. package/src/Icon/ShowIcon.js +46 -0
  446. package/src/Icon/ShowIcon.js.map +1 -0
  447. package/src/Icon/SignIcon.d.js +2 -0
  448. package/src/Icon/SignIcon.d.js.map +1 -0
  449. package/src/Icon/SignIcon.d.ts +4 -0
  450. package/src/Icon/SignIcon.js +46 -0
  451. package/src/Icon/SignIcon.js.map +1 -0
  452. package/src/Icon/SpeakerIcon.d.js +2 -0
  453. package/src/Icon/SpeakerIcon.d.js.map +1 -0
  454. package/src/Icon/SpeakerIcon.d.ts +4 -0
  455. package/src/Icon/SpeakerIcon.js +46 -0
  456. package/src/Icon/SpeakerIcon.js.map +1 -0
  457. package/src/Icon/SupportIcon.d.js +2 -0
  458. package/src/Icon/SupportIcon.d.js.map +1 -0
  459. package/src/Icon/SupportIcon.d.ts +4 -0
  460. package/src/Icon/SupportIcon.js +46 -0
  461. package/src/Icon/SupportIcon.js.map +1 -0
  462. package/src/Icon/TeamIcon.d.js +2 -0
  463. package/src/Icon/TeamIcon.d.js.map +1 -0
  464. package/src/Icon/TeamIcon.d.ts +4 -0
  465. package/src/Icon/TeamIcon.js +46 -0
  466. package/src/Icon/TeamIcon.js.map +1 -0
  467. package/src/Icon/TimedIcon.d.js +2 -0
  468. package/src/Icon/TimedIcon.d.js.map +1 -0
  469. package/src/Icon/TimedIcon.d.ts +4 -0
  470. package/src/Icon/TimedIcon.js +46 -0
  471. package/src/Icon/TimedIcon.js.map +1 -0
  472. package/src/Icon/TrashCrossIcon.d.js +2 -0
  473. package/src/Icon/TrashCrossIcon.d.js.map +1 -0
  474. package/src/Icon/TrashCrossIcon.d.ts +4 -0
  475. package/src/Icon/TrashCrossIcon.js +46 -0
  476. package/src/Icon/TrashCrossIcon.js.map +1 -0
  477. package/src/Icon/TrashIcon.d.js +2 -0
  478. package/src/Icon/TrashIcon.d.js.map +1 -0
  479. package/src/Icon/TrashIcon.d.ts +4 -0
  480. package/src/Icon/TrashIcon.js +46 -0
  481. package/src/Icon/TrashIcon.js.map +1 -0
  482. package/src/Icon/TriangleIcon.d.js +2 -0
  483. package/src/Icon/TriangleIcon.d.js.map +1 -0
  484. package/src/Icon/TriangleIcon.d.ts +8 -0
  485. package/src/Icon/TriangleIcon.js +41 -0
  486. package/src/Icon/TriangleIcon.js.map +1 -0
  487. package/src/Icon/UploadIcon.d.js +2 -0
  488. package/src/Icon/UploadIcon.d.js.map +1 -0
  489. package/src/Icon/UploadIcon.d.ts +4 -0
  490. package/src/Icon/UploadIcon.js +46 -0
  491. package/src/Icon/UploadIcon.js.map +1 -0
  492. package/src/Icon/WireIcon.d.js +2 -0
  493. package/src/Icon/WireIcon.d.js.map +1 -0
  494. package/src/Icon/WireIcon.d.ts +4 -0
  495. package/src/Icon/WireIcon.js +46 -0
  496. package/src/Icon/WireIcon.js.map +1 -0
  497. package/src/Icon/index.d.js +955 -0
  498. package/src/Icon/index.d.js.map +1 -0
  499. package/src/Icon/index.d.ts +73 -0
  500. package/src/Icon/index.js +955 -0
  501. package/src/Icon/index.js.map +1 -0
  502. package/src/Identity/Animation.d.js +6 -0
  503. package/src/Identity/Animation.d.js.map +1 -0
  504. package/src/Identity/Animation.d.ts +30 -0
  505. package/src/Identity/Animation.js +247 -0
  506. package/src/Identity/Animation.js.map +1 -0
  507. package/src/Identity/Avatar.d.js +2 -0
  508. package/src/Identity/Avatar.d.js.map +1 -0
  509. package/src/Identity/Avatar.d.ts +15 -0
  510. package/src/Identity/Avatar.js +138 -0
  511. package/src/Identity/Avatar.js.map +1 -0
  512. package/src/Identity/AvatarGrid.d.js +6 -0
  513. package/src/Identity/AvatarGrid.d.js.map +1 -0
  514. package/src/Identity/AvatarGrid.d.ts +14 -0
  515. package/src/Identity/AvatarGrid.js +114 -0
  516. package/src/Identity/AvatarGrid.js.map +1 -0
  517. package/src/Identity/Logo.d.js +2 -0
  518. package/src/Identity/Logo.d.js.map +1 -0
  519. package/src/Identity/Logo.d.ts +7 -0
  520. package/src/Identity/Logo.js +62 -0
  521. package/src/Identity/Logo.js.map +1 -0
  522. package/src/Identity/colors-v2.d.js +2 -0
  523. package/src/Identity/colors-v2.d.js.map +1 -0
  524. package/src/Identity/colors-v2.d.ts +3 -0
  525. package/src/Identity/colors-v2.js +221 -0
  526. package/src/Identity/colors-v2.js.map +1 -0
  527. package/src/Identity/colors.d.js +2 -0
  528. package/src/Identity/colors.d.js.map +1 -0
  529. package/src/Identity/colors.d.ts +3 -0
  530. package/src/Identity/colors.js +94 -0
  531. package/src/Identity/colors.js.map +1 -0
  532. package/src/Identity/index.d.js +84 -0
  533. package/src/Identity/index.d.js.map +1 -0
  534. package/src/Identity/index.d.ts +6 -0
  535. package/src/Identity/index.js +84 -0
  536. package/src/Identity/index.js.map +1 -0
  537. package/src/Identity/motions.d.js +2 -0
  538. package/src/Identity/motions.d.js.map +1 -0
  539. package/src/Identity/motions.d.ts +26 -0
  540. package/src/Identity/motions.js +49 -0
  541. package/src/Identity/motions.js.map +1 -0
  542. package/src/Layout/Box.d.js +2 -0
  543. package/src/Layout/Box.d.js.map +1 -0
  544. package/src/Layout/Box.d.ts +6 -0
  545. package/src/Layout/Box.js +55 -0
  546. package/src/Layout/Box.js.map +1 -0
  547. package/src/Layout/Column.d.js +2 -0
  548. package/src/Layout/Column.d.js.map +1 -0
  549. package/src/Layout/Column.d.ts +11 -0
  550. package/src/Layout/Column.js +86 -0
  551. package/src/Layout/Column.js.map +1 -0
  552. package/src/Layout/Container.d.js +2 -0
  553. package/src/Layout/Container.d.js.map +1 -0
  554. package/src/Layout/Container.d.ts +20 -0
  555. package/src/Layout/Container.js +128 -0
  556. package/src/Layout/Container.js.map +1 -0
  557. package/src/Layout/Content.d.js +2 -0
  558. package/src/Layout/Content.d.js.map +1 -0
  559. package/src/Layout/Content.d.ts +6 -0
  560. package/src/Layout/Content.js +56 -0
  561. package/src/Layout/Content.js.map +1 -0
  562. package/src/Layout/FlexBox.d.js +2 -0
  563. package/src/Layout/FlexBox.d.js.map +1 -0
  564. package/src/Layout/FlexBox.d.ts +13 -0
  565. package/src/Layout/FlexBox.js +72 -0
  566. package/src/Layout/FlexBox.js.map +1 -0
  567. package/src/Layout/Footer.d.js +6 -0
  568. package/src/Layout/Footer.d.js.map +1 -0
  569. package/src/Layout/Footer.d.ts +6 -0
  570. package/src/Layout/Footer.js +39 -0
  571. package/src/Layout/Footer.js.map +1 -0
  572. package/src/Layout/Header.d.js +2 -0
  573. package/src/Layout/Header.d.js.map +1 -0
  574. package/src/Layout/Header.d.ts +6 -0
  575. package/src/Layout/Header.js +54 -0
  576. package/src/Layout/Header.js.map +1 -0
  577. package/src/Layout/MatchMedia.d.js +6 -0
  578. package/src/Layout/MatchMedia.d.js.map +1 -0
  579. package/src/Layout/MatchMedia.d.ts +21 -0
  580. package/src/Layout/MatchMedia.js +147 -0
  581. package/src/Layout/MatchMedia.js.map +1 -0
  582. package/src/Layout/Spacer.d.js +2 -0
  583. package/src/Layout/Spacer.d.js.map +1 -0
  584. package/src/Layout/Spacer.d.ts +6 -0
  585. package/src/Layout/Spacer.js +48 -0
  586. package/src/Layout/Spacer.js.map +1 -0
  587. package/src/Layout/StyledApp.d.js +6 -0
  588. package/src/Layout/StyledApp.d.js.map +1 -0
  589. package/src/Layout/StyledApp.d.ts +16 -0
  590. package/src/Layout/StyledApp.js +59 -0
  591. package/src/Layout/StyledApp.js.map +1 -0
  592. package/src/Layout/Theme.d.js +2 -0
  593. package/src/Layout/Theme.d.js.map +1 -0
  594. package/src/Layout/Theme.d.ts +77 -0
  595. package/src/Layout/Theme.js +232 -0
  596. package/src/Layout/Theme.js.map +1 -0
  597. package/src/Layout/headerMenu/HeaderMenu.d.js +2 -0
  598. package/src/Layout/headerMenu/HeaderMenu.d.js.map +1 -0
  599. package/src/Layout/headerMenu/HeaderMenu.d.ts +8 -0
  600. package/src/Layout/headerMenu/HeaderMenu.js +122 -0
  601. package/src/Layout/headerMenu/HeaderMenu.js.map +1 -0
  602. package/src/Layout/headerMenu/HeaderSubMenu.d.js +2 -0
  603. package/src/Layout/headerMenu/HeaderSubMenu.d.js.map +1 -0
  604. package/src/Layout/headerMenu/HeaderSubMenu.d.ts +15 -0
  605. package/src/Layout/headerMenu/HeaderSubMenu.js +154 -0
  606. package/src/Layout/headerMenu/HeaderSubMenu.js.map +1 -0
  607. package/src/Layout/headerMenu/MenuContent.d.js +2 -0
  608. package/src/Layout/headerMenu/MenuContent.d.js.map +1 -0
  609. package/src/Layout/headerMenu/MenuContent.d.ts +8 -0
  610. package/src/Layout/headerMenu/MenuContent.js +52 -0
  611. package/src/Layout/headerMenu/MenuContent.js.map +1 -0
  612. package/src/Layout/headerMenu/MenuItems.d.js +2 -0
  613. package/src/Layout/headerMenu/MenuItems.d.js.map +1 -0
  614. package/src/Layout/headerMenu/MenuItems.d.ts +9 -0
  615. package/src/Layout/headerMenu/MenuItems.js +76 -0
  616. package/src/Layout/headerMenu/MenuItems.js.map +1 -0
  617. package/src/Layout/headerMenu/MenuLink.d.js +2 -0
  618. package/src/Layout/headerMenu/MenuLink.d.js.map +1 -0
  619. package/src/Layout/headerMenu/MenuLink.d.ts +11 -0
  620. package/src/Layout/headerMenu/MenuLink.js +96 -0
  621. package/src/Layout/headerMenu/MenuLink.js.map +1 -0
  622. package/src/Layout/headerMenu/MenuOpenButton.d.js +2 -0
  623. package/src/Layout/headerMenu/MenuOpenButton.d.js.map +1 -0
  624. package/src/Layout/headerMenu/MenuOpenButton.d.ts +9 -0
  625. package/src/Layout/headerMenu/MenuOpenButton.js +85 -0
  626. package/src/Layout/headerMenu/MenuOpenButton.js.map +1 -0
  627. package/src/Layout/headerMenu/MenuScrollableItems.d.js +2 -0
  628. package/src/Layout/headerMenu/MenuScrollableItems.d.js.map +1 -0
  629. package/src/Layout/headerMenu/MenuScrollableItems.d.ts +8 -0
  630. package/src/Layout/headerMenu/MenuScrollableItems.js +61 -0
  631. package/src/Layout/headerMenu/MenuScrollableItems.js.map +1 -0
  632. package/src/Layout/headerMenu/MenuSubLink.d.js +6 -0
  633. package/src/Layout/headerMenu/MenuSubLink.d.js.map +1 -0
  634. package/src/Layout/headerMenu/MenuSubLink.d.ts +8 -0
  635. package/src/Layout/headerMenu/MenuSubLink.js +69 -0
  636. package/src/Layout/headerMenu/MenuSubLink.js.map +1 -0
  637. package/src/Layout/headerMenu/index.d.js +110 -0
  638. package/src/Layout/headerMenu/index.d.js.map +1 -0
  639. package/src/Layout/headerMenu/index.d.ts +8 -0
  640. package/src/Layout/headerMenu/index.js +110 -0
  641. package/src/Layout/headerMenu/index.js.map +1 -0
  642. package/src/Layout/index.d.js +175 -0
  643. package/src/Layout/index.d.js.map +1 -0
  644. package/src/Layout/index.d.ts +13 -0
  645. package/src/Layout/index.js +175 -0
  646. package/src/Layout/index.js.map +1 -0
  647. package/src/Layout/sizes.d.js +2 -0
  648. package/src/Layout/sizes.d.js.map +1 -0
  649. package/src/Layout/sizes.d.ts +13 -0
  650. package/src/Layout/sizes.js +42 -0
  651. package/src/Layout/sizes.js.map +1 -0
  652. package/src/Menu/MenuModal.d.js +6 -0
  653. package/src/Menu/MenuModal.d.js.map +1 -0
  654. package/src/Menu/MenuModal.d.ts +10 -0
  655. package/src/Menu/MenuModal.js +139 -0
  656. package/src/Menu/MenuModal.js.map +1 -0
  657. package/src/Menu/TabBar.d.js +2 -0
  658. package/src/Menu/TabBar.d.js.map +1 -0
  659. package/src/Menu/TabBar.d.ts +10 -0
  660. package/src/Menu/TabBar.js +105 -0
  661. package/src/Menu/TabBar.js.map +1 -0
  662. package/src/Menu/index.d.js +32 -0
  663. package/src/Menu/index.d.js.map +1 -0
  664. package/src/Menu/index.d.ts +2 -0
  665. package/src/Menu/index.js +32 -0
  666. package/src/Menu/index.js.map +1 -0
  667. package/src/Misc/ButtonGroup.d.js +2 -0
  668. package/src/Misc/ButtonGroup.d.js.map +1 -0
  669. package/src/Misc/ButtonGroup.d.ts +14 -0
  670. package/src/Misc/ButtonGroup.js +113 -0
  671. package/src/Misc/ButtonGroup.js.map +1 -0
  672. package/src/Misc/IconButton.d.js +2 -0
  673. package/src/Misc/IconButton.d.js.map +1 -0
  674. package/src/Misc/IconButton.d.ts +14 -0
  675. package/src/Misc/IconButton.js +123 -0
  676. package/src/Misc/IconButton.js.map +1 -0
  677. package/src/Misc/IsInViewport.d.js +2 -0
  678. package/src/Misc/IsInViewport.d.js.map +1 -0
  679. package/src/Misc/IsInViewport.d.ts +9 -0
  680. package/src/Misc/IsInViewport.js +69 -0
  681. package/src/Misc/IsInViewport.js.map +1 -0
  682. package/src/Misc/Loading.d.js +2 -0
  683. package/src/Misc/Loading.d.js.map +1 -0
  684. package/src/Misc/Loading.d.ts +15 -0
  685. package/src/Misc/Loading.js +72 -0
  686. package/src/Misc/Loading.js.map +1 -0
  687. package/src/Misc/Pagination.d.js +6 -0
  688. package/src/Misc/Pagination.d.js.map +1 -0
  689. package/src/Misc/Pagination.d.ts +10 -0
  690. package/src/Misc/Pagination.js +155 -0
  691. package/src/Misc/Pagination.js.map +1 -0
  692. package/src/Misc/Pill.d.js +2 -0
  693. package/src/Misc/Pill.d.js.map +1 -0
  694. package/src/Misc/Pill.d.ts +16 -0
  695. package/src/Misc/Pill.js +89 -0
  696. package/src/Misc/Pill.js.map +1 -0
  697. package/src/Misc/childrenWithDefaultProps.d.js +2 -0
  698. package/src/Misc/childrenWithDefaultProps.d.js.map +1 -0
  699. package/src/Misc/childrenWithDefaultProps.d.ts +6 -0
  700. package/src/Misc/childrenWithDefaultProps.js +35 -0
  701. package/src/Misc/childrenWithDefaultProps.js.map +1 -0
  702. package/src/Misc/index.d.js +123 -0
  703. package/src/Misc/index.d.js.map +1 -0
  704. package/src/Misc/index.d.ts +9 -0
  705. package/src/Misc/index.js +123 -0
  706. package/src/Misc/index.js.map +1 -0
  707. package/src/Misc/useLongTouch.d.js +2 -0
  708. package/src/Misc/useLongTouch.d.js.map +1 -0
  709. package/src/Misc/useLongTouch.d.ts +2 -0
  710. package/src/Misc/useLongTouch.js +60 -0
  711. package/src/Misc/useLongTouch.js.map +1 -0
  712. package/src/Misc/useTimeout.d.js +2 -0
  713. package/src/Misc/useTimeout.d.js.map +1 -0
  714. package/src/Misc/useTimeout.d.ts +5 -0
  715. package/src/Misc/useTimeout.js +67 -0
  716. package/src/Misc/useTimeout.js.map +1 -0
  717. package/src/Modal/Modal.d.js +6 -0
  718. package/src/Modal/Modal.d.js.map +1 -0
  719. package/src/Modal/Modal.d.ts +19 -0
  720. package/src/Modal/Modal.js +213 -0
  721. package/src/Modal/Modal.js.map +1 -0
  722. package/src/Modal/Overlay.d.js +2 -0
  723. package/src/Modal/Overlay.d.js.map +1 -0
  724. package/src/Modal/Overlay.d.ts +14 -0
  725. package/src/Modal/Overlay.js +116 -0
  726. package/src/Modal/Overlay.js.map +1 -0
  727. package/src/Modal/index.d.js +31 -0
  728. package/src/Modal/index.d.js.map +1 -0
  729. package/src/Modal/index.d.ts +2 -0
  730. package/src/Modal/index.js +31 -0
  731. package/src/Modal/index.js.map +1 -0
  732. package/src/Text/Heading.d.js +6 -0
  733. package/src/Text/Heading.d.js.map +1 -0
  734. package/src/Text/Heading.d.ts +17 -0
  735. package/src/Text/Heading.js +205 -0
  736. package/src/Text/Heading.js.map +1 -0
  737. package/src/Text/Label.d.js +2 -0
  738. package/src/Text/Label.d.js.map +1 -0
  739. package/src/Text/Label.d.ts +10 -0
  740. package/src/Text/Label.js +81 -0
  741. package/src/Text/Label.js.map +1 -0
  742. package/src/Text/Line.d.js +2 -0
  743. package/src/Text/Line.d.js.map +1 -0
  744. package/src/Text/Line.d.ts +8 -0
  745. package/src/Text/Line.js +60 -0
  746. package/src/Text/Line.js.map +1 -0
  747. package/src/Text/Link.d.js +2 -0
  748. package/src/Text/Link.d.js.map +1 -0
  749. package/src/Text/Link.d.ts +15 -0
  750. package/src/Text/Link.js +98 -0
  751. package/src/Text/Link.js.map +1 -0
  752. package/src/Text/Paragraph.d.js +2 -0
  753. package/src/Text/Paragraph.d.js.map +1 -0
  754. package/src/Text/Paragraph.d.ts +10 -0
  755. package/src/Text/Paragraph.js +84 -0
  756. package/src/Text/Paragraph.js.map +1 -0
  757. package/src/Text/Text.d.js +2 -0
  758. package/src/Text/Text.d.js.map +1 -0
  759. package/src/Text/Text.d.ts +25 -0
  760. package/src/Text/Text.js +138 -0
  761. package/src/Text/Text.js.map +1 -0
  762. package/src/Text/TextLink.d.js +2 -0
  763. package/src/Text/TextLink.d.js.map +1 -0
  764. package/src/Text/TextLink.d.ts +7 -0
  765. package/src/Text/TextLink.js +58 -0
  766. package/src/Text/TextLink.js.map +1 -0
  767. package/src/Text/Title.d.js +2 -0
  768. package/src/Text/Title.d.js.map +1 -0
  769. package/src/Text/Title.d.ts +5 -0
  770. package/src/Text/Title.js +60 -0
  771. package/src/Text/Title.js.map +1 -0
  772. package/src/Text/index.d.js +110 -0
  773. package/src/Text/index.d.js.map +1 -0
  774. package/src/Text/index.d.ts +8 -0
  775. package/src/Text/index.js +110 -0
  776. package/src/Text/index.js.map +1 -0
  777. package/src/index.d.js +123 -0
  778. package/src/index.d.js.map +1 -0
  779. package/src/index.d.ts +9 -0
  780. package/src/index.js +123 -0
  781. package/src/index.js.map +1 -0
  782. package/src/mediaQueries.d.js +2 -0
  783. package/src/mediaQueries.d.js.map +1 -0
  784. package/src/mediaQueries.d.ts +13 -0
  785. package/src/mediaQueries.js +46 -0
  786. package/src/mediaQueries.js.map +1 -0
  787. package/src/util.d.js +2 -0
  788. package/src/util.d.js.map +1 -0
  789. package/src/util.d.ts +5 -0
  790. package/src/util.js +66 -0
  791. package/src/util.js.map +1 -0
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.ErrorIcon = void 0;
9
+
10
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
11
+
12
+ var _react = require("@emotion/react");
13
+
14
+ var _SVGIcon = require("./SVGIcon");
15
+
16
+ /*
17
+ * Wire
18
+ * Copyright (C) 2021 Wire Swiss GmbH
19
+ *
20
+ * This program is free software: you can redistribute it and/or modify
21
+ * it under the terms of the GNU General Public License as published by
22
+ * the Free Software Foundation, either version 3 of the License, or
23
+ * (at your option) any later version.
24
+ *
25
+ * This program is distributed in the hope that it will be useful,
26
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
27
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28
+ * GNU General Public License for more details.
29
+ *
30
+ * You should have received a copy of the GNU General Public License
31
+ * along with this program. If not, see http://www.gnu.org/licenses/.
32
+ *
33
+ */
34
+
35
+ /** @jsx jsx */
36
+ var ErrorIcon = function ErrorIcon(props) {
37
+ return (0, _react.jsx)(_SVGIcon.SVGIcon, (0, _extends2["default"])({
38
+ realWidth: 13,
39
+ realHeight: 12
40
+ }, props), (0, _react.jsx)("g", {
41
+ transform: "translate(.5 .333)",
42
+ fill: "none",
43
+ fillRule: "evenodd"
44
+ }, (0, _react.jsx)("circle", {
45
+ fill: "#E02020",
46
+ cx: "6",
47
+ cy: "6",
48
+ r: "6"
49
+ }), (0, _react.jsx)("text", {
50
+ fontFamily: "SFProText-Heavy, SF Pro Text",
51
+ fontSize: "9",
52
+ fontWeight: "600",
53
+ fill: "#FFF"
54
+ }, (0, _react.jsx)("tspan", {
55
+ x: "4.291",
56
+ y: "9"
57
+ }, "!"))));
58
+ };
59
+
60
+ exports.ErrorIcon = ErrorIcon;
61
+ //# sourceMappingURL=ErrorIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["ErrorIcon.tsx"],"names":["ErrorIcon","props"],"mappings":";;;;;;;;;;;AAoBA;;AAEA;;AAtBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AAKO,IAAMA,SAAS,GAAG,SAAZA,SAAY,CAACC,KAAD;AAAA,SACvB,gBAAC,gBAAD;AAAS,IAAA,SAAS,EAAE,EAApB;AAAwB,IAAA,UAAU,EAAE;AAApC,KAA4CA,KAA5C,GACE;AAAG,IAAA,SAAS,EAAC,oBAAb;AAAkC,IAAA,IAAI,EAAC,MAAvC;AAA8C,IAAA,QAAQ,EAAC;AAAvD,KACE;AAAQ,IAAA,IAAI,EAAC,SAAb;AAAuB,IAAA,EAAE,EAAC,GAA1B;AAA8B,IAAA,EAAE,EAAC,GAAjC;AAAqC,IAAA,CAAC,EAAC;AAAvC,IADF,EAEE;AAAM,IAAA,UAAU,EAAC,8BAAjB;AAAgD,IAAA,QAAQ,EAAC,GAAzD;AAA6D,IAAA,UAAU,EAAC,KAAxE;AAA8E,IAAA,IAAI,EAAC;AAAnF,KACE;AAAO,IAAA,CAAC,EAAC,OAAT;AAAiB,IAAA,CAAC,EAAC;AAAnB,SADF,CAFF,CADF,CADuB;AAAA,CAAlB","sourcesContent":["/*\n * Wire\n * Copyright (C) 2021 Wire Swiss GmbH\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see http://www.gnu.org/licenses/.\n *\n */\n\n/** @jsx jsx */\nimport {jsx} from '@emotion/react';\n\nimport {SVGIcon, SVGIconProps} from './SVGIcon';\n\nexport const ErrorIcon = (props: SVGIconProps) => (\n <SVGIcon realWidth={13} realHeight={12} {...props}>\n <g transform=\"translate(.5 .333)\" fill=\"none\" fillRule=\"evenodd\">\n <circle fill=\"#E02020\" cx=\"6\" cy=\"6\" r=\"6\" />\n <text fontFamily=\"SFProText-Heavy, SF Pro Text\" fontSize=\"9\" fontWeight=\"600\" fill=\"#FFF\">\n <tspan x=\"4.291\" y=\"9\">\n !\n </tspan>\n </text>\n </g>\n </SVGIcon>\n);\n"],"file":"ErrorIcon.js"}
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ //# sourceMappingURL=FileIcon.d.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourcesContent":[],"file":"FileIcon.d.js"}
@@ -0,0 +1,4 @@
1
+ /** @jsx jsx */
2
+ import { jsx } from '@emotion/react';
3
+ import { SVGIconProps } from './SVGIcon';
4
+ export declare const FileIcon: (props: SVGIconProps) => jsx.JSX.Element;
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.FileIcon = void 0;
9
+
10
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
11
+
12
+ var _react = require("@emotion/react");
13
+
14
+ var _SVGIcon = require("./SVGIcon");
15
+
16
+ /*
17
+ * Wire
18
+ * Copyright (C) 2018 Wire Swiss GmbH
19
+ *
20
+ * This program is free software: you can redistribute it and/or modify
21
+ * it under the terms of the GNU General Public License as published by
22
+ * the Free Software Foundation, either version 3 of the License, or
23
+ * (at your option) any later version.
24
+ *
25
+ * This program is distributed in the hope that it will be useful,
26
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
27
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28
+ * GNU General Public License for more details.
29
+ *
30
+ * You should have received a copy of the GNU General Public License
31
+ * along with this program. If not, see http://www.gnu.org/licenses/.
32
+ *
33
+ */
34
+
35
+ /** @jsx jsx */
36
+ var FileIcon = function FileIcon(props) {
37
+ return (0, _react.jsx)(_SVGIcon.SVGIcon, (0, _extends2["default"])({
38
+ realWidth: 16,
39
+ realHeight: 16
40
+ }, props), (0, _react.jsx)("path", {
41
+ d: "M2 1v14a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V6h-3.973a2.01 2.01 0 0 1-2.03-2.006V0H3a1 1 0 0 0-1 1zm12 4h-3.643C9.652 5 9.08 4.446 9 3.738V0l5 5z"
42
+ }));
43
+ };
44
+
45
+ exports.FileIcon = FileIcon;
46
+ //# sourceMappingURL=FileIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["FileIcon.tsx"],"names":["FileIcon","props"],"mappings":";;;;;;;;;;;AAoBA;;AAEA;;AAtBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AAKO,IAAMA,QAAQ,GAAG,SAAXA,QAAW,CAACC,KAAD;AAAA,SACtB,gBAAC,gBAAD;AAAS,IAAA,SAAS,EAAE,EAApB;AAAwB,IAAA,UAAU,EAAE;AAApC,KAA4CA,KAA5C,GACE;AAAM,IAAA,CAAC,EAAC;AAAR,IADF,CADsB;AAAA,CAAjB","sourcesContent":["/*\n * Wire\n * Copyright (C) 2018 Wire Swiss GmbH\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see http://www.gnu.org/licenses/.\n *\n */\n\n/** @jsx jsx */\nimport {jsx} from '@emotion/react';\n\nimport {SVGIcon, SVGIconProps} from './SVGIcon';\n\nexport const FileIcon = (props: SVGIconProps) => (\n <SVGIcon realWidth={16} realHeight={16} {...props}>\n <path d=\"M2 1v14a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V6h-3.973a2.01 2.01 0 0 1-2.03-2.006V0H3a1 1 0 0 0-1 1zm12 4h-3.643C9.652 5 9.08 4.446 9 3.738V0l5 5z\" />\n </SVGIcon>\n);\n"],"file":"FileIcon.js"}
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ //# sourceMappingURL=GifIcon.d.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourcesContent":[],"file":"GifIcon.d.js"}
@@ -0,0 +1,4 @@
1
+ /** @jsx jsx */
2
+ import { jsx } from '@emotion/react';
3
+ import { SVGIconProps } from './SVGIcon';
4
+ export declare const GifIcon: (props: SVGIconProps) => jsx.JSX.Element;
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.GifIcon = void 0;
9
+
10
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
11
+
12
+ var _react = require("@emotion/react");
13
+
14
+ var _SVGIcon = require("./SVGIcon");
15
+
16
+ /*
17
+ * Wire
18
+ * Copyright (C) 2018 Wire Swiss GmbH
19
+ *
20
+ * This program is free software: you can redistribute it and/or modify
21
+ * it under the terms of the GNU General Public License as published by
22
+ * the Free Software Foundation, either version 3 of the License, or
23
+ * (at your option) any later version.
24
+ *
25
+ * This program is distributed in the hope that it will be useful,
26
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
27
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28
+ * GNU General Public License for more details.
29
+ *
30
+ * You should have received a copy of the GNU General Public License
31
+ * along with this program. If not, see http://www.gnu.org/licenses/.
32
+ *
33
+ */
34
+
35
+ /** @jsx jsx */
36
+ var GifIcon = function GifIcon(props) {
37
+ return (0, _react.jsx)(_SVGIcon.SVGIcon, (0, _extends2["default"])({
38
+ realWidth: 16,
39
+ realHeight: 13
40
+ }, props), (0, _react.jsx)("path", {
41
+ d: "M12 7.2v5h-2V.2h6v2h-4v3h3v2h-3zm-5-7h2v12H7V.2zm-2 5h1v4.2a3 3 0 0 1-6 0V3a3 3 0 0 1 6 0v.2H4V3c0-.5-.5-1-1-1a1 1 0 0 0-1 1v6.4c0 .5.5 1 1 1 .6 0 1-.4 1-1V7.2H3v-2h2z"
42
+ }));
43
+ };
44
+
45
+ exports.GifIcon = GifIcon;
46
+ //# sourceMappingURL=GifIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["GifIcon.tsx"],"names":["GifIcon","props"],"mappings":";;;;;;;;;;;AAoBA;;AAEA;;AAtBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AAKO,IAAMA,OAAO,GAAG,SAAVA,OAAU,CAACC,KAAD;AAAA,SACrB,gBAAC,gBAAD;AAAS,IAAA,SAAS,EAAE,EAApB;AAAwB,IAAA,UAAU,EAAE;AAApC,KAA4CA,KAA5C,GACE;AAAM,IAAA,CAAC,EAAC;AAAR,IADF,CADqB;AAAA,CAAhB","sourcesContent":["/*\n * Wire\n * Copyright (C) 2018 Wire Swiss GmbH\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see http://www.gnu.org/licenses/.\n *\n */\n\n/** @jsx jsx */\nimport {jsx} from '@emotion/react';\n\nimport {SVGIcon, SVGIconProps} from './SVGIcon';\n\nexport const GifIcon = (props: SVGIconProps) => (\n <SVGIcon realWidth={16} realHeight={13} {...props}>\n <path d=\"M12 7.2v5h-2V.2h6v2h-4v3h3v2h-3zm-5-7h2v12H7V.2zm-2 5h1v4.2a3 3 0 0 1-6 0V3a3 3 0 0 1 6 0v.2H4V3c0-.5-.5-1-1-1a1 1 0 0 0-1 1v6.4c0 .5.5 1 1 1 .6 0 1-.4 1-1V7.2H3v-2h2z\" />\n </SVGIcon>\n);\n"],"file":"GifIcon.js"}
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ //# sourceMappingURL=GridIcon.d.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourcesContent":[],"file":"GridIcon.d.js"}
@@ -0,0 +1,4 @@
1
+ /** @jsx jsx */
2
+ import { jsx } from '@emotion/react';
3
+ import { SVGIconProps } from './SVGIcon';
4
+ export declare const GridIcon: ({ ...props }: SVGIconProps) => jsx.JSX.Element;
@@ -0,0 +1,47 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.GridIcon = void 0;
9
+
10
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
11
+
12
+ var _react = require("@emotion/react");
13
+
14
+ var _SVGIcon = require("./SVGIcon");
15
+
16
+ /*
17
+ * Wire
18
+ * Copyright (C) 2021 Wire Swiss GmbH
19
+ *
20
+ * This program is free software: you can redistribute it and/or modify
21
+ * it under the terms of the GNU General Public License as published by
22
+ * the Free Software Foundation, either version 3 of the License, or
23
+ * (at your option) any later version.
24
+ *
25
+ * This program is distributed in the hope that it will be useful,
26
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
27
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28
+ * GNU General Public License for more details.
29
+ *
30
+ * You should have received a copy of the GNU General Public License
31
+ * along with this program. If not, see http://www.gnu.org/licenses/.
32
+ *
33
+ */
34
+
35
+ /** @jsx jsx */
36
+ var GridIcon = function GridIcon(_ref) {
37
+ var props = (0, _extends2["default"])({}, _ref);
38
+ return (0, _react.jsx)(_SVGIcon.SVGIcon, (0, _extends2["default"])({
39
+ realWidth: 16,
40
+ realHeight: 16
41
+ }, props), (0, _react.jsx)("path", {
42
+ d: "M2 10a2 2 0 100-4 2 2 0 000 4zm12 0a2 2 0 100-4 2 2 0 000 4zM2 12a2 2 0 110 4 2 2 0 010-4zm12 0a2 2 0 110 4 2 2 0 010-4zm-6 0a2 2 0 110 4 2 2 0 010-4zm0-6a2 2 0 110 4 2 2 0 010-4zM2 0a2 2 0 110 4 2 2 0 010-4zm12 0a2 2 0 110 4 2 2 0 010-4zM8 0a2 2 0 110 4 2 2 0 010-4z"
43
+ }));
44
+ };
45
+
46
+ exports.GridIcon = GridIcon;
47
+ //# sourceMappingURL=GridIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["GridIcon.tsx"],"names":["GridIcon","props"],"mappings":";;;;;;;;;;;AAoBA;;AAEA;;AAtBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AAKO,IAAMA,QAAQ,GAAG,SAAXA,QAAW;AAAA,MAAKC,KAAL;AAAA,SACtB,gBAAC,gBAAD;AAAS,IAAA,SAAS,EAAE,EAApB;AAAwB,IAAA,UAAU,EAAE;AAApC,KAA4CA,KAA5C,GACE;AAAM,IAAA,CAAC,EAAC;AAAR,IADF,CADsB;AAAA,CAAjB","sourcesContent":["/*\n * Wire\n * Copyright (C) 2021 Wire Swiss GmbH\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see http://www.gnu.org/licenses/.\n *\n */\n\n/** @jsx jsx */\nimport {jsx} from '@emotion/react';\n\nimport {SVGIcon, SVGIconProps} from './SVGIcon';\n\nexport const GridIcon = ({...props}: SVGIconProps) => (\n <SVGIcon realWidth={16} realHeight={16} {...props}>\n <path d=\"M2 10a2 2 0 100-4 2 2 0 000 4zm12 0a2 2 0 100-4 2 2 0 000 4zM2 12a2 2 0 110 4 2 2 0 010-4zm12 0a2 2 0 110 4 2 2 0 010-4zm-6 0a2 2 0 110 4 2 2 0 010-4zm0-6a2 2 0 110 4 2 2 0 010-4zM2 0a2 2 0 110 4 2 2 0 010-4zm12 0a2 2 0 110 4 2 2 0 010-4zM8 0a2 2 0 110 4 2 2 0 010-4z\" />\n </SVGIcon>\n);\n"],"file":"GridIcon.js"}
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ //# sourceMappingURL=GroupIcon.d.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourcesContent":[],"file":"GroupIcon.d.js"}
@@ -0,0 +1,4 @@
1
+ /** @jsx jsx */
2
+ import { jsx } from '@emotion/react';
3
+ import { SVGIconProps } from './SVGIcon';
4
+ export declare const GroupIcon: (props: SVGIconProps) => jsx.JSX.Element;
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.GroupIcon = void 0;
9
+
10
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
11
+
12
+ var _react = require("@emotion/react");
13
+
14
+ var _SVGIcon = require("./SVGIcon");
15
+
16
+ /*
17
+ * Wire
18
+ * Copyright (C) 2019 Wire Swiss GmbH
19
+ *
20
+ * This program is free software: you can redistribute it and/or modify
21
+ * it under the terms of the GNU General Public License as published by
22
+ * the Free Software Foundation, either version 3 of the License, or
23
+ * (at your option) any later version.
24
+ *
25
+ * This program is distributed in the hope that it will be useful,
26
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
27
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28
+ * GNU General Public License for more details.
29
+ *
30
+ * You should have received a copy of the GNU General Public License
31
+ * along with this program. If not, see http://www.gnu.org/licenses/.
32
+ *
33
+ */
34
+
35
+ /** @jsx jsx */
36
+ var GroupIcon = function GroupIcon(props) {
37
+ return (0, _react.jsx)(_SVGIcon.SVGIcon, (0, _extends2["default"])({
38
+ realWidth: 16,
39
+ realHeight: 16
40
+ }, props), (0, _react.jsx)("path", {
41
+ d: "M8 4a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm0 12a2 2 0 1 1 0-4 2 2 0 0 1 0 4zM2 7a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm0 6a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm12 0a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm0-6a2 2 0 1 1 0-4 2 2 0 0 1 0 4z"
42
+ }));
43
+ };
44
+
45
+ exports.GroupIcon = GroupIcon;
46
+ //# sourceMappingURL=GroupIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["GroupIcon.tsx"],"names":["GroupIcon","props"],"mappings":";;;;;;;;;;;AAoBA;;AAEA;;AAtBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AAKO,IAAMA,SAAS,GAAG,SAAZA,SAAY,CAACC,KAAD;AAAA,SACvB,gBAAC,gBAAD;AAAS,IAAA,SAAS,EAAE,EAApB;AAAwB,IAAA,UAAU,EAAE;AAApC,KAA4CA,KAA5C,GACE;AAAM,IAAA,CAAC,EAAC;AAAR,IADF,CADuB;AAAA,CAAlB","sourcesContent":["/*\n * Wire\n * Copyright (C) 2019 Wire Swiss GmbH\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see http://www.gnu.org/licenses/.\n *\n */\n\n/** @jsx jsx */\nimport {jsx} from '@emotion/react';\n\nimport {SVGIcon, SVGIconProps} from './SVGIcon';\n\nexport const GroupIcon = (props: SVGIconProps) => (\n <SVGIcon realWidth={16} realHeight={16} {...props}>\n <path d=\"M8 4a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm0 12a2 2 0 1 1 0-4 2 2 0 0 1 0 4zM2 7a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm0 6a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm12 0a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm0-6a2 2 0 1 1 0-4 2 2 0 0 1 0 4z\" />\n </SVGIcon>\n);\n"],"file":"GroupIcon.js"}
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ //# sourceMappingURL=HangupIcon.d.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourcesContent":[],"file":"HangupIcon.d.js"}
@@ -0,0 +1,4 @@
1
+ /** @jsx jsx */
2
+ import { jsx } from '@emotion/react';
3
+ import { SVGIconProps } from './SVGIcon';
4
+ export declare const HangupIcon: (props: SVGIconProps) => jsx.JSX.Element;
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.HangupIcon = void 0;
9
+
10
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
11
+
12
+ var _react = require("@emotion/react");
13
+
14
+ var _SVGIcon = require("./SVGIcon");
15
+
16
+ /*
17
+ * Wire
18
+ * Copyright (C) 2018 Wire Swiss GmbH
19
+ *
20
+ * This program is free software: you can redistribute it and/or modify
21
+ * it under the terms of the GNU General Public License as published by
22
+ * the Free Software Foundation, either version 3 of the License, or
23
+ * (at your option) any later version.
24
+ *
25
+ * This program is distributed in the hope that it will be useful,
26
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
27
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28
+ * GNU General Public License for more details.
29
+ *
30
+ * You should have received a copy of the GNU General Public License
31
+ * along with this program. If not, see http://www.gnu.org/licenses/.
32
+ *
33
+ */
34
+
35
+ /** @jsx jsx */
36
+ var HangupIcon = function HangupIcon(props) {
37
+ return (0, _react.jsx)(_SVGIcon.SVGIcon, (0, _extends2["default"])({
38
+ realWidth: 20,
39
+ realHeight: 8
40
+ }, props), (0, _react.jsx)("path", {
41
+ d: "M.6 2.7C2.2 1.2 6 0 9.7 0c3.8 0 7.6 1.2 9 2.7 1 .9.9 2.9 0 4.6l-.3.3H18A216 216 0 0 0 14 6c-.4-.1-.3-.1-.3-.5V3.4l-1-.2a13 13 0 0 0-6.2 0l-.9.2V6l-.4.2a155.4 155.4 0 0 0-3.8 1.5c-.4.1-.4.1-.6-.3-1-1.7-1-3.7-.2-4.6z"
42
+ }));
43
+ };
44
+
45
+ exports.HangupIcon = HangupIcon;
46
+ //# sourceMappingURL=HangupIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["HangupIcon.tsx"],"names":["HangupIcon","props"],"mappings":";;;;;;;;;;;AAoBA;;AAEA;;AAtBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AAKO,IAAMA,UAAU,GAAG,SAAbA,UAAa,CAACC,KAAD;AAAA,SACxB,gBAAC,gBAAD;AAAS,IAAA,SAAS,EAAE,EAApB;AAAwB,IAAA,UAAU,EAAE;AAApC,KAA2CA,KAA3C,GACE;AAAM,IAAA,CAAC,EAAC;AAAR,IADF,CADwB;AAAA,CAAnB","sourcesContent":["/*\n * Wire\n * Copyright (C) 2018 Wire Swiss GmbH\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see http://www.gnu.org/licenses/.\n *\n */\n\n/** @jsx jsx */\nimport {jsx} from '@emotion/react';\n\nimport {SVGIcon, SVGIconProps} from './SVGIcon';\n\nexport const HangupIcon = (props: SVGIconProps) => (\n <SVGIcon realWidth={20} realHeight={8} {...props}>\n <path d=\"M.6 2.7C2.2 1.2 6 0 9.7 0c3.8 0 7.6 1.2 9 2.7 1 .9.9 2.9 0 4.6l-.3.3H18A216 216 0 0 0 14 6c-.4-.1-.3-.1-.3-.5V3.4l-1-.2a13 13 0 0 0-6.2 0l-.9.2V6l-.4.2a155.4 155.4 0 0 0-3.8 1.5c-.4.1-.4.1-.6-.3-1-1.7-1-3.7-.2-4.6z\" />\n </SVGIcon>\n);\n"],"file":"HangupIcon.js"}
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ //# sourceMappingURL=HideIcon.d.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourcesContent":[],"file":"HideIcon.d.js"}
@@ -0,0 +1,4 @@
1
+ /** @jsx jsx */
2
+ import { jsx } from '@emotion/react';
3
+ import { SVGIconProps } from './SVGIcon';
4
+ export declare const HideIcon: (props: SVGIconProps) => jsx.JSX.Element;
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.HideIcon = void 0;
9
+
10
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
11
+
12
+ var _react = require("@emotion/react");
13
+
14
+ var _SVGIcon = require("./SVGIcon");
15
+
16
+ /*
17
+ * Wire
18
+ * Copyright (C) 2020 Wire Swiss GmbH
19
+ *
20
+ * This program is free software: you can redistribute it and/or modify
21
+ * it under the terms of the GNU General Public License as published by
22
+ * the Free Software Foundation, either version 3 of the License, or
23
+ * (at your option) any later version.
24
+ *
25
+ * This program is distributed in the hope that it will be useful,
26
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
27
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28
+ * GNU General Public License for more details.
29
+ *
30
+ * You should have received a copy of the GNU General Public License
31
+ * along with this program. If not, see http://www.gnu.org/licenses/.
32
+ *
33
+ */
34
+
35
+ /** @jsx jsx */
36
+ var HideIcon = function HideIcon(props) {
37
+ return (0, _react.jsx)(_SVGIcon.SVGIcon, (0, _extends2["default"])({
38
+ realWidth: 16,
39
+ realHeight: 11
40
+ }, props), (0, _react.jsx)("path", {
41
+ d: "M8 2.667A3.334 3.334 0 0111.333 6c0 .433-.086.84-.24 1.22l1.947 1.947A7.88 7.88 0 0015.327 6c-1.154-2.927-4-5-7.334-5-.933 0-1.826.167-2.653.467l1.44 1.44c.38-.154.787-.24 1.22-.24zM1.333.847l1.52 1.52.307.306A7.867 7.867 0 00.667 6c1.153 2.927 4 5 7.333 5 1.033 0 2.02-.2 2.92-.56l.28.28 1.953 1.947.847-.847L2.18 0l-.847.847zM5.02 4.533l1.033 1.034C6.02 5.707 6 5.853 6 6c0 1.107.893 2 2 2 .147 0 .293-.02.433-.053L9.467 8.98c-.447.22-.94.353-1.467.353A3.334 3.334 0 014.667 6c0-.527.133-1.02.353-1.467zm2.873-.52l2.1 2.1.014-.106c0-1.107-.894-2-2-2l-.114.006z"
42
+ }));
43
+ };
44
+
45
+ exports.HideIcon = HideIcon;
46
+ //# sourceMappingURL=HideIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["HideIcon.tsx"],"names":["HideIcon","props"],"mappings":";;;;;;;;;;;AAoBA;;AAEA;;AAtBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AAKO,IAAMA,QAAQ,GAAG,SAAXA,QAAW,CAACC,KAAD;AAAA,SACtB,gBAAC,gBAAD;AAAS,IAAA,SAAS,EAAE,EAApB;AAAwB,IAAA,UAAU,EAAE;AAApC,KAA4CA,KAA5C,GACE;AAAM,IAAA,CAAC,EAAC;AAAR,IADF,CADsB;AAAA,CAAjB","sourcesContent":["/*\n * Wire\n * Copyright (C) 2020 Wire Swiss GmbH\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see http://www.gnu.org/licenses/.\n *\n */\n\n/** @jsx jsx */\nimport {jsx} from '@emotion/react';\n\nimport {SVGIcon, SVGIconProps} from './SVGIcon';\n\nexport const HideIcon = (props: SVGIconProps) => (\n <SVGIcon realWidth={16} realHeight={11} {...props}>\n <path d=\"M8 2.667A3.334 3.334 0 0111.333 6c0 .433-.086.84-.24 1.22l1.947 1.947A7.88 7.88 0 0015.327 6c-1.154-2.927-4-5-7.334-5-.933 0-1.826.167-2.653.467l1.44 1.44c.38-.154.787-.24 1.22-.24zM1.333.847l1.52 1.52.307.306A7.867 7.867 0 00.667 6c1.153 2.927 4 5 7.333 5 1.033 0 2.02-.2 2.92-.56l.28.28 1.953 1.947.847-.847L2.18 0l-.847.847zM5.02 4.533l1.033 1.034C6.02 5.707 6 5.853 6 6c0 1.107.893 2 2 2 .147 0 .293-.02.433-.053L9.467 8.98c-.447.22-.94.353-1.467.353A3.334 3.334 0 014.667 6c0-.527.133-1.02.353-1.467zm2.873-.52l2.1 2.1.014-.106c0-1.107-.894-2-2-2l-.114.006z\" />\n </SVGIcon>\n);\n"],"file":"HideIcon.js"}
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ //# sourceMappingURL=ImageIcon.d.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourcesContent":[],"file":"ImageIcon.d.js"}
@@ -0,0 +1,4 @@
1
+ /** @jsx jsx */
2
+ import { jsx } from '@emotion/react';
3
+ import { SVGIconProps } from './SVGIcon';
4
+ export declare const ImageIcon: (props: SVGIconProps) => jsx.JSX.Element;
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.ImageIcon = void 0;
9
+
10
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
11
+
12
+ var _react = require("@emotion/react");
13
+
14
+ var _SVGIcon = require("./SVGIcon");
15
+
16
+ /*
17
+ * Wire
18
+ * Copyright (C) 2018 Wire Swiss GmbH
19
+ *
20
+ * This program is free software: you can redistribute it and/or modify
21
+ * it under the terms of the GNU General Public License as published by
22
+ * the Free Software Foundation, either version 3 of the License, or
23
+ * (at your option) any later version.
24
+ *
25
+ * This program is distributed in the hope that it will be useful,
26
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
27
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28
+ * GNU General Public License for more details.
29
+ *
30
+ * You should have received a copy of the GNU General Public License
31
+ * along with this program. If not, see http://www.gnu.org/licenses/.
32
+ *
33
+ */
34
+
35
+ /** @jsx jsx */
36
+ var ImageIcon = function ImageIcon(props) {
37
+ return (0, _react.jsx)(_SVGIcon.SVGIcon, (0, _extends2["default"])({
38
+ realWidth: 16,
39
+ realHeight: 16
40
+ }, props), (0, _react.jsx)("path", {
41
+ d: "M0 1c0-.6.4-1 1-1h14c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1H1a1 1 0 0 1-1-1V1zm14 1H2v9l4-2 8 3.5V2zm-4 6a2 2 0 1 1 0-4 2 2 0 0 1 0 4z"
42
+ }));
43
+ };
44
+
45
+ exports.ImageIcon = ImageIcon;
46
+ //# sourceMappingURL=ImageIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["ImageIcon.tsx"],"names":["ImageIcon","props"],"mappings":";;;;;;;;;;;AAoBA;;AAEA;;AAtBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AAKO,IAAMA,SAAS,GAAG,SAAZA,SAAY,CAACC,KAAD;AAAA,SACvB,gBAAC,gBAAD;AAAS,IAAA,SAAS,EAAE,EAApB;AAAwB,IAAA,UAAU,EAAE;AAApC,KAA4CA,KAA5C,GACE;AAAM,IAAA,CAAC,EAAC;AAAR,IADF,CADuB;AAAA,CAAlB","sourcesContent":["/*\n * Wire\n * Copyright (C) 2018 Wire Swiss GmbH\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see http://www.gnu.org/licenses/.\n *\n */\n\n/** @jsx jsx */\nimport {jsx} from '@emotion/react';\n\nimport {SVGIcon, SVGIconProps} from './SVGIcon';\n\nexport const ImageIcon = (props: SVGIconProps) => (\n <SVGIcon realWidth={16} realHeight={16} {...props}>\n <path d=\"M0 1c0-.6.4-1 1-1h14c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1H1a1 1 0 0 1-1-1V1zm14 1H2v9l4-2 8 3.5V2zm-4 6a2 2 0 1 1 0-4 2 2 0 0 1 0 4z\" />\n </SVGIcon>\n);\n"],"file":"ImageIcon.js"}
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ //# sourceMappingURL=InfoIcon.d.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourcesContent":[],"file":"InfoIcon.d.js"}
@@ -0,0 +1,4 @@
1
+ /** @jsx jsx */
2
+ import { jsx } from '@emotion/react';
3
+ import { SVGIconProps } from './SVGIcon';
4
+ export declare const InfoIcon: (props: SVGIconProps) => jsx.JSX.Element;
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.InfoIcon = void 0;
9
+
10
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
11
+
12
+ var _react = require("@emotion/react");
13
+
14
+ var _SVGIcon = require("./SVGIcon");
15
+
16
+ /*
17
+ * Wire
18
+ * Copyright (C) 2019 Wire Swiss GmbH
19
+ *
20
+ * This program is free software: you can redistribute it and/or modify
21
+ * it under the terms of the GNU General Public License as published by
22
+ * the Free Software Foundation, either version 3 of the License, or
23
+ * (at your option) any later version.
24
+ *
25
+ * This program is distributed in the hope that it will be useful,
26
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
27
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28
+ * GNU General Public License for more details.
29
+ *
30
+ * You should have received a copy of the GNU General Public License
31
+ * along with this program. If not, see http://www.gnu.org/licenses/.
32
+ *
33
+ */
34
+
35
+ /** @jsx jsx */
36
+ var InfoIcon = function InfoIcon(props) {
37
+ return (0, _react.jsx)(_SVGIcon.SVGIcon, (0, _extends2["default"])({
38
+ realWidth: 16,
39
+ realHeight: 16
40
+ }, props), (0, _react.jsx)("path", {
41
+ d: "M8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16zm0-2A6 6 0 1 0 8 2a6 6 0 0 0 0 12zm0-7c.6 0 1 .4 1 1v3a1 1 0 0 1-2 0V8c0-.6.4-1 1-1zm0-1a1 1 0 1 1 0-2 1 1 0 0 1 0 2z"
42
+ }));
43
+ };
44
+
45
+ exports.InfoIcon = InfoIcon;
46
+ //# sourceMappingURL=InfoIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["InfoIcon.tsx"],"names":["InfoIcon","props"],"mappings":";;;;;;;;;;;AAoBA;;AAEA;;AAtBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AAKO,IAAMA,QAAQ,GAAG,SAAXA,QAAW,CAACC,KAAD;AAAA,SACtB,gBAAC,gBAAD;AAAS,IAAA,SAAS,EAAE,EAApB;AAAwB,IAAA,UAAU,EAAE;AAApC,KAA4CA,KAA5C,GACE;AAAM,IAAA,CAAC,EAAC;AAAR,IADF,CADsB;AAAA,CAAjB","sourcesContent":["/*\n * Wire\n * Copyright (C) 2019 Wire Swiss GmbH\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see http://www.gnu.org/licenses/.\n *\n */\n\n/** @jsx jsx */\nimport {jsx} from '@emotion/react';\n\nimport {SVGIcon, SVGIconProps} from './SVGIcon';\n\nexport const InfoIcon = (props: SVGIconProps) => (\n <SVGIcon realWidth={16} realHeight={16} {...props}>\n <path d=\"M8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16zm0-2A6 6 0 1 0 8 2a6 6 0 0 0 0 12zm0-7c.6 0 1 .4 1 1v3a1 1 0 0 1-2 0V8c0-.6.4-1 1-1zm0-1a1 1 0 1 1 0-2 1 1 0 0 1 0 2z\" />\n </SVGIcon>\n);\n"],"file":"InfoIcon.js"}
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ //# sourceMappingURL=InviteIcon.d.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourcesContent":[],"file":"InviteIcon.d.js"}
@@ -0,0 +1,4 @@
1
+ /** @jsx jsx */
2
+ import { jsx } from '@emotion/react';
3
+ import { SVGIconProps } from './SVGIcon';
4
+ export declare const InviteIcon: (props: SVGIconProps) => jsx.JSX.Element;