@wireapp/react-ui-kit 8.14.0 → 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 (336) hide show
  1. package/package.json +3 -3
  2. package/src/Form/Button.js +125 -210
  3. package/src/Form/Button.js.map +1 -1
  4. package/src/Form/ButtonLink.js +47 -60
  5. package/src/Form/ButtonLink.js.map +1 -1
  6. package/src/Form/Checkbox.js +84 -139
  7. package/src/Form/Checkbox.js.map +1 -1
  8. package/src/Form/CodeInput.js +98 -201
  9. package/src/Form/CodeInput.js.map +1 -1
  10. package/src/Form/DropFileInput.js +116 -214
  11. package/src/Form/DropFileInput.js.map +1 -1
  12. package/src/Form/ErrorMessage.js +45 -78
  13. package/src/Form/ErrorMessage.js.map +1 -1
  14. package/src/Form/Form.d.ts +0 -1
  15. package/src/Form/Form.js +28 -31
  16. package/src/Form/Form.js.map +1 -1
  17. package/src/Form/Input.js +101 -178
  18. package/src/Form/Input.js.map +1 -1
  19. package/src/Form/InputBlock.d.ts +1 -1
  20. package/src/Form/InputBlock.js +19 -45
  21. package/src/Form/InputBlock.js.map +1 -1
  22. package/src/Form/InputLabel.js +44 -46
  23. package/src/Form/InputLabel.js.map +1 -1
  24. package/src/Form/InputSubmitCombo.js +49 -53
  25. package/src/Form/InputSubmitCombo.js.map +1 -1
  26. package/src/Form/RangeInput.js +47 -71
  27. package/src/Form/RangeInput.js.map +1 -1
  28. package/src/Form/RangeInput.styles.js +39 -55
  29. package/src/Form/RangeInput.styles.js.map +1 -1
  30. package/src/Form/RoundIconButton.js +42 -62
  31. package/src/Form/RoundIconButton.js.map +1 -1
  32. package/src/Form/Select.js +55 -95
  33. package/src/Form/Select.js.map +1 -1
  34. package/src/Form/SelectComponents.js +101 -173
  35. package/src/Form/SelectComponents.js.map +1 -1
  36. package/src/Form/SelectStyles.d.ts +1 -899
  37. package/src/Form/SelectStyles.js +96 -156
  38. package/src/Form/SelectStyles.js.map +1 -1
  39. package/src/Form/ShakeBox.d.ts +1 -1
  40. package/src/Form/ShakeBox.js +33 -81
  41. package/src/Form/ShakeBox.js.map +1 -1
  42. package/src/Form/Switch.js +89 -124
  43. package/src/Form/Switch.js.map +1 -1
  44. package/src/Form/TextArea.js +59 -80
  45. package/src/Form/TextArea.js.map +1 -1
  46. package/src/Form/Tooltip.js +66 -75
  47. package/src/Form/Tooltip.js.map +1 -1
  48. package/src/Form/index.js +52 -238
  49. package/src/Form/index.js.map +1 -1
  50. package/src/GlobalCssVariables.js +79 -96
  51. package/src/GlobalCssVariables.js.map +1 -1
  52. package/src/GlobalStyle.d.js +0 -2
  53. package/src/GlobalStyle.d.js.map +1 -1
  54. package/src/GlobalStyle.d.ts +1 -2
  55. package/src/GlobalStyle.js +40 -55
  56. package/src/GlobalStyle.js.map +1 -1
  57. package/src/Icon/AddPeopleIcon.js +19 -24
  58. package/src/Icon/AddPeopleIcon.js.map +1 -1
  59. package/src/Icon/ArchiveIcon.js +6 -24
  60. package/src/Icon/ArchiveIcon.js.map +1 -1
  61. package/src/Icon/ArrowDown.js +19 -23
  62. package/src/Icon/ArrowDown.js.map +1 -1
  63. package/src/Icon/ArrowIcon.js +42 -35
  64. package/src/Icon/ArrowIcon.js.map +1 -1
  65. package/src/Icon/AttachmentIcon.js +6 -24
  66. package/src/Icon/AttachmentIcon.js.map +1 -1
  67. package/src/Icon/AudioVideoIcon.js +6 -24
  68. package/src/Icon/AudioVideoIcon.js.map +1 -1
  69. package/src/Icon/BlockIcon.js +6 -24
  70. package/src/Icon/BlockIcon.js.map +1 -1
  71. package/src/Icon/Brand/AndroidIcon.js +6 -25
  72. package/src/Icon/Brand/AndroidIcon.js.map +1 -1
  73. package/src/Icon/Brand/AppleIcon.js +6 -25
  74. package/src/Icon/Brand/AppleIcon.js.map +1 -1
  75. package/src/Icon/Brand/ChromeIcon.js +6 -25
  76. package/src/Icon/Brand/ChromeIcon.js.map +1 -1
  77. package/src/Icon/Brand/FacebookIcon.js +6 -24
  78. package/src/Icon/Brand/FacebookIcon.js.map +1 -1
  79. package/src/Icon/Brand/GitHubIcon.js +6 -24
  80. package/src/Icon/Brand/GitHubIcon.js.map +1 -1
  81. package/src/Icon/Brand/LinkedInIcon.js +6 -24
  82. package/src/Icon/Brand/LinkedInIcon.js.map +1 -1
  83. package/src/Icon/Brand/LinuxIcon.js +6 -25
  84. package/src/Icon/Brand/LinuxIcon.js.map +1 -1
  85. package/src/Icon/Brand/MicrosoftIcon.js +6 -25
  86. package/src/Icon/Brand/MicrosoftIcon.js.map +1 -1
  87. package/src/Icon/Brand/TwitterIcon.js +6 -24
  88. package/src/Icon/Brand/TwitterIcon.js.map +1 -1
  89. package/src/Icon/CallIcon.js +6 -24
  90. package/src/Icon/CallIcon.js.map +1 -1
  91. package/src/Icon/CamIcon.js +6 -24
  92. package/src/Icon/CamIcon.js.map +1 -1
  93. package/src/Icon/CameraIcon.js +19 -24
  94. package/src/Icon/CameraIcon.js.map +1 -1
  95. package/src/Icon/CheckIcon.js +6 -24
  96. package/src/Icon/CheckIcon.js.map +1 -1
  97. package/src/Icon/CheckRoundIcon.js +6 -24
  98. package/src/Icon/CheckRoundIcon.js.map +1 -1
  99. package/src/Icon/ChevronIcon.js +38 -31
  100. package/src/Icon/ChevronIcon.js.map +1 -1
  101. package/src/Icon/CloseIcon.js +6 -24
  102. package/src/Icon/CloseIcon.js.map +1 -1
  103. package/src/Icon/CopyIcon.js +6 -24
  104. package/src/Icon/CopyIcon.js.map +1 -1
  105. package/src/Icon/DeviceIcon.js +6 -24
  106. package/src/Icon/DeviceIcon.js.map +1 -1
  107. package/src/Icon/DownloadIcon.js +6 -24
  108. package/src/Icon/DownloadIcon.js.map +1 -1
  109. package/src/Icon/EditDocumentIcon.js +19 -25
  110. package/src/Icon/EditDocumentIcon.js.map +1 -1
  111. package/src/Icon/EditIcon.js +6 -24
  112. package/src/Icon/EditIcon.js.map +1 -1
  113. package/src/Icon/EnterIcon.js +6 -24
  114. package/src/Icon/EnterIcon.js.map +1 -1
  115. package/src/Icon/ErrorIcon.js +9 -39
  116. package/src/Icon/ErrorIcon.js.map +1 -1
  117. package/src/Icon/FileIcon.js +6 -24
  118. package/src/Icon/FileIcon.js.map +1 -1
  119. package/src/Icon/GifIcon.js +6 -24
  120. package/src/Icon/GifIcon.js.map +1 -1
  121. package/src/Icon/GridIcon.js +19 -24
  122. package/src/Icon/GridIcon.js.map +1 -1
  123. package/src/Icon/GroupIcon.js +6 -24
  124. package/src/Icon/GroupIcon.js.map +1 -1
  125. package/src/Icon/HangupIcon.js +6 -24
  126. package/src/Icon/HangupIcon.js.map +1 -1
  127. package/src/Icon/HideIcon.js +6 -24
  128. package/src/Icon/HideIcon.js.map +1 -1
  129. package/src/Icon/ImageIcon.js +6 -24
  130. package/src/Icon/ImageIcon.js.map +1 -1
  131. package/src/Icon/InfoIcon.js +6 -24
  132. package/src/Icon/InfoIcon.js.map +1 -1
  133. package/src/Icon/InviteIcon.js +6 -24
  134. package/src/Icon/InviteIcon.js.map +1 -1
  135. package/src/Icon/LeaveIcon.js +6 -24
  136. package/src/Icon/LeaveIcon.js.map +1 -1
  137. package/src/Icon/LinkIcon.js +19 -24
  138. package/src/Icon/LinkIcon.js.map +1 -1
  139. package/src/Icon/ListIcon.js +6 -24
  140. package/src/Icon/ListIcon.js.map +1 -1
  141. package/src/Icon/LockIcon.js +6 -25
  142. package/src/Icon/LockIcon.js.map +1 -1
  143. package/src/Icon/MessageIcon.js +6 -24
  144. package/src/Icon/MessageIcon.js.map +1 -1
  145. package/src/Icon/MinusIcon.js +6 -24
  146. package/src/Icon/MinusIcon.js.map +1 -1
  147. package/src/Icon/MoreIcon.js +6 -24
  148. package/src/Icon/MoreIcon.js.map +1 -1
  149. package/src/Icon/MuteIcon.js +6 -24
  150. package/src/Icon/MuteIcon.js.map +1 -1
  151. package/src/Icon/NotificationIcon.js +6 -24
  152. package/src/Icon/NotificationIcon.js.map +1 -1
  153. package/src/Icon/NotificationOffIcon.js +6 -24
  154. package/src/Icon/NotificationOffIcon.js.map +1 -1
  155. package/src/Icon/OptionsIcon.js +6 -24
  156. package/src/Icon/OptionsIcon.js.map +1 -1
  157. package/src/Icon/PeopleIcon.js +19 -24
  158. package/src/Icon/PeopleIcon.js.map +1 -1
  159. package/src/Icon/PingIcon.js +6 -24
  160. package/src/Icon/PingIcon.js.map +1 -1
  161. package/src/Icon/PlaneIcon.js +6 -24
  162. package/src/Icon/PlaneIcon.js.map +1 -1
  163. package/src/Icon/PlusIcon.js +6 -24
  164. package/src/Icon/PlusIcon.js.map +1 -1
  165. package/src/Icon/ProfileIcon.js +6 -24
  166. package/src/Icon/ProfileIcon.js.map +1 -1
  167. package/src/Icon/RecordBoldIcon.js +43 -50
  168. package/src/Icon/RecordBoldIcon.js.map +1 -1
  169. package/src/Icon/RecordIcon.js +8 -34
  170. package/src/Icon/RecordIcon.js.map +1 -1
  171. package/src/Icon/RecordPendingIcon.js +8 -31
  172. package/src/Icon/RecordPendingIcon.js.map +1 -1
  173. package/src/Icon/ReloadIcon.js +6 -24
  174. package/src/Icon/ReloadIcon.js.map +1 -1
  175. package/src/Icon/SVGIcon.js +53 -78
  176. package/src/Icon/SVGIcon.js.map +1 -1
  177. package/src/Icon/ScreenshareIcon.js +6 -24
  178. package/src/Icon/ScreenshareIcon.js.map +1 -1
  179. package/src/Icon/SearchIcon.js +6 -25
  180. package/src/Icon/SearchIcon.js.map +1 -1
  181. package/src/Icon/ServicesIcon.js +6 -24
  182. package/src/Icon/ServicesIcon.js.map +1 -1
  183. package/src/Icon/SettingsIcon.js +6 -24
  184. package/src/Icon/SettingsIcon.js.map +1 -1
  185. package/src/Icon/ShowIcon.js +6 -24
  186. package/src/Icon/ShowIcon.js.map +1 -1
  187. package/src/Icon/SignIcon.js +6 -24
  188. package/src/Icon/SignIcon.js.map +1 -1
  189. package/src/Icon/SpeakerIcon.js +6 -24
  190. package/src/Icon/SpeakerIcon.js.map +1 -1
  191. package/src/Icon/SupportIcon.js +6 -24
  192. package/src/Icon/SupportIcon.js.map +1 -1
  193. package/src/Icon/TeamIcon.js +6 -24
  194. package/src/Icon/TeamIcon.js.map +1 -1
  195. package/src/Icon/TimedIcon.js +6 -24
  196. package/src/Icon/TimedIcon.js.map +1 -1
  197. package/src/Icon/TrashCrossIcon.js +6 -24
  198. package/src/Icon/TrashCrossIcon.js.map +1 -1
  199. package/src/Icon/TrashIcon.js +6 -24
  200. package/src/Icon/TrashIcon.js.map +1 -1
  201. package/src/Icon/TriangleIcon.js +42 -35
  202. package/src/Icon/TriangleIcon.js.map +1 -1
  203. package/src/Icon/UploadIcon.js +6 -24
  204. package/src/Icon/UploadIcon.js.map +1 -1
  205. package/src/Icon/WireIcon.js +6 -24
  206. package/src/Icon/WireIcon.js.map +1 -1
  207. package/src/Icon/index.js +107 -953
  208. package/src/Icon/index.js.map +1 -1
  209. package/src/Identity/Animation.js +88 -211
  210. package/src/Identity/Animation.js.map +1 -1
  211. package/src/Identity/Avatar.js +66 -114
  212. package/src/Identity/Avatar.js.map +1 -1
  213. package/src/Identity/AvatarGrid.js +66 -108
  214. package/src/Identity/AvatarGrid.js.map +1 -1
  215. package/src/Identity/Logo.js +45 -54
  216. package/src/Identity/Logo.js.map +1 -1
  217. package/src/Identity/colors-v2.js +163 -186
  218. package/src/Identity/colors-v2.js.map +1 -1
  219. package/src/Identity/colors.js +64 -80
  220. package/src/Identity/colors.js.map +1 -1
  221. package/src/Identity/index.js +38 -81
  222. package/src/Identity/index.js.map +1 -1
  223. package/src/Identity/motions.js +71 -35
  224. package/src/Identity/motions.js.map +1 -1
  225. package/src/Layout/Box.d.ts +1 -1
  226. package/src/Layout/Box.js +9 -31
  227. package/src/Layout/Box.js.map +1 -1
  228. package/src/Layout/Column.d.ts +1 -1
  229. package/src/Layout/Column.js +17 -57
  230. package/src/Layout/Column.js.map +1 -1
  231. package/src/Layout/Container.d.ts +5 -5
  232. package/src/Layout/Container.js +29 -102
  233. package/src/Layout/Container.js.map +1 -1
  234. package/src/Layout/Content.d.ts +1 -1
  235. package/src/Layout/Content.js +8 -31
  236. package/src/Layout/Content.js.map +1 -1
  237. package/src/Layout/FlexBox.js +10 -45
  238. package/src/Layout/FlexBox.js.map +1 -1
  239. package/src/Layout/Footer.d.ts +1 -4
  240. package/src/Layout/Footer.js +4 -17
  241. package/src/Layout/Footer.js.map +1 -1
  242. package/src/Layout/Header.d.ts +1 -1
  243. package/src/Layout/Header.js +7 -28
  244. package/src/Layout/Header.js.map +1 -1
  245. package/src/Layout/MatchMedia.js +27 -112
  246. package/src/Layout/MatchMedia.js.map +1 -1
  247. package/src/Layout/Spacer.js +6 -26
  248. package/src/Layout/Spacer.js.map +1 -1
  249. package/src/Layout/StyledApp.js +45 -53
  250. package/src/Layout/StyledApp.js.map +1 -1
  251. package/src/Layout/Theme.js +217 -225
  252. package/src/Layout/Theme.js.map +1 -1
  253. package/src/Layout/headerMenu/HeaderMenu.js +54 -117
  254. package/src/Layout/headerMenu/HeaderMenu.js.map +1 -1
  255. package/src/Layout/headerMenu/HeaderSubMenu.d.ts +1 -1
  256. package/src/Layout/headerMenu/HeaderSubMenu.js +74 -131
  257. package/src/Layout/headerMenu/HeaderSubMenu.js.map +1 -1
  258. package/src/Layout/headerMenu/MenuContent.js +26 -47
  259. package/src/Layout/headerMenu/MenuContent.js.map +1 -1
  260. package/src/Layout/headerMenu/MenuItems.js +22 -52
  261. package/src/Layout/headerMenu/MenuItems.js.map +1 -1
  262. package/src/Layout/headerMenu/MenuLink.js +65 -89
  263. package/src/Layout/headerMenu/MenuLink.js.map +1 -1
  264. package/src/Layout/headerMenu/MenuOpenButton.js +26 -54
  265. package/src/Layout/headerMenu/MenuOpenButton.js.map +1 -1
  266. package/src/Layout/headerMenu/MenuScrollableItems.js +13 -36
  267. package/src/Layout/headerMenu/MenuScrollableItems.js.map +1 -1
  268. package/src/Layout/headerMenu/MenuSubLink.js +45 -64
  269. package/src/Layout/headerMenu/MenuSubLink.js.map +1 -1
  270. package/src/Layout/headerMenu/index.js +41 -108
  271. package/src/Layout/headerMenu/index.js.map +1 -1
  272. package/src/Layout/index.js +46 -173
  273. package/src/Layout/index.js.map +1 -1
  274. package/src/Layout/sizes.js +14 -21
  275. package/src/Layout/sizes.js.map +1 -1
  276. package/src/Menu/MenuModal.js +78 -123
  277. package/src/Menu/MenuModal.js.map +1 -1
  278. package/src/Menu/TabBar.d.ts +1 -1
  279. package/src/Menu/TabBar.js +50 -96
  280. package/src/Menu/TabBar.js.map +1 -1
  281. package/src/Menu/index.js +34 -29
  282. package/src/Menu/index.js.map +1 -1
  283. package/src/Misc/ButtonGroup.js +67 -97
  284. package/src/Misc/ButtonGroup.js.map +1 -1
  285. package/src/Misc/IconButton.js +72 -102
  286. package/src/Misc/IconButton.js.map +1 -1
  287. package/src/Misc/IsInViewport.js +57 -63
  288. package/src/Misc/IsInViewport.js.map +1 -1
  289. package/src/Misc/Loading.d.ts +1 -1
  290. package/src/Misc/Loading.js +58 -66
  291. package/src/Misc/Loading.js.map +1 -1
  292. package/src/Misc/Pagination.js +64 -149
  293. package/src/Misc/Pagination.js.map +1 -1
  294. package/src/Misc/Pill.js +66 -80
  295. package/src/Misc/Pill.js.map +1 -1
  296. package/src/Misc/childrenWithDefaultProps.d.ts +1 -1
  297. package/src/Misc/childrenWithDefaultProps.js +28 -28
  298. package/src/Misc/childrenWithDefaultProps.js.map +1 -1
  299. package/src/Misc/index.js +42 -121
  300. package/src/Misc/index.js.map +1 -1
  301. package/src/Misc/useLongTouch.js +23 -38
  302. package/src/Misc/useLongTouch.js.map +1 -1
  303. package/src/Misc/useTimeout.js +24 -44
  304. package/src/Misc/useTimeout.js.map +1 -1
  305. package/src/Modal/Modal.js +95 -177
  306. package/src/Modal/Modal.js.map +1 -1
  307. package/src/Modal/Overlay.d.ts +2 -2
  308. package/src/Modal/Overlay.js +68 -92
  309. package/src/Modal/Overlay.js.map +1 -1
  310. package/src/Modal/index.js +36 -28
  311. package/src/Modal/index.js.map +1 -1
  312. package/src/Text/Heading.js +71 -188
  313. package/src/Text/Heading.js.map +1 -1
  314. package/src/Text/Label.js +45 -74
  315. package/src/Text/Label.js.map +1 -1
  316. package/src/Text/Line.js +11 -36
  317. package/src/Text/Line.js.map +1 -1
  318. package/src/Text/Link.js +60 -88
  319. package/src/Text/Link.js.map +1 -1
  320. package/src/Text/Paragraph.js +44 -75
  321. package/src/Text/Paragraph.js.map +1 -1
  322. package/src/Text/Text.d.ts +6 -6
  323. package/src/Text/Text.js +29 -107
  324. package/src/Text/Text.js.map +1 -1
  325. package/src/Text/TextLink.js +38 -52
  326. package/src/Text/TextLink.js.map +1 -1
  327. package/src/Text/Title.js +38 -55
  328. package/src/Text/Title.js.map +1 -1
  329. package/src/Text/index.js +41 -108
  330. package/src/Text/index.js.map +1 -1
  331. package/src/index.js +42 -121
  332. package/src/index.js.map +1 -1
  333. package/src/mediaQueries.js +40 -41
  334. package/src/mediaQueries.js.map +1 -1
  335. package/src/util.js +8 -39
  336. package/src/util.js.map +1 -1
@@ -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.SettingsIcon = 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.SettingsIcon = void 0;
35
22
  /** @jsx jsx */
36
- var SettingsIcon = function SettingsIcon(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.8 11a6 6 0 0 1-.6-1.5H0v-3h2.2c.1-.6.3-1 .6-1.5L1.3 3.4l2.1-2.1L5 2.8a6 6 0 0 1 1.5-.6V0h3v2.2c.6.1 1 .3 1.5.6l1.6-1.5 2.1 2.1L13.2 5c.3.4.5 1 .6 1.5H16v3h-2.2a6 6 0 0 1-.6 1.5l1.5 1.6-2.1 2.1-1.6-1.5a6 6 0 0 1-1.5.6V16h-3v-2.2a6 6 0 0 1-1.5-.6l-1.6 1.5-2.1-2.1L2.8 11zM8 12a4 4 0 1 0 0-8 4 4 0 0 0 0 8z"
42
- }));
43
- };
44
-
23
+ const react_1 = require("@emotion/react");
24
+ const SVGIcon_1 = require("./SVGIcon");
25
+ const SettingsIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 16, realHeight: 16 }, props),
26
+ (0, react_1.jsx)("path", { d: "M2.8 11a6 6 0 0 1-.6-1.5H0v-3h2.2c.1-.6.3-1 .6-1.5L1.3 3.4l2.1-2.1L5 2.8a6 6 0 0 1 1.5-.6V0h3v2.2c.6.1 1 .3 1.5.6l1.6-1.5 2.1 2.1L13.2 5c.3.4.5 1 .6 1.5H16v3h-2.2a6 6 0 0 1-.6 1.5l1.5 1.6-2.1 2.1-1.6-1.5a6 6 0 0 1-1.5.6V16h-3v-2.2a6 6 0 0 1-1.5-.6l-1.6 1.5-2.1-2.1L2.8 11zM8 12a4 4 0 1 0 0-8 4 4 0 0 0 0 8z" })));
45
27
  exports.SettingsIcon = SettingsIcon;
46
28
  //# sourceMappingURL=SettingsIcon.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["SettingsIcon.tsx"],"names":["SettingsIcon","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,YAAY,GAAG,SAAfA,YAAe,CAACC,KAAD;AAAA,SAC1B,gBAAC,gBAAD;AAAS,IAAA,SAAS,EAAE,EAApB;AAAwB,IAAA,UAAU,EAAE;AAApC,KAA4CA,KAA5C,GACE;AAAM,IAAA,CAAC,EAAC;AAAR,IADF,CAD0B;AAAA,CAArB","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 SettingsIcon = (props: SVGIconProps) => (\n <SVGIcon realWidth={16} realHeight={16} {...props}>\n <path d=\"M2.8 11a6 6 0 0 1-.6-1.5H0v-3h2.2c.1-.6.3-1 .6-1.5L1.3 3.4l2.1-2.1L5 2.8a6 6 0 0 1 1.5-.6V0h3v2.2c.6.1 1 .3 1.5.6l1.6-1.5 2.1 2.1L13.2 5c.3.4.5 1 .6 1.5H16v3h-2.2a6 6 0 0 1-.6 1.5l1.5 1.6-2.1 2.1-1.6-1.5a6 6 0 0 1-1.5.6V16h-3v-2.2a6 6 0 0 1-1.5-.6l-1.6 1.5-2.1-2.1L2.8 11zM8 12a4 4 0 1 0 0-8 4 4 0 0 0 0 8z\" />\n </SVGIcon>\n);\n"],"file":"SettingsIcon.js"}
1
+ {"version":3,"file":"SettingsIcon.js","sourceRoot":"","sources":["SettingsIcon.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAEH,eAAe;AACf,0CAAmC;AAEnC,uCAAgD;AAEzC,MAAM,YAAY,GAAG,CAAC,KAAmB,EAAE,EAAE,CAAC,CACnD,iBAAC,iBAAO,kBAAC,SAAS,EAAE,EAAE,EAAE,UAAU,EAAE,EAAE,IAAM,KAAK;IAC/C,2BAAM,CAAC,EAAC,oTAAoT,GAAG,CACvT,CACX,CAAC;AAJW,QAAA,YAAY,gBAIvB"}
@@ -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.ShowIcon = 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.ShowIcon = void 0;
35
22
  /** @jsx jsx */
36
- var ShowIcon = function ShowIcon(props) {
37
- return (0, _react.jsx)(_SVGIcon.SVGIcon, (0, _extends2["default"])({
38
- realWidth: 16,
39
- realHeight: 10
40
- }, props), (0, _react.jsx)("path", {
41
- d: "M8 0C4.667 0 1.82 2.073.667 5c1.153 2.927 4 5 7.333 5s6.18-2.073 7.333-5c-1.153-2.927-4-5-7.333-5zm0 8.333a3.334 3.334 0 010-6.666 3.334 3.334 0 010 6.666zM8 3c-1.107 0-2 .893-2 2s.893 2 2 2 2-.893 2-2-.893-2-2-2z"
42
- }));
43
- };
44
-
23
+ const react_1 = require("@emotion/react");
24
+ const SVGIcon_1 = require("./SVGIcon");
25
+ const ShowIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 16, realHeight: 10 }, props),
26
+ (0, react_1.jsx)("path", { d: "M8 0C4.667 0 1.82 2.073.667 5c1.153 2.927 4 5 7.333 5s6.18-2.073 7.333-5c-1.153-2.927-4-5-7.333-5zm0 8.333a3.334 3.334 0 010-6.666 3.334 3.334 0 010 6.666zM8 3c-1.107 0-2 .893-2 2s.893 2 2 2 2-.893 2-2-.893-2-2-2z" })));
45
27
  exports.ShowIcon = ShowIcon;
46
28
  //# sourceMappingURL=ShowIcon.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["ShowIcon.tsx"],"names":["ShowIcon","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 ShowIcon = (props: SVGIconProps) => (\n <SVGIcon realWidth={16} realHeight={10} {...props}>\n <path d=\"M8 0C4.667 0 1.82 2.073.667 5c1.153 2.927 4 5 7.333 5s6.18-2.073 7.333-5c-1.153-2.927-4-5-7.333-5zm0 8.333a3.334 3.334 0 010-6.666 3.334 3.334 0 010 6.666zM8 3c-1.107 0-2 .893-2 2s.893 2 2 2 2-.893 2-2-.893-2-2-2z\" />\n </SVGIcon>\n);\n"],"file":"ShowIcon.js"}
1
+ {"version":3,"file":"ShowIcon.js","sourceRoot":"","sources":["ShowIcon.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,uNAAuN,GAAG,CAC1N,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.SignIcon = 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.SignIcon = void 0;
35
22
  /** @jsx jsx */
36
- var SignIcon = function SignIcon(props) {
37
- return (0, _react.jsx)(_SVGIcon.SVGIcon, (0, _extends2["default"])({
38
- realWidth: 20,
39
- realHeight: 18
40
- }, props), (0, _react.jsx)("path", {
41
- d: "M4.59 6.89c.7-.71 1.4-1.35 1.71-1.22.5.2 0 1.03-.3 1.52-.25.42-2.86 3.89-2.86 6.31 0 1.28.48 2.34 1.34 2.98.75.56 1.74.73 2.64.46 1.07-.31 1.95-1.4 3.06-2.77 1.21-1.49 2.83-3.44 4.08-3.44 1.63 0 1.65 1.01 1.76 1.79-3.78.64-5.38 3.67-5.38 5.37 0 1.7 1.44 3.09 3.21 3.09 1.63 0 4.29-1.33 4.69-6.1H21v-2.5h-2.47c-.15-1.65-1.09-4.2-4.03-4.2-2.25 0-4.18 1.91-4.94 2.84-.58.73-2.06 2.48-2.29 2.72-.25.3-.68.84-1.11.84-.45 0-.72-.83-.36-1.92.35-1.09 1.4-2.86 1.85-3.52.78-1.14 1.3-1.92 1.3-3.28C8.95 3.69 7.31 3 6.44 3 5.12 3 3.97 4 3.72 4.25c-.36.36-.66.66-.88.93l1.75 1.71zm9.29 11.66c-.31 0-.74-.26-.74-.72 0-.6.73-2.2 2.87-2.76-.3 2.69-1.43 3.48-2.13 3.48z"
42
- }));
43
- };
44
-
23
+ const react_1 = require("@emotion/react");
24
+ const SVGIcon_1 = require("./SVGIcon");
25
+ const SignIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 20, realHeight: 18 }, props),
26
+ (0, react_1.jsx)("path", { d: "M4.59 6.89c.7-.71 1.4-1.35 1.71-1.22.5.2 0 1.03-.3 1.52-.25.42-2.86 3.89-2.86 6.31 0 1.28.48 2.34 1.34 2.98.75.56 1.74.73 2.64.46 1.07-.31 1.95-1.4 3.06-2.77 1.21-1.49 2.83-3.44 4.08-3.44 1.63 0 1.65 1.01 1.76 1.79-3.78.64-5.38 3.67-5.38 5.37 0 1.7 1.44 3.09 3.21 3.09 1.63 0 4.29-1.33 4.69-6.1H21v-2.5h-2.47c-.15-1.65-1.09-4.2-4.03-4.2-2.25 0-4.18 1.91-4.94 2.84-.58.73-2.06 2.48-2.29 2.72-.25.3-.68.84-1.11.84-.45 0-.72-.83-.36-1.92.35-1.09 1.4-2.86 1.85-3.52.78-1.14 1.3-1.92 1.3-3.28C8.95 3.69 7.31 3 6.44 3 5.12 3 3.97 4 3.72 4.25c-.36.36-.66.66-.88.93l1.75 1.71zm9.29 11.66c-.31 0-.74-.26-.74-.72 0-.6.73-2.2 2.87-2.76-.3 2.69-1.43 3.48-2.13 3.48z" })));
45
27
  exports.SignIcon = SignIcon;
46
28
  //# sourceMappingURL=SignIcon.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["SignIcon.tsx"],"names":["SignIcon","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 SignIcon = (props: SVGIconProps) => (\n <SVGIcon realWidth={20} realHeight={18} {...props}>\n <path d=\"M4.59 6.89c.7-.71 1.4-1.35 1.71-1.22.5.2 0 1.03-.3 1.52-.25.42-2.86 3.89-2.86 6.31 0 1.28.48 2.34 1.34 2.98.75.56 1.74.73 2.64.46 1.07-.31 1.95-1.4 3.06-2.77 1.21-1.49 2.83-3.44 4.08-3.44 1.63 0 1.65 1.01 1.76 1.79-3.78.64-5.38 3.67-5.38 5.37 0 1.7 1.44 3.09 3.21 3.09 1.63 0 4.29-1.33 4.69-6.1H21v-2.5h-2.47c-.15-1.65-1.09-4.2-4.03-4.2-2.25 0-4.18 1.91-4.94 2.84-.58.73-2.06 2.48-2.29 2.72-.25.3-.68.84-1.11.84-.45 0-.72-.83-.36-1.92.35-1.09 1.4-2.86 1.85-3.52.78-1.14 1.3-1.92 1.3-3.28C8.95 3.69 7.31 3 6.44 3 5.12 3 3.97 4 3.72 4.25c-.36.36-.66.66-.88.93l1.75 1.71zm9.29 11.66c-.31 0-.74-.26-.74-.72 0-.6.73-2.2 2.87-2.76-.3 2.69-1.43 3.48-2.13 3.48z\" />\n </SVGIcon>\n);\n"],"file":"SignIcon.js"}
1
+ {"version":3,"file":"SignIcon.js","sourceRoot":"","sources":["SignIcon.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,+oBAA+oB,GAAG,CAClpB,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.SpeakerIcon = 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.SpeakerIcon = void 0;
35
22
  /** @jsx jsx */
36
- var SpeakerIcon = function SpeakerIcon(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: "M.5 12c-.3 0-.5-.3-.5-.6V4.6c0-.3.2-.6.5-.6H5l5-4v16l-5-4H.5zM12 10a2 2 0 1 0 0-4V4a4 4 0 1 1 0 8v-2z"
42
- }));
43
- };
44
-
23
+ const react_1 = require("@emotion/react");
24
+ const SVGIcon_1 = require("./SVGIcon");
25
+ const SpeakerIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 16, realHeight: 16 }, props),
26
+ (0, react_1.jsx)("path", { d: "M.5 12c-.3 0-.5-.3-.5-.6V4.6c0-.3.2-.6.5-.6H5l5-4v16l-5-4H.5zM12 10a2 2 0 1 0 0-4V4a4 4 0 1 1 0 8v-2z" })));
45
27
  exports.SpeakerIcon = SpeakerIcon;
46
28
  //# sourceMappingURL=SpeakerIcon.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["SpeakerIcon.tsx"],"names":["SpeakerIcon","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 SpeakerIcon = (props: SVGIconProps) => (\n <SVGIcon realWidth={16} realHeight={16} {...props}>\n <path d=\"M.5 12c-.3 0-.5-.3-.5-.6V4.6c0-.3.2-.6.5-.6H5l5-4v16l-5-4H.5zM12 10a2 2 0 1 0 0-4V4a4 4 0 1 1 0 8v-2z\" />\n </SVGIcon>\n);\n"],"file":"SpeakerIcon.js"}
1
+ {"version":3,"file":"SpeakerIcon.js","sourceRoot":"","sources":["SpeakerIcon.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,uGAAuG,GAAG,CAC1G,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.SupportIcon = 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.SupportIcon = void 0;
35
22
  /** @jsx jsx */
36
- var SupportIcon = function SupportIcon(props) {
37
- return (0, _react.jsx)(_SVGIcon.SVGIcon, (0, _extends2["default"])({
38
- realWidth: 16,
39
- realHeight: 13
40
- }, props), (0, _react.jsx)("path", {
41
- d: "M11.33 14.159a7.032 7.032 0 0 0 2.829-2.829l-2.294-2.294a4.005 4.005 0 0 0 0-2.072l2.294-2.294a7.032 7.032 0 0 0-2.829-2.83L9.036 4.135a4.005 4.005 0 0 0-2.072 0L4.67 1.841A7.032 7.032 0 0 0 1.84 4.67l2.294 2.294a4.005 4.005 0 0 0 0 2.072L1.841 11.33a7.032 7.032 0 0 0 2.829 2.83l2.294-2.294a4.005 4.005 0 0 0 2.072 0l2.294 2.294zM8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16zm0-4a4 4 0 1 0 0-8 4 4 0 0 0 0 8zm0 1A5 5 0 1 1 8 3a5 5 0 0 1 0 10z"
42
- }));
43
- };
44
-
23
+ const react_1 = require("@emotion/react");
24
+ const SVGIcon_1 = require("./SVGIcon");
25
+ const SupportIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 16, realHeight: 13 }, props),
26
+ (0, react_1.jsx)("path", { d: "M11.33 14.159a7.032 7.032 0 0 0 2.829-2.829l-2.294-2.294a4.005 4.005 0 0 0 0-2.072l2.294-2.294a7.032 7.032 0 0 0-2.829-2.83L9.036 4.135a4.005 4.005 0 0 0-2.072 0L4.67 1.841A7.032 7.032 0 0 0 1.84 4.67l2.294 2.294a4.005 4.005 0 0 0 0 2.072L1.841 11.33a7.032 7.032 0 0 0 2.829 2.83l2.294-2.294a4.005 4.005 0 0 0 2.072 0l2.294 2.294zM8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16zm0-4a4 4 0 1 0 0-8 4 4 0 0 0 0 8zm0 1A5 5 0 1 1 8 3a5 5 0 0 1 0 10z" })));
45
27
  exports.SupportIcon = SupportIcon;
46
28
  //# sourceMappingURL=SupportIcon.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["SupportIcon.tsx"],"names":["SupportIcon","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) 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 SupportIcon = (props: SVGIconProps) => (\n <SVGIcon realWidth={16} realHeight={13} {...props}>\n <path d=\"M11.33 14.159a7.032 7.032 0 0 0 2.829-2.829l-2.294-2.294a4.005 4.005 0 0 0 0-2.072l2.294-2.294a7.032 7.032 0 0 0-2.829-2.83L9.036 4.135a4.005 4.005 0 0 0-2.072 0L4.67 1.841A7.032 7.032 0 0 0 1.84 4.67l2.294 2.294a4.005 4.005 0 0 0 0 2.072L1.841 11.33a7.032 7.032 0 0 0 2.829 2.83l2.294-2.294a4.005 4.005 0 0 0 2.072 0l2.294 2.294zM8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16zm0-4a4 4 0 1 0 0-8 4 4 0 0 0 0 8zm0 1A5 5 0 1 1 8 3a5 5 0 0 1 0 10z\" />\n </SVGIcon>\n);\n"],"file":"SupportIcon.js"}
1
+ {"version":3,"file":"SupportIcon.js","sourceRoot":"","sources":["SupportIcon.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,kbAAkb,GAAG,CACrb,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.TeamIcon = 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.TeamIcon = void 0;
35
22
  /** @jsx jsx */
36
- var TeamIcon = function TeamIcon(props) {
37
- return (0, _react.jsx)(_SVGIcon.SVGIcon, (0, _extends2["default"])({
38
- realWidth: 28,
39
- realHeight: 31
40
- }, props), (0, _react.jsx)("path", {
41
- d: "M4.32 9.65V21.2l9.82 5.82 9.82-5.8V9.64l-9.82-5.82-9.82 5.82zM12.54.4c.9-.53 2.33-.53 3.2 0l10.3 6.1c.9.5 1.6 1.8 1.6 2.83v12.2c0 1.04-.72 2.32-1.6 2.84l-10.3 6.1c-.88.52-2.32.5-3.2 0l-10.3-6.1c-.88-.52-1.6-1.8-1.6-2.85V9.32c0-1.04.73-2.3 1.6-2.83L12.54.4z"
42
- }));
43
- };
44
-
23
+ const react_1 = require("@emotion/react");
24
+ const SVGIcon_1 = require("./SVGIcon");
25
+ const TeamIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 28, realHeight: 31 }, props),
26
+ (0, react_1.jsx)("path", { d: "M4.32 9.65V21.2l9.82 5.82 9.82-5.8V9.64l-9.82-5.82-9.82 5.82zM12.54.4c.9-.53 2.33-.53 3.2 0l10.3 6.1c.9.5 1.6 1.8 1.6 2.83v12.2c0 1.04-.72 2.32-1.6 2.84l-10.3 6.1c-.88.52-2.32.5-3.2 0l-10.3-6.1c-.88-.52-1.6-1.8-1.6-2.85V9.32c0-1.04.73-2.3 1.6-2.83L12.54.4z" })));
45
27
  exports.TeamIcon = TeamIcon;
46
28
  //# sourceMappingURL=TeamIcon.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["TeamIcon.tsx"],"names":["TeamIcon","props"],"mappings":";;;;;;;;;;;AAoBA;;AAEA;;AAtBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AAKO,IAAMA,QAAQ,GAAG,SAAXA,QAAW,CAACC,KAAD;AAAA,SACtB,gBAAC,gBAAD;AAAS,IAAA,SAAS,EAAE,EAApB;AAAwB,IAAA,UAAU,EAAE;AAApC,KAA4CA,KAA5C,GACE;AAAM,IAAA,CAAC,EAAC;AAAR,IADF,CADsB;AAAA,CAAjB","sourcesContent":["/*\n * Wire\n * Copyright (C) 2018 Wire Swiss GmbH\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see http://www.gnu.org/licenses/.\n *\n */\n\n/** @jsx jsx */\nimport {jsx} from '@emotion/react';\n\nimport {SVGIcon, SVGIconProps} from './SVGIcon';\n\nexport const TeamIcon = (props: SVGIconProps) => (\n <SVGIcon realWidth={28} realHeight={31} {...props}>\n <path d=\"M4.32 9.65V21.2l9.82 5.82 9.82-5.8V9.64l-9.82-5.82-9.82 5.82zM12.54.4c.9-.53 2.33-.53 3.2 0l10.3 6.1c.9.5 1.6 1.8 1.6 2.83v12.2c0 1.04-.72 2.32-1.6 2.84l-10.3 6.1c-.88.52-2.32.5-3.2 0l-10.3-6.1c-.88-.52-1.6-1.8-1.6-2.85V9.32c0-1.04.73-2.3 1.6-2.83L12.54.4z\" />\n </SVGIcon>\n);\n"],"file":"TeamIcon.js"}
1
+ {"version":3,"file":"TeamIcon.js","sourceRoot":"","sources":["TeamIcon.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,kQAAkQ,GAAG,CACrQ,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.TimedIcon = 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.TimedIcon = void 0;
35
22
  /** @jsx jsx */
36
- var TimedIcon = function TimedIcon(props) {
37
- return (0, _react.jsx)(_SVGIcon.SVGIcon, (0, _extends2["default"])({
38
- realWidth: 15,
39
- realHeight: 16
40
- }, props), (0, _react.jsx)("path", {
41
- d: "M7.44 2v1.08a6.48 6.48 0 0 1 5.45 6.42c0 3.59-2.89 6.5-6.45 6.5A6.47 6.47 0 0 1 0 9.5a6.48 6.48 0 0 1 5.45-6.42V2h-.5a1 1 0 0 1-.98-1 1 1 0 0 1 .99-1h2.97a1 1 0 0 1 1 1 1 1 0 0 1-1 1h-.5zm-1 12a4.48 4.48 0 0 0 4.47-4.5c0-2.49-2-4.5-4.47-4.5a4.48 4.48 0 0 0-4.46 4.5c0 2.49 2 4.5 4.46 4.5zm0-1a3.49 3.49 0 0 1-3.47-3.5C2.97 7.57 4.53 6 6.44 6v3.5l2.47 2.47A3.44 3.44 0 0 1 6.44 13zm6.57-10.3l.7.71a1 1 0 0 1 0 1.42.99.99 0 0 1-1.4 0l-.7-.7a1 1 0 0 1 0-1.42.99.99 0 0 1 1.4 0z"
42
- }));
43
- };
44
-
23
+ const react_1 = require("@emotion/react");
24
+ const SVGIcon_1 = require("./SVGIcon");
25
+ const TimedIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 15, realHeight: 16 }, props),
26
+ (0, react_1.jsx)("path", { d: "M7.44 2v1.08a6.48 6.48 0 0 1 5.45 6.42c0 3.59-2.89 6.5-6.45 6.5A6.47 6.47 0 0 1 0 9.5a6.48 6.48 0 0 1 5.45-6.42V2h-.5a1 1 0 0 1-.98-1 1 1 0 0 1 .99-1h2.97a1 1 0 0 1 1 1 1 1 0 0 1-1 1h-.5zm-1 12a4.48 4.48 0 0 0 4.47-4.5c0-2.49-2-4.5-4.47-4.5a4.48 4.48 0 0 0-4.46 4.5c0 2.49 2 4.5 4.46 4.5zm0-1a3.49 3.49 0 0 1-3.47-3.5C2.97 7.57 4.53 6 6.44 6v3.5l2.47 2.47A3.44 3.44 0 0 1 6.44 13zm6.57-10.3l.7.71a1 1 0 0 1 0 1.42.99.99 0 0 1-1.4 0l-.7-.7a1 1 0 0 1 0-1.42.99.99 0 0 1 1.4 0z" })));
45
27
  exports.TimedIcon = TimedIcon;
46
28
  //# sourceMappingURL=TimedIcon.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["TimedIcon.tsx"],"names":["TimedIcon","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 TimedIcon = (props: SVGIconProps) => (\n <SVGIcon realWidth={15} realHeight={16} {...props}>\n <path d=\"M7.44 2v1.08a6.48 6.48 0 0 1 5.45 6.42c0 3.59-2.89 6.5-6.45 6.5A6.47 6.47 0 0 1 0 9.5a6.48 6.48 0 0 1 5.45-6.42V2h-.5a1 1 0 0 1-.98-1 1 1 0 0 1 .99-1h2.97a1 1 0 0 1 1 1 1 1 0 0 1-1 1h-.5zm-1 12a4.48 4.48 0 0 0 4.47-4.5c0-2.49-2-4.5-4.47-4.5a4.48 4.48 0 0 0-4.46 4.5c0 2.49 2 4.5 4.46 4.5zm0-1a3.49 3.49 0 0 1-3.47-3.5C2.97 7.57 4.53 6 6.44 6v3.5l2.47 2.47A3.44 3.44 0 0 1 6.44 13zm6.57-10.3l.7.71a1 1 0 0 1 0 1.42.99.99 0 0 1-1.4 0l-.7-.7a1 1 0 0 1 0-1.42.99.99 0 0 1 1.4 0z\" />\n </SVGIcon>\n);\n"],"file":"TimedIcon.js"}
1
+ {"version":3,"file":"TimedIcon.js","sourceRoot":"","sources":["TimedIcon.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,4dAA4d,GAAG,CAC/d,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.TrashCrossIcon = 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.TrashCrossIcon = void 0;
35
22
  /** @jsx jsx */
36
- var TrashCrossIcon = function TrashCrossIcon(props) {
37
- return (0, _react.jsx)(_SVGIcon.SVGIcon, (0, _extends2["default"])({
38
- realWidth: 20,
39
- realHeight: 18
40
- }, props), (0, _react.jsx)("path", {
41
- d: "M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zm2.46-7.12l1.41-1.41L12 12.59l2.12-2.12 1.41 1.41L13.41 14l2.12 2.12-1.41 1.41L12 15.41l-2.12 2.12-1.41-1.41L10.59 14l-2.13-2.12zM15.5 4l-1-1h-5l-1 1H5v2h14V4h-3.5z"
42
- }));
43
- };
44
-
23
+ const react_1 = require("@emotion/react");
24
+ const SVGIcon_1 = require("./SVGIcon");
25
+ const TrashCrossIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 20, realHeight: 18 }, props),
26
+ (0, react_1.jsx)("path", { d: "M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zm2.46-7.12l1.41-1.41L12 12.59l2.12-2.12 1.41 1.41L13.41 14l2.12 2.12-1.41 1.41L12 15.41l-2.12 2.12-1.41-1.41L10.59 14l-2.13-2.12zM15.5 4l-1-1h-5l-1 1H5v2h14V4h-3.5z" })));
45
27
  exports.TrashCrossIcon = TrashCrossIcon;
46
28
  //# sourceMappingURL=TrashCrossIcon.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["TrashCrossIcon.tsx"],"names":["TrashCrossIcon","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,cAAc,GAAG,SAAjBA,cAAiB,CAACC,KAAD;AAAA,SAC5B,gBAAC,gBAAD;AAAS,IAAA,SAAS,EAAE,EAApB;AAAwB,IAAA,UAAU,EAAE;AAApC,KAA4CA,KAA5C,GACE;AAAM,IAAA,CAAC,EAAC;AAAR,IADF,CAD4B;AAAA,CAAvB","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 TrashCrossIcon = (props: SVGIconProps) => (\n <SVGIcon realWidth={20} realHeight={18} {...props}>\n <path d=\"M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zm2.46-7.12l1.41-1.41L12 12.59l2.12-2.12 1.41 1.41L13.41 14l2.12 2.12-1.41 1.41L12 15.41l-2.12 2.12-1.41-1.41L10.59 14l-2.13-2.12zM15.5 4l-1-1h-5l-1 1H5v2h14V4h-3.5z\" />\n </SVGIcon>\n);\n"],"file":"TrashCrossIcon.js"}
1
+ {"version":3,"file":"TrashCrossIcon.js","sourceRoot":"","sources":["TrashCrossIcon.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAEH,eAAe;AACf,0CAAmC;AAEnC,uCAAgD;AAEzC,MAAM,cAAc,GAAG,CAAC,KAAmB,EAAE,EAAE,CAAC,CACrD,iBAAC,iBAAO,kBAAC,SAAS,EAAE,EAAE,EAAE,UAAU,EAAE,EAAE,IAAM,KAAK;IAC/C,2BAAM,CAAC,EAAC,kNAAkN,GAAG,CACrN,CACX,CAAC;AAJW,QAAA,cAAc,kBAIzB"}
@@ -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.TrashIcon = 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.TrashIcon = void 0;
35
22
  /** @jsx jsx */
36
- var TrashIcon = function TrashIcon(props) {
37
- return (0, _react.jsx)(_SVGIcon.SVGIcon, (0, _extends2["default"])({
38
- realWidth: 14,
39
- realHeight: 16
40
- }, props), (0, _react.jsx)("path", {
41
- d: "M5 2H1a1 1 0 0 0-1 1v1h14V3a1 1 0 0 0-1-1H9a2 2 0 1 0-4 0zM1 6h12l-.8 8c-.11 1.1-1.09 2-2.2 2H4c-1.1 0-2.09-.89-2.2-2L1 6z"
42
- }));
43
- };
44
-
23
+ const react_1 = require("@emotion/react");
24
+ const SVGIcon_1 = require("./SVGIcon");
25
+ const TrashIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 14, realHeight: 16 }, props),
26
+ (0, react_1.jsx)("path", { d: "M5 2H1a1 1 0 0 0-1 1v1h14V3a1 1 0 0 0-1-1H9a2 2 0 1 0-4 0zM1 6h12l-.8 8c-.11 1.1-1.09 2-2.2 2H4c-1.1 0-2.09-.89-2.2-2L1 6z" })));
45
27
  exports.TrashIcon = TrashIcon;
46
28
  //# sourceMappingURL=TrashIcon.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["TrashIcon.tsx"],"names":["TrashIcon","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 TrashIcon = (props: SVGIconProps) => (\n <SVGIcon realWidth={14} realHeight={16} {...props}>\n <path d=\"M5 2H1a1 1 0 0 0-1 1v1h14V3a1 1 0 0 0-1-1H9a2 2 0 1 0-4 0zM1 6h12l-.8 8c-.11 1.1-1.09 2-2.2 2H4c-1.1 0-2.09-.89-2.2-2L1 6z\" />\n </SVGIcon>\n);\n"],"file":"TrashIcon.js"}
1
+ {"version":3,"file":"TrashIcon.js","sourceRoot":"","sources":["TrashIcon.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,4HAA4H,GAAG,CAC/H,CACX,CAAC;AAJW,QAAA,SAAS,aAIpB"}
@@ -1,41 +1,48 @@
1
1
  "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
-
5
- Object.defineProperty(exports, "__esModule", {
6
- value: true
7
- });
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
+ 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 });
8
32
  exports.TriangleIcon = void 0;
9
-
10
- var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
11
-
12
- var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
13
-
14
- var _react = require("@emotion/react");
15
-
16
- var _SVGIcon = require("./SVGIcon");
17
-
18
- var _excluded = ["direction"];
19
- var rotation = {
20
- down: 0,
21
- left: 90,
22
- up: 180,
23
- right: 270
33
+ /** @jsx jsx */
34
+ const react_1 = require("@emotion/react");
35
+ const SVGIcon_1 = require("./SVGIcon");
36
+ const rotation = {
37
+ down: 0,
38
+ left: 90,
39
+ up: 180,
40
+ right: 270,
24
41
  };
25
-
26
- var TriangleIcon = function TriangleIcon(_ref) {
27
- var _ref$direction = _ref.direction,
28
- direction = _ref$direction === void 0 ? 'down' : _ref$direction,
29
- props = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
30
- return (0, _react.jsx)(_SVGIcon.SVGIcon, (0, _extends2["default"])({
31
- realWidth: 8,
32
- realHeight: 8
33
- }, props), (0, _react.jsx)("path", {
34
- transform: "rotate(".concat(rotation[direction], " 4 4)"),
35
- fillRule: "evenodd",
36
- d: "M0 2h8L4 7"
37
- }));
42
+ const TriangleIcon = (_a) => {
43
+ var { direction = 'down' } = _a, props = __rest(_a, ["direction"]);
44
+ return ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 8, realHeight: 8 }, props),
45
+ (0, react_1.jsx)("path", { transform: `rotate(${rotation[direction]} 4 4)`, fillRule: "evenodd", d: "M0 2h8L4 7" })));
38
46
  };
39
-
40
47
  exports.TriangleIcon = TriangleIcon;
41
48
  //# sourceMappingURL=TriangleIcon.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["TriangleIcon.tsx"],"names":["rotation","down","left","up","right","TriangleIcon","direction","props"],"mappings":";;;;;;;;;;;;;AAoBA;;AAGA;;;AAMA,IAAMA,QAAkB,GAAG;AACzBC,EAAAA,IAAI,EAAE,CADmB;AAEzBC,EAAAA,IAAI,EAAE,EAFmB;AAGzBC,EAAAA,EAAE,EAAE,GAHqB;AAIzBC,EAAAA,KAAK,EAAE;AAJkB,CAA3B;;AAOO,IAAMC,YAAY,GAAG,SAAfA,YAAe;AAAA,4BAAEC,SAAF;AAAA,MAAEA,SAAF,+BAAc,MAAd;AAAA,MAAyBC,KAAzB;AAAA,SAC1B,gBAAC,gBAAD;AAAS,IAAA,SAAS,EAAE,CAApB;AAAuB,IAAA,UAAU,EAAE;AAAnC,KAA0CA,KAA1C,GACE;AAAM,IAAA,SAAS,mBAAYP,QAAQ,CAACM,SAAD,CAApB,UAAf;AAAuD,IAAA,QAAQ,EAAC,SAAhE;AAA0E,IAAA,CAAC,EAAC;AAA5E,IADF,CAD0B;AAAA,CAArB","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 {Rotation} from './ArrowIcon';\nimport {SVGIcon, SVGIconProps} from './SVGIcon';\n\nexport interface Props extends SVGIconProps {\n direction?: keyof Rotation;\n}\n\nconst rotation: Rotation = {\n down: 0,\n left: 90,\n up: 180,\n right: 270,\n};\n\nexport const TriangleIcon = ({direction = 'down', ...props}: Props) => (\n <SVGIcon realWidth={8} realHeight={8} {...props}>\n <path transform={`rotate(${rotation[direction]} 4 4)`} fillRule=\"evenodd\" d=\"M0 2h8L4 7\" />\n </SVGIcon>\n);\n"],"file":"TriangleIcon.js"}
1
+ {"version":3,"file":"TriangleIcon.js","sourceRoot":"","sources":["TriangleIcon.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;;;;AAEH,eAAe;AACf,0CAAmC;AAGnC,uCAAgD;AAMhD,MAAM,QAAQ,GAAa;IACzB,IAAI,EAAE,CAAC;IACP,IAAI,EAAE,EAAE;IACR,EAAE,EAAE,GAAG;IACP,KAAK,EAAE,GAAG;CACX,CAAC;AAEK,MAAM,YAAY,GAAG,CAAC,EAAqC,EAAE,EAAE;QAAzC,EAAC,SAAS,GAAG,MAAM,OAAkB,EAAb,KAAK,cAA7B,aAA8B,CAAD;IAAa,OAAA,CACrE,iBAAC,iBAAO,kBAAC,SAAS,EAAE,CAAC,EAAE,UAAU,EAAE,CAAC,IAAM,KAAK;QAC7C,2BAAM,SAAS,EAAE,UAAU,QAAQ,CAAC,SAAS,CAAC,OAAO,EAAE,QAAQ,EAAC,SAAS,EAAC,CAAC,EAAC,YAAY,GAAG,CACnF,CACX,CAAA;CAAA,CAAC;AAJW,QAAA,YAAY,gBAIvB"}
@@ -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.UploadIcon = 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) 2022 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.UploadIcon = void 0;
35
22
  /** @jsx jsx */
36
- var UploadIcon = function UploadIcon(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 14H16V16H0V14ZM7 11H9V4H13L8 0L3 4H7V11Z"
42
- }));
43
- };
44
-
23
+ const react_1 = require("@emotion/react");
24
+ const SVGIcon_1 = require("./SVGIcon");
25
+ const UploadIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 16, realHeight: 16 }, props),
26
+ (0, react_1.jsx)("path", { d: "M0 14H16V16H0V14ZM7 11H9V4H13L8 0L3 4H7V11Z" })));
45
27
  exports.UploadIcon = UploadIcon;
46
28
  //# sourceMappingURL=UploadIcon.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["UploadIcon.tsx"],"names":["UploadIcon","props"],"mappings":";;;;;;;;;;;AAoBA;;AACA;;AArBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AAIO,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) 2022 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';\nimport {SVGIcon, SVGIconProps} from './SVGIcon';\n\nexport const UploadIcon = (props: SVGIconProps) => (\n <SVGIcon realWidth={16} realHeight={16} {...props}>\n <path d=\"M0 14H16V16H0V14ZM7 11H9V4H13L8 0L3 4H7V11Z\" />\n </SVGIcon>\n);\n"],"file":"UploadIcon.js"}
1
+ {"version":3,"file":"UploadIcon.js","sourceRoot":"","sources":["UploadIcon.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAEH,eAAe;AACf,0CAAmC;AACnC,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,6CAA6C,GAAG,CAChD,CACX,CAAC;AAJW,QAAA,UAAU,cAIrB"}