@wireapp/react-ui-kit 9.0.0 → 9.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (317) hide show
  1. package/lib/Form/Button.js +136 -0
  2. package/lib/Form/Button.js.map +1 -0
  3. package/lib/Form/ButtonLink.js +54 -0
  4. package/lib/Form/ButtonLink.js.map +1 -0
  5. package/lib/Form/Checkbox.js +114 -0
  6. package/lib/Form/Checkbox.js.map +1 -0
  7. package/lib/Form/CodeInput.js +126 -0
  8. package/lib/Form/CodeInput.js.map +1 -0
  9. package/lib/Form/DropFileInput.js +139 -0
  10. package/lib/Form/DropFileInput.js.map +1 -0
  11. package/lib/Form/ErrorMessage.js +54 -0
  12. package/lib/Form/ErrorMessage.js.map +1 -0
  13. package/lib/Form/Form.js +32 -0
  14. package/lib/Form/Form.js.map +1 -0
  15. package/lib/Form/Input.js +134 -0
  16. package/lib/Form/Input.js.map +1 -0
  17. package/lib/Form/InputBlock.js +41 -0
  18. package/lib/Form/InputBlock.js.map +1 -0
  19. package/lib/Form/InputLabel.js +47 -0
  20. package/lib/Form/InputLabel.js.map +1 -0
  21. package/lib/Form/InputSubmitCombo.js +54 -0
  22. package/lib/Form/InputSubmitCombo.js.map +1 -0
  23. package/lib/Form/RangeInput.js +54 -0
  24. package/lib/Form/RangeInput.js.map +1 -0
  25. package/lib/Form/RangeInput.styles.js +60 -0
  26. package/lib/Form/RangeInput.styles.js.map +1 -0
  27. package/lib/Form/RoundIconButton.js +49 -0
  28. package/lib/Form/RoundIconButton.js.map +1 -0
  29. package/lib/Form/Select.js +63 -0
  30. package/lib/Form/Select.js.map +1 -0
  31. package/lib/Form/SelectComponents.js +119 -0
  32. package/lib/Form/SelectComponents.js.map +1 -0
  33. package/lib/Form/SelectStyles.js +123 -0
  34. package/lib/Form/SelectStyles.js.map +1 -0
  35. package/lib/Form/ShakeBox.js +79 -0
  36. package/lib/Form/ShakeBox.js.map +1 -0
  37. package/lib/Form/Switch.js +96 -0
  38. package/lib/Form/Switch.js.map +1 -0
  39. package/lib/Form/TextArea.js +67 -0
  40. package/lib/Form/TextArea.js.map +1 -0
  41. package/lib/Form/Tooltip.js +79 -0
  42. package/lib/Form/Tooltip.js.map +1 -0
  43. package/lib/Form/index.js +54 -0
  44. package/lib/Form/index.js.map +1 -0
  45. package/lib/GlobalCssVariables.js +118 -0
  46. package/lib/GlobalCssVariables.js.map +1 -0
  47. package/lib/GlobalStyle.js +61 -0
  48. package/lib/GlobalStyle.js.map +1 -0
  49. package/lib/Icon/AddPeopleIcon.js +42 -0
  50. package/lib/Icon/AddPeopleIcon.js.map +1 -0
  51. package/lib/Icon/ArchiveIcon.js +28 -0
  52. package/lib/Icon/ArchiveIcon.js.map +1 -0
  53. package/lib/Icon/ArrowDown.js +44 -0
  54. package/lib/Icon/ArrowDown.js.map +1 -0
  55. package/lib/Icon/ArrowIcon.js +48 -0
  56. package/lib/Icon/ArrowIcon.js.map +1 -0
  57. package/lib/Icon/AttachmentIcon.js +28 -0
  58. package/lib/Icon/AttachmentIcon.js.map +1 -0
  59. package/lib/Icon/AudioVideoIcon.js +28 -0
  60. package/lib/Icon/AudioVideoIcon.js.map +1 -0
  61. package/lib/Icon/BlockIcon.js +28 -0
  62. package/lib/Icon/BlockIcon.js.map +1 -0
  63. package/lib/Icon/Brand/AndroidIcon.js +28 -0
  64. package/lib/Icon/Brand/AndroidIcon.js.map +1 -0
  65. package/lib/Icon/Brand/AppleIcon.js +28 -0
  66. package/lib/Icon/Brand/AppleIcon.js.map +1 -0
  67. package/lib/Icon/Brand/ChromeIcon.js +28 -0
  68. package/lib/Icon/Brand/ChromeIcon.js.map +1 -0
  69. package/lib/Icon/Brand/FacebookIcon.js +28 -0
  70. package/lib/Icon/Brand/FacebookIcon.js.map +1 -0
  71. package/lib/Icon/Brand/GitHubIcon.js +28 -0
  72. package/lib/Icon/Brand/GitHubIcon.js.map +1 -0
  73. package/lib/Icon/Brand/LinkedInIcon.js +28 -0
  74. package/lib/Icon/Brand/LinkedInIcon.js.map +1 -0
  75. package/lib/Icon/Brand/LinuxIcon.js +28 -0
  76. package/lib/Icon/Brand/LinuxIcon.js.map +1 -0
  77. package/lib/Icon/Brand/MicrosoftIcon.js +28 -0
  78. package/lib/Icon/Brand/MicrosoftIcon.js.map +1 -0
  79. package/lib/Icon/Brand/TwitterIcon.js +28 -0
  80. package/lib/Icon/Brand/TwitterIcon.js.map +1 -0
  81. package/lib/Icon/CallIcon.js +28 -0
  82. package/lib/Icon/CallIcon.js.map +1 -0
  83. package/lib/Icon/CamIcon.js +28 -0
  84. package/lib/Icon/CamIcon.js.map +1 -0
  85. package/lib/Icon/CameraIcon.js +42 -0
  86. package/lib/Icon/CameraIcon.js.map +1 -0
  87. package/lib/Icon/CheckIcon.js +28 -0
  88. package/lib/Icon/CheckIcon.js.map +1 -0
  89. package/lib/Icon/CheckRoundIcon.js +28 -0
  90. package/lib/Icon/CheckRoundIcon.js.map +1 -0
  91. package/lib/Icon/ChevronIcon.js +43 -0
  92. package/lib/Icon/ChevronIcon.js.map +1 -0
  93. package/lib/Icon/CloseIcon.js +28 -0
  94. package/lib/Icon/CloseIcon.js.map +1 -0
  95. package/lib/Icon/CopyIcon.js +28 -0
  96. package/lib/Icon/CopyIcon.js.map +1 -0
  97. package/lib/Icon/DeviceIcon.js +28 -0
  98. package/lib/Icon/DeviceIcon.js.map +1 -0
  99. package/lib/Icon/DownloadIcon.js +28 -0
  100. package/lib/Icon/DownloadIcon.js.map +1 -0
  101. package/lib/Icon/EditDocumentIcon.js +42 -0
  102. package/lib/Icon/EditDocumentIcon.js.map +1 -0
  103. package/lib/Icon/EditIcon.js +28 -0
  104. package/lib/Icon/EditIcon.js.map +1 -0
  105. package/lib/Icon/EnterIcon.js +28 -0
  106. package/lib/Icon/EnterIcon.js.map +1 -0
  107. package/lib/Icon/ErrorIcon.js +31 -0
  108. package/lib/Icon/ErrorIcon.js.map +1 -0
  109. package/lib/Icon/FileIcon.js +28 -0
  110. package/lib/Icon/FileIcon.js.map +1 -0
  111. package/lib/Icon/GifIcon.js +28 -0
  112. package/lib/Icon/GifIcon.js.map +1 -0
  113. package/lib/Icon/GridIcon.js +42 -0
  114. package/lib/Icon/GridIcon.js.map +1 -0
  115. package/lib/Icon/GroupIcon.js +28 -0
  116. package/lib/Icon/GroupIcon.js.map +1 -0
  117. package/lib/Icon/HangupIcon.js +28 -0
  118. package/lib/Icon/HangupIcon.js.map +1 -0
  119. package/lib/Icon/HideIcon.js +28 -0
  120. package/lib/Icon/HideIcon.js.map +1 -0
  121. package/lib/Icon/ImageIcon.js +28 -0
  122. package/lib/Icon/ImageIcon.js.map +1 -0
  123. package/lib/Icon/InfoIcon.js +28 -0
  124. package/lib/Icon/InfoIcon.js.map +1 -0
  125. package/lib/Icon/InviteIcon.js +28 -0
  126. package/lib/Icon/InviteIcon.js.map +1 -0
  127. package/lib/Icon/LeaveIcon.js +28 -0
  128. package/lib/Icon/LeaveIcon.js.map +1 -0
  129. package/lib/Icon/LinkIcon.js +42 -0
  130. package/lib/Icon/LinkIcon.js.map +1 -0
  131. package/lib/Icon/ListIcon.js +28 -0
  132. package/lib/Icon/ListIcon.js.map +1 -0
  133. package/lib/Icon/LockIcon.js +28 -0
  134. package/lib/Icon/LockIcon.js.map +1 -0
  135. package/lib/Icon/MessageIcon.js +28 -0
  136. package/lib/Icon/MessageIcon.js.map +1 -0
  137. package/lib/Icon/MinusIcon.js +28 -0
  138. package/lib/Icon/MinusIcon.js.map +1 -0
  139. package/lib/Icon/MoreIcon.js +28 -0
  140. package/lib/Icon/MoreIcon.js.map +1 -0
  141. package/lib/Icon/MuteIcon.js +28 -0
  142. package/lib/Icon/MuteIcon.js.map +1 -0
  143. package/lib/Icon/NotificationIcon.js +28 -0
  144. package/lib/Icon/NotificationIcon.js.map +1 -0
  145. package/lib/Icon/NotificationOffIcon.js +28 -0
  146. package/lib/Icon/NotificationOffIcon.js.map +1 -0
  147. package/lib/Icon/OptionsIcon.js +28 -0
  148. package/lib/Icon/OptionsIcon.js.map +1 -0
  149. package/lib/Icon/PeopleIcon.js +42 -0
  150. package/lib/Icon/PeopleIcon.js.map +1 -0
  151. package/lib/Icon/PingIcon.js +28 -0
  152. package/lib/Icon/PingIcon.js.map +1 -0
  153. package/lib/Icon/PlaneIcon.js +28 -0
  154. package/lib/Icon/PlaneIcon.js.map +1 -0
  155. package/lib/Icon/PlusIcon.js +28 -0
  156. package/lib/Icon/PlusIcon.js.map +1 -0
  157. package/lib/Icon/ProfileIcon.js +28 -0
  158. package/lib/Icon/ProfileIcon.js.map +1 -0
  159. package/lib/Icon/RecordBoldIcon.js +48 -0
  160. package/lib/Icon/RecordBoldIcon.js.map +1 -0
  161. package/lib/Icon/RecordIcon.js +30 -0
  162. package/lib/Icon/RecordIcon.js.map +1 -0
  163. package/lib/Icon/RecordPendingIcon.js +30 -0
  164. package/lib/Icon/RecordPendingIcon.js.map +1 -0
  165. package/lib/Icon/ReloadIcon.js +28 -0
  166. package/lib/Icon/ReloadIcon.js.map +1 -0
  167. package/lib/Icon/SVGIcon.js +59 -0
  168. package/lib/Icon/SVGIcon.js.map +1 -0
  169. package/lib/Icon/ScreenshareIcon.js +28 -0
  170. package/lib/Icon/ScreenshareIcon.js.map +1 -0
  171. package/lib/Icon/SearchIcon.js +28 -0
  172. package/lib/Icon/SearchIcon.js.map +1 -0
  173. package/lib/Icon/ServicesIcon.js +28 -0
  174. package/lib/Icon/ServicesIcon.js.map +1 -0
  175. package/lib/Icon/SettingsIcon.js +28 -0
  176. package/lib/Icon/SettingsIcon.js.map +1 -0
  177. package/lib/Icon/ShowIcon.js +28 -0
  178. package/lib/Icon/ShowIcon.js.map +1 -0
  179. package/lib/Icon/SignIcon.js +28 -0
  180. package/lib/Icon/SignIcon.js.map +1 -0
  181. package/lib/Icon/SpeakerIcon.js +28 -0
  182. package/lib/Icon/SpeakerIcon.js.map +1 -0
  183. package/lib/Icon/SupportIcon.js +28 -0
  184. package/lib/Icon/SupportIcon.js.map +1 -0
  185. package/lib/Icon/TeamIcon.js +28 -0
  186. package/lib/Icon/TeamIcon.js.map +1 -0
  187. package/lib/Icon/TimedIcon.js +28 -0
  188. package/lib/Icon/TimedIcon.js.map +1 -0
  189. package/lib/Icon/TrashCrossIcon.js +28 -0
  190. package/lib/Icon/TrashCrossIcon.js.map +1 -0
  191. package/lib/Icon/TrashIcon.js +28 -0
  192. package/lib/Icon/TrashIcon.js.map +1 -0
  193. package/lib/Icon/TriangleIcon.js +48 -0
  194. package/lib/Icon/TriangleIcon.js.map +1 -0
  195. package/lib/Icon/UploadIcon.js +28 -0
  196. package/lib/Icon/UploadIcon.js.map +1 -0
  197. package/lib/Icon/WireIcon.js +28 -0
  198. package/lib/Icon/WireIcon.js.map +1 -0
  199. package/lib/Icon/index.js +109 -0
  200. package/lib/Icon/index.js.map +1 -0
  201. package/lib/Identity/Animation.js +127 -0
  202. package/lib/Identity/Animation.js.map +1 -0
  203. package/lib/Identity/Avatar.js +90 -0
  204. package/lib/Identity/Avatar.js.map +1 -0
  205. package/lib/Identity/AvatarGrid.js +72 -0
  206. package/lib/Identity/AvatarGrid.js.map +1 -0
  207. package/lib/Identity/Logo.js +53 -0
  208. package/lib/Identity/Logo.js.map +1 -0
  209. package/lib/Identity/colors-v2.js +198 -0
  210. package/lib/Identity/colors-v2.js.map +1 -0
  211. package/lib/Identity/colors.js +81 -0
  212. package/lib/Identity/colors.js.map +1 -0
  213. package/lib/Identity/index.js +41 -0
  214. package/lib/Identity/index.js.map +1 -0
  215. package/lib/Identity/motions.js +85 -0
  216. package/lib/Identity/motions.js.map +1 -0
  217. package/lib/Layout/Box.js +33 -0
  218. package/lib/Layout/Box.js.map +1 -0
  219. package/lib/Layout/Column.js +46 -0
  220. package/lib/Layout/Column.js.map +1 -0
  221. package/lib/Layout/Container.js +58 -0
  222. package/lib/Layout/Container.js.map +1 -0
  223. package/lib/Layout/Content.js +33 -0
  224. package/lib/Layout/Content.js.map +1 -0
  225. package/lib/Layout/FlexBox.js +40 -0
  226. package/lib/Layout/FlexBox.js.map +1 -0
  227. package/lib/Layout/Footer.js +26 -0
  228. package/lib/Layout/Footer.js.map +1 -0
  229. package/lib/Layout/Header.js +33 -0
  230. package/lib/Layout/Header.js.map +1 -0
  231. package/lib/Layout/MatchMedia.js +85 -0
  232. package/lib/Layout/MatchMedia.js.map +1 -0
  233. package/lib/Layout/Spacer.js +28 -0
  234. package/lib/Layout/Spacer.js.map +1 -0
  235. package/lib/Layout/StyledApp.js +51 -0
  236. package/lib/Layout/StyledApp.js.map +1 -0
  237. package/lib/Layout/Theme.js +231 -0
  238. package/lib/Layout/Theme.js.map +1 -0
  239. package/lib/Layout/headerMenu/HeaderMenu.js +59 -0
  240. package/lib/Layout/headerMenu/HeaderMenu.js.map +1 -0
  241. package/lib/Layout/headerMenu/HeaderSubMenu.js +97 -0
  242. package/lib/Layout/headerMenu/HeaderSubMenu.js.map +1 -0
  243. package/lib/Layout/headerMenu/MenuContent.js +31 -0
  244. package/lib/Layout/headerMenu/MenuContent.js.map +1 -0
  245. package/lib/Layout/headerMenu/MenuItems.js +46 -0
  246. package/lib/Layout/headerMenu/MenuItems.js.map +1 -0
  247. package/lib/Layout/headerMenu/MenuLink.js +72 -0
  248. package/lib/Layout/headerMenu/MenuLink.js.map +1 -0
  249. package/lib/Layout/headerMenu/MenuOpenButton.js +57 -0
  250. package/lib/Layout/headerMenu/MenuOpenButton.js.map +1 -0
  251. package/lib/Layout/headerMenu/MenuScrollableItems.js +38 -0
  252. package/lib/Layout/headerMenu/MenuScrollableItems.js.map +1 -0
  253. package/lib/Layout/headerMenu/MenuSubLink.js +50 -0
  254. package/lib/Layout/headerMenu/MenuSubLink.js.map +1 -0
  255. package/lib/Layout/headerMenu/index.js +43 -0
  256. package/lib/Layout/headerMenu/index.js.map +1 -0
  257. package/lib/Layout/index.js +48 -0
  258. package/lib/Layout/index.js.map +1 -0
  259. package/lib/Layout/sizes.js +35 -0
  260. package/lib/Layout/sizes.js.map +1 -0
  261. package/lib/Menu/MenuModal.js +94 -0
  262. package/lib/Menu/MenuModal.js.map +1 -0
  263. package/lib/Menu/TabBar.js +59 -0
  264. package/lib/Menu/TabBar.js.map +1 -0
  265. package/lib/Menu/index.js +37 -0
  266. package/lib/Menu/index.js.map +1 -0
  267. package/lib/Misc/ButtonGroup.js +83 -0
  268. package/lib/Misc/ButtonGroup.js.map +1 -0
  269. package/lib/Misc/IconButton.js +93 -0
  270. package/lib/Misc/IconButton.js.map +1 -0
  271. package/lib/Misc/IsInViewport.js +63 -0
  272. package/lib/Misc/IsInViewport.js.map +1 -0
  273. package/lib/Misc/Loading.js +64 -0
  274. package/lib/Misc/Loading.js.map +1 -0
  275. package/lib/Misc/Pagination.js +70 -0
  276. package/lib/Misc/Pagination.js.map +1 -0
  277. package/lib/Misc/Pill.js +75 -0
  278. package/lib/Misc/Pill.js.map +1 -0
  279. package/lib/Misc/childrenWithDefaultProps.js +38 -0
  280. package/lib/Misc/childrenWithDefaultProps.js.map +1 -0
  281. package/lib/Misc/index.js +44 -0
  282. package/lib/Misc/index.js.map +1 -0
  283. package/lib/Misc/useLongTouch.js +45 -0
  284. package/lib/Misc/useLongTouch.js.map +1 -0
  285. package/lib/Misc/useTimeout.js +47 -0
  286. package/lib/Misc/useTimeout.js.map +1 -0
  287. package/lib/Modal/Modal.js +134 -0
  288. package/lib/Modal/Modal.js.map +1 -0
  289. package/lib/Modal/Overlay.js +92 -0
  290. package/lib/Modal/Overlay.js.map +1 -0
  291. package/lib/Modal/index.js +39 -0
  292. package/lib/Modal/index.js.map +1 -0
  293. package/lib/Text/Heading.js +88 -0
  294. package/lib/Text/Heading.js.map +1 -0
  295. package/lib/Text/Label.js +52 -0
  296. package/lib/Text/Label.js.map +1 -0
  297. package/lib/Text/Line.js +35 -0
  298. package/lib/Text/Line.js.map +1 -0
  299. package/lib/Text/Link.js +71 -0
  300. package/lib/Text/Link.js.map +1 -0
  301. package/lib/Text/Paragraph.js +53 -0
  302. package/lib/Text/Paragraph.js.map +1 -0
  303. package/lib/Text/Text.js +63 -0
  304. package/lib/Text/Text.js.map +1 -0
  305. package/lib/Text/TextLink.js +44 -0
  306. package/lib/Text/TextLink.js.map +1 -0
  307. package/lib/Text/Title.js +43 -0
  308. package/lib/Text/Title.js.map +1 -0
  309. package/lib/Text/index.js +43 -0
  310. package/lib/Text/index.js.map +1 -0
  311. package/lib/index.js +44 -0
  312. package/lib/index.js.map +1 -0
  313. package/lib/mediaQueries.js +45 -0
  314. package/lib/mediaQueries.js.map +1 -0
  315. package/lib/util.js +35 -0
  316. package/lib/util.js.map +1 -0
  317. package/package.json +2 -2
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ /*
3
+ * Wire
4
+ * Copyright (C) 2018 Wire Swiss GmbH
5
+ *
6
+ * This program is free software: you can redistribute it and/or modify
7
+ * it under the terms of the GNU General Public License as published by
8
+ * the Free Software Foundation, either version 3 of the License, or
9
+ * (at your option) any later version.
10
+ *
11
+ * This program is distributed in the hope that it will be useful,
12
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
+ * GNU General Public License for more details.
15
+ *
16
+ * You should have received a copy of the GNU General Public License
17
+ * along with this program. If not, see http://www.gnu.org/licenses/.
18
+ *
19
+ */
20
+ Object.defineProperty(exports, "__esModule", { value: true });
21
+ exports.MoreIcon = void 0;
22
+ /** @jsx jsx */
23
+ const react_1 = require("@emotion/react");
24
+ const SVGIcon_1 = require("./SVGIcon");
25
+ const MoreIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 16, realHeight: 16 }, props),
26
+ (0, react_1.jsx)("path", { d: "M2 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm12 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm-6 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4z" })));
27
+ exports.MoreIcon = MoreIcon;
28
+ //# sourceMappingURL=MoreIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MoreIcon.js","sourceRoot":"","sources":["../../src/Icon/MoreIcon.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,wGAAwG,GAAG,CAC3G,CACX,CAAC;AAJW,QAAA,QAAQ,YAInB"}
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ /*
3
+ * Wire
4
+ * Copyright (C) 2018 Wire Swiss GmbH
5
+ *
6
+ * This program is free software: you can redistribute it and/or modify
7
+ * it under the terms of the GNU General Public License as published by
8
+ * the Free Software Foundation, either version 3 of the License, or
9
+ * (at your option) any later version.
10
+ *
11
+ * This program is distributed in the hope that it will be useful,
12
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
+ * GNU General Public License for more details.
15
+ *
16
+ * You should have received a copy of the GNU General Public License
17
+ * along with this program. If not, see http://www.gnu.org/licenses/.
18
+ *
19
+ */
20
+ Object.defineProperty(exports, "__esModule", { value: true });
21
+ exports.MuteIcon = void 0;
22
+ /** @jsx jsx */
23
+ const react_1 = require("@emotion/react");
24
+ const SVGIcon_1 = require("./SVGIcon");
25
+ const MuteIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 16, realHeight: 16 }, props),
26
+ (0, react_1.jsx)("path", { d: "M3.3 14.5A8 8 0 0 0 14 13.4L12.5 12a6 6 0 0 1-7.4 1.2l-1.8 1.3zm8.7-6a4 4 0 0 1-5 3.4l5-3.4zM12 4a4 4 0 0 0-4-4 4 4 0 0 0-4 4v4c0 .5 0 1 .2 1.4L1 11.7l-.8.5 1 1.8.9-.6 13-9 .8-.5L14.8 2l-.9.6L12 4z" })));
27
+ exports.MuteIcon = MuteIcon;
28
+ //# sourceMappingURL=MuteIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MuteIcon.js","sourceRoot":"","sources":["../../src/Icon/MuteIcon.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,uMAAuM,GAAG,CAC1M,CACX,CAAC;AAJW,QAAA,QAAQ,YAInB"}
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ /*
3
+ * Wire
4
+ * Copyright (C) 2019 Wire Swiss GmbH
5
+ *
6
+ * This program is free software: you can redistribute it and/or modify
7
+ * it under the terms of the GNU General Public License as published by
8
+ * the Free Software Foundation, either version 3 of the License, or
9
+ * (at your option) any later version.
10
+ *
11
+ * This program is distributed in the hope that it will be useful,
12
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
+ * GNU General Public License for more details.
15
+ *
16
+ * You should have received a copy of the GNU General Public License
17
+ * along with this program. If not, see http://www.gnu.org/licenses/.
18
+ *
19
+ */
20
+ Object.defineProperty(exports, "__esModule", { value: true });
21
+ exports.NotificationIcon = void 0;
22
+ /** @jsx jsx */
23
+ const react_1 = require("@emotion/react");
24
+ const SVGIcon_1 = require("./SVGIcon");
25
+ const NotificationIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 16, realHeight: 16 }, props),
26
+ (0, react_1.jsx)("path", { d: "M7 0C5 0 3.3 1.4 3 3.2c0 0-.5 3-1 4.3L.8 10.2C.4 11.2 1 12 2 12h10c1.1 0 1.6-.8 1.2-1.8L12 7.5c-.4-1.2-1-4.3-1-4.3A4 4 0 0 0 7 0zm2 14a2 2 0 1 1-4 0h4z" })));
27
+ exports.NotificationIcon = NotificationIcon;
28
+ //# sourceMappingURL=NotificationIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NotificationIcon.js","sourceRoot":"","sources":["../../src/Icon/NotificationIcon.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAEH,eAAe;AACf,0CAAmC;AAEnC,uCAAgD;AAEzC,MAAM,gBAAgB,GAAG,CAAC,KAAmB,EAAE,EAAE,CAAC,CACvD,iBAAC,iBAAO,kBAAC,SAAS,EAAE,EAAE,EAAE,UAAU,EAAE,EAAE,IAAM,KAAK;IAC/C,2BAAM,CAAC,EAAC,yJAAyJ,GAAG,CAC5J,CACX,CAAC;AAJW,QAAA,gBAAgB,oBAI3B"}
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ /*
3
+ * Wire
4
+ * Copyright (C) 2019 Wire Swiss GmbH
5
+ *
6
+ * This program is free software: you can redistribute it and/or modify
7
+ * it under the terms of the GNU General Public License as published by
8
+ * the Free Software Foundation, either version 3 of the License, or
9
+ * (at your option) any later version.
10
+ *
11
+ * This program is distributed in the hope that it will be useful,
12
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
+ * GNU General Public License for more details.
15
+ *
16
+ * You should have received a copy of the GNU General Public License
17
+ * along with this program. If not, see http://www.gnu.org/licenses/.
18
+ *
19
+ */
20
+ Object.defineProperty(exports, "__esModule", { value: true });
21
+ exports.NotificationOffIcon = void 0;
22
+ /** @jsx jsx */
23
+ const react_1 = require("@emotion/react");
24
+ const SVGIcon_1 = require("./SVGIcon");
25
+ const NotificationOffIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 16, realHeight: 16 }, props),
26
+ (0, react_1.jsx)("path", { d: "M12 3.2l2-1.4a1 1 0 0 1 1.2 1.6L1.6 13a1 1 0 0 1-1.1-1.6l1.3-.9v-.2S2.7 8.5 3 7.5c.4-1.2 1-4.3 1-4.3C4.3 1.4 6 0 8 0a4 4 0 0 1 4 3.2zm1 4.2v.1l1.2 2.7c.4 1-.1 1.8-1.2 1.8H6.4L13 7.4zM10 14a2 2 0 1 1-4 0h4z" })));
27
+ exports.NotificationOffIcon = NotificationOffIcon;
28
+ //# sourceMappingURL=NotificationOffIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NotificationOffIcon.js","sourceRoot":"","sources":["../../src/Icon/NotificationOffIcon.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAEH,eAAe;AACf,0CAAmC;AAEnC,uCAAgD;AAEzC,MAAM,mBAAmB,GAAG,CAAC,KAAmB,EAAE,EAAE,CAAC,CAC1D,iBAAC,iBAAO,kBAAC,SAAS,EAAE,EAAE,EAAE,UAAU,EAAE,EAAE,IAAM,KAAK;IAC/C,2BAAM,CAAC,EAAC,+MAA+M,GAAG,CAClN,CACX,CAAC;AAJW,QAAA,mBAAmB,uBAI9B"}
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ /*
3
+ * Wire
4
+ * Copyright (C) 2018 Wire Swiss GmbH
5
+ *
6
+ * This program is free software: you can redistribute it and/or modify
7
+ * it under the terms of the GNU General Public License as published by
8
+ * the Free Software Foundation, either version 3 of the License, or
9
+ * (at your option) any later version.
10
+ *
11
+ * This program is distributed in the hope that it will be useful,
12
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
+ * GNU General Public License for more details.
15
+ *
16
+ * You should have received a copy of the GNU General Public License
17
+ * along with this program. If not, see http://www.gnu.org/licenses/.
18
+ *
19
+ */
20
+ Object.defineProperty(exports, "__esModule", { value: true });
21
+ exports.OptionsIcon = void 0;
22
+ /** @jsx jsx */
23
+ const react_1 = require("@emotion/react");
24
+ const SVGIcon_1 = require("./SVGIcon");
25
+ const OptionsIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 16, realHeight: 16 }, props),
26
+ (0, react_1.jsx)("path", { d: "M9.7 15H15a1 1 0 1 0 0-2H9.7a2 2 0 0 0-3.4 0H1a1 1 0 1 0 0 2h5.3a2 2 0 0 0 3.4 0zm-3-6H15a1 1 0 1 0 0-2H6.7a2 2 0 0 0-3.4 0H1a1 1 0 1 0 0 2h2.3a2 2 0 0 0 3.4 0zm6-6H15a1 1 0 1 0 0-2h-2.3a2 2 0 0 0-3.4 0H1a1 1 0 1 0 0 2h8.3a2 2 0 0 0 3.4 0z" })));
27
+ exports.OptionsIcon = OptionsIcon;
28
+ //# sourceMappingURL=OptionsIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OptionsIcon.js","sourceRoot":"","sources":["../../src/Icon/OptionsIcon.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,iPAAiP,GAAG,CACpP,CACX,CAAC;AAJW,QAAA,WAAW,eAItB"}
@@ -0,0 +1,42 @@
1
+ "use strict";
2
+ /*
3
+ * Wire
4
+ * Copyright (C) 2019 Wire Swiss GmbH
5
+ *
6
+ * This program is free software: you can redistribute it and/or modify
7
+ * it under the terms of the GNU General Public License as published by
8
+ * the Free Software Foundation, either version 3 of the License, or
9
+ * (at your option) any later version.
10
+ *
11
+ * This program is distributed in the hope that it will be useful,
12
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
+ * GNU General Public License for more details.
15
+ *
16
+ * You should have received a copy of the GNU General Public License
17
+ * along with this program. If not, see http://www.gnu.org/licenses/.
18
+ *
19
+ */
20
+ 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.PeopleIcon = void 0;
33
+ /** @jsx jsx */
34
+ const react_1 = require("@emotion/react");
35
+ const SVGIcon_1 = require("./SVGIcon");
36
+ const PeopleIcon = (_a) => {
37
+ var props = __rest(_a, []);
38
+ return ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 14, realHeight: 16 }, props),
39
+ (0, react_1.jsx)("path", { d: "M10.6 10h.4a3 3 0 0 1 3 3v1.27a14.93 14.93 0 0 1-14 0V13a3 3 0 0 1 3-3h.4a6.97 6.97 0 0 0 7.2 0zM7 8a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" })));
40
+ };
41
+ exports.PeopleIcon = PeopleIcon;
42
+ //# sourceMappingURL=PeopleIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PeopleIcon.js","sourceRoot":"","sources":["../../src/Icon/PeopleIcon.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;;;;AAEH,eAAe;AACf,0CAAmC;AAEnC,uCAAgD;AAEzC,MAAM,UAAU,GAAG,CAAC,EAAwB,EAAE,EAAE;QAAxB,KAAK,cAAT,EAAU,CAAD;IAAoB,OAAA,CACtD,iBAAC,iBAAO,kBAAC,SAAS,EAAE,EAAE,EAAE,UAAU,EAAE,EAAE,IAAM,KAAK;QAC/C,2BAAM,CAAC,EAAC,mIAAmI,GAAG,CACtI,CACX,CAAA;CAAA,CAAC;AAJW,QAAA,UAAU,cAIrB"}
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ /*
3
+ * Wire
4
+ * Copyright (C) 2018 Wire Swiss GmbH
5
+ *
6
+ * This program is free software: you can redistribute it and/or modify
7
+ * it under the terms of the GNU General Public License as published by
8
+ * the Free Software Foundation, either version 3 of the License, or
9
+ * (at your option) any later version.
10
+ *
11
+ * This program is distributed in the hope that it will be useful,
12
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
+ * GNU General Public License for more details.
15
+ *
16
+ * You should have received a copy of the GNU General Public License
17
+ * along with this program. If not, see http://www.gnu.org/licenses/.
18
+ *
19
+ */
20
+ Object.defineProperty(exports, "__esModule", { value: true });
21
+ exports.PingIcon = void 0;
22
+ /** @jsx jsx */
23
+ const react_1 = require("@emotion/react");
24
+ const SVGIcon_1 = require("./SVGIcon");
25
+ const PingIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 16, realHeight: 16 }, props),
26
+ (0, react_1.jsx)("path", { d: "M5.95 4.27a1.02 1.02 0 0 0 1.96-.52l-.8-3a1.02 1.02 0 1 0-1.96.53l.8 3zm4.1 7.46a1.02 1.02 0 0 0-1.96.52l.8 3a1.02 1.02 0 1 0 1.96-.53l-.8-3zM3.75 7.9a1.02 1.02 0 0 0 .52-1.96l-2.99-.8A1.02 1.02 0 1 0 .75 7.1l3 .8zm8.5.18a1.02 1.02 0 1 0-.52 1.96l2.99.8a1.02 1.02 0 0 0 .53-1.96l-3-.8zM5.8 11.64a1.02 1.02 0 1 0-1.44-1.44l-2.2 2.2a1.02 1.02 0 1 0 1.45 1.43l2.19-2.19zm4.4-7.28a1.02 1.02 0 1 0 1.44 1.44l2.2-2.2a1.02 1.02 0 0 0-1.45-1.43L10.2 4.36z" })));
27
+ exports.PingIcon = PingIcon;
28
+ //# sourceMappingURL=PingIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PingIcon.js","sourceRoot":"","sources":["../../src/Icon/PingIcon.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,icAAic,GAAG,CACpc,CACX,CAAC;AAJW,QAAA,QAAQ,YAInB"}
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ /*
3
+ * Wire
4
+ * Copyright (C) 2018 Wire Swiss GmbH
5
+ *
6
+ * This program is free software: you can redistribute it and/or modify
7
+ * it under the terms of the GNU General Public License as published by
8
+ * the Free Software Foundation, either version 3 of the License, or
9
+ * (at your option) any later version.
10
+ *
11
+ * This program is distributed in the hope that it will be useful,
12
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
+ * GNU General Public License for more details.
15
+ *
16
+ * You should have received a copy of the GNU General Public License
17
+ * along with this program. If not, see http://www.gnu.org/licenses/.
18
+ *
19
+ */
20
+ Object.defineProperty(exports, "__esModule", { value: true });
21
+ exports.PlaneIcon = void 0;
22
+ /** @jsx jsx */
23
+ const react_1 = require("@emotion/react");
24
+ const SVGIcon_1 = require("./SVGIcon");
25
+ const PlaneIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 12, realHeight: 12 }, props),
26
+ (0, react_1.jsx)("path", { d: "M0 10.7c0 1 .8 1.6 1.8 1L11.3 7c1-.6 1-1.4 0-2L1.8.3C.8-.3 0 .3 0 1.3V6h9L0 7.5v3.2z" })));
27
+ exports.PlaneIcon = PlaneIcon;
28
+ //# sourceMappingURL=PlaneIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PlaneIcon.js","sourceRoot":"","sources":["../../src/Icon/PlaneIcon.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,sFAAsF,GAAG,CACzF,CACX,CAAC;AAJW,QAAA,SAAS,aAIpB"}
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ /*
3
+ * Wire
4
+ * Copyright (C) 2019 Wire Swiss GmbH
5
+ *
6
+ * This program is free software: you can redistribute it and/or modify
7
+ * it under the terms of the GNU General Public License as published by
8
+ * the Free Software Foundation, either version 3 of the License, or
9
+ * (at your option) any later version.
10
+ *
11
+ * This program is distributed in the hope that it will be useful,
12
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
+ * GNU General Public License for more details.
15
+ *
16
+ * You should have received a copy of the GNU General Public License
17
+ * along with this program. If not, see http://www.gnu.org/licenses/.
18
+ *
19
+ */
20
+ Object.defineProperty(exports, "__esModule", { value: true });
21
+ exports.PlusIcon = void 0;
22
+ /** @jsx jsx */
23
+ const react_1 = require("@emotion/react");
24
+ const SVGIcon_1 = require("./SVGIcon");
25
+ const PlusIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 16, realHeight: 16 }, props),
26
+ (0, react_1.jsx)("path", { d: "M0 7v2h7v7h2V9h7V7H9V0H7v7z" })));
27
+ exports.PlusIcon = PlusIcon;
28
+ //# sourceMappingURL=PlusIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PlusIcon.js","sourceRoot":"","sources":["../../src/Icon/PlusIcon.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,6BAA6B,GAAG,CAChC,CACX,CAAC;AAJW,QAAA,QAAQ,YAInB"}
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ /*
3
+ * Wire
4
+ * Copyright (C) 2018 Wire Swiss GmbH
5
+ *
6
+ * This program is free software: you can redistribute it and/or modify
7
+ * it under the terms of the GNU General Public License as published by
8
+ * the Free Software Foundation, either version 3 of the License, or
9
+ * (at your option) any later version.
10
+ *
11
+ * This program is distributed in the hope that it will be useful,
12
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
+ * GNU General Public License for more details.
15
+ *
16
+ * You should have received a copy of the GNU General Public License
17
+ * along with this program. If not, see http://www.gnu.org/licenses/.
18
+ *
19
+ */
20
+ Object.defineProperty(exports, "__esModule", { value: true });
21
+ exports.ProfileIcon = void 0;
22
+ /** @jsx jsx */
23
+ const react_1 = require("@emotion/react");
24
+ const SVGIcon_1 = require("./SVGIcon");
25
+ const ProfileIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 31, realHeight: 31 }, props),
26
+ (0, react_1.jsx)("path", { d: "M15.43 30.86C6.9 30.86 0 23.96 0 15.43S6.9 0 15.43 0c8.52 0 15.43 6.9 15.43 15.43 0 8.52-6.9 15.43-15.43 15.43zM3.86 15.43c0 2.9 1.07 5.56 2.84 7.6l.15-.88c.28-1.58 1.8-2.86 3.4-2.86H20.6c1.6 0 3.1 1.2 3.4 2.8l.14.84c1.8-2 2.86-4.7 2.86-7.6C27 9 21.82 3.84 15.43 3.84 9.03 3.83 3.86 9 3.86 15.4zm11.57 1.93c-2.66 0-4.82-2.16-4.82-4.82 0-2.67 2.2-4.83 4.9-4.83s4.8 2.2 4.8 4.9-2.14 4.8-4.8 4.8z" })));
27
+ exports.ProfileIcon = ProfileIcon;
28
+ //# sourceMappingURL=ProfileIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProfileIcon.js","sourceRoot":"","sources":["../../src/Icon/ProfileIcon.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,2YAA2Y,GAAG,CAC9Y,CACX,CAAC;AAJW,QAAA,WAAW,eAItB"}
@@ -0,0 +1,48 @@
1
+ "use strict";
2
+ /*
3
+ * Wire
4
+ * Copyright (C) 2020 Wire Swiss GmbH
5
+ *
6
+ * This program is free software: you can redistribute it and/or modify
7
+ * it under the terms of the GNU General Public License as published by
8
+ * the Free Software Foundation, either version 3 of the License, or
9
+ * (at your option) any later version.
10
+ *
11
+ * This program is distributed in the hope that it will be useful,
12
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
+ * GNU General Public License for more details.
15
+ *
16
+ * You should have received a copy of the GNU General Public License
17
+ * along with this program. If not, see http://www.gnu.org/licenses/.
18
+ *
19
+ */
20
+ 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.RecordBoldIcon = void 0;
33
+ /** @jsx jsx */
34
+ const react_1 = require("@emotion/react");
35
+ const Identity_1 = require("../Identity");
36
+ const SVGIcon_1 = require("./SVGIcon");
37
+ const RecordBoldIcon = (_a) => {
38
+ var { color = Identity_1.COLOR.TEXT } = _a, props = __rest(_a, ["color"]);
39
+ return ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 20, realHeight: 16, color: color }, props),
40
+ (0, react_1.jsx)("path", { fill: "none", d: "M0 0H24V24H0z" }),
41
+ (0, react_1.jsx)("circle", { fill: "none", cx: "10", cy: "10", r: "9", css: { stroke: color }, strokeWidth: "2" }),
42
+ (0, react_1.jsx)("circle", { cx: "10", cy: "10", r: "4", css: {
43
+ fill: color,
44
+ stroke: color,
45
+ }, strokeWidth: "2" })));
46
+ };
47
+ exports.RecordBoldIcon = RecordBoldIcon;
48
+ //# sourceMappingURL=RecordBoldIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RecordBoldIcon.js","sourceRoot":"","sources":["../../src/Icon/RecordBoldIcon.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;;;;AAEH,eAAe;AACf,0CAAmC;AACnC,0CAAkC;AAElC,uCAAgD;AAEzC,MAAM,cAAc,GAAG,CAAC,EAA4C,EAAE,EAAE;QAAhD,EAAC,KAAK,GAAG,gBAAK,CAAC,IAAI,OAAyB,EAApB,KAAK,cAA7B,SAA8B,CAAD;IAAoB,OAAA,CAC9E,iBAAC,iBAAO,kBAAC,SAAS,EAAE,EAAE,EAAE,UAAU,EAAE,EAAE,EAAE,KAAK,EAAE,KAAK,IAAM,KAAK;QAC7D,2BAAM,IAAI,EAAC,MAAM,EAAC,CAAC,EAAC,eAAe,GAAG;QACtC,6BAAQ,IAAI,EAAC,MAAM,EAAC,EAAE,EAAC,IAAI,EAAC,EAAE,EAAC,IAAI,EAAC,CAAC,EAAC,GAAG,EAAC,GAAG,EAAE,EAAC,MAAM,EAAE,KAAK,EAAC,EAAE,WAAW,EAAC,GAAG,GAAG;QAClF,6BACE,EAAE,EAAC,IAAI,EACP,EAAE,EAAC,IAAI,EACP,CAAC,EAAC,GAAG,EACL,GAAG,EAAE;gBACH,IAAI,EAAE,KAAK;gBACX,MAAM,EAAE,KAAK;aACd,EACD,WAAW,EAAC,GAAG,GACf,CACM,CACX,CAAA;CAAA,CAAC;AAfW,QAAA,cAAc,kBAezB"}
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ /*
3
+ * Wire
4
+ * Copyright (C) 2019 Wire Swiss GmbH
5
+ *
6
+ * This program is free software: you can redistribute it and/or modify
7
+ * it under the terms of the GNU General Public License as published by
8
+ * the Free Software Foundation, either version 3 of the License, or
9
+ * (at your option) any later version.
10
+ *
11
+ * This program is distributed in the hope that it will be useful,
12
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
+ * GNU General Public License for more details.
15
+ *
16
+ * You should have received a copy of the GNU General Public License
17
+ * along with this program. If not, see http://www.gnu.org/licenses/.
18
+ *
19
+ */
20
+ Object.defineProperty(exports, "__esModule", { value: true });
21
+ exports.RecordIcon = void 0;
22
+ /** @jsx jsx */
23
+ const react_1 = require("@emotion/react");
24
+ const SVGIcon_1 = require("./SVGIcon");
25
+ const RecordIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 16, realHeight: 16 }, props),
26
+ (0, react_1.jsx)("g", { fill: "#FB0807", fillRule: "evenodd" },
27
+ (0, react_1.jsx)("circle", { fillOpacity: ".24", cx: "8", cy: "8", r: "8" }),
28
+ (0, react_1.jsx)("circle", { cx: "8", cy: "8", r: "4" }))));
29
+ exports.RecordIcon = RecordIcon;
30
+ //# sourceMappingURL=RecordIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RecordIcon.js","sourceRoot":"","sources":["../../src/Icon/RecordIcon.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,wBAAG,IAAI,EAAC,SAAS,EAAC,QAAQ,EAAC,SAAS;QAClC,6BAAQ,WAAW,EAAC,KAAK,EAAC,EAAE,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,CAAC,EAAC,GAAG,GAAG;QAChD,6BAAQ,EAAE,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,CAAC,EAAC,GAAG,GAAG,CAC5B,CACI,CACX,CAAC;AAPW,QAAA,UAAU,cAOrB"}
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ /*
3
+ * Wire
4
+ * Copyright (C) 2019 Wire Swiss GmbH
5
+ *
6
+ * This program is free software: you can redistribute it and/or modify
7
+ * it under the terms of the GNU General Public License as published by
8
+ * the Free Software Foundation, either version 3 of the License, or
9
+ * (at your option) any later version.
10
+ *
11
+ * This program is distributed in the hope that it will be useful,
12
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
+ * GNU General Public License for more details.
15
+ *
16
+ * You should have received a copy of the GNU General Public License
17
+ * along with this program. If not, see http://www.gnu.org/licenses/.
18
+ *
19
+ */
20
+ Object.defineProperty(exports, "__esModule", { value: true });
21
+ exports.RecordPendingIcon = void 0;
22
+ /** @jsx jsx */
23
+ const react_1 = require("@emotion/react");
24
+ const SVGIcon_1 = require("./SVGIcon");
25
+ const RecordPendingIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 16, realHeight: 16 }, props),
26
+ (0, react_1.jsx)("g", { fill: "#FB0807" },
27
+ (0, react_1.jsx)("circle", { fillOpacity: ".24", cx: "8", cy: "8", r: "8" }),
28
+ (0, react_1.jsx)("path", { d: "M8 11a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 1a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm-.5-4.5H10v1H7.5v-1zm0-2h1v3h-1v-3z" }))));
29
+ exports.RecordPendingIcon = RecordPendingIcon;
30
+ //# sourceMappingURL=RecordPendingIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RecordPendingIcon.js","sourceRoot":"","sources":["../../src/Icon/RecordPendingIcon.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAEH,eAAe;AACf,0CAAmC;AAEnC,uCAAgD;AAEzC,MAAM,iBAAiB,GAAG,CAAC,KAAmB,EAAE,EAAE,CAAC,CACxD,iBAAC,iBAAO,kBAAC,SAAS,EAAE,EAAE,EAAE,UAAU,EAAE,EAAE,IAAM,KAAK;IAC/C,wBAAG,IAAI,EAAC,SAAS;QACf,6BAAQ,WAAW,EAAC,KAAK,EAAC,EAAE,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,CAAC,EAAC,GAAG,GAAG;QAChD,2BAAM,CAAC,EAAC,yGAAyG,GAAG,CAClH,CACI,CACX,CAAC;AAPW,QAAA,iBAAiB,qBAO5B"}
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ /*
3
+ * Wire
4
+ * Copyright (C) 2020 Wire Swiss GmbH
5
+ *
6
+ * This program is free software: you can redistribute it and/or modify
7
+ * it under the terms of the GNU General Public License as published by
8
+ * the Free Software Foundation, either version 3 of the License, or
9
+ * (at your option) any later version.
10
+ *
11
+ * This program is distributed in the hope that it will be useful,
12
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
+ * GNU General Public License for more details.
15
+ *
16
+ * You should have received a copy of the GNU General Public License
17
+ * along with this program. If not, see http://www.gnu.org/licenses/.
18
+ *
19
+ */
20
+ Object.defineProperty(exports, "__esModule", { value: true });
21
+ exports.ReloadIcon = void 0;
22
+ /** @jsx jsx */
23
+ const react_1 = require("@emotion/react");
24
+ const SVGIcon_1 = require("./SVGIcon");
25
+ const ReloadIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 16, realHeight: 16 }, props),
26
+ (0, react_1.jsx)("path", { d: "M13.7 2.3a8.3 8.3 0 00-11.4 0A8 8 0 1015.7 10h-2a6.1 6.1 0 01-2.2 2.9 6 6 0 11.8-9.1L9 7h7V0l-2.3 2.3z" })));
27
+ exports.ReloadIcon = ReloadIcon;
28
+ //# sourceMappingURL=ReloadIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReloadIcon.js","sourceRoot":"","sources":["../../src/Icon/ReloadIcon.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,wGAAwG,GAAG,CAC3G,CACX,CAAC;AAJW,QAAA,UAAU,cAIrB"}
@@ -0,0 +1,59 @@
1
+ "use strict";
2
+ /*
3
+ * Wire
4
+ * Copyright (C) 2018 Wire Swiss GmbH
5
+ *
6
+ * This program is free software: you can redistribute it and/or modify
7
+ * it under the terms of the GNU General Public License as published by
8
+ * the Free Software Foundation, either version 3 of the License, or
9
+ * (at your option) any later version.
10
+ *
11
+ * This program is distributed in the hope that it will be useful,
12
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
+ * GNU General Public License for more details.
15
+ *
16
+ * You should have received a copy of the GNU General Public License
17
+ * along with this program. If not, see http://www.gnu.org/licenses/.
18
+ *
19
+ */
20
+ 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.SVGIcon = void 0;
33
+ /** @jsx jsx */
34
+ const react_1 = require("@emotion/react");
35
+ const svgIconStyle = (theme, { color = theme.general.color }) => ({
36
+ fill: color,
37
+ overflow: 'visible',
38
+ });
39
+ const SVGIcon = (_a) => {
40
+ var { realWidth, realHeight, scale = 1, width = null, height = null, shadow, children } = _a, props = __rest(_a, ["realWidth", "realHeight", "scale", "width", "height", "shadow", "children"]);
41
+ let newScale = scale;
42
+ if (width || height) {
43
+ const widthScale = width ? width / realWidth : Infinity;
44
+ const heightScale = height ? height / realHeight : Infinity;
45
+ newScale = Math.min(widthScale, heightScale);
46
+ }
47
+ const newWidth = Math.ceil(realWidth * newScale);
48
+ const newHeight = Math.ceil(realHeight * newScale);
49
+ const shadowId = shadow && Math.random().toString();
50
+ return ((0, react_1.jsx)("svg", Object.assign({ css: (theme) => svgIconStyle(theme, props), viewBox: `0 0 ${realWidth} ${realHeight}`, width: newWidth, height: newHeight }, props),
51
+ shadow && ((0, react_1.jsx)("defs", null,
52
+ (0, react_1.jsx)("filter", { id: shadowId, x: "-50%", y: "-50%", width: "200%", height: "200%" },
53
+ (0, react_1.jsx)("feOffset", { result: "offOut", in: "SourceAlpha", dx: "0", dy: "0" }),
54
+ (0, react_1.jsx)("feGaussianBlur", { result: "blurOut", in: "offOut", stdDeviation: "2.5" }),
55
+ (0, react_1.jsx)("feBlend", { in: "SourceGraphic", in2: "blurOut", mode: "normal" })))),
56
+ (0, react_1.jsx)("g", { filter: shadow && `url(#${shadowId})` }, children)));
57
+ };
58
+ exports.SVGIcon = SVGIcon;
59
+ //# sourceMappingURL=SVGIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SVGIcon.js","sourceRoot":"","sources":["../../src/Icon/SVGIcon.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;;;;AAEH,eAAe;AACf,0CAA8C;AAkB9C,MAAM,YAAY,GAA2D,CAC3E,KAAK,EACL,EAAC,KAAK,GAAG,KAAK,CAAC,OAAO,CAAC,KAAK,EAAC,EAC7B,EAAE,CAAC,CAAC;IACJ,IAAI,EAAE,KAAK;IACX,QAAQ,EAAE,SAAS;CACpB,CAAC,CAAC;AAEI,MAAM,OAAO,GAAG,CAAC,EASD,EAAE,EAAE;QATH,EACtB,SAAS,EACT,UAAU,EACV,KAAK,GAAG,CAAC,EACT,KAAK,GAAG,IAAI,EACZ,MAAM,GAAG,IAAI,EACb,MAAM,EACN,QAAQ,OAEa,EADlB,KAAK,cARc,6EASvB,CADS;IAER,IAAI,QAAQ,GAAG,KAAK,CAAC;IACrB,IAAI,KAAK,IAAI,MAAM,EAAE;QACnB,MAAM,UAAU,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,GAAG,SAAS,CAAC,CAAC,CAAC,QAAQ,CAAC;QACxD,MAAM,WAAW,GAAG,MAAM,CAAC,CAAC,CAAC,MAAM,GAAG,UAAU,CAAC,CAAC,CAAC,QAAQ,CAAC;QAC5D,QAAQ,GAAG,IAAI,CAAC,GAAG,CAAC,UAAU,EAAE,WAAW,CAAC,CAAC;KAC9C;IACD,MAAM,QAAQ,GAAG,IAAI,CAAC,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC,CAAC;IACjD,MAAM,SAAS,GAAG,IAAI,CAAC,IAAI,CAAC,UAAU,GAAG,QAAQ,CAAC,CAAC;IACnD,MAAM,QAAQ,GAAG,MAAM,IAAI,IAAI,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC;IACpD,OAAO,CACL,wCACE,GAAG,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,YAAY,CAAC,KAAK,EAAE,KAAK,CAAC,EACjD,OAAO,EAAE,OAAO,SAAS,IAAI,UAAU,EAAE,EACzC,KAAK,EAAE,QAAQ,EACf,MAAM,EAAE,SAAS,IACb,KAAK;QAER,MAAM,IAAI,CACT;YACE,6BAAQ,EAAE,EAAE,QAAQ,EAAE,CAAC,EAAC,MAAM,EAAC,CAAC,EAAC,MAAM,EAAC,KAAK,EAAC,MAAM,EAAC,MAAM,EAAC,MAAM;gBAChE,+BAAU,MAAM,EAAC,QAAQ,EAAC,EAAE,EAAC,aAAa,EAAC,EAAE,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,GAAG;gBAC3D,qCAAgB,MAAM,EAAC,SAAS,EAAC,EAAE,EAAC,QAAQ,EAAC,YAAY,EAAC,KAAK,GAAG;gBAClE,8BAAS,EAAE,EAAC,eAAe,EAAC,GAAG,EAAC,SAAS,EAAC,IAAI,EAAC,QAAQ,GAAG,CACnD,CACJ,CACR;QACD,wBAAG,MAAM,EAAE,MAAM,IAAI,QAAQ,QAAQ,GAAG,IAAG,QAAQ,CAAK,CACpD,CACP,CAAC;AACJ,CAAC,CAAC;AAvCW,QAAA,OAAO,WAuClB"}
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ /*
3
+ * Wire
4
+ * Copyright (C) 2018 Wire Swiss GmbH
5
+ *
6
+ * This program is free software: you can redistribute it and/or modify
7
+ * it under the terms of the GNU General Public License as published by
8
+ * the Free Software Foundation, either version 3 of the License, or
9
+ * (at your option) any later version.
10
+ *
11
+ * This program is distributed in the hope that it will be useful,
12
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
+ * GNU General Public License for more details.
15
+ *
16
+ * You should have received a copy of the GNU General Public License
17
+ * along with this program. If not, see http://www.gnu.org/licenses/.
18
+ *
19
+ */
20
+ Object.defineProperty(exports, "__esModule", { value: true });
21
+ exports.ScreenshareIcon = void 0;
22
+ /** @jsx jsx */
23
+ const react_1 = require("@emotion/react");
24
+ const SVGIcon_1 = require("./SVGIcon");
25
+ const ScreenshareIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 16, realHeight: 16 }, props),
26
+ (0, react_1.jsx)("path", { d: "M5 14h6v2H5v-2zM0 1c0-.6.4-1 1-1h14c.6 0 1 .4 1 1v11c0 .6-.4 1-1 1H1a1 1 0 0 1-1-1V1zm7 10h2V7h4L8 3 3 7h4v4z" })));
27
+ exports.ScreenshareIcon = ScreenshareIcon;
28
+ //# sourceMappingURL=ScreenshareIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ScreenshareIcon.js","sourceRoot":"","sources":["../../src/Icon/ScreenshareIcon.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAEH,eAAe;AACf,0CAAmC;AAEnC,uCAAgD;AAEzC,MAAM,eAAe,GAAG,CAAC,KAAmB,EAAE,EAAE,CAAC,CACtD,iBAAC,iBAAO,kBAAC,SAAS,EAAE,EAAE,EAAE,UAAU,EAAE,EAAE,IAAM,KAAK;IAC/C,2BAAM,CAAC,EAAC,+GAA+G,GAAG,CAClH,CACX,CAAC;AAJW,QAAA,eAAe,mBAI1B"}
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ /*
3
+ * Wire
4
+ * Copyright (C) 2019 Wire Swiss GmbH
5
+ *
6
+ * This program is free software: you can redistribute it and/or modify
7
+ * it under the terms of the GNU General Public License as published by
8
+ * the Free Software Foundation, either version 3 of the License, or
9
+ * (at your option) any later version.
10
+ *
11
+ * This program is distributed in the hope that it will be useful,
12
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
+ * GNU General Public License for more details.
15
+ *
16
+ * You should have received a copy of the GNU General Public License
17
+ * along with this program. If not, see http://www.gnu.org/licenses/.
18
+ *
19
+ */
20
+ Object.defineProperty(exports, "__esModule", { value: true });
21
+ exports.SearchIcon = void 0;
22
+ /** @jsx jsx */
23
+ const react_1 = require("@emotion/react");
24
+ const SVGIcon_1 = require("./SVGIcon");
25
+ const SearchIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 16, realHeight: 16 }, props),
26
+ (0, react_1.jsx)("path", { fillRule: "evenodd", d: "M6.987 0a6.99 6.99 0 016.987 6.993c0 1.571-.517 3.02-1.39 4.188L16 14.587 14.588 16l-3.416-3.406a6.952 6.952 0 01-4.185 1.392A6.99 6.99 0 010 6.993 6.99 6.99 0 016.987 0zM12 7A5 5 0 112 7a5 5 0 0110 0z" })));
27
+ exports.SearchIcon = SearchIcon;
28
+ //# sourceMappingURL=SearchIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SearchIcon.js","sourceRoot":"","sources":["../../src/Icon/SearchIcon.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,2BACE,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,2MAA2M,GAC7M,CACM,CACX,CAAC;AAPW,QAAA,UAAU,cAOrB"}