@wireapp/react-ui-kit 9.0.0 → 9.0.1

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 (317) hide show
  1. package/lib/Form/Button.js +136 -0
  2. package/lib/Form/Button.js.map +1 -0
  3. package/lib/Form/ButtonLink.js +54 -0
  4. package/lib/Form/ButtonLink.js.map +1 -0
  5. package/lib/Form/Checkbox.js +114 -0
  6. package/lib/Form/Checkbox.js.map +1 -0
  7. package/lib/Form/CodeInput.js +126 -0
  8. package/lib/Form/CodeInput.js.map +1 -0
  9. package/lib/Form/DropFileInput.js +139 -0
  10. package/lib/Form/DropFileInput.js.map +1 -0
  11. package/lib/Form/ErrorMessage.js +54 -0
  12. package/lib/Form/ErrorMessage.js.map +1 -0
  13. package/lib/Form/Form.js +32 -0
  14. package/lib/Form/Form.js.map +1 -0
  15. package/lib/Form/Input.js +134 -0
  16. package/lib/Form/Input.js.map +1 -0
  17. package/lib/Form/InputBlock.js +41 -0
  18. package/lib/Form/InputBlock.js.map +1 -0
  19. package/lib/Form/InputLabel.js +47 -0
  20. package/lib/Form/InputLabel.js.map +1 -0
  21. package/lib/Form/InputSubmitCombo.js +54 -0
  22. package/lib/Form/InputSubmitCombo.js.map +1 -0
  23. package/lib/Form/RangeInput.js +54 -0
  24. package/lib/Form/RangeInput.js.map +1 -0
  25. package/lib/Form/RangeInput.styles.js +60 -0
  26. package/lib/Form/RangeInput.styles.js.map +1 -0
  27. package/lib/Form/RoundIconButton.js +49 -0
  28. package/lib/Form/RoundIconButton.js.map +1 -0
  29. package/lib/Form/Select.js +63 -0
  30. package/lib/Form/Select.js.map +1 -0
  31. package/lib/Form/SelectComponents.js +119 -0
  32. package/lib/Form/SelectComponents.js.map +1 -0
  33. package/lib/Form/SelectStyles.js +123 -0
  34. package/lib/Form/SelectStyles.js.map +1 -0
  35. package/lib/Form/ShakeBox.js +79 -0
  36. package/lib/Form/ShakeBox.js.map +1 -0
  37. package/lib/Form/Switch.js +96 -0
  38. package/lib/Form/Switch.js.map +1 -0
  39. package/lib/Form/TextArea.js +67 -0
  40. package/lib/Form/TextArea.js.map +1 -0
  41. package/lib/Form/Tooltip.js +79 -0
  42. package/lib/Form/Tooltip.js.map +1 -0
  43. package/lib/Form/index.js +54 -0
  44. package/lib/Form/index.js.map +1 -0
  45. package/lib/GlobalCssVariables.js +118 -0
  46. package/lib/GlobalCssVariables.js.map +1 -0
  47. package/lib/GlobalStyle.js +61 -0
  48. package/lib/GlobalStyle.js.map +1 -0
  49. package/lib/Icon/AddPeopleIcon.js +42 -0
  50. package/lib/Icon/AddPeopleIcon.js.map +1 -0
  51. package/lib/Icon/ArchiveIcon.js +28 -0
  52. package/lib/Icon/ArchiveIcon.js.map +1 -0
  53. package/lib/Icon/ArrowDown.js +44 -0
  54. package/lib/Icon/ArrowDown.js.map +1 -0
  55. package/lib/Icon/ArrowIcon.js +48 -0
  56. package/lib/Icon/ArrowIcon.js.map +1 -0
  57. package/lib/Icon/AttachmentIcon.js +28 -0
  58. package/lib/Icon/AttachmentIcon.js.map +1 -0
  59. package/lib/Icon/AudioVideoIcon.js +28 -0
  60. package/lib/Icon/AudioVideoIcon.js.map +1 -0
  61. package/lib/Icon/BlockIcon.js +28 -0
  62. package/lib/Icon/BlockIcon.js.map +1 -0
  63. package/lib/Icon/Brand/AndroidIcon.js +28 -0
  64. package/lib/Icon/Brand/AndroidIcon.js.map +1 -0
  65. package/lib/Icon/Brand/AppleIcon.js +28 -0
  66. package/lib/Icon/Brand/AppleIcon.js.map +1 -0
  67. package/lib/Icon/Brand/ChromeIcon.js +28 -0
  68. package/lib/Icon/Brand/ChromeIcon.js.map +1 -0
  69. package/lib/Icon/Brand/FacebookIcon.js +28 -0
  70. package/lib/Icon/Brand/FacebookIcon.js.map +1 -0
  71. package/lib/Icon/Brand/GitHubIcon.js +28 -0
  72. package/lib/Icon/Brand/GitHubIcon.js.map +1 -0
  73. package/lib/Icon/Brand/LinkedInIcon.js +28 -0
  74. package/lib/Icon/Brand/LinkedInIcon.js.map +1 -0
  75. package/lib/Icon/Brand/LinuxIcon.js +28 -0
  76. package/lib/Icon/Brand/LinuxIcon.js.map +1 -0
  77. package/lib/Icon/Brand/MicrosoftIcon.js +28 -0
  78. package/lib/Icon/Brand/MicrosoftIcon.js.map +1 -0
  79. package/lib/Icon/Brand/TwitterIcon.js +28 -0
  80. package/lib/Icon/Brand/TwitterIcon.js.map +1 -0
  81. package/lib/Icon/CallIcon.js +28 -0
  82. package/lib/Icon/CallIcon.js.map +1 -0
  83. package/lib/Icon/CamIcon.js +28 -0
  84. package/lib/Icon/CamIcon.js.map +1 -0
  85. package/lib/Icon/CameraIcon.js +42 -0
  86. package/lib/Icon/CameraIcon.js.map +1 -0
  87. package/lib/Icon/CheckIcon.js +28 -0
  88. package/lib/Icon/CheckIcon.js.map +1 -0
  89. package/lib/Icon/CheckRoundIcon.js +28 -0
  90. package/lib/Icon/CheckRoundIcon.js.map +1 -0
  91. package/lib/Icon/ChevronIcon.js +43 -0
  92. package/lib/Icon/ChevronIcon.js.map +1 -0
  93. package/lib/Icon/CloseIcon.js +28 -0
  94. package/lib/Icon/CloseIcon.js.map +1 -0
  95. package/lib/Icon/CopyIcon.js +28 -0
  96. package/lib/Icon/CopyIcon.js.map +1 -0
  97. package/lib/Icon/DeviceIcon.js +28 -0
  98. package/lib/Icon/DeviceIcon.js.map +1 -0
  99. package/lib/Icon/DownloadIcon.js +28 -0
  100. package/lib/Icon/DownloadIcon.js.map +1 -0
  101. package/lib/Icon/EditDocumentIcon.js +42 -0
  102. package/lib/Icon/EditDocumentIcon.js.map +1 -0
  103. package/lib/Icon/EditIcon.js +28 -0
  104. package/lib/Icon/EditIcon.js.map +1 -0
  105. package/lib/Icon/EnterIcon.js +28 -0
  106. package/lib/Icon/EnterIcon.js.map +1 -0
  107. package/lib/Icon/ErrorIcon.js +31 -0
  108. package/lib/Icon/ErrorIcon.js.map +1 -0
  109. package/lib/Icon/FileIcon.js +28 -0
  110. package/lib/Icon/FileIcon.js.map +1 -0
  111. package/lib/Icon/GifIcon.js +28 -0
  112. package/lib/Icon/GifIcon.js.map +1 -0
  113. package/lib/Icon/GridIcon.js +42 -0
  114. package/lib/Icon/GridIcon.js.map +1 -0
  115. package/lib/Icon/GroupIcon.js +28 -0
  116. package/lib/Icon/GroupIcon.js.map +1 -0
  117. package/lib/Icon/HangupIcon.js +28 -0
  118. package/lib/Icon/HangupIcon.js.map +1 -0
  119. package/lib/Icon/HideIcon.js +28 -0
  120. package/lib/Icon/HideIcon.js.map +1 -0
  121. package/lib/Icon/ImageIcon.js +28 -0
  122. package/lib/Icon/ImageIcon.js.map +1 -0
  123. package/lib/Icon/InfoIcon.js +28 -0
  124. package/lib/Icon/InfoIcon.js.map +1 -0
  125. package/lib/Icon/InviteIcon.js +28 -0
  126. package/lib/Icon/InviteIcon.js.map +1 -0
  127. package/lib/Icon/LeaveIcon.js +28 -0
  128. package/lib/Icon/LeaveIcon.js.map +1 -0
  129. package/lib/Icon/LinkIcon.js +42 -0
  130. package/lib/Icon/LinkIcon.js.map +1 -0
  131. package/lib/Icon/ListIcon.js +28 -0
  132. package/lib/Icon/ListIcon.js.map +1 -0
  133. package/lib/Icon/LockIcon.js +28 -0
  134. package/lib/Icon/LockIcon.js.map +1 -0
  135. package/lib/Icon/MessageIcon.js +28 -0
  136. package/lib/Icon/MessageIcon.js.map +1 -0
  137. package/lib/Icon/MinusIcon.js +28 -0
  138. package/lib/Icon/MinusIcon.js.map +1 -0
  139. package/lib/Icon/MoreIcon.js +28 -0
  140. package/lib/Icon/MoreIcon.js.map +1 -0
  141. package/lib/Icon/MuteIcon.js +28 -0
  142. package/lib/Icon/MuteIcon.js.map +1 -0
  143. package/lib/Icon/NotificationIcon.js +28 -0
  144. package/lib/Icon/NotificationIcon.js.map +1 -0
  145. package/lib/Icon/NotificationOffIcon.js +28 -0
  146. package/lib/Icon/NotificationOffIcon.js.map +1 -0
  147. package/lib/Icon/OptionsIcon.js +28 -0
  148. package/lib/Icon/OptionsIcon.js.map +1 -0
  149. package/lib/Icon/PeopleIcon.js +42 -0
  150. package/lib/Icon/PeopleIcon.js.map +1 -0
  151. package/lib/Icon/PingIcon.js +28 -0
  152. package/lib/Icon/PingIcon.js.map +1 -0
  153. package/lib/Icon/PlaneIcon.js +28 -0
  154. package/lib/Icon/PlaneIcon.js.map +1 -0
  155. package/lib/Icon/PlusIcon.js +28 -0
  156. package/lib/Icon/PlusIcon.js.map +1 -0
  157. package/lib/Icon/ProfileIcon.js +28 -0
  158. package/lib/Icon/ProfileIcon.js.map +1 -0
  159. package/lib/Icon/RecordBoldIcon.js +48 -0
  160. package/lib/Icon/RecordBoldIcon.js.map +1 -0
  161. package/lib/Icon/RecordIcon.js +30 -0
  162. package/lib/Icon/RecordIcon.js.map +1 -0
  163. package/lib/Icon/RecordPendingIcon.js +30 -0
  164. package/lib/Icon/RecordPendingIcon.js.map +1 -0
  165. package/lib/Icon/ReloadIcon.js +28 -0
  166. package/lib/Icon/ReloadIcon.js.map +1 -0
  167. package/lib/Icon/SVGIcon.js +59 -0
  168. package/lib/Icon/SVGIcon.js.map +1 -0
  169. package/lib/Icon/ScreenshareIcon.js +28 -0
  170. package/lib/Icon/ScreenshareIcon.js.map +1 -0
  171. package/lib/Icon/SearchIcon.js +28 -0
  172. package/lib/Icon/SearchIcon.js.map +1 -0
  173. package/lib/Icon/ServicesIcon.js +28 -0
  174. package/lib/Icon/ServicesIcon.js.map +1 -0
  175. package/lib/Icon/SettingsIcon.js +28 -0
  176. package/lib/Icon/SettingsIcon.js.map +1 -0
  177. package/lib/Icon/ShowIcon.js +28 -0
  178. package/lib/Icon/ShowIcon.js.map +1 -0
  179. package/lib/Icon/SignIcon.js +28 -0
  180. package/lib/Icon/SignIcon.js.map +1 -0
  181. package/lib/Icon/SpeakerIcon.js +28 -0
  182. package/lib/Icon/SpeakerIcon.js.map +1 -0
  183. package/lib/Icon/SupportIcon.js +28 -0
  184. package/lib/Icon/SupportIcon.js.map +1 -0
  185. package/lib/Icon/TeamIcon.js +28 -0
  186. package/lib/Icon/TeamIcon.js.map +1 -0
  187. package/lib/Icon/TimedIcon.js +28 -0
  188. package/lib/Icon/TimedIcon.js.map +1 -0
  189. package/lib/Icon/TrashCrossIcon.js +28 -0
  190. package/lib/Icon/TrashCrossIcon.js.map +1 -0
  191. package/lib/Icon/TrashIcon.js +28 -0
  192. package/lib/Icon/TrashIcon.js.map +1 -0
  193. package/lib/Icon/TriangleIcon.js +48 -0
  194. package/lib/Icon/TriangleIcon.js.map +1 -0
  195. package/lib/Icon/UploadIcon.js +28 -0
  196. package/lib/Icon/UploadIcon.js.map +1 -0
  197. package/lib/Icon/WireIcon.js +28 -0
  198. package/lib/Icon/WireIcon.js.map +1 -0
  199. package/lib/Icon/index.js +109 -0
  200. package/lib/Icon/index.js.map +1 -0
  201. package/lib/Identity/Animation.js +127 -0
  202. package/lib/Identity/Animation.js.map +1 -0
  203. package/lib/Identity/Avatar.js +90 -0
  204. package/lib/Identity/Avatar.js.map +1 -0
  205. package/lib/Identity/AvatarGrid.js +72 -0
  206. package/lib/Identity/AvatarGrid.js.map +1 -0
  207. package/lib/Identity/Logo.js +53 -0
  208. package/lib/Identity/Logo.js.map +1 -0
  209. package/lib/Identity/colors-v2.js +198 -0
  210. package/lib/Identity/colors-v2.js.map +1 -0
  211. package/lib/Identity/colors.js +81 -0
  212. package/lib/Identity/colors.js.map +1 -0
  213. package/lib/Identity/index.js +41 -0
  214. package/lib/Identity/index.js.map +1 -0
  215. package/lib/Identity/motions.js +85 -0
  216. package/lib/Identity/motions.js.map +1 -0
  217. package/lib/Layout/Box.js +33 -0
  218. package/lib/Layout/Box.js.map +1 -0
  219. package/lib/Layout/Column.js +46 -0
  220. package/lib/Layout/Column.js.map +1 -0
  221. package/lib/Layout/Container.js +58 -0
  222. package/lib/Layout/Container.js.map +1 -0
  223. package/lib/Layout/Content.js +33 -0
  224. package/lib/Layout/Content.js.map +1 -0
  225. package/lib/Layout/FlexBox.js +40 -0
  226. package/lib/Layout/FlexBox.js.map +1 -0
  227. package/lib/Layout/Footer.js +26 -0
  228. package/lib/Layout/Footer.js.map +1 -0
  229. package/lib/Layout/Header.js +33 -0
  230. package/lib/Layout/Header.js.map +1 -0
  231. package/lib/Layout/MatchMedia.js +85 -0
  232. package/lib/Layout/MatchMedia.js.map +1 -0
  233. package/lib/Layout/Spacer.js +28 -0
  234. package/lib/Layout/Spacer.js.map +1 -0
  235. package/lib/Layout/StyledApp.js +51 -0
  236. package/lib/Layout/StyledApp.js.map +1 -0
  237. package/lib/Layout/Theme.js +231 -0
  238. package/lib/Layout/Theme.js.map +1 -0
  239. package/lib/Layout/headerMenu/HeaderMenu.js +59 -0
  240. package/lib/Layout/headerMenu/HeaderMenu.js.map +1 -0
  241. package/lib/Layout/headerMenu/HeaderSubMenu.js +97 -0
  242. package/lib/Layout/headerMenu/HeaderSubMenu.js.map +1 -0
  243. package/lib/Layout/headerMenu/MenuContent.js +31 -0
  244. package/lib/Layout/headerMenu/MenuContent.js.map +1 -0
  245. package/lib/Layout/headerMenu/MenuItems.js +46 -0
  246. package/lib/Layout/headerMenu/MenuItems.js.map +1 -0
  247. package/lib/Layout/headerMenu/MenuLink.js +72 -0
  248. package/lib/Layout/headerMenu/MenuLink.js.map +1 -0
  249. package/lib/Layout/headerMenu/MenuOpenButton.js +57 -0
  250. package/lib/Layout/headerMenu/MenuOpenButton.js.map +1 -0
  251. package/lib/Layout/headerMenu/MenuScrollableItems.js +38 -0
  252. package/lib/Layout/headerMenu/MenuScrollableItems.js.map +1 -0
  253. package/lib/Layout/headerMenu/MenuSubLink.js +50 -0
  254. package/lib/Layout/headerMenu/MenuSubLink.js.map +1 -0
  255. package/lib/Layout/headerMenu/index.js +43 -0
  256. package/lib/Layout/headerMenu/index.js.map +1 -0
  257. package/lib/Layout/index.js +48 -0
  258. package/lib/Layout/index.js.map +1 -0
  259. package/lib/Layout/sizes.js +35 -0
  260. package/lib/Layout/sizes.js.map +1 -0
  261. package/lib/Menu/MenuModal.js +94 -0
  262. package/lib/Menu/MenuModal.js.map +1 -0
  263. package/lib/Menu/TabBar.js +59 -0
  264. package/lib/Menu/TabBar.js.map +1 -0
  265. package/lib/Menu/index.js +37 -0
  266. package/lib/Menu/index.js.map +1 -0
  267. package/lib/Misc/ButtonGroup.js +83 -0
  268. package/lib/Misc/ButtonGroup.js.map +1 -0
  269. package/lib/Misc/IconButton.js +93 -0
  270. package/lib/Misc/IconButton.js.map +1 -0
  271. package/lib/Misc/IsInViewport.js +63 -0
  272. package/lib/Misc/IsInViewport.js.map +1 -0
  273. package/lib/Misc/Loading.js +64 -0
  274. package/lib/Misc/Loading.js.map +1 -0
  275. package/lib/Misc/Pagination.js +70 -0
  276. package/lib/Misc/Pagination.js.map +1 -0
  277. package/lib/Misc/Pill.js +75 -0
  278. package/lib/Misc/Pill.js.map +1 -0
  279. package/lib/Misc/childrenWithDefaultProps.js +38 -0
  280. package/lib/Misc/childrenWithDefaultProps.js.map +1 -0
  281. package/lib/Misc/index.js +44 -0
  282. package/lib/Misc/index.js.map +1 -0
  283. package/lib/Misc/useLongTouch.js +45 -0
  284. package/lib/Misc/useLongTouch.js.map +1 -0
  285. package/lib/Misc/useTimeout.js +47 -0
  286. package/lib/Misc/useTimeout.js.map +1 -0
  287. package/lib/Modal/Modal.js +134 -0
  288. package/lib/Modal/Modal.js.map +1 -0
  289. package/lib/Modal/Overlay.js +92 -0
  290. package/lib/Modal/Overlay.js.map +1 -0
  291. package/lib/Modal/index.js +39 -0
  292. package/lib/Modal/index.js.map +1 -0
  293. package/lib/Text/Heading.js +88 -0
  294. package/lib/Text/Heading.js.map +1 -0
  295. package/lib/Text/Label.js +52 -0
  296. package/lib/Text/Label.js.map +1 -0
  297. package/lib/Text/Line.js +35 -0
  298. package/lib/Text/Line.js.map +1 -0
  299. package/lib/Text/Link.js +71 -0
  300. package/lib/Text/Link.js.map +1 -0
  301. package/lib/Text/Paragraph.js +53 -0
  302. package/lib/Text/Paragraph.js.map +1 -0
  303. package/lib/Text/Text.js +63 -0
  304. package/lib/Text/Text.js.map +1 -0
  305. package/lib/Text/TextLink.js +44 -0
  306. package/lib/Text/TextLink.js.map +1 -0
  307. package/lib/Text/Title.js +43 -0
  308. package/lib/Text/Title.js.map +1 -0
  309. package/lib/Text/index.js +43 -0
  310. package/lib/Text/index.js.map +1 -0
  311. package/lib/index.js +44 -0
  312. package/lib/index.js.map +1 -0
  313. package/lib/mediaQueries.js +45 -0
  314. package/lib/mediaQueries.js.map +1 -0
  315. package/lib/util.js +35 -0
  316. package/lib/util.js.map +1 -0
  317. package/package.json +2 -2
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ /*
3
+ * Wire
4
+ * Copyright (C) 2018 Wire Swiss GmbH
5
+ *
6
+ * This program is free software: you can redistribute it and/or modify
7
+ * it under the terms of the GNU General Public License as published by
8
+ * the Free Software Foundation, either version 3 of the License, or
9
+ * (at your option) any later version.
10
+ *
11
+ * This program is distributed in the hope that it will be useful,
12
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
+ * GNU General Public License for more details.
15
+ *
16
+ * You should have received a copy of the GNU General Public License
17
+ * along with this program. If not, see http://www.gnu.org/licenses/.
18
+ *
19
+ */
20
+ Object.defineProperty(exports, "__esModule", { value: true });
21
+ exports.EditIcon = void 0;
22
+ /** @jsx jsx */
23
+ const react_1 = require("@emotion/react");
24
+ const SVGIcon_1 = require("./SVGIcon");
25
+ const EditIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 16, realHeight: 16 }, props),
26
+ (0, react_1.jsx)("path", { d: "M14.553 4.846l.746-.746a2.4 2.4 0 0 0-.007-3.392A2.392 2.392 0 0 0 11.9.701l-.746.746 3.399 3.399zm-.707.707L4.248 15.15 0 16l.85-4.248 9.597-9.598 3.399 3.399zM4 13.6L2 14l.4-2L4 13.6z" })));
27
+ exports.EditIcon = EditIcon;
28
+ //# sourceMappingURL=EditIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EditIcon.js","sourceRoot":"","sources":["../../src/Icon/EditIcon.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAEH,eAAe;AACf,0CAAmC;AAEnC,uCAAgD;AAEzC,MAAM,QAAQ,GAAG,CAAC,KAAmB,EAAE,EAAE,CAAC,CAC/C,iBAAC,iBAAO,kBAAC,SAAS,EAAE,EAAE,EAAE,UAAU,EAAE,EAAE,IAAM,KAAK;IAC/C,2BAAM,CAAC,EAAC,2LAA2L,GAAG,CAC9L,CACX,CAAC;AAJW,QAAA,QAAQ,YAInB"}
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ /*
3
+ * Wire
4
+ * Copyright (C) 2020 Wire Swiss GmbH
5
+ *
6
+ * This program is free software: you can redistribute it and/or modify
7
+ * it under the terms of the GNU General Public License as published by
8
+ * the Free Software Foundation, either version 3 of the License, or
9
+ * (at your option) any later version.
10
+ *
11
+ * This program is distributed in the hope that it will be useful,
12
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
+ * GNU General Public License for more details.
15
+ *
16
+ * You should have received a copy of the GNU General Public License
17
+ * along with this program. If not, see http://www.gnu.org/licenses/.
18
+ *
19
+ */
20
+ Object.defineProperty(exports, "__esModule", { value: true });
21
+ exports.EnterIcon = void 0;
22
+ /** @jsx jsx */
23
+ const react_1 = require("@emotion/react");
24
+ const SVGIcon_1 = require("./SVGIcon");
25
+ const EnterIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 24, realHeight: 18 }, props),
26
+ (0, react_1.jsx)("path", { d: "M11.643 7l-1.5 1.4 2.786 2.6H2v2h10.929l-2.786 2.6 1.5 1.4L17 12l-5.357-5zM21.8 19H13v2h8.8c1.21 0 2.2-.9 2.2-2V5c0-1.1-.99-2-2.2-2H13v2h8.8v14z" })));
27
+ exports.EnterIcon = EnterIcon;
28
+ //# sourceMappingURL=EnterIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EnterIcon.js","sourceRoot":"","sources":["../../src/Icon/EnterIcon.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAEH,eAAe;AACf,0CAAmC;AAEnC,uCAAgD;AAEzC,MAAM,SAAS,GAAG,CAAC,KAAmB,EAAE,EAAE,CAAC,CAChD,iBAAC,iBAAO,kBAAC,SAAS,EAAE,EAAE,EAAE,UAAU,EAAE,EAAE,IAAM,KAAK;IAC/C,2BAAM,CAAC,EAAC,kJAAkJ,GAAG,CACrJ,CACX,CAAC;AAJW,QAAA,SAAS,aAIpB"}
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ /*
3
+ * Wire
4
+ * Copyright (C) 2021 Wire Swiss GmbH
5
+ *
6
+ * This program is free software: you can redistribute it and/or modify
7
+ * it under the terms of the GNU General Public License as published by
8
+ * the Free Software Foundation, either version 3 of the License, or
9
+ * (at your option) any later version.
10
+ *
11
+ * This program is distributed in the hope that it will be useful,
12
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
+ * GNU General Public License for more details.
15
+ *
16
+ * You should have received a copy of the GNU General Public License
17
+ * along with this program. If not, see http://www.gnu.org/licenses/.
18
+ *
19
+ */
20
+ Object.defineProperty(exports, "__esModule", { value: true });
21
+ exports.ErrorIcon = void 0;
22
+ /** @jsx jsx */
23
+ const react_1 = require("@emotion/react");
24
+ const SVGIcon_1 = require("./SVGIcon");
25
+ const ErrorIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 13, realHeight: 12 }, props),
26
+ (0, react_1.jsx)("g", { transform: "translate(.5 .333)", fill: "none", fillRule: "evenodd" },
27
+ (0, react_1.jsx)("circle", { fill: "#E02020", cx: "6", cy: "6", r: "6" }),
28
+ (0, react_1.jsx)("text", { fontFamily: "SFProText-Heavy, SF Pro Text", fontSize: "9", fontWeight: "600", fill: "#FFF" },
29
+ (0, react_1.jsx)("tspan", { x: "4.291", y: "9" }, "!")))));
30
+ exports.ErrorIcon = ErrorIcon;
31
+ //# sourceMappingURL=ErrorIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ErrorIcon.js","sourceRoot":"","sources":["../../src/Icon/ErrorIcon.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAEH,eAAe;AACf,0CAAmC;AAEnC,uCAAgD;AAEzC,MAAM,SAAS,GAAG,CAAC,KAAmB,EAAE,EAAE,CAAC,CAChD,iBAAC,iBAAO,kBAAC,SAAS,EAAE,EAAE,EAAE,UAAU,EAAE,EAAE,IAAM,KAAK;IAC/C,wBAAG,SAAS,EAAC,oBAAoB,EAAC,IAAI,EAAC,MAAM,EAAC,QAAQ,EAAC,SAAS;QAC9D,6BAAQ,IAAI,EAAC,SAAS,EAAC,EAAE,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,CAAC,EAAC,GAAG,GAAG;QAC7C,2BAAM,UAAU,EAAC,8BAA8B,EAAC,QAAQ,EAAC,GAAG,EAAC,UAAU,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM;YACvF,4BAAO,CAAC,EAAC,OAAO,EAAC,CAAC,EAAC,GAAG,QAEd,CACH,CACL,CACI,CACX,CAAC;AAXW,QAAA,SAAS,aAWpB"}
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ /*
3
+ * Wire
4
+ * Copyright (C) 2018 Wire Swiss GmbH
5
+ *
6
+ * This program is free software: you can redistribute it and/or modify
7
+ * it under the terms of the GNU General Public License as published by
8
+ * the Free Software Foundation, either version 3 of the License, or
9
+ * (at your option) any later version.
10
+ *
11
+ * This program is distributed in the hope that it will be useful,
12
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
+ * GNU General Public License for more details.
15
+ *
16
+ * You should have received a copy of the GNU General Public License
17
+ * along with this program. If not, see http://www.gnu.org/licenses/.
18
+ *
19
+ */
20
+ Object.defineProperty(exports, "__esModule", { value: true });
21
+ exports.FileIcon = void 0;
22
+ /** @jsx jsx */
23
+ const react_1 = require("@emotion/react");
24
+ const SVGIcon_1 = require("./SVGIcon");
25
+ const FileIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 16, realHeight: 16 }, props),
26
+ (0, react_1.jsx)("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" })));
27
+ exports.FileIcon = FileIcon;
28
+ //# sourceMappingURL=FileIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FileIcon.js","sourceRoot":"","sources":["../../src/Icon/FileIcon.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAEH,eAAe;AACf,0CAAmC;AAEnC,uCAAgD;AAEzC,MAAM,QAAQ,GAAG,CAAC,KAAmB,EAAE,EAAE,CAAC,CAC/C,iBAAC,iBAAO,kBAAC,SAAS,EAAE,EAAE,EAAE,UAAU,EAAE,EAAE,IAAM,KAAK;IAC/C,2BAAM,CAAC,EAAC,6IAA6I,GAAG,CAChJ,CACX,CAAC;AAJW,QAAA,QAAQ,YAInB"}
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ /*
3
+ * Wire
4
+ * Copyright (C) 2018 Wire Swiss GmbH
5
+ *
6
+ * This program is free software: you can redistribute it and/or modify
7
+ * it under the terms of the GNU General Public License as published by
8
+ * the Free Software Foundation, either version 3 of the License, or
9
+ * (at your option) any later version.
10
+ *
11
+ * This program is distributed in the hope that it will be useful,
12
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
+ * GNU General Public License for more details.
15
+ *
16
+ * You should have received a copy of the GNU General Public License
17
+ * along with this program. If not, see http://www.gnu.org/licenses/.
18
+ *
19
+ */
20
+ Object.defineProperty(exports, "__esModule", { value: true });
21
+ exports.GifIcon = void 0;
22
+ /** @jsx jsx */
23
+ const react_1 = require("@emotion/react");
24
+ const SVGIcon_1 = require("./SVGIcon");
25
+ const GifIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 16, realHeight: 13 }, props),
26
+ (0, react_1.jsx)("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" })));
27
+ exports.GifIcon = GifIcon;
28
+ //# sourceMappingURL=GifIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GifIcon.js","sourceRoot":"","sources":["../../src/Icon/GifIcon.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAEH,eAAe;AACf,0CAAmC;AAEnC,uCAAgD;AAEzC,MAAM,OAAO,GAAG,CAAC,KAAmB,EAAE,EAAE,CAAC,CAC9C,iBAAC,iBAAO,kBAAC,SAAS,EAAE,EAAE,EAAE,UAAU,EAAE,EAAE,IAAM,KAAK;IAC/C,2BAAM,CAAC,EAAC,yKAAyK,GAAG,CAC5K,CACX,CAAC;AAJW,QAAA,OAAO,WAIlB"}
@@ -0,0 +1,42 @@
1
+ "use strict";
2
+ /*
3
+ * Wire
4
+ * Copyright (C) 2021 Wire Swiss GmbH
5
+ *
6
+ * This program is free software: you can redistribute it and/or modify
7
+ * it under the terms of the GNU General Public License as published by
8
+ * the Free Software Foundation, either version 3 of the License, or
9
+ * (at your option) any later version.
10
+ *
11
+ * This program is distributed in the hope that it will be useful,
12
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
+ * GNU General Public License for more details.
15
+ *
16
+ * You should have received a copy of the GNU General Public License
17
+ * along with this program. If not, see http://www.gnu.org/licenses/.
18
+ *
19
+ */
20
+ var __rest = (this && this.__rest) || function (s, e) {
21
+ var t = {};
22
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
23
+ t[p] = s[p];
24
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
25
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
26
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
27
+ t[p[i]] = s[p[i]];
28
+ }
29
+ return t;
30
+ };
31
+ Object.defineProperty(exports, "__esModule", { value: true });
32
+ exports.GridIcon = void 0;
33
+ /** @jsx jsx */
34
+ const react_1 = require("@emotion/react");
35
+ const SVGIcon_1 = require("./SVGIcon");
36
+ const GridIcon = (_a) => {
37
+ var props = __rest(_a, []);
38
+ return ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 16, realHeight: 16 }, props),
39
+ (0, react_1.jsx)("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" })));
40
+ };
41
+ exports.GridIcon = GridIcon;
42
+ //# sourceMappingURL=GridIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GridIcon.js","sourceRoot":"","sources":["../../src/Icon/GridIcon.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;;;;AAEH,eAAe;AACf,0CAAmC;AAEnC,uCAAgD;AAEzC,MAAM,QAAQ,GAAG,CAAC,EAAwB,EAAE,EAAE;QAAxB,KAAK,cAAT,EAAU,CAAD;IAAoB,OAAA,CACpD,iBAAC,iBAAO,kBAAC,SAAS,EAAE,EAAE,EAAE,UAAU,EAAE,EAAE,IAAM,KAAK;QAC/C,2BAAM,CAAC,EAAC,6QAA6Q,GAAG,CAChR,CACX,CAAA;CAAA,CAAC;AAJW,QAAA,QAAQ,YAInB"}
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ /*
3
+ * Wire
4
+ * Copyright (C) 2019 Wire Swiss GmbH
5
+ *
6
+ * This program is free software: you can redistribute it and/or modify
7
+ * it under the terms of the GNU General Public License as published by
8
+ * the Free Software Foundation, either version 3 of the License, or
9
+ * (at your option) any later version.
10
+ *
11
+ * This program is distributed in the hope that it will be useful,
12
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
+ * GNU General Public License for more details.
15
+ *
16
+ * You should have received a copy of the GNU General Public License
17
+ * along with this program. If not, see http://www.gnu.org/licenses/.
18
+ *
19
+ */
20
+ Object.defineProperty(exports, "__esModule", { value: true });
21
+ exports.GroupIcon = void 0;
22
+ /** @jsx jsx */
23
+ const react_1 = require("@emotion/react");
24
+ const SVGIcon_1 = require("./SVGIcon");
25
+ const GroupIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 16, realHeight: 16 }, props),
26
+ (0, react_1.jsx)("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" })));
27
+ exports.GroupIcon = GroupIcon;
28
+ //# sourceMappingURL=GroupIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GroupIcon.js","sourceRoot":"","sources":["../../src/Icon/GroupIcon.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAEH,eAAe;AACf,0CAAmC;AAEnC,uCAAgD;AAEzC,MAAM,SAAS,GAAG,CAAC,KAAmB,EAAE,EAAE,CAAC,CAChD,iBAAC,iBAAO,kBAAC,SAAS,EAAE,EAAE,EAAE,UAAU,EAAE,EAAE,IAAM,KAAK;IAC/C,2BAAM,CAAC,EAAC,0MAA0M,GAAG,CAC7M,CACX,CAAC;AAJW,QAAA,SAAS,aAIpB"}
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ /*
3
+ * Wire
4
+ * Copyright (C) 2018 Wire Swiss GmbH
5
+ *
6
+ * This program is free software: you can redistribute it and/or modify
7
+ * it under the terms of the GNU General Public License as published by
8
+ * the Free Software Foundation, either version 3 of the License, or
9
+ * (at your option) any later version.
10
+ *
11
+ * This program is distributed in the hope that it will be useful,
12
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
+ * GNU General Public License for more details.
15
+ *
16
+ * You should have received a copy of the GNU General Public License
17
+ * along with this program. If not, see http://www.gnu.org/licenses/.
18
+ *
19
+ */
20
+ Object.defineProperty(exports, "__esModule", { value: true });
21
+ exports.HangupIcon = void 0;
22
+ /** @jsx jsx */
23
+ const react_1 = require("@emotion/react");
24
+ const SVGIcon_1 = require("./SVGIcon");
25
+ const HangupIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 20, realHeight: 8 }, props),
26
+ (0, react_1.jsx)("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" })));
27
+ exports.HangupIcon = HangupIcon;
28
+ //# sourceMappingURL=HangupIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HangupIcon.js","sourceRoot":"","sources":["../../src/Icon/HangupIcon.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAEH,eAAe;AACf,0CAAmC;AAEnC,uCAAgD;AAEzC,MAAM,UAAU,GAAG,CAAC,KAAmB,EAAE,EAAE,CAAC,CACjD,iBAAC,iBAAO,kBAAC,SAAS,EAAE,EAAE,EAAE,UAAU,EAAE,CAAC,IAAM,KAAK;IAC9C,2BAAM,CAAC,EAAC,wNAAwN,GAAG,CAC3N,CACX,CAAC;AAJW,QAAA,UAAU,cAIrB"}
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ /*
3
+ * Wire
4
+ * Copyright (C) 2020 Wire Swiss GmbH
5
+ *
6
+ * This program is free software: you can redistribute it and/or modify
7
+ * it under the terms of the GNU General Public License as published by
8
+ * the Free Software Foundation, either version 3 of the License, or
9
+ * (at your option) any later version.
10
+ *
11
+ * This program is distributed in the hope that it will be useful,
12
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
+ * GNU General Public License for more details.
15
+ *
16
+ * You should have received a copy of the GNU General Public License
17
+ * along with this program. If not, see http://www.gnu.org/licenses/.
18
+ *
19
+ */
20
+ Object.defineProperty(exports, "__esModule", { value: true });
21
+ exports.HideIcon = void 0;
22
+ /** @jsx jsx */
23
+ const react_1 = require("@emotion/react");
24
+ const SVGIcon_1 = require("./SVGIcon");
25
+ const HideIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 16, realHeight: 11 }, props),
26
+ (0, react_1.jsx)("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" })));
27
+ exports.HideIcon = HideIcon;
28
+ //# sourceMappingURL=HideIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HideIcon.js","sourceRoot":"","sources":["../../src/Icon/HideIcon.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAEH,eAAe;AACf,0CAAmC;AAEnC,uCAAgD;AAEzC,MAAM,QAAQ,GAAG,CAAC,KAAmB,EAAE,EAAE,CAAC,CAC/C,iBAAC,iBAAO,kBAAC,SAAS,EAAE,EAAE,EAAE,UAAU,EAAE,EAAE,IAAM,KAAK;IAC/C,2BAAM,CAAC,EAAC,ojBAAojB,GAAG,CACvjB,CACX,CAAC;AAJW,QAAA,QAAQ,YAInB"}
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ /*
3
+ * Wire
4
+ * Copyright (C) 2018 Wire Swiss GmbH
5
+ *
6
+ * This program is free software: you can redistribute it and/or modify
7
+ * it under the terms of the GNU General Public License as published by
8
+ * the Free Software Foundation, either version 3 of the License, or
9
+ * (at your option) any later version.
10
+ *
11
+ * This program is distributed in the hope that it will be useful,
12
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
+ * GNU General Public License for more details.
15
+ *
16
+ * You should have received a copy of the GNU General Public License
17
+ * along with this program. If not, see http://www.gnu.org/licenses/.
18
+ *
19
+ */
20
+ Object.defineProperty(exports, "__esModule", { value: true });
21
+ exports.ImageIcon = void 0;
22
+ /** @jsx jsx */
23
+ const react_1 = require("@emotion/react");
24
+ const SVGIcon_1 = require("./SVGIcon");
25
+ const ImageIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 16, realHeight: 16 }, props),
26
+ (0, react_1.jsx)("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" })));
27
+ exports.ImageIcon = ImageIcon;
28
+ //# sourceMappingURL=ImageIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ImageIcon.js","sourceRoot":"","sources":["../../src/Icon/ImageIcon.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAEH,eAAe;AACf,0CAAmC;AAEnC,uCAAgD;AAEzC,MAAM,SAAS,GAAG,CAAC,KAAmB,EAAE,EAAE,CAAC,CAChD,iBAAC,iBAAO,kBAAC,SAAS,EAAE,EAAE,EAAE,UAAU,EAAE,EAAE,IAAM,KAAK;IAC/C,2BAAM,CAAC,EAAC,gIAAgI,GAAG,CACnI,CACX,CAAC;AAJW,QAAA,SAAS,aAIpB"}
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ /*
3
+ * Wire
4
+ * Copyright (C) 2019 Wire Swiss GmbH
5
+ *
6
+ * This program is free software: you can redistribute it and/or modify
7
+ * it under the terms of the GNU General Public License as published by
8
+ * the Free Software Foundation, either version 3 of the License, or
9
+ * (at your option) any later version.
10
+ *
11
+ * This program is distributed in the hope that it will be useful,
12
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
+ * GNU General Public License for more details.
15
+ *
16
+ * You should have received a copy of the GNU General Public License
17
+ * along with this program. If not, see http://www.gnu.org/licenses/.
18
+ *
19
+ */
20
+ Object.defineProperty(exports, "__esModule", { value: true });
21
+ exports.InfoIcon = void 0;
22
+ /** @jsx jsx */
23
+ const react_1 = require("@emotion/react");
24
+ const SVGIcon_1 = require("./SVGIcon");
25
+ const InfoIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 16, realHeight: 16 }, props),
26
+ (0, react_1.jsx)("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" })));
27
+ exports.InfoIcon = InfoIcon;
28
+ //# sourceMappingURL=InfoIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InfoIcon.js","sourceRoot":"","sources":["../../src/Icon/InfoIcon.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAEH,eAAe;AACf,0CAAmC;AAEnC,uCAAgD;AAEzC,MAAM,QAAQ,GAAG,CAAC,KAAmB,EAAE,EAAE,CAAC,CAC/C,iBAAC,iBAAO,kBAAC,SAAS,EAAE,EAAE,EAAE,UAAU,EAAE,EAAE,IAAM,KAAK;IAC/C,2BAAM,CAAC,EAAC,0JAA0J,GAAG,CAC7J,CACX,CAAC;AAJW,QAAA,QAAQ,YAInB"}
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ /*
3
+ * Wire
4
+ * Copyright (C) 2019 Wire Swiss GmbH
5
+ *
6
+ * This program is free software: you can redistribute it and/or modify
7
+ * it under the terms of the GNU General Public License as published by
8
+ * the Free Software Foundation, either version 3 of the License, or
9
+ * (at your option) any later version.
10
+ *
11
+ * This program is distributed in the hope that it will be useful,
12
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
+ * GNU General Public License for more details.
15
+ *
16
+ * You should have received a copy of the GNU General Public License
17
+ * along with this program. If not, see http://www.gnu.org/licenses/.
18
+ *
19
+ */
20
+ Object.defineProperty(exports, "__esModule", { value: true });
21
+ exports.InviteIcon = void 0;
22
+ /** @jsx jsx */
23
+ const react_1 = require("@emotion/react");
24
+ const SVGIcon_1 = require("./SVGIcon");
25
+ const InviteIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 16, realHeight: 16 }, props),
26
+ (0, react_1.jsx)("path", { d: "M8 14A6 6 0 1 0 8 2a6 6 0 0 0 0 12zm0 2A8 8 0 1 1 8 0a8 8 0 0 1 0 16zM7 7h5v2H7V7zm0-4h2v6H7V3z" })));
27
+ exports.InviteIcon = InviteIcon;
28
+ //# sourceMappingURL=InviteIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InviteIcon.js","sourceRoot":"","sources":["../../src/Icon/InviteIcon.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAEH,eAAe;AACf,0CAAmC;AAEnC,uCAAgD;AAEzC,MAAM,UAAU,GAAG,CAAC,KAAmB,EAAE,EAAE,CAAC,CACjD,iBAAC,iBAAO,kBAAC,SAAS,EAAE,EAAE,EAAE,UAAU,EAAE,EAAE,IAAM,KAAK;IAC/C,2BAAM,CAAC,EAAC,iGAAiG,GAAG,CACpG,CACX,CAAC;AAJW,QAAA,UAAU,cAIrB"}
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ /*
3
+ * Wire
4
+ * Copyright (C) 2018 Wire Swiss GmbH
5
+ *
6
+ * This program is free software: you can redistribute it and/or modify
7
+ * it under the terms of the GNU General Public License as published by
8
+ * the Free Software Foundation, either version 3 of the License, or
9
+ * (at your option) any later version.
10
+ *
11
+ * This program is distributed in the hope that it will be useful,
12
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
+ * GNU General Public License for more details.
15
+ *
16
+ * You should have received a copy of the GNU General Public License
17
+ * along with this program. If not, see http://www.gnu.org/licenses/.
18
+ *
19
+ */
20
+ Object.defineProperty(exports, "__esModule", { value: true });
21
+ exports.LeaveIcon = void 0;
22
+ /** @jsx jsx */
23
+ const react_1 = require("@emotion/react");
24
+ const SVGIcon_1 = require("./SVGIcon");
25
+ const LeaveIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 16, realHeight: 16 }, props),
26
+ (0, react_1.jsx)("path", { d: "M2 14h7v2H0V0h9v2H2v12zm3-7v2h7v4l4-5-4-5v4H5z" })));
27
+ exports.LeaveIcon = LeaveIcon;
28
+ //# sourceMappingURL=LeaveIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LeaveIcon.js","sourceRoot":"","sources":["../../src/Icon/LeaveIcon.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAEH,eAAe;AACf,0CAAmC;AAEnC,uCAAgD;AAEzC,MAAM,SAAS,GAAG,CAAC,KAAmB,EAAE,EAAE,CAAC,CAChD,iBAAC,iBAAO,kBAAC,SAAS,EAAE,EAAE,EAAE,UAAU,EAAE,EAAE,IAAM,KAAK;IAC/C,2BAAM,CAAC,EAAC,gDAAgD,GAAG,CACnD,CACX,CAAC;AAJW,QAAA,SAAS,aAIpB"}
@@ -0,0 +1,42 @@
1
+ "use strict";
2
+ /*
3
+ * Wire
4
+ * Copyright (C) 2021 Wire Swiss GmbH
5
+ *
6
+ * This program is free software: you can redistribute it and/or modify
7
+ * it under the terms of the GNU General Public License as published by
8
+ * the Free Software Foundation, either version 3 of the License, or
9
+ * (at your option) any later version.
10
+ *
11
+ * This program is distributed in the hope that it will be useful,
12
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
+ * GNU General Public License for more details.
15
+ *
16
+ * You should have received a copy of the GNU General Public License
17
+ * along with this program. If not, see http://www.gnu.org/licenses/.
18
+ *
19
+ */
20
+ var __rest = (this && this.__rest) || function (s, e) {
21
+ var t = {};
22
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
23
+ t[p] = s[p];
24
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
25
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
26
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
27
+ t[p[i]] = s[p[i]];
28
+ }
29
+ return t;
30
+ };
31
+ Object.defineProperty(exports, "__esModule", { value: true });
32
+ exports.LinkIcon = void 0;
33
+ /** @jsx jsx */
34
+ const react_1 = require("@emotion/react");
35
+ const SVGIcon_1 = require("./SVGIcon");
36
+ const LinkIcon = (_a) => {
37
+ var props = __rest(_a, []);
38
+ return ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 12, realHeight: 10 }, props),
39
+ (0, react_1.jsx)("path", { d: "M7.66.185c-1.721 0-3.208.995-3.91 2.438h1.8a2.832 2.832 0 0 1 2.11-.938c1.563 0 2.83 1.26 2.83 2.813A2.822 2.822 0 0 1 7.66 7.31a2.832 2.832 0 0 1-2.11-.937h-1.8A4.343 4.343 0 0 0 7.66 8.81c2.397 0 4.34-1.93 4.34-4.312C12 2.116 10.057.185 7.66.185ZM4.34 3.56c1.721 0 3.208.995 3.91 2.438h-1.8a2.832 2.832 0 0 0-2.11-.938 2.822 2.822 0 0 0-2.83 2.813 2.822 2.822 0 0 0 2.83 2.812c.839 0 1.592-.362 2.11-.937h1.8a4.343 4.343 0 0 1-3.91 2.437c-2.397 0-4.34-1.93-4.34-4.312C0 5.49 1.943 3.56 4.34 3.56Z" })));
40
+ };
41
+ exports.LinkIcon = LinkIcon;
42
+ //# sourceMappingURL=LinkIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LinkIcon.js","sourceRoot":"","sources":["../../src/Icon/LinkIcon.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;;;;AAEH,eAAe;AACf,0CAAmC;AAEnC,uCAAgD;AAEzC,MAAM,QAAQ,GAAG,CAAC,EAAwB,EAAE,EAAE;QAAxB,KAAK,cAAT,EAAU,CAAD;IAAoB,OAAA,CACpD,iBAAC,iBAAO,kBAAC,SAAS,EAAE,EAAE,EAAE,UAAU,EAAE,EAAE,IAAM,KAAK;QAC/C,2BAAM,CAAC,EAAC,ofAAof,GAAG,CACvf,CACX,CAAA;CAAA,CAAC;AAJW,QAAA,QAAQ,YAInB"}
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ /*
3
+ * Wire
4
+ * Copyright (C) 2021 Wire Swiss GmbH
5
+ *
6
+ * This program is free software: you can redistribute it and/or modify
7
+ * it under the terms of the GNU General Public License as published by
8
+ * the Free Software Foundation, either version 3 of the License, or
9
+ * (at your option) any later version.
10
+ *
11
+ * This program is distributed in the hope that it will be useful,
12
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
+ * GNU General Public License for more details.
15
+ *
16
+ * You should have received a copy of the GNU General Public License
17
+ * along with this program. If not, see http://www.gnu.org/licenses/.
18
+ *
19
+ */
20
+ Object.defineProperty(exports, "__esModule", { value: true });
21
+ exports.ListIcon = void 0;
22
+ /** @jsx jsx */
23
+ const react_1 = require("@emotion/react");
24
+ const SVGIcon_1 = require("./SVGIcon");
25
+ const ListIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 14, realHeight: 11 }, props),
26
+ (0, react_1.jsx)("path", { d: "M4 6h10v2H4V6zm0-6h10v2H4V0zm10 12v2H4v-2h10zM2 12v2H0v-2h2zm0-6v2H0V6h2zm0-6v2H0V0h2z" })));
27
+ exports.ListIcon = ListIcon;
28
+ //# sourceMappingURL=ListIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListIcon.js","sourceRoot":"","sources":["../../src/Icon/ListIcon.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAEH,eAAe;AACf,0CAAmC;AAEnC,uCAAgD;AAEzC,MAAM,QAAQ,GAAG,CAAC,KAAmB,EAAE,EAAE,CAAC,CAC/C,iBAAC,iBAAO,kBAAC,SAAS,EAAE,EAAE,EAAE,UAAU,EAAE,EAAE,IAAM,KAAK;IAC/C,2BAAM,CAAC,EAAC,wFAAwF,GAAG,CAC3F,CACX,CAAC;AAJW,QAAA,QAAQ,YAInB"}
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ /*
3
+ * Wire
4
+ * Copyright (C) 2020 Wire Swiss GmbH
5
+ *
6
+ * This program is free software: you can redistribute it and/or modify
7
+ * it under the terms of the GNU General Public License as published by
8
+ * the Free Software Foundation, either version 3 of the License, or
9
+ * (at your option) any later version.
10
+ *
11
+ * This program is distributed in the hope that it will be useful,
12
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
+ * GNU General Public License for more details.
15
+ *
16
+ * You should have received a copy of the GNU General Public License
17
+ * along with this program. If not, see http://www.gnu.org/licenses/.
18
+ *
19
+ */
20
+ Object.defineProperty(exports, "__esModule", { value: true });
21
+ exports.LockIcon = void 0;
22
+ /** @jsx jsx */
23
+ const react_1 = require("@emotion/react");
24
+ const SVGIcon_1 = require("./SVGIcon");
25
+ const LockIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 16, realHeight: 21 }, props),
26
+ (0, react_1.jsx)("path", { d: "M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z", transform: "translate(-294 -306) translate(290 305)" })));
27
+ exports.LockIcon = LockIcon;
28
+ //# sourceMappingURL=LockIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LockIcon.js","sourceRoot":"","sources":["../../src/Icon/LockIcon.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAEH,eAAe;AACf,0CAAmC;AAEnC,uCAAgD;AAEzC,MAAM,QAAQ,GAAG,CAAC,KAAmB,EAAE,EAAE,CAAC,CAC/C,iBAAC,iBAAO,kBAAC,SAAS,EAAE,EAAE,EAAE,UAAU,EAAE,EAAE,IAAM,KAAK;IAC/C,2BACE,CAAC,EAAC,mOAAmO,EACrO,SAAS,EAAC,yCAAyC,GACnD,CACM,CACX,CAAC;AAPW,QAAA,QAAQ,YAOnB"}
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ /*
3
+ * Wire
4
+ * Copyright (C) 2018 Wire Swiss GmbH
5
+ *
6
+ * This program is free software: you can redistribute it and/or modify
7
+ * it under the terms of the GNU General Public License as published by
8
+ * the Free Software Foundation, either version 3 of the License, or
9
+ * (at your option) any later version.
10
+ *
11
+ * This program is distributed in the hope that it will be useful,
12
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
+ * GNU General Public License for more details.
15
+ *
16
+ * You should have received a copy of the GNU General Public License
17
+ * along with this program. If not, see http://www.gnu.org/licenses/.
18
+ *
19
+ */
20
+ Object.defineProperty(exports, "__esModule", { value: true });
21
+ exports.MessageIcon = void 0;
22
+ /** @jsx jsx */
23
+ const react_1 = require("@emotion/react");
24
+ const SVGIcon_1 = require("./SVGIcon");
25
+ const MessageIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 16, realHeight: 16 }, props),
26
+ (0, react_1.jsx)("path", { d: "M3 0h10a3 3 0 0 1 3 3v7a3 3 0 0 1-3 3H6a3 3 0 0 0-1.8.7l-2.6 2.1A1 1 0 0 1 0 15V3a3 3 0 0 1 3-3z" })));
27
+ exports.MessageIcon = MessageIcon;
28
+ //# sourceMappingURL=MessageIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MessageIcon.js","sourceRoot":"","sources":["../../src/Icon/MessageIcon.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAEH,eAAe;AACf,0CAAmC;AAEnC,uCAAgD;AAEzC,MAAM,WAAW,GAAG,CAAC,KAAmB,EAAE,EAAE,CAAC,CAClD,iBAAC,iBAAO,kBAAC,SAAS,EAAE,EAAE,EAAE,UAAU,EAAE,EAAE,IAAM,KAAK;IAC/C,2BAAM,CAAC,EAAC,kGAAkG,GAAG,CACrG,CACX,CAAC;AAJW,QAAA,WAAW,eAItB"}
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ /*
3
+ * Wire
4
+ * Copyright (C) 2019 Wire Swiss GmbH
5
+ *
6
+ * This program is free software: you can redistribute it and/or modify
7
+ * it under the terms of the GNU General Public License as published by
8
+ * the Free Software Foundation, either version 3 of the License, or
9
+ * (at your option) any later version.
10
+ *
11
+ * This program is distributed in the hope that it will be useful,
12
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
+ * GNU General Public License for more details.
15
+ *
16
+ * You should have received a copy of the GNU General Public License
17
+ * along with this program. If not, see http://www.gnu.org/licenses/.
18
+ *
19
+ */
20
+ Object.defineProperty(exports, "__esModule", { value: true });
21
+ exports.MinusIcon = void 0;
22
+ /** @jsx jsx */
23
+ const react_1 = require("@emotion/react");
24
+ const SVGIcon_1 = require("./SVGIcon");
25
+ const MinusIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 16, realHeight: 2 }, props),
26
+ (0, react_1.jsx)("path", { d: "M0 0h16v2H0z" })));
27
+ exports.MinusIcon = MinusIcon;
28
+ //# sourceMappingURL=MinusIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MinusIcon.js","sourceRoot":"","sources":["../../src/Icon/MinusIcon.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAEH,eAAe;AACf,0CAAmC;AAEnC,uCAAgD;AAEzC,MAAM,SAAS,GAAG,CAAC,KAAmB,EAAE,EAAE,CAAC,CAChD,iBAAC,iBAAO,kBAAC,SAAS,EAAE,EAAE,EAAE,UAAU,EAAE,CAAC,IAAM,KAAK;IAC9C,2BAAM,CAAC,EAAC,cAAc,GAAG,CACjB,CACX,CAAC;AAJW,QAAA,SAAS,aAIpB"}