@wireapp/react-ui-kit 9.0.0 → 9.0.2

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 +4 -4
@@ -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.FacebookIcon = void 0;
22
+ /** @jsx jsx */
23
+ const react_1 = require("@emotion/react");
24
+ const SVGIcon_1 = require("../SVGIcon");
25
+ const FacebookIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 16, realHeight: 16 }, props),
26
+ (0, react_1.jsx)("path", { d: "M14.227 1H1.773A.773.773 0 0 0 1 1.773v12.454c0 .427.346.773.773.773h6.705V9.578H6.653V7.466h1.825V5.907c0-1.808 1.104-2.793 2.717-2.793a14.8 14.8 0 0 1 1.63.084v1.89h-1.118c-.877 0-1.047.417-1.047 1.029v1.349h2.092l-.272 2.112h-1.82V15h3.567a.773.773 0 0 0 .773-.773V1.773A.773.773 0 0 0 14.227 1" })));
27
+ exports.FacebookIcon = FacebookIcon;
28
+ //# sourceMappingURL=FacebookIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FacebookIcon.js","sourceRoot":"","sources":["../../../src/Icon/Brand/FacebookIcon.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAEH,eAAe;AACf,0CAAmC;AAEnC,wCAAiD;AAE1C,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,2SAA2S,GAAG,CAC9S,CACX,CAAC;AAJW,QAAA,YAAY,gBAIvB"}
@@ -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.GitHubIcon = void 0;
22
+ /** @jsx jsx */
23
+ const react_1 = require("@emotion/react");
24
+ const SVGIcon_1 = require("../SVGIcon");
25
+ const GitHubIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 16, realHeight: 16 }, props),
26
+ (0, react_1.jsx)("path", { d: "M8 .5a7.5 7.5 0 0 0-2.37 14.616c.375.07.511-.163.511-.361 0-.178-.006-.65-.01-1.276-2.086.453-2.526-1.005-2.526-1.005-.341-.867-.833-1.097-.833-1.097-.68-.465.052-.456.052-.456.752.053 1.148.773 1.148.773.67 1.146 1.755.815 2.183.623.068-.485.262-.815.476-1.003-1.665-.189-3.416-.832-3.416-3.706a2.9 2.9 0 0 1 .772-2.013c-.077-.19-.335-.952.073-1.985 0 0 .63-.201 2.063.77A7.183 7.183 0 0 1 8 4.126a7.194 7.194 0 0 1 1.878.252c1.432-.97 2.06-.769 2.06-.769.41 1.033.152 1.796.075 1.985a2.9 2.9 0 0 1 .771 2.013c0 2.881-1.754 3.515-3.424 3.7.269.232.509.69.509 1.39 0 1.002-.01 1.81-.01 2.057 0 .2.135.434.516.36A7.5 7.5 0 0 0 8 .5" })));
27
+ exports.GitHubIcon = GitHubIcon;
28
+ //# sourceMappingURL=GitHubIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GitHubIcon.js","sourceRoot":"","sources":["../../../src/Icon/Brand/GitHubIcon.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAEH,eAAe;AACf,0CAAmC;AAEnC,wCAAiD;AAE1C,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,wnBAAwnB,GAAG,CAC3nB,CACX,CAAC;AAJW,QAAA,UAAU,cAIrB"}
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ /*
3
+ * Wire
4
+ * Copyright (C) 2018 Wire Swiss GmbH
5
+ *
6
+ * This program is free software: you can redistribute it and/or modify
7
+ * it under the terms of the GNU General Public License as published by
8
+ * the Free Software Foundation, either version 3 of the License, or
9
+ * (at your option) any later version.
10
+ *
11
+ * This program is distributed in the hope that it will be useful,
12
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
+ * GNU General Public License for more details.
15
+ *
16
+ * You should have received a copy of the GNU General Public License
17
+ * along with this program. If not, see http://www.gnu.org/licenses/.
18
+ *
19
+ */
20
+ Object.defineProperty(exports, "__esModule", { value: true });
21
+ exports.LinkedInIcon = void 0;
22
+ /** @jsx jsx */
23
+ const react_1 = require("@emotion/react");
24
+ const SVGIcon_1 = require("../SVGIcon");
25
+ const LinkedInIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 16, realHeight: 16 }, props),
26
+ (0, react_1.jsx)("path", { d: "M.333 5.333v10.334h3.334V5.333H.333zM9 9.667c0-1.334.852-2 1.852-2s1.815.666 1.815 2.333v5.667H16v-6C16 6.667 14.333 5 12 5c-1.333 0-2.333.76-3 1.76l-.111-1.427H5.61c0 .352.056 2.334.056 2.334v8H9v-6zm-7.019-6C3.222 3.667 4 2.852 4 1.833 3.981.796 3.222 0 2.019 0 .796 0 0 .796 0 1.833c0 1.019.778 1.834 1.963 1.834h.018z" })));
27
+ exports.LinkedInIcon = LinkedInIcon;
28
+ //# sourceMappingURL=LinkedInIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LinkedInIcon.js","sourceRoot":"","sources":["../../../src/Icon/Brand/LinkedInIcon.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAEH,eAAe;AACf,0CAAmC;AAEnC,wCAAiD;AAE1C,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,mUAAmU,GAAG,CACtU,CACX,CAAC;AAJW,QAAA,YAAY,gBAIvB"}
@@ -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.LinuxIcon = void 0;
22
+ /** @jsx jsx */
23
+ const react_1 = require("@emotion/react");
24
+ const SVGIcon_1 = require("../SVGIcon");
25
+ const LinuxIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 32, realHeight: 32 }, props),
26
+ (0, react_1.jsx)("path", { d: "M28.697 25.245c.695.765.997 1.336.968 1.846-.03.51-.41.862-.88 1.142-.938.561-2.354.986-3.206 2.012l-.166-.136.164.137c-.894 1.055-2.001 1.664-3.042 1.745-1.04.081-2.015-.395-2.54-1.435l-.002-.004a1.825 1.825 0 0 1-.157-.42c-1.354.076-2.531-.332-3.474-.256-1.39.075-2.257.407-3.047.411-.305.666-.9 1.098-1.633 1.264-1.01.229-2.277-.001-3.526-.649l.1-.188-.101.188c-1.167-.613-2.648-.558-3.741-.784-.547-.113-1.03-.313-1.266-.768-.235-.453-.192-1.078.141-1.982.105-.322.026-.797-.051-1.299a4.894 4.894 0 0 1-.075-.739c0-.267.043-.531.175-.776l.002-.002c.28-.535.743-.756 1.165-.906.421-.15.804-.25 1.073-.517.288-.301.547-.75.896-1.12.047-.05.096-.098.148-.143-.165-1.078.014-2.216.389-3.332.794-2.367 2.471-4.64 3.662-6.044 1.014-1.429 1.313-2.58 1.417-4.042.085-1.998-1.426-7.967 4.272-8.422a8.15 8.15 0 0 1 .65-.026c5.099.007 4.812 5.335 4.78 8.207-.02 1.883 1.03 3.157 2.103 4.5.959 1.123 2.214 2.766 2.934 4.651.586 1.536.814 3.236.233 4.943a1.657 1.657 0 0 1 .513.306l.002.002c.418.353.549.897.665 1.401.117.505.226.979.454 1.234l.001.001zm.54 1.822c.018-.315-.196-.808-.86-1.539-.346-.386-.437-.927-.552-1.423-.116-.496-.248-.94-.528-1.174l-.002-.002c-.363-.315-.719-.339-1.143-.329-.091.002-.185.007-.282.01-.483.552-1.627 1.227-2.421 1.02-.726-.182-1.136-1.02-1.187-1.842-.02.01-.042.02-.063.032-.448.244-.701.676-.862 1.316-.161.64-.215 1.469-.263 2.418v.002c-.046.74-.388 1.652-.627 2.54-.238.888-.356 1.729-.073 2.262l.002.003v.001c.456.907 1.23 1.276 2.125 1.206.896-.07 1.914-.611 2.748-1.595.96-1.154 2.466-1.596 3.315-2.104.424-.253.654-.487.672-.802zM13 27.778c2.384 1.614 5.193.994 7.217-.438.2-.685.4-1.331.43-1.81.047-.95.098-1.797.274-2.496.176-.701.493-1.272 1.073-1.587.093-.05.186-.09.278-.122.006-.06.015-.118.026-.175.166-1.093 1.15-1.146 2.386-.608 1.191.535 1.638 1.001 1.436 1.634h.022a3.84 3.84 0 0 1 .24 0c.248-.798-.267-1.383-1.66-2.055a6.131 6.131 0 0 0-.278-.122c.186-.75.15-1.51-.024-2.232-.38-1.584-1.425-2.987-2.22-3.685-.148-.006-.133.122.163.407.734.67 2.338 3.072 1.47 5.303a2.52 2.52 0 0 0-.69-.087c-.332-1.818-1.1-3.328-1.487-4.038-.727-1.339-1.857-4.082-2.343-5.982-.283.4-.78.743-1.406.937h-.001c-.297.096-.609.341-1 .563-.36.204-.792.383-1.345.383-.05 0-.1-.001-.152-.004a1.975 1.975 0 0 1-1.177-.454c-.285-.226-.504-.476-.796-.646a6.594 6.594 0 0 1-.39-.254c-.126 2.365-1.718 5.331-2.48 7.042-.522 1.233-.833 2.55-.87 3.843-1.374-1.816-.37-4.142.166-5.15.6-1.103.692-1.406.547-1.3-.54.874-1.387 2.266-1.716 3.697-.172.746-.204 1.501.02 2.2.222.698.698 1.342 1.55 1.866 1.157.705 1.946 1.41 2.411 2.034.466.625.612 1.172.466 1.56a.783.783 0 0 1-.429.439 1.514 1.514 0 0 1-.62.115c.124.155.249.312.37.47.192.248.377.499.539.752zm.103 1.616c.06-.585-.395-1.35-.981-2.11-.587-.762-1.28-1.508-1.607-2.187l-.001-.002-1.232-2.226c-.427-.573-.87-.925-1.378-1.002a1.459 1.459 0 0 0-.226-.017c-.383.002-.637.18-.89.449-.301.318-.558.767-.9 1.125l-.002.002-.002.001c-.37.368-.839.479-1.234.62-.395.14-.714.288-.93.703l-.002.003c-.17.312-.133.76-.057 1.252.076.492.192 1.017.036 1.496l-.002.004-.001.004c-.317.856-.314 1.359-.164 1.647.149.288.474.444.971.546.996.207 2.549.139 3.854.824 1.18.612 2.361.808 3.232.61.871-.197 1.439-.74 1.516-1.737v-.005zm-.212-20.857c-.267.199-.354.457-.262.76.092.304.388.654.927.956v.001h.002c.335.196.564.459.826.668.132.104.27.198.436.268.166.07.36.118.604.133.57.032.99-.137 1.36-.348.372-.21.687-.467 1.047-.583h.002c.74-.23 1.267-.691 1.433-1.13a.737.737 0 0 0-.019-.619c-.099-.192-.301-.375-.645-.515H18.6c-.715-.304-1.026-.326-1.425-.583-.65-.414-1.187-.56-1.633-.558a1.96 1.96 0 0 0-.63.106c-.543.186-.904.573-1.13.785v.001c-.045.042-.102.08-.241.18-.14.102-.349.254-.65.478zm-.148-2.86a2.43 2.43 0 0 0-.104.892v.003c.02.324.085.599.207.874.103.232.22.408.372.548l.179-.13c.078-.057.142-.108.236-.18a.84.84 0 0 1-.269-.358 1.443 1.443 0 0 1-.109-.443l-.001-.019a1.422 1.422 0 0 1 .03-.47.849.849 0 0 1 .162-.357c.077-.092.157-.14.254-.147a.366.366 0 0 1 .274.102c.092.078.162.18.224.324a1.479 1.479 0 0 1 .11.459c.013.123.01.234-.005.343a2.274 2.274 0 0 1 .642-.288c.01-.125.012-.253.003-.389v-.003a2.404 2.404 0 0 0-.205-.874 1.561 1.561 0 0 0-.46-.623.843.843 0 0 0-.591-.203c-.212.01-.388.097-.563.27-.175.171-.295.38-.386.669zm3.363.808v.029c.002.106.01.207.023.305.229.054.56.147.819.275a1.625 1.625 0 0 1-.022-.343c.007-.208.044-.382.117-.558a.993.993 0 0 1 .281-.402.53.53 0 0 1 .37-.137.517.517 0 0 1 .358.162c.113.109.19.24.251.421.058.173.085.342.08.54l-.002.025a1.52 1.52 0 0 1-.117.556c-.048.118-.179.211-.245.29.091.032.18.061.294.104a9.538 9.538 0 0 1 .503.206c.114-.136.208-.293.29-.48a2.391 2.391 0 0 0 .204-1.05 2.37 2.37 0 0 0-.225-.993 1.79 1.79 0 0 0-.593-.742 1.294 1.294 0 0 0-.79-.267h-.014a1.29 1.29 0 0 0-.8.281 1.819 1.819 0 0 0-.579.754 2.353 2.353 0 0 0-.203 1.024zM15.78 7.64c-.008-.027.017-.06.04-.073.101-.06.239-.037.346.008.084.035.214.096.202.191-.009.073-.114.1-.182.098-.071-.002-.122-.08-.185-.114-.072-.04-.197-.026-.221-.11zm-1.142.224c-.068.002-.174-.025-.182-.098-.012-.095.118-.156.201-.191.108-.045.245-.068.346-.008.023.014.049.046.04.073-.023.084-.148.07-.22.11-.063.035-.114.112-.185.114zm-1.605 1.454c-.219-.172-.193-.414-.103-.407.15.019.173.217.268.306.128.12.289.275.483.43.39.307.908.607 1.557.607.648 0 1.405-.38 1.867-.64.261-.146.594-.41.866-.609.208-.152.2-.336.372-.316.172.02.045.203-.196.413-.24.21-.616.488-.922.647-.582.304-1.263.672-1.987.672-.724 0-1.296-.334-1.707-.66-.206-.163-.372-.325-.498-.443z", fillRule: "evenodd" })));
27
+ exports.LinuxIcon = LinuxIcon;
28
+ //# sourceMappingURL=LinuxIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LinuxIcon.js","sourceRoot":"","sources":["../../../src/Icon/Brand/LinuxIcon.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAEH,eAAe;AACf,0CAAmC;AAEnC,wCAAiD;AAE1C,MAAM,SAAS,GAAG,CAAC,KAAmB,EAAE,EAAE,CAAC,CAChD,iBAAC,iBAAO,kBAAC,SAAS,EAAE,EAAE,EAAE,UAAU,EAAE,EAAE,IAAM,KAAK;IAC/C,2BACE,CAAC,EAAC,g0KAAg0K,EACl0K,QAAQ,EAAC,SAAS,GAClB,CACM,CACX,CAAC;AAPW,QAAA,SAAS,aAOpB"}
@@ -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.MicrosoftIcon = void 0;
22
+ /** @jsx jsx */
23
+ const react_1 = require("@emotion/react");
24
+ const SVGIcon_1 = require("../SVGIcon");
25
+ const MicrosoftIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 32, realHeight: 32 }, props),
26
+ (0, react_1.jsx)("path", { d: "M14.659 2.511A1280.2 1280.2 0 0 1 31.996 0c.004 5.056 0 10.107.004 15.163-5.78.022-11.558.11-17.341.128-.004-4.262-.004-8.521 0-12.78zM0 4.551c4.346-.669 8.71-1.246 13.076-1.791.003 4.193.003 8.382.007 12.575-4.361-.004-8.722.062-13.083.05V4.552zm0 12.155c4.357-.015 8.715.054 13.072.047 0 4.204.01 8.408.004 12.611C8.722 28.721 4.36 28.158 0 27.57V16.706zm14.633.168h17.363c.008 5.04 0 10.081 0 15.126a1259.017 1259.017 0 0 0-17.337-2.446c-.008-4.225-.019-8.451-.026-12.68z", fillRule: "evenodd" })));
27
+ exports.MicrosoftIcon = MicrosoftIcon;
28
+ //# sourceMappingURL=MicrosoftIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MicrosoftIcon.js","sourceRoot":"","sources":["../../../src/Icon/Brand/MicrosoftIcon.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAEH,eAAe;AACf,0CAAmC;AAEnC,wCAAiD;AAE1C,MAAM,aAAa,GAAG,CAAC,KAAmB,EAAE,EAAE,CAAC,CACpD,iBAAC,iBAAO,kBAAC,SAAS,EAAE,EAAE,EAAE,UAAU,EAAE,EAAE,IAAM,KAAK;IAC/C,2BACE,CAAC,EAAC,4dAA4d,EAC9d,QAAQ,EAAC,SAAS,GAClB,CACM,CACX,CAAC;AAPW,QAAA,aAAa,iBAOxB"}
@@ -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.TwitterIcon = void 0;
22
+ /** @jsx jsx */
23
+ const react_1 = require("@emotion/react");
24
+ const SVGIcon_1 = require("../SVGIcon");
25
+ const TwitterIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 16, realHeight: 16 }, props),
26
+ (0, react_1.jsx)("path", { d: "M13.73 3.687a3.079 3.079 0 0 0 1.353-1.71 6.27 6.27 0 0 1-1.944.75 3.14 3.14 0 0 0-2.257-.977 3.075 3.075 0 0 0-3.073 3.089c0 .244.017.488.07.715-2.553-.14-4.81-1.309-6.337-3.176-.26.454-.417.925-.417 1.5a3.08 3.08 0 0 0 1.372 2.566 3.118 3.118 0 0 1-1.39-.384c0 1.536 1.06 2.792 2.466 3.071a3.17 3.17 0 0 1-1.389.053c.382 1.221 1.528 2.129 2.865 2.146-1.042.838-2.379 1.466-3.82 1.466-.243 0-.486-.018-.729-.052C1.854 13.616 3.486 14 5.222 14c5.66 0 8.75-4.712 8.75-8.795v-.401A6.391 6.391 0 0 0 15.5 3.198a6.06 6.06 0 0 1-1.77.489z" })));
27
+ exports.TwitterIcon = TwitterIcon;
28
+ //# sourceMappingURL=TwitterIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TwitterIcon.js","sourceRoot":"","sources":["../../../src/Icon/Brand/TwitterIcon.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAEH,eAAe;AACf,0CAAmC;AAEnC,wCAAiD;AAE1C,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,uhBAAuhB,GAAG,CAC1hB,CACX,CAAC;AAJW,QAAA,WAAW,eAItB"}
@@ -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.CallIcon = void 0;
22
+ /** @jsx jsx */
23
+ const react_1 = require("@emotion/react");
24
+ const SVGIcon_1 = require("./SVGIcon");
25
+ const CallIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 16, realHeight: 16 }, props),
26
+ (0, react_1.jsx)("path", { d: "M12.7 16c1.3 0 2.7-1.5 3.2-3.4.1-.4.2-.4-.2-.6a218.3 218.3 0 0 1-4.3-1.7l-.1.1-1 1-.6.5-.7-.4A12.9 12.9 0 0 1 4.5 7l-.4-.7.6-.6.9-1c.2-.2.2-.2 0-.6A109.3 109.3 0 0 0 3.8 0h-.3C1.4.7 0 2 0 3.4c0 2 1.8 5.6 4.5 8.2C7 14.2 10.6 16 12.7 16z" })));
27
+ exports.CallIcon = CallIcon;
28
+ //# sourceMappingURL=CallIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CallIcon.js","sourceRoot":"","sources":["../../src/Icon/CallIcon.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,6OAA6O,GAAG,CAChP,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.CamIcon = void 0;
22
+ /** @jsx jsx */
23
+ const react_1 = require("@emotion/react");
24
+ const SVGIcon_1 = require("./SVGIcon");
25
+ const CamIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 16, realHeight: 12 }, props),
26
+ (0, react_1.jsx)("path", { d: "M2.6 0h4.8c1 0 1.3 0 1.6.3.3.1.6.4.7.7.2.3.3.7.3 1.6v6.8c0 1 0 1.3-.3 1.6-.1.3-.4.6-.7.7-.3.2-.7.3-1.6.3H2.6c-1 0-1.3 0-1.6-.3-.3-.1-.6-.4-.7-.7-.2-.3-.3-.7-.3-1.6V2.6c0-1 0-1.3.3-1.6C.4.7.7.4 1 .3c.3-.2.7-.3 1.6-.3zm8.7 5.3l3-3A1 1 0 0 1 16 3v6a1 1 0 0 1-1.7.7l-3-3a1 1 0 0 1 0-1.4z" })));
27
+ exports.CamIcon = CamIcon;
28
+ //# sourceMappingURL=CamIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CamIcon.js","sourceRoot":"","sources":["../../src/Icon/CamIcon.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAEH,eAAe;AACf,0CAAmC;AAEnC,uCAAgD;AAEzC,MAAM,OAAO,GAAG,CAAC,KAAmB,EAAE,EAAE,CAAC,CAC9C,iBAAC,iBAAO,kBAAC,SAAS,EAAE,EAAE,EAAE,UAAU,EAAE,EAAE,IAAM,KAAK;IAC/C,2BAAM,CAAC,EAAC,6RAA6R,GAAG,CAChS,CACX,CAAC;AAJW,QAAA,OAAO,WAIlB"}
@@ -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.CameraIcon = void 0;
33
+ /** @jsx jsx */
34
+ const react_1 = require("@emotion/react");
35
+ const SVGIcon_1 = require("./SVGIcon");
36
+ const CameraIcon = (_a) => {
37
+ var props = __rest(_a, []);
38
+ return ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 15, realHeight: 15 }, props),
39
+ (0, react_1.jsx)("path", { d: "m4.5,2.25l0.19,-0.889c0.102,-0.475 0.58,-0.861 1.052,-0.861l3.516,0c0.479,0 0.948,0.38 1.052,0.861l0.19,0.889l2.255,0a1.75,1.75 0 0 1 1.745,1.755l0,8.74c0,0.97 -0.783,1.755 -1.745,1.755l-10.51,0a1.75,1.75 0 0 1 -1.745,-1.755l0,-8.74c0,-0.97 0.783,-1.755 1.745,-1.755l2.255,0zm3,2.25a4,4 0 1 0 0,8a4,4 0 0 0 0,-8zm0,1a3,3 0 1 1 0,6a3,3 0 0 1 0,-6z" })));
40
+ };
41
+ exports.CameraIcon = CameraIcon;
42
+ //# sourceMappingURL=CameraIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CameraIcon.js","sourceRoot":"","sources":["../../src/Icon/CameraIcon.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,4VAA4V,GAAG,CAC/V,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.CheckIcon = void 0;
22
+ /** @jsx jsx */
23
+ const react_1 = require("@emotion/react");
24
+ const SVGIcon_1 = require("./SVGIcon");
25
+ const CheckIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 16, realHeight: 12 }, props),
26
+ (0, react_1.jsx)("path", { d: "M5.66 11.86L15.98 1.4 14.58 0 5.65 9.03 1.4 4.8 0 6.2" })));
27
+ exports.CheckIcon = CheckIcon;
28
+ //# sourceMappingURL=CheckIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CheckIcon.js","sourceRoot":"","sources":["../../src/Icon/CheckIcon.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,uDAAuD,GAAG,CAC1D,CACX,CAAC;AAJW,QAAA,SAAS,aAIpB"}
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ /*
3
+ * Wire
4
+ * Copyright (C) 2021 Wire Swiss GmbH
5
+ *
6
+ * This program is free software: you can redistribute it and/or modify
7
+ * it under the terms of the GNU General Public License as published by
8
+ * the Free Software Foundation, either version 3 of the License, or
9
+ * (at your option) any later version.
10
+ *
11
+ * This program is distributed in the hope that it will be useful,
12
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
+ * GNU General Public License for more details.
15
+ *
16
+ * You should have received a copy of the GNU General Public License
17
+ * along with this program. If not, see http://www.gnu.org/licenses/.
18
+ *
19
+ */
20
+ Object.defineProperty(exports, "__esModule", { value: true });
21
+ exports.CheckRoundIcon = void 0;
22
+ /** @jsx jsx */
23
+ const react_1 = require("@emotion/react");
24
+ const SVGIcon_1 = require("./SVGIcon");
25
+ const CheckRoundIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 20, realHeight: 16 }, props),
26
+ (0, react_1.jsx)("path", { d: "M10 0c5.523 0 10 4.477 10 10s-4.477 10-10 10S0 15.523 0 10 4.477 0 10 0zm5.382 5.563-7.06 6.974-3.765-3.69-1.768 1.769 5.532 5.456 8.829-8.74-1.768-1.769z" })));
27
+ exports.CheckRoundIcon = CheckRoundIcon;
28
+ //# sourceMappingURL=CheckRoundIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CheckRoundIcon.js","sourceRoot":"","sources":["../../src/Icon/CheckRoundIcon.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,4JAA4J,GAAG,CAC/J,CACX,CAAC;AAJW,QAAA,cAAc,kBAIzB"}
@@ -0,0 +1,43 @@
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.ChevronIcon = void 0;
33
+ /** @jsx jsx */
34
+ const react_1 = require("@emotion/react");
35
+ const ArrowIcon_1 = require("./ArrowIcon");
36
+ const SVGIcon_1 = require("./SVGIcon");
37
+ const ChevronIcon = (_a) => {
38
+ var { direction = 'right' } = _a, props = __rest(_a, ["direction"]);
39
+ return ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 5, realHeight: 8 }, props),
40
+ (0, react_1.jsx)("path", { transform: `rotate(${ArrowIcon_1.rotation[direction]} 3 4)`, d: "M0 .92L.94 0 5 4 .94 8 0 7.08 3.13 4z" })));
41
+ };
42
+ exports.ChevronIcon = ChevronIcon;
43
+ //# sourceMappingURL=ChevronIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChevronIcon.js","sourceRoot":"","sources":["../../src/Icon/ChevronIcon.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;;;;AAEH,eAAe;AACf,0CAAmC;AAEnC,2CAAiD;AACjD,uCAAkC;AAE3B,MAAM,WAAW,GAAG,CAAC,EAA2C,EAAE,EAAE;QAA/C,EAAC,SAAS,GAAG,OAAO,OAAuB,EAAlB,KAAK,cAA9B,aAA+B,CAAD;IAAkB,OAAA,CAC1E,iBAAC,iBAAO,kBAAC,SAAS,EAAE,CAAC,EAAE,UAAU,EAAE,CAAC,IAAM,KAAK;QAC7C,2BAAM,SAAS,EAAE,UAAU,oBAAQ,CAAC,SAAS,CAAC,OAAO,EAAE,CAAC,EAAC,uCAAuC,GAAG,CAC3F,CACX,CAAA;CAAA,CAAC;AAJW,QAAA,WAAW,eAItB"}
@@ -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.CloseIcon = void 0;
22
+ /** @jsx jsx */
23
+ const react_1 = require("@emotion/react");
24
+ const SVGIcon_1 = require("./SVGIcon");
25
+ const CloseIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 14, realHeight: 14 }, props),
26
+ (0, react_1.jsx)("path", { d: "M1.4 13.3l5.25-5.23 5.25 5.24 1.4-1.4-5.23-5.24L13.3 1.4 11.9 0 6.65 5.24 1.4 0 0 1.4l5.24 5.26L0 11.9" })));
27
+ exports.CloseIcon = CloseIcon;
28
+ //# sourceMappingURL=CloseIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CloseIcon.js","sourceRoot":"","sources":["../../src/Icon/CloseIcon.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,wGAAwG,GAAG,CAC3G,CACX,CAAC;AAJW,QAAA,SAAS,aAIpB"}
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ /*
3
+ * Wire
4
+ * Copyright (C) 2021 Wire Swiss GmbH
5
+ *
6
+ * This program is free software: you can redistribute it and/or modify
7
+ * it under the terms of the GNU General Public License as published by
8
+ * the Free Software Foundation, either version 3 of the License, or
9
+ * (at your option) any later version.
10
+ *
11
+ * This program is distributed in the hope that it will be useful,
12
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
+ * GNU General Public License for more details.
15
+ *
16
+ * You should have received a copy of the GNU General Public License
17
+ * along with this program. If not, see http://www.gnu.org/licenses/.
18
+ *
19
+ */
20
+ Object.defineProperty(exports, "__esModule", { value: true });
21
+ exports.CopyIcon = void 0;
22
+ /** @jsx jsx */
23
+ const react_1 = require("@emotion/react");
24
+ const SVGIcon_1 = require("./SVGIcon");
25
+ const CopyIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 12, realHeight: 10 }, props),
26
+ (0, react_1.jsx)("path", { d: "M4.5 7.5h6v-6h-6v6zM1.5 3v7.5H9v.748a.754.754 0 01-.746.752H.746A.753.753 0 010 11.248V3.752C0 3.336.342 3 .746 3H1.5zm9.754-3c.412 0 .746.342.746.752V8.25a.754.754 0 01-.746.751H3.746A.754.754 0 013 8.248V.752C3 .337 3.342 0 3.746 0z" })));
27
+ exports.CopyIcon = CopyIcon;
28
+ //# sourceMappingURL=CopyIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CopyIcon.js","sourceRoot":"","sources":["../../src/Icon/CopyIcon.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,4OAA4O,GAAG,CAC/O,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.DeviceIcon = void 0;
22
+ /** @jsx jsx */
23
+ const react_1 = require("@emotion/react");
24
+ const SVGIcon_1 = require("./SVGIcon");
25
+ const DeviceIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 16, realHeight: 16 }, props),
26
+ (0, react_1.jsx)("path", { d: "M11 4h2.4c1 0 1.2.1 1.6.3.3.1.6.4.7.7.2.3.3.7.3 1.6v6.8c0 1-.1 1.2-.3 1.6-.1.3-.4.6-.7.7-.3.2-.7.3-1.6.3H2.6c-1 0-1.2-.1-1.6-.3a1.8 1.8 0 0 1-.7-.7c-.2-.3-.3-.7-.3-1.6V2.6C0 1.6.1 1.4.3 1 .4.7.7.4 1 .3c.4-.2.7-.3 1.6-.3h5.8c1 0 1.2.1 1.6.3.3.1.6.4.7.7.2.4.3.7.3 1.6V4zM9 4V3a1 1 0 0 0-1-1h-.5a.5.5 0 0 0-.5.5.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5.5.5 0 0 0-.5-.5H3a1 1 0 0 0-1 1v9.7l.1.8.4.4.8.1H7a8.2 8.2 0 0 1 0-.6V6.6c0-1 .1-1.3.3-1.6.1-.3.4-.6.7-.7.3-.2.5-.3 1-.3zm1.3 2l-.8.1a.9.9 0 0 0-.4.4l-.1.8v5.4l.1.8.4.4.8.1h2.4l.8-.1a.9.9 0 0 0 .4-.4l.1-.8V7.3l-.1-.8a.9.9 0 0 0-.4-.4l-.8-.1h-2.4z" })));
27
+ exports.DeviceIcon = DeviceIcon;
28
+ //# sourceMappingURL=DeviceIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DeviceIcon.js","sourceRoot":"","sources":["../../src/Icon/DeviceIcon.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,glBAAglB,GAAG,CACnlB,CACX,CAAC;AAJW,QAAA,UAAU,cAIrB"}
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ /*
3
+ * Wire
4
+ * Copyright (C) 2018 Wire Swiss GmbH
5
+ *
6
+ * This program is free software: you can redistribute it and/or modify
7
+ * it under the terms of the GNU General Public License as published by
8
+ * the Free Software Foundation, either version 3 of the License, or
9
+ * (at your option) any later version.
10
+ *
11
+ * This program is distributed in the hope that it will be useful,
12
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
+ * GNU General Public License for more details.
15
+ *
16
+ * You should have received a copy of the GNU General Public License
17
+ * along with this program. If not, see http://www.gnu.org/licenses/.
18
+ *
19
+ */
20
+ Object.defineProperty(exports, "__esModule", { value: true });
21
+ exports.DownloadIcon = void 0;
22
+ /** @jsx jsx */
23
+ const react_1 = require("@emotion/react");
24
+ const SVGIcon_1 = require("./SVGIcon");
25
+ const DownloadIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 16, realHeight: 16 }, props),
26
+ (0, react_1.jsx)("path", { d: "M0 14h16v2H0v-2zM7 0h2v7h4l-5 4-5-4h4V0z" })));
27
+ exports.DownloadIcon = DownloadIcon;
28
+ //# sourceMappingURL=DownloadIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DownloadIcon.js","sourceRoot":"","sources":["../../src/Icon/DownloadIcon.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,0CAA0C,GAAG,CAC7C,CACX,CAAC;AAJW,QAAA,YAAY,gBAIvB"}
@@ -0,0 +1,42 @@
1
+ "use strict";
2
+ /*
3
+ * Wire
4
+ * Copyright (C) 2021 Wire Swiss GmbH
5
+ *
6
+ * This program is free software: you can redistribute it and/or modify
7
+ * it under the terms of the GNU General Public License as published by
8
+ * the Free Software Foundation, either version 3 of the License, or
9
+ * (at your option) any later version.
10
+ *
11
+ * This program is distributed in the hope that it will be useful,
12
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
+ * GNU General Public License for more details.
15
+ *
16
+ * You should have received a copy of the GNU General Public License
17
+ * along with this program. If not, see http://www.gnu.org/licenses/.
18
+ *
19
+ */
20
+ var __rest = (this && this.__rest) || function (s, e) {
21
+ var t = {};
22
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
23
+ t[p] = s[p];
24
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
25
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
26
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
27
+ t[p[i]] = s[p[i]];
28
+ }
29
+ return t;
30
+ };
31
+ Object.defineProperty(exports, "__esModule", { value: true });
32
+ exports.EditDocumentIcon = void 0;
33
+ /** @jsx jsx */
34
+ const react_1 = require("@emotion/react");
35
+ const SVGIcon_1 = require("./SVGIcon");
36
+ const EditDocumentIcon = (_a) => {
37
+ var props = __rest(_a, []);
38
+ return ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 12, realHeight: 12 }, props),
39
+ (0, react_1.jsx)("path", { fillRule: "evenodd", d: "M8.25 10.501v-2.25l1.5-1.5V12H0V0h9L7.5 1.5h-6v9.001h6.75zm3.208-7.934l-1.274-1.274.28-.28a.896.896 0 011.271.003.9.9 0 01.003 1.272l-.28.28zM6.093 7.932L4.5 8.251l.319-1.593 5.1-5.1 1.274 1.275-5.1 5.1z" })));
40
+ };
41
+ exports.EditDocumentIcon = EditDocumentIcon;
42
+ //# sourceMappingURL=EditDocumentIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EditDocumentIcon.js","sourceRoot":"","sources":["../../src/Icon/EditDocumentIcon.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;;;;AAEH,eAAe;AACf,0CAAmC;AAEnC,uCAAgD;AAEzC,MAAM,gBAAgB,GAAG,CAAC,EAAwB,EAAE,EAAE;QAAxB,KAAK,cAAT,EAAU,CAAD;IAAoB,OAAA,CAC5D,iBAAC,iBAAO,kBAAC,SAAS,EAAE,EAAE,EAAE,UAAU,EAAE,EAAE,IAAM,KAAK;QAC/C,2BACE,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,6MAA6M,GAC/M,CACM,CACX,CAAA;CAAA,CAAC;AAPW,QAAA,gBAAgB,oBAO3B"}