@wireapp/react-ui-kit 8.13.9 → 8.14.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 (355) hide show
  1. package/package.json +7 -6
  2. package/src/Form/Button.d.ts +1 -1
  3. package/src/Form/Button.js +125 -210
  4. package/src/Form/Button.js.map +1 -1
  5. package/src/Form/ButtonLink.d.ts +1 -1
  6. package/src/Form/ButtonLink.js +47 -60
  7. package/src/Form/ButtonLink.js.map +1 -1
  8. package/src/Form/Checkbox.js +84 -139
  9. package/src/Form/Checkbox.js.map +1 -1
  10. package/src/Form/CodeInput.js +98 -201
  11. package/src/Form/CodeInput.js.map +1 -1
  12. package/src/Form/DropFileInput.d.ts +2 -2
  13. package/src/Form/DropFileInput.js +116 -214
  14. package/src/Form/DropFileInput.js.map +1 -1
  15. package/src/Form/ErrorMessage.js +45 -78
  16. package/src/Form/ErrorMessage.js.map +1 -1
  17. package/src/Form/Form.d.ts +0 -1
  18. package/src/Form/Form.js +28 -31
  19. package/src/Form/Form.js.map +1 -1
  20. package/src/Form/Input.d.ts +3 -3
  21. package/src/Form/Input.js +101 -178
  22. package/src/Form/Input.js.map +1 -1
  23. package/src/Form/InputBlock.d.ts +1 -1
  24. package/src/Form/InputBlock.js +19 -45
  25. package/src/Form/InputBlock.js.map +1 -1
  26. package/src/Form/InputLabel.js +44 -46
  27. package/src/Form/InputLabel.js.map +1 -1
  28. package/src/Form/InputSubmitCombo.js +49 -53
  29. package/src/Form/InputSubmitCombo.js.map +1 -1
  30. package/src/Form/RangeInput.js +47 -71
  31. package/src/Form/RangeInput.js.map +1 -1
  32. package/src/Form/RangeInput.styles.js +39 -55
  33. package/src/Form/RangeInput.styles.js.map +1 -1
  34. package/src/Form/RoundIconButton.d.ts +1 -1
  35. package/src/Form/RoundIconButton.js +42 -62
  36. package/src/Form/RoundIconButton.js.map +1 -1
  37. package/src/Form/Select.js +55 -95
  38. package/src/Form/Select.js.map +1 -1
  39. package/src/Form/SelectComponents.js +101 -173
  40. package/src/Form/SelectComponents.js.map +1 -1
  41. package/src/Form/SelectStyles.d.ts +1 -899
  42. package/src/Form/SelectStyles.js +96 -156
  43. package/src/Form/SelectStyles.js.map +1 -1
  44. package/src/Form/ShakeBox.d.ts +1 -1
  45. package/src/Form/ShakeBox.js +33 -81
  46. package/src/Form/ShakeBox.js.map +1 -1
  47. package/src/Form/Switch.d.ts +1 -1
  48. package/src/Form/Switch.js +89 -124
  49. package/src/Form/Switch.js.map +1 -1
  50. package/src/Form/TextArea.d.ts +3 -3
  51. package/src/Form/TextArea.js +59 -80
  52. package/src/Form/TextArea.js.map +1 -1
  53. package/src/Form/Tooltip.js +66 -75
  54. package/src/Form/Tooltip.js.map +1 -1
  55. package/src/Form/index.js +52 -238
  56. package/src/Form/index.js.map +1 -1
  57. package/src/GlobalCssVariables.js +79 -96
  58. package/src/GlobalCssVariables.js.map +1 -1
  59. package/src/GlobalStyle.d.ts +2 -3
  60. package/src/GlobalStyle.js +40 -55
  61. package/src/GlobalStyle.js.map +1 -1
  62. package/src/Icon/AddPeopleIcon.js +19 -24
  63. package/src/Icon/AddPeopleIcon.js.map +1 -1
  64. package/src/Icon/ArchiveIcon.js +6 -24
  65. package/src/Icon/ArchiveIcon.js.map +1 -1
  66. package/src/Icon/ArrowDown.js +19 -23
  67. package/src/Icon/ArrowDown.js.map +1 -1
  68. package/src/Icon/ArrowIcon.js +42 -35
  69. package/src/Icon/ArrowIcon.js.map +1 -1
  70. package/src/Icon/AttachmentIcon.js +6 -24
  71. package/src/Icon/AttachmentIcon.js.map +1 -1
  72. package/src/Icon/AudioVideoIcon.js +6 -24
  73. package/src/Icon/AudioVideoIcon.js.map +1 -1
  74. package/src/Icon/BlockIcon.js +6 -24
  75. package/src/Icon/BlockIcon.js.map +1 -1
  76. package/src/Icon/Brand/AndroidIcon.js +6 -25
  77. package/src/Icon/Brand/AndroidIcon.js.map +1 -1
  78. package/src/Icon/Brand/AppleIcon.js +6 -25
  79. package/src/Icon/Brand/AppleIcon.js.map +1 -1
  80. package/src/Icon/Brand/ChromeIcon.js +6 -25
  81. package/src/Icon/Brand/ChromeIcon.js.map +1 -1
  82. package/src/Icon/Brand/FacebookIcon.js +6 -24
  83. package/src/Icon/Brand/FacebookIcon.js.map +1 -1
  84. package/src/Icon/Brand/GitHubIcon.js +6 -24
  85. package/src/Icon/Brand/GitHubIcon.js.map +1 -1
  86. package/src/Icon/Brand/LinkedInIcon.js +6 -24
  87. package/src/Icon/Brand/LinkedInIcon.js.map +1 -1
  88. package/src/Icon/Brand/LinuxIcon.js +6 -25
  89. package/src/Icon/Brand/LinuxIcon.js.map +1 -1
  90. package/src/Icon/Brand/MicrosoftIcon.js +6 -25
  91. package/src/Icon/Brand/MicrosoftIcon.js.map +1 -1
  92. package/src/Icon/Brand/TwitterIcon.js +6 -24
  93. package/src/Icon/Brand/TwitterIcon.js.map +1 -1
  94. package/src/Icon/CallIcon.js +6 -24
  95. package/src/Icon/CallIcon.js.map +1 -1
  96. package/src/Icon/CamIcon.js +6 -24
  97. package/src/Icon/CamIcon.js.map +1 -1
  98. package/src/Icon/CameraIcon.js +19 -24
  99. package/src/Icon/CameraIcon.js.map +1 -1
  100. package/src/Icon/CheckIcon.js +6 -24
  101. package/src/Icon/CheckIcon.js.map +1 -1
  102. package/src/Icon/CheckRoundIcon.js +6 -24
  103. package/src/Icon/CheckRoundIcon.js.map +1 -1
  104. package/src/Icon/ChevronIcon.js +38 -31
  105. package/src/Icon/ChevronIcon.js.map +1 -1
  106. package/src/Icon/CloseIcon.js +6 -24
  107. package/src/Icon/CloseIcon.js.map +1 -1
  108. package/src/Icon/CopyIcon.js +6 -24
  109. package/src/Icon/CopyIcon.js.map +1 -1
  110. package/src/Icon/DeviceIcon.js +6 -24
  111. package/src/Icon/DeviceIcon.js.map +1 -1
  112. package/src/Icon/DownloadIcon.js +6 -24
  113. package/src/Icon/DownloadIcon.js.map +1 -1
  114. package/src/Icon/EditDocumentIcon.js +19 -25
  115. package/src/Icon/EditDocumentIcon.js.map +1 -1
  116. package/src/Icon/EditIcon.js +6 -24
  117. package/src/Icon/EditIcon.js.map +1 -1
  118. package/src/Icon/EnterIcon.js +6 -24
  119. package/src/Icon/EnterIcon.js.map +1 -1
  120. package/src/Icon/ErrorIcon.js +9 -39
  121. package/src/Icon/ErrorIcon.js.map +1 -1
  122. package/src/Icon/FileIcon.js +6 -24
  123. package/src/Icon/FileIcon.js.map +1 -1
  124. package/src/Icon/GifIcon.js +6 -24
  125. package/src/Icon/GifIcon.js.map +1 -1
  126. package/src/Icon/GridIcon.js +19 -24
  127. package/src/Icon/GridIcon.js.map +1 -1
  128. package/src/Icon/GroupIcon.js +6 -24
  129. package/src/Icon/GroupIcon.js.map +1 -1
  130. package/src/Icon/HangupIcon.js +6 -24
  131. package/src/Icon/HangupIcon.js.map +1 -1
  132. package/src/Icon/HideIcon.js +6 -24
  133. package/src/Icon/HideIcon.js.map +1 -1
  134. package/src/Icon/ImageIcon.js +6 -24
  135. package/src/Icon/ImageIcon.js.map +1 -1
  136. package/src/Icon/InfoIcon.js +6 -24
  137. package/src/Icon/InfoIcon.js.map +1 -1
  138. package/src/Icon/InviteIcon.js +6 -24
  139. package/src/Icon/InviteIcon.js.map +1 -1
  140. package/src/Icon/LeaveIcon.js +6 -24
  141. package/src/Icon/LeaveIcon.js.map +1 -1
  142. package/src/Icon/LinkIcon.js +19 -24
  143. package/src/Icon/LinkIcon.js.map +1 -1
  144. package/src/Icon/ListIcon.js +6 -24
  145. package/src/Icon/ListIcon.js.map +1 -1
  146. package/src/Icon/LockIcon.js +6 -25
  147. package/src/Icon/LockIcon.js.map +1 -1
  148. package/src/Icon/MessageIcon.js +6 -24
  149. package/src/Icon/MessageIcon.js.map +1 -1
  150. package/src/Icon/MinusIcon.js +6 -24
  151. package/src/Icon/MinusIcon.js.map +1 -1
  152. package/src/Icon/MoreIcon.js +6 -24
  153. package/src/Icon/MoreIcon.js.map +1 -1
  154. package/src/Icon/MuteIcon.js +6 -24
  155. package/src/Icon/MuteIcon.js.map +1 -1
  156. package/src/Icon/NotificationIcon.js +6 -24
  157. package/src/Icon/NotificationIcon.js.map +1 -1
  158. package/src/Icon/NotificationOffIcon.js +6 -24
  159. package/src/Icon/NotificationOffIcon.js.map +1 -1
  160. package/src/Icon/OptionsIcon.js +6 -24
  161. package/src/Icon/OptionsIcon.js.map +1 -1
  162. package/src/Icon/PeopleIcon.js +19 -24
  163. package/src/Icon/PeopleIcon.js.map +1 -1
  164. package/src/Icon/PingIcon.js +6 -24
  165. package/src/Icon/PingIcon.js.map +1 -1
  166. package/src/Icon/PlaneIcon.js +6 -24
  167. package/src/Icon/PlaneIcon.js.map +1 -1
  168. package/src/Icon/PlusIcon.js +6 -24
  169. package/src/Icon/PlusIcon.js.map +1 -1
  170. package/src/Icon/ProfileIcon.js +6 -24
  171. package/src/Icon/ProfileIcon.js.map +1 -1
  172. package/src/Icon/RecordBoldIcon.js +43 -50
  173. package/src/Icon/RecordBoldIcon.js.map +1 -1
  174. package/src/Icon/RecordIcon.js +8 -34
  175. package/src/Icon/RecordIcon.js.map +1 -1
  176. package/src/Icon/RecordPendingIcon.js +8 -31
  177. package/src/Icon/RecordPendingIcon.js.map +1 -1
  178. package/src/Icon/ReloadIcon.js +6 -24
  179. package/src/Icon/ReloadIcon.js.map +1 -1
  180. package/src/Icon/SVGIcon.js +53 -78
  181. package/src/Icon/SVGIcon.js.map +1 -1
  182. package/src/Icon/ScreenshareIcon.js +6 -24
  183. package/src/Icon/ScreenshareIcon.js.map +1 -1
  184. package/src/Icon/SearchIcon.js +6 -25
  185. package/src/Icon/SearchIcon.js.map +1 -1
  186. package/src/Icon/ServicesIcon.js +6 -24
  187. package/src/Icon/ServicesIcon.js.map +1 -1
  188. package/src/Icon/SettingsIcon.js +6 -24
  189. package/src/Icon/SettingsIcon.js.map +1 -1
  190. package/src/Icon/ShowIcon.js +6 -24
  191. package/src/Icon/ShowIcon.js.map +1 -1
  192. package/src/Icon/SignIcon.js +6 -24
  193. package/src/Icon/SignIcon.js.map +1 -1
  194. package/src/Icon/SpeakerIcon.js +6 -24
  195. package/src/Icon/SpeakerIcon.js.map +1 -1
  196. package/src/Icon/SupportIcon.js +6 -24
  197. package/src/Icon/SupportIcon.js.map +1 -1
  198. package/src/Icon/TeamIcon.js +6 -24
  199. package/src/Icon/TeamIcon.js.map +1 -1
  200. package/src/Icon/TimedIcon.js +6 -24
  201. package/src/Icon/TimedIcon.js.map +1 -1
  202. package/src/Icon/TrashCrossIcon.js +6 -24
  203. package/src/Icon/TrashCrossIcon.js.map +1 -1
  204. package/src/Icon/TrashIcon.js +6 -24
  205. package/src/Icon/TrashIcon.js.map +1 -1
  206. package/src/Icon/TriangleIcon.d.ts +1 -1
  207. package/src/Icon/TriangleIcon.js +42 -35
  208. package/src/Icon/TriangleIcon.js.map +1 -1
  209. package/src/Icon/UploadIcon.js +6 -24
  210. package/src/Icon/UploadIcon.js.map +1 -1
  211. package/src/Icon/WireIcon.js +6 -24
  212. package/src/Icon/WireIcon.js.map +1 -1
  213. package/src/Icon/index.js +107 -953
  214. package/src/Icon/index.js.map +1 -1
  215. package/src/Identity/Animation.js +88 -211
  216. package/src/Identity/Animation.js.map +1 -1
  217. package/src/Identity/Avatar.js +66 -114
  218. package/src/Identity/Avatar.js.map +1 -1
  219. package/src/Identity/AvatarGrid.d.ts +1 -1
  220. package/src/Identity/AvatarGrid.js +66 -108
  221. package/src/Identity/AvatarGrid.js.map +1 -1
  222. package/src/Identity/Logo.js +45 -54
  223. package/src/Identity/Logo.js.map +1 -1
  224. package/src/Identity/colors-v2.js +163 -186
  225. package/src/Identity/colors-v2.js.map +1 -1
  226. package/src/Identity/colors.js +64 -80
  227. package/src/Identity/colors.js.map +1 -1
  228. package/src/Identity/index.js +38 -81
  229. package/src/Identity/index.js.map +1 -1
  230. package/src/Identity/motions.js +71 -35
  231. package/src/Identity/motions.js.map +1 -1
  232. package/src/Layout/Box.d.ts +1 -1
  233. package/src/Layout/Box.js +9 -31
  234. package/src/Layout/Box.js.map +1 -1
  235. package/src/Layout/Column.d.ts +1 -1
  236. package/src/Layout/Column.js +17 -57
  237. package/src/Layout/Column.js.map +1 -1
  238. package/src/Layout/Container.d.ts +5 -5
  239. package/src/Layout/Container.js +29 -102
  240. package/src/Layout/Container.js.map +1 -1
  241. package/src/Layout/Content.d.ts +1 -1
  242. package/src/Layout/Content.js +8 -31
  243. package/src/Layout/Content.js.map +1 -1
  244. package/src/Layout/FlexBox.d.ts +1 -1
  245. package/src/Layout/FlexBox.js +10 -45
  246. package/src/Layout/FlexBox.js.map +1 -1
  247. package/src/Layout/Footer.d.ts +1 -4
  248. package/src/Layout/Footer.js +4 -17
  249. package/src/Layout/Footer.js.map +1 -1
  250. package/src/Layout/Header.d.ts +1 -1
  251. package/src/Layout/Header.js +7 -28
  252. package/src/Layout/Header.js.map +1 -1
  253. package/src/Layout/MatchMedia.js +27 -112
  254. package/src/Layout/MatchMedia.js.map +1 -1
  255. package/src/Layout/Spacer.js +6 -26
  256. package/src/Layout/Spacer.js.map +1 -1
  257. package/src/Layout/StyledApp.js +45 -53
  258. package/src/Layout/StyledApp.js.map +1 -1
  259. package/src/Layout/Theme.js +217 -225
  260. package/src/Layout/Theme.js.map +1 -1
  261. package/src/Layout/headerMenu/HeaderMenu.js +54 -117
  262. package/src/Layout/headerMenu/HeaderMenu.js.map +1 -1
  263. package/src/Layout/headerMenu/HeaderSubMenu.d.ts +1 -1
  264. package/src/Layout/headerMenu/HeaderSubMenu.js +74 -131
  265. package/src/Layout/headerMenu/HeaderSubMenu.js.map +1 -1
  266. package/src/Layout/headerMenu/MenuContent.d.ts +1 -1
  267. package/src/Layout/headerMenu/MenuContent.js +26 -47
  268. package/src/Layout/headerMenu/MenuContent.js.map +1 -1
  269. package/src/Layout/headerMenu/MenuItems.d.ts +1 -1
  270. package/src/Layout/headerMenu/MenuItems.js +22 -52
  271. package/src/Layout/headerMenu/MenuItems.js.map +1 -1
  272. package/src/Layout/headerMenu/MenuLink.d.ts +1 -1
  273. package/src/Layout/headerMenu/MenuLink.js +65 -89
  274. package/src/Layout/headerMenu/MenuLink.js.map +1 -1
  275. package/src/Layout/headerMenu/MenuOpenButton.d.ts +1 -1
  276. package/src/Layout/headerMenu/MenuOpenButton.js +26 -54
  277. package/src/Layout/headerMenu/MenuOpenButton.js.map +1 -1
  278. package/src/Layout/headerMenu/MenuScrollableItems.js +13 -36
  279. package/src/Layout/headerMenu/MenuScrollableItems.js.map +1 -1
  280. package/src/Layout/headerMenu/MenuSubLink.d.ts +1 -1
  281. package/src/Layout/headerMenu/MenuSubLink.js +45 -64
  282. package/src/Layout/headerMenu/MenuSubLink.js.map +1 -1
  283. package/src/Layout/headerMenu/index.js +41 -108
  284. package/src/Layout/headerMenu/index.js.map +1 -1
  285. package/src/Layout/index.js +46 -173
  286. package/src/Layout/index.js.map +1 -1
  287. package/src/Layout/sizes.js +14 -21
  288. package/src/Layout/sizes.js.map +1 -1
  289. package/src/Menu/MenuModal.js +78 -123
  290. package/src/Menu/MenuModal.js.map +1 -1
  291. package/src/Menu/TabBar.d.ts +1 -1
  292. package/src/Menu/TabBar.js +50 -96
  293. package/src/Menu/TabBar.js.map +1 -1
  294. package/src/Menu/index.js +34 -29
  295. package/src/Menu/index.js.map +1 -1
  296. package/src/Misc/ButtonGroup.js +67 -97
  297. package/src/Misc/ButtonGroup.js.map +1 -1
  298. package/src/Misc/IconButton.d.ts +1 -1
  299. package/src/Misc/IconButton.js +72 -102
  300. package/src/Misc/IconButton.js.map +1 -1
  301. package/src/Misc/IsInViewport.js +57 -63
  302. package/src/Misc/IsInViewport.js.map +1 -1
  303. package/src/Misc/Loading.d.ts +1 -1
  304. package/src/Misc/Loading.js +58 -66
  305. package/src/Misc/Loading.js.map +1 -1
  306. package/src/Misc/Pagination.js +64 -149
  307. package/src/Misc/Pagination.js.map +1 -1
  308. package/src/Misc/Pill.d.ts +1 -1
  309. package/src/Misc/Pill.js +66 -80
  310. package/src/Misc/Pill.js.map +1 -1
  311. package/src/Misc/childrenWithDefaultProps.d.ts +1 -1
  312. package/src/Misc/childrenWithDefaultProps.js +28 -28
  313. package/src/Misc/childrenWithDefaultProps.js.map +1 -1
  314. package/src/Misc/index.js +42 -121
  315. package/src/Misc/index.js.map +1 -1
  316. package/src/Misc/useLongTouch.js +23 -38
  317. package/src/Misc/useLongTouch.js.map +1 -1
  318. package/src/Misc/useTimeout.js +24 -44
  319. package/src/Misc/useTimeout.js.map +1 -1
  320. package/src/Modal/Modal.js +95 -177
  321. package/src/Modal/Modal.js.map +1 -1
  322. package/src/Modal/Overlay.d.ts +2 -2
  323. package/src/Modal/Overlay.js +68 -92
  324. package/src/Modal/Overlay.js.map +1 -1
  325. package/src/Modal/index.js +36 -28
  326. package/src/Modal/index.js.map +1 -1
  327. package/src/Text/Heading.d.ts +1 -1
  328. package/src/Text/Heading.js +71 -188
  329. package/src/Text/Heading.js.map +1 -1
  330. package/src/Text/Label.js +45 -74
  331. package/src/Text/Label.js.map +1 -1
  332. package/src/Text/Line.js +11 -36
  333. package/src/Text/Line.js.map +1 -1
  334. package/src/Text/Link.js +60 -88
  335. package/src/Text/Link.js.map +1 -1
  336. package/src/Text/Paragraph.d.ts +1 -1
  337. package/src/Text/Paragraph.js +44 -75
  338. package/src/Text/Paragraph.js.map +1 -1
  339. package/src/Text/Text.d.ts +8 -8
  340. package/src/Text/Text.js +29 -107
  341. package/src/Text/Text.js.map +1 -1
  342. package/src/Text/TextLink.d.ts +1 -1
  343. package/src/Text/TextLink.js +38 -52
  344. package/src/Text/TextLink.js.map +1 -1
  345. package/src/Text/Title.js +38 -55
  346. package/src/Text/Title.js.map +1 -1
  347. package/src/Text/index.js +41 -108
  348. package/src/Text/index.js.map +1 -1
  349. package/src/index.js +42 -121
  350. package/src/index.js.map +1 -1
  351. package/src/mediaQueries.js +40 -41
  352. package/src/mediaQueries.js.map +1 -1
  353. package/src/util.js +8 -39
  354. package/src/util.js.map +1 -1
  355. package/CHANGELOG.md +0 -5471
@@ -1,18 +1,4 @@
1
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
2
  /*
17
3
  * Wire
18
4
  * Copyright (C) 2018 Wire Swiss GmbH
@@ -31,16 +17,12 @@ var _SVGIcon = require("./SVGIcon");
31
17
  * along with this program. If not, see http://www.gnu.org/licenses/.
32
18
  *
33
19
  */
34
-
20
+ Object.defineProperty(exports, "__esModule", { value: true });
21
+ exports.HangupIcon = void 0;
35
22
  /** @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
-
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" })));
45
27
  exports.HangupIcon = HangupIcon;
46
28
  //# sourceMappingURL=HangupIcon.js.map
@@ -1 +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"}
1
+ {"version":3,"file":"HangupIcon.js","sourceRoot":"","sources":["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"}
@@ -1,18 +1,4 @@
1
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
2
  /*
17
3
  * Wire
18
4
  * Copyright (C) 2020 Wire Swiss GmbH
@@ -31,16 +17,12 @@ var _SVGIcon = require("./SVGIcon");
31
17
  * along with this program. If not, see http://www.gnu.org/licenses/.
32
18
  *
33
19
  */
34
-
20
+ Object.defineProperty(exports, "__esModule", { value: true });
21
+ exports.HideIcon = void 0;
35
22
  /** @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
-
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" })));
45
27
  exports.HideIcon = HideIcon;
46
28
  //# sourceMappingURL=HideIcon.js.map
@@ -1 +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"}
1
+ {"version":3,"file":"HideIcon.js","sourceRoot":"","sources":["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"}
@@ -1,18 +1,4 @@
1
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
2
  /*
17
3
  * Wire
18
4
  * Copyright (C) 2018 Wire Swiss GmbH
@@ -31,16 +17,12 @@ var _SVGIcon = require("./SVGIcon");
31
17
  * along with this program. If not, see http://www.gnu.org/licenses/.
32
18
  *
33
19
  */
34
-
20
+ Object.defineProperty(exports, "__esModule", { value: true });
21
+ exports.ImageIcon = void 0;
35
22
  /** @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
-
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" })));
45
27
  exports.ImageIcon = ImageIcon;
46
28
  //# sourceMappingURL=ImageIcon.js.map
@@ -1 +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"}
1
+ {"version":3,"file":"ImageIcon.js","sourceRoot":"","sources":["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"}
@@ -1,18 +1,4 @@
1
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
2
  /*
17
3
  * Wire
18
4
  * Copyright (C) 2019 Wire Swiss GmbH
@@ -31,16 +17,12 @@ var _SVGIcon = require("./SVGIcon");
31
17
  * along with this program. If not, see http://www.gnu.org/licenses/.
32
18
  *
33
19
  */
34
-
20
+ Object.defineProperty(exports, "__esModule", { value: true });
21
+ exports.InfoIcon = void 0;
35
22
  /** @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
-
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" })));
45
27
  exports.InfoIcon = InfoIcon;
46
28
  //# sourceMappingURL=InfoIcon.js.map
@@ -1 +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"}
1
+ {"version":3,"file":"InfoIcon.js","sourceRoot":"","sources":["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"}
@@ -1,18 +1,4 @@
1
1
  "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
-
5
- Object.defineProperty(exports, "__esModule", {
6
- value: true
7
- });
8
- exports.InviteIcon = 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
2
  /*
17
3
  * Wire
18
4
  * Copyright (C) 2019 Wire Swiss GmbH
@@ -31,16 +17,12 @@ var _SVGIcon = require("./SVGIcon");
31
17
  * along with this program. If not, see http://www.gnu.org/licenses/.
32
18
  *
33
19
  */
34
-
20
+ Object.defineProperty(exports, "__esModule", { value: true });
21
+ exports.InviteIcon = void 0;
35
22
  /** @jsx jsx */
36
- var InviteIcon = function InviteIcon(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 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"
42
- }));
43
- };
44
-
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" })));
45
27
  exports.InviteIcon = InviteIcon;
46
28
  //# sourceMappingURL=InviteIcon.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["InviteIcon.tsx"],"names":["InviteIcon","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,KAA4CA,KAA5C,GACE;AAAM,IAAA,CAAC,EAAC;AAAR,IADF,CADwB;AAAA,CAAnB","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 InviteIcon = (props: SVGIconProps) => (\n <SVGIcon realWidth={16} realHeight={16} {...props}>\n <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\" />\n </SVGIcon>\n);\n"],"file":"InviteIcon.js"}
1
+ {"version":3,"file":"InviteIcon.js","sourceRoot":"","sources":["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"}
@@ -1,18 +1,4 @@
1
1
  "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
-
5
- Object.defineProperty(exports, "__esModule", {
6
- value: true
7
- });
8
- exports.LeaveIcon = 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
2
  /*
17
3
  * Wire
18
4
  * Copyright (C) 2018 Wire Swiss GmbH
@@ -31,16 +17,12 @@ var _SVGIcon = require("./SVGIcon");
31
17
  * along with this program. If not, see http://www.gnu.org/licenses/.
32
18
  *
33
19
  */
34
-
20
+ Object.defineProperty(exports, "__esModule", { value: true });
21
+ exports.LeaveIcon = void 0;
35
22
  /** @jsx jsx */
36
- var LeaveIcon = function LeaveIcon(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 14h7v2H0V0h9v2H2v12zm3-7v2h7v4l4-5-4-5v4H5z"
42
- }));
43
- };
44
-
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" })));
45
27
  exports.LeaveIcon = LeaveIcon;
46
28
  //# sourceMappingURL=LeaveIcon.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["LeaveIcon.tsx"],"names":["LeaveIcon","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 LeaveIcon = (props: SVGIconProps) => (\n <SVGIcon realWidth={16} realHeight={16} {...props}>\n <path d=\"M2 14h7v2H0V0h9v2H2v12zm3-7v2h7v4l4-5-4-5v4H5z\" />\n </SVGIcon>\n);\n"],"file":"LeaveIcon.js"}
1
+ {"version":3,"file":"LeaveIcon.js","sourceRoot":"","sources":["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"}
@@ -1,18 +1,4 @@
1
1
  "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
-
5
- Object.defineProperty(exports, "__esModule", {
6
- value: true
7
- });
8
- exports.LinkIcon = 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
2
  /*
17
3
  * Wire
18
4
  * Copyright (C) 2021 Wire Swiss GmbH
@@ -31,17 +17,26 @@ var _SVGIcon = require("./SVGIcon");
31
17
  * along with this program. If not, see http://www.gnu.org/licenses/.
32
18
  *
33
19
  */
34
-
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;
35
33
  /** @jsx jsx */
36
- var LinkIcon = function LinkIcon(_ref) {
37
- var props = (0, _extends2["default"])({}, _ref);
38
- return (0, _react.jsx)(_SVGIcon.SVGIcon, (0, _extends2["default"])({
39
- realWidth: 12,
40
- realHeight: 10
41
- }, props), (0, _react.jsx)("path", {
42
- 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"
43
- }));
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" })));
44
40
  };
45
-
46
41
  exports.LinkIcon = LinkIcon;
47
42
  //# sourceMappingURL=LinkIcon.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["LinkIcon.tsx"],"names":["LinkIcon","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 LinkIcon = ({...props}: SVGIconProps) => (\n <SVGIcon realWidth={12} realHeight={10} {...props}>\n <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\" />\n </SVGIcon>\n);\n"],"file":"LinkIcon.js"}
1
+ {"version":3,"file":"LinkIcon.js","sourceRoot":"","sources":["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"}
@@ -1,18 +1,4 @@
1
1
  "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
-
5
- Object.defineProperty(exports, "__esModule", {
6
- value: true
7
- });
8
- exports.ListIcon = 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
2
  /*
17
3
  * Wire
18
4
  * Copyright (C) 2021 Wire Swiss GmbH
@@ -31,16 +17,12 @@ var _SVGIcon = require("./SVGIcon");
31
17
  * along with this program. If not, see http://www.gnu.org/licenses/.
32
18
  *
33
19
  */
34
-
20
+ Object.defineProperty(exports, "__esModule", { value: true });
21
+ exports.ListIcon = void 0;
35
22
  /** @jsx jsx */
36
- var ListIcon = function ListIcon(props) {
37
- return (0, _react.jsx)(_SVGIcon.SVGIcon, (0, _extends2["default"])({
38
- realWidth: 14,
39
- realHeight: 11
40
- }, props), (0, _react.jsx)("path", {
41
- d: "M4 6h10v2H4V6zm0-6h10v2H4V0zm10 12v2H4v-2h10zM2 12v2H0v-2h2zm0-6v2H0V6h2zm0-6v2H0V0h2z"
42
- }));
43
- };
44
-
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" })));
45
27
  exports.ListIcon = ListIcon;
46
28
  //# sourceMappingURL=ListIcon.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["ListIcon.tsx"],"names":["ListIcon","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) 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 ListIcon = (props: SVGIconProps) => (\n <SVGIcon realWidth={14} realHeight={11} {...props}>\n <path d=\"M4 6h10v2H4V6zm0-6h10v2H4V0zm10 12v2H4v-2h10zM2 12v2H0v-2h2zm0-6v2H0V6h2zm0-6v2H0V0h2z\" />\n </SVGIcon>\n);\n"],"file":"ListIcon.js"}
1
+ {"version":3,"file":"ListIcon.js","sourceRoot":"","sources":["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"}
@@ -1,18 +1,4 @@
1
1
  "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
-
5
- Object.defineProperty(exports, "__esModule", {
6
- value: true
7
- });
8
- exports.LockIcon = 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
2
  /*
17
3
  * Wire
18
4
  * Copyright (C) 2020 Wire Swiss GmbH
@@ -31,17 +17,12 @@ var _SVGIcon = require("./SVGIcon");
31
17
  * along with this program. If not, see http://www.gnu.org/licenses/.
32
18
  *
33
19
  */
34
-
20
+ Object.defineProperty(exports, "__esModule", { value: true });
21
+ exports.LockIcon = void 0;
35
22
  /** @jsx jsx */
36
- var LockIcon = function LockIcon(props) {
37
- return (0, _react.jsx)(_SVGIcon.SVGIcon, (0, _extends2["default"])({
38
- realWidth: 16,
39
- realHeight: 21
40
- }, props), (0, _react.jsx)("path", {
41
- 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",
42
- transform: "translate(-294 -306) translate(290 305)"
43
- }));
44
- };
45
-
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)" })));
46
27
  exports.LockIcon = LockIcon;
47
28
  //# sourceMappingURL=LockIcon.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["LockIcon.tsx"],"names":["LockIcon","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;AACE,IAAA,CAAC,EAAC,mOADJ;AAEE,IAAA,SAAS,EAAC;AAFZ,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 LockIcon = (props: SVGIconProps) => (\n <SVGIcon realWidth={16} realHeight={21} {...props}>\n <path\n 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\"\n transform=\"translate(-294 -306) translate(290 305)\"\n />\n </SVGIcon>\n);\n"],"file":"LockIcon.js"}
1
+ {"version":3,"file":"LockIcon.js","sourceRoot":"","sources":["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"}
@@ -1,18 +1,4 @@
1
1
  "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
-
5
- Object.defineProperty(exports, "__esModule", {
6
- value: true
7
- });
8
- exports.MessageIcon = 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
2
  /*
17
3
  * Wire
18
4
  * Copyright (C) 2018 Wire Swiss GmbH
@@ -31,16 +17,12 @@ var _SVGIcon = require("./SVGIcon");
31
17
  * along with this program. If not, see http://www.gnu.org/licenses/.
32
18
  *
33
19
  */
34
-
20
+ Object.defineProperty(exports, "__esModule", { value: true });
21
+ exports.MessageIcon = void 0;
35
22
  /** @jsx jsx */
36
- var MessageIcon = function MessageIcon(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: "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"
42
- }));
43
- };
44
-
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" })));
45
27
  exports.MessageIcon = MessageIcon;
46
28
  //# sourceMappingURL=MessageIcon.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["MessageIcon.tsx"],"names":["MessageIcon","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,WAAW,GAAG,SAAdA,WAAc,CAACC,KAAD;AAAA,SACzB,gBAAC,gBAAD;AAAS,IAAA,SAAS,EAAE,EAApB;AAAwB,IAAA,UAAU,EAAE;AAApC,KAA4CA,KAA5C,GACE;AAAM,IAAA,CAAC,EAAC;AAAR,IADF,CADyB;AAAA,CAApB","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 MessageIcon = (props: SVGIconProps) => (\n <SVGIcon realWidth={16} realHeight={16} {...props}>\n <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\" />\n </SVGIcon>\n);\n"],"file":"MessageIcon.js"}
1
+ {"version":3,"file":"MessageIcon.js","sourceRoot":"","sources":["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"}
@@ -1,18 +1,4 @@
1
1
  "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
-
5
- Object.defineProperty(exports, "__esModule", {
6
- value: true
7
- });
8
- exports.MinusIcon = 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
2
  /*
17
3
  * Wire
18
4
  * Copyright (C) 2019 Wire Swiss GmbH
@@ -31,16 +17,12 @@ var _SVGIcon = require("./SVGIcon");
31
17
  * along with this program. If not, see http://www.gnu.org/licenses/.
32
18
  *
33
19
  */
34
-
20
+ Object.defineProperty(exports, "__esModule", { value: true });
21
+ exports.MinusIcon = void 0;
35
22
  /** @jsx jsx */
36
- var MinusIcon = function MinusIcon(props) {
37
- return (0, _react.jsx)(_SVGIcon.SVGIcon, (0, _extends2["default"])({
38
- realWidth: 16,
39
- realHeight: 2
40
- }, props), (0, _react.jsx)("path", {
41
- d: "M0 0h16v2H0z"
42
- }));
43
- };
44
-
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" })));
45
27
  exports.MinusIcon = MinusIcon;
46
28
  //# sourceMappingURL=MinusIcon.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["MinusIcon.tsx"],"names":["MinusIcon","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,KAA2CA,KAA3C,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 MinusIcon = (props: SVGIconProps) => (\n <SVGIcon realWidth={16} realHeight={2} {...props}>\n <path d=\"M0 0h16v2H0z\" />\n </SVGIcon>\n);\n"],"file":"MinusIcon.js"}
1
+ {"version":3,"file":"MinusIcon.js","sourceRoot":"","sources":["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"}