@wireapp/react-ui-kit 8.14.1 → 8.14.4
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.
- package/package.json +5 -4
- package/src/Form/Button.js +210 -125
- package/src/Form/Button.js.map +1 -1
- package/src/Form/ButtonLink.js +60 -47
- package/src/Form/ButtonLink.js.map +1 -1
- package/src/Form/Checkbox.js +139 -84
- package/src/Form/Checkbox.js.map +1 -1
- package/src/Form/CodeInput.js +201 -98
- package/src/Form/CodeInput.js.map +1 -1
- package/src/Form/DropFileInput.js +214 -116
- package/src/Form/DropFileInput.js.map +1 -1
- package/src/Form/ErrorMessage.js +78 -45
- package/src/Form/ErrorMessage.js.map +1 -1
- package/src/Form/Form.d.ts +1 -0
- package/src/Form/Form.js +31 -28
- package/src/Form/Form.js.map +1 -1
- package/src/Form/Input.js +178 -101
- package/src/Form/Input.js.map +1 -1
- package/src/Form/InputBlock.d.ts +1 -1
- package/src/Form/InputBlock.js +45 -19
- package/src/Form/InputBlock.js.map +1 -1
- package/src/Form/InputLabel.js +46 -44
- package/src/Form/InputLabel.js.map +1 -1
- package/src/Form/InputSubmitCombo.js +53 -49
- package/src/Form/InputSubmitCombo.js.map +1 -1
- package/src/Form/RangeInput.js +71 -47
- package/src/Form/RangeInput.js.map +1 -1
- package/src/Form/RangeInput.styles.js +55 -39
- package/src/Form/RangeInput.styles.js.map +1 -1
- package/src/Form/RoundIconButton.js +62 -42
- package/src/Form/RoundIconButton.js.map +1 -1
- package/src/Form/Select.js +95 -55
- package/src/Form/Select.js.map +1 -1
- package/src/Form/SelectComponents.js +173 -101
- package/src/Form/SelectComponents.js.map +1 -1
- package/src/Form/SelectStyles.d.ts +899 -1
- package/src/Form/SelectStyles.js +156 -96
- package/src/Form/SelectStyles.js.map +1 -1
- package/src/Form/ShakeBox.d.ts +1 -1
- package/src/Form/ShakeBox.js +81 -33
- package/src/Form/ShakeBox.js.map +1 -1
- package/src/Form/Switch.js +124 -89
- package/src/Form/Switch.js.map +1 -1
- package/src/Form/TextArea.js +80 -59
- package/src/Form/TextArea.js.map +1 -1
- package/src/Form/Tooltip.js +75 -66
- package/src/Form/Tooltip.js.map +1 -1
- package/src/Form/index.js +238 -52
- package/src/Form/index.js.map +1 -1
- package/src/GlobalCssVariables.js +96 -79
- package/src/GlobalCssVariables.js.map +1 -1
- package/src/GlobalStyle.d.js +2 -0
- package/src/GlobalStyle.d.js.map +1 -1
- package/src/GlobalStyle.d.ts +2 -1
- package/src/GlobalStyle.js +55 -40
- package/src/GlobalStyle.js.map +1 -1
- package/src/Icon/AddPeopleIcon.js +24 -19
- package/src/Icon/AddPeopleIcon.js.map +1 -1
- package/src/Icon/ArchiveIcon.js +24 -6
- package/src/Icon/ArchiveIcon.js.map +1 -1
- package/src/Icon/ArrowDown.js +23 -19
- package/src/Icon/ArrowDown.js.map +1 -1
- package/src/Icon/ArrowIcon.js +35 -42
- package/src/Icon/ArrowIcon.js.map +1 -1
- package/src/Icon/AttachmentIcon.js +24 -6
- package/src/Icon/AttachmentIcon.js.map +1 -1
- package/src/Icon/AudioVideoIcon.js +24 -6
- package/src/Icon/AudioVideoIcon.js.map +1 -1
- package/src/Icon/BlockIcon.js +24 -6
- package/src/Icon/BlockIcon.js.map +1 -1
- package/src/Icon/Brand/AndroidIcon.js +25 -6
- package/src/Icon/Brand/AndroidIcon.js.map +1 -1
- package/src/Icon/Brand/AppleIcon.js +25 -6
- package/src/Icon/Brand/AppleIcon.js.map +1 -1
- package/src/Icon/Brand/ChromeIcon.js +25 -6
- package/src/Icon/Brand/ChromeIcon.js.map +1 -1
- package/src/Icon/Brand/FacebookIcon.js +24 -6
- package/src/Icon/Brand/FacebookIcon.js.map +1 -1
- package/src/Icon/Brand/GitHubIcon.js +24 -6
- package/src/Icon/Brand/GitHubIcon.js.map +1 -1
- package/src/Icon/Brand/LinkedInIcon.js +24 -6
- package/src/Icon/Brand/LinkedInIcon.js.map +1 -1
- package/src/Icon/Brand/LinuxIcon.js +25 -6
- package/src/Icon/Brand/LinuxIcon.js.map +1 -1
- package/src/Icon/Brand/MicrosoftIcon.js +25 -6
- package/src/Icon/Brand/MicrosoftIcon.js.map +1 -1
- package/src/Icon/Brand/TwitterIcon.js +24 -6
- package/src/Icon/Brand/TwitterIcon.js.map +1 -1
- package/src/Icon/CallIcon.js +24 -6
- package/src/Icon/CallIcon.js.map +1 -1
- package/src/Icon/CamIcon.js +24 -6
- package/src/Icon/CamIcon.js.map +1 -1
- package/src/Icon/CameraIcon.js +24 -19
- package/src/Icon/CameraIcon.js.map +1 -1
- package/src/Icon/CheckIcon.js +24 -6
- package/src/Icon/CheckIcon.js.map +1 -1
- package/src/Icon/CheckRoundIcon.js +24 -6
- package/src/Icon/CheckRoundIcon.js.map +1 -1
- package/src/Icon/ChevronIcon.js +31 -38
- package/src/Icon/ChevronIcon.js.map +1 -1
- package/src/Icon/CloseIcon.js +24 -6
- package/src/Icon/CloseIcon.js.map +1 -1
- package/src/Icon/CopyIcon.js +24 -6
- package/src/Icon/CopyIcon.js.map +1 -1
- package/src/Icon/DeviceIcon.js +24 -6
- package/src/Icon/DeviceIcon.js.map +1 -1
- package/src/Icon/DownloadIcon.js +24 -6
- package/src/Icon/DownloadIcon.js.map +1 -1
- package/src/Icon/EditDocumentIcon.js +25 -19
- package/src/Icon/EditDocumentIcon.js.map +1 -1
- package/src/Icon/EditIcon.js +24 -6
- package/src/Icon/EditIcon.js.map +1 -1
- package/src/Icon/EnterIcon.js +24 -6
- package/src/Icon/EnterIcon.js.map +1 -1
- package/src/Icon/ErrorIcon.js +39 -9
- package/src/Icon/ErrorIcon.js.map +1 -1
- package/src/Icon/FileIcon.js +24 -6
- package/src/Icon/FileIcon.js.map +1 -1
- package/src/Icon/GifIcon.js +24 -6
- package/src/Icon/GifIcon.js.map +1 -1
- package/src/Icon/GridIcon.js +24 -19
- package/src/Icon/GridIcon.js.map +1 -1
- package/src/Icon/GroupIcon.js +24 -6
- package/src/Icon/GroupIcon.js.map +1 -1
- package/src/Icon/HangupIcon.js +24 -6
- package/src/Icon/HangupIcon.js.map +1 -1
- package/src/Icon/HideIcon.js +24 -6
- package/src/Icon/HideIcon.js.map +1 -1
- package/src/Icon/ImageIcon.js +24 -6
- package/src/Icon/ImageIcon.js.map +1 -1
- package/src/Icon/InfoIcon.js +24 -6
- package/src/Icon/InfoIcon.js.map +1 -1
- package/src/Icon/InviteIcon.js +24 -6
- package/src/Icon/InviteIcon.js.map +1 -1
- package/src/Icon/LeaveIcon.js +24 -6
- package/src/Icon/LeaveIcon.js.map +1 -1
- package/src/Icon/LinkIcon.js +24 -19
- package/src/Icon/LinkIcon.js.map +1 -1
- package/src/Icon/ListIcon.js +24 -6
- package/src/Icon/ListIcon.js.map +1 -1
- package/src/Icon/LockIcon.js +25 -6
- package/src/Icon/LockIcon.js.map +1 -1
- package/src/Icon/MessageIcon.js +24 -6
- package/src/Icon/MessageIcon.js.map +1 -1
- package/src/Icon/MinusIcon.js +24 -6
- package/src/Icon/MinusIcon.js.map +1 -1
- package/src/Icon/MoreIcon.js +24 -6
- package/src/Icon/MoreIcon.js.map +1 -1
- package/src/Icon/MuteIcon.js +24 -6
- package/src/Icon/MuteIcon.js.map +1 -1
- package/src/Icon/NotificationIcon.js +24 -6
- package/src/Icon/NotificationIcon.js.map +1 -1
- package/src/Icon/NotificationOffIcon.js +24 -6
- package/src/Icon/NotificationOffIcon.js.map +1 -1
- package/src/Icon/OptionsIcon.js +24 -6
- package/src/Icon/OptionsIcon.js.map +1 -1
- package/src/Icon/PeopleIcon.js +24 -19
- package/src/Icon/PeopleIcon.js.map +1 -1
- package/src/Icon/PingIcon.js +24 -6
- package/src/Icon/PingIcon.js.map +1 -1
- package/src/Icon/PlaneIcon.js +24 -6
- package/src/Icon/PlaneIcon.js.map +1 -1
- package/src/Icon/PlusIcon.js +24 -6
- package/src/Icon/PlusIcon.js.map +1 -1
- package/src/Icon/ProfileIcon.js +24 -6
- package/src/Icon/ProfileIcon.js.map +1 -1
- package/src/Icon/RecordBoldIcon.js +50 -43
- package/src/Icon/RecordBoldIcon.js.map +1 -1
- package/src/Icon/RecordIcon.js +34 -8
- package/src/Icon/RecordIcon.js.map +1 -1
- package/src/Icon/RecordPendingIcon.js +31 -8
- package/src/Icon/RecordPendingIcon.js.map +1 -1
- package/src/Icon/ReloadIcon.js +24 -6
- package/src/Icon/ReloadIcon.js.map +1 -1
- package/src/Icon/SVGIcon.js +78 -53
- package/src/Icon/SVGIcon.js.map +1 -1
- package/src/Icon/ScreenshareIcon.js +24 -6
- package/src/Icon/ScreenshareIcon.js.map +1 -1
- package/src/Icon/SearchIcon.js +25 -6
- package/src/Icon/SearchIcon.js.map +1 -1
- package/src/Icon/ServicesIcon.js +24 -6
- package/src/Icon/ServicesIcon.js.map +1 -1
- package/src/Icon/SettingsIcon.js +24 -6
- package/src/Icon/SettingsIcon.js.map +1 -1
- package/src/Icon/ShowIcon.js +24 -6
- package/src/Icon/ShowIcon.js.map +1 -1
- package/src/Icon/SignIcon.js +24 -6
- package/src/Icon/SignIcon.js.map +1 -1
- package/src/Icon/SpeakerIcon.js +24 -6
- package/src/Icon/SpeakerIcon.js.map +1 -1
- package/src/Icon/SupportIcon.js +24 -6
- package/src/Icon/SupportIcon.js.map +1 -1
- package/src/Icon/TeamIcon.js +24 -6
- package/src/Icon/TeamIcon.js.map +1 -1
- package/src/Icon/TimedIcon.js +24 -6
- package/src/Icon/TimedIcon.js.map +1 -1
- package/src/Icon/TrashCrossIcon.js +24 -6
- package/src/Icon/TrashCrossIcon.js.map +1 -1
- package/src/Icon/TrashIcon.js +24 -6
- package/src/Icon/TrashIcon.js.map +1 -1
- package/src/Icon/TriangleIcon.js +35 -42
- package/src/Icon/TriangleIcon.js.map +1 -1
- package/src/Icon/UploadIcon.js +24 -6
- package/src/Icon/UploadIcon.js.map +1 -1
- package/src/Icon/WireIcon.js +24 -6
- package/src/Icon/WireIcon.js.map +1 -1
- package/src/Icon/index.js +953 -107
- package/src/Icon/index.js.map +1 -1
- package/src/Identity/Animation.js +211 -88
- package/src/Identity/Animation.js.map +1 -1
- package/src/Identity/Avatar.js +114 -66
- package/src/Identity/Avatar.js.map +1 -1
- package/src/Identity/AvatarGrid.js +108 -66
- package/src/Identity/AvatarGrid.js.map +1 -1
- package/src/Identity/Logo.js +54 -45
- package/src/Identity/Logo.js.map +1 -1
- package/src/Identity/colors-v2.js +186 -163
- package/src/Identity/colors-v2.js.map +1 -1
- package/src/Identity/colors.js +80 -64
- package/src/Identity/colors.js.map +1 -1
- package/src/Identity/index.js +81 -38
- package/src/Identity/index.js.map +1 -1
- package/src/Identity/motions.js +35 -71
- package/src/Identity/motions.js.map +1 -1
- package/src/Layout/Box.d.ts +1 -1
- package/src/Layout/Box.js +31 -9
- package/src/Layout/Box.js.map +1 -1
- package/src/Layout/Column.d.ts +1 -1
- package/src/Layout/Column.js +57 -17
- package/src/Layout/Column.js.map +1 -1
- package/src/Layout/Container.d.ts +5 -5
- package/src/Layout/Container.js +102 -29
- package/src/Layout/Container.js.map +1 -1
- package/src/Layout/Content.d.ts +1 -1
- package/src/Layout/Content.js +31 -8
- package/src/Layout/Content.js.map +1 -1
- package/src/Layout/FlexBox.js +45 -10
- package/src/Layout/FlexBox.js.map +1 -1
- package/src/Layout/Footer.d.ts +4 -1
- package/src/Layout/Footer.js +17 -4
- package/src/Layout/Footer.js.map +1 -1
- package/src/Layout/Header.d.ts +1 -1
- package/src/Layout/Header.js +28 -7
- package/src/Layout/Header.js.map +1 -1
- package/src/Layout/MatchMedia.js +112 -27
- package/src/Layout/MatchMedia.js.map +1 -1
- package/src/Layout/Spacer.js +26 -6
- package/src/Layout/Spacer.js.map +1 -1
- package/src/Layout/StyledApp.js +53 -45
- package/src/Layout/StyledApp.js.map +1 -1
- package/src/Layout/Theme.js +225 -217
- package/src/Layout/Theme.js.map +1 -1
- package/src/Layout/headerMenu/HeaderMenu.js +117 -54
- package/src/Layout/headerMenu/HeaderMenu.js.map +1 -1
- package/src/Layout/headerMenu/HeaderSubMenu.d.ts +1 -1
- package/src/Layout/headerMenu/HeaderSubMenu.js +131 -74
- package/src/Layout/headerMenu/HeaderSubMenu.js.map +1 -1
- package/src/Layout/headerMenu/MenuContent.js +47 -26
- package/src/Layout/headerMenu/MenuContent.js.map +1 -1
- package/src/Layout/headerMenu/MenuItems.js +52 -22
- package/src/Layout/headerMenu/MenuItems.js.map +1 -1
- package/src/Layout/headerMenu/MenuLink.js +89 -65
- package/src/Layout/headerMenu/MenuLink.js.map +1 -1
- package/src/Layout/headerMenu/MenuOpenButton.js +54 -26
- package/src/Layout/headerMenu/MenuOpenButton.js.map +1 -1
- package/src/Layout/headerMenu/MenuScrollableItems.js +36 -13
- package/src/Layout/headerMenu/MenuScrollableItems.js.map +1 -1
- package/src/Layout/headerMenu/MenuSubLink.js +64 -45
- package/src/Layout/headerMenu/MenuSubLink.js.map +1 -1
- package/src/Layout/headerMenu/index.js +108 -41
- package/src/Layout/headerMenu/index.js.map +1 -1
- package/src/Layout/index.js +173 -46
- package/src/Layout/index.js.map +1 -1
- package/src/Layout/sizes.js +21 -14
- package/src/Layout/sizes.js.map +1 -1
- package/src/Menu/MenuModal.js +123 -78
- package/src/Menu/MenuModal.js.map +1 -1
- package/src/Menu/TabBar.d.ts +1 -1
- package/src/Menu/TabBar.js +96 -50
- package/src/Menu/TabBar.js.map +1 -1
- package/src/Menu/index.js +29 -34
- package/src/Menu/index.js.map +1 -1
- package/src/Misc/ButtonGroup.js +97 -67
- package/src/Misc/ButtonGroup.js.map +1 -1
- package/src/Misc/IconButton.js +102 -72
- package/src/Misc/IconButton.js.map +1 -1
- package/src/Misc/IsInViewport.js +63 -57
- package/src/Misc/IsInViewport.js.map +1 -1
- package/src/Misc/Loading.d.ts +1 -1
- package/src/Misc/Loading.js +66 -58
- package/src/Misc/Loading.js.map +1 -1
- package/src/Misc/Pagination.js +149 -64
- package/src/Misc/Pagination.js.map +1 -1
- package/src/Misc/Pill.js +80 -66
- package/src/Misc/Pill.js.map +1 -1
- package/src/Misc/childrenWithDefaultProps.d.ts +1 -1
- package/src/Misc/childrenWithDefaultProps.js +28 -28
- package/src/Misc/childrenWithDefaultProps.js.map +1 -1
- package/src/Misc/index.js +121 -42
- package/src/Misc/index.js.map +1 -1
- package/src/Misc/useLongTouch.js +38 -23
- package/src/Misc/useLongTouch.js.map +1 -1
- package/src/Misc/useTimeout.js +44 -24
- package/src/Misc/useTimeout.js.map +1 -1
- package/src/Modal/Modal.js +177 -95
- package/src/Modal/Modal.js.map +1 -1
- package/src/Modal/Overlay.d.ts +2 -2
- package/src/Modal/Overlay.js +92 -68
- package/src/Modal/Overlay.js.map +1 -1
- package/src/Modal/index.js +28 -36
- package/src/Modal/index.js.map +1 -1
- package/src/Text/Heading.js +188 -71
- package/src/Text/Heading.js.map +1 -1
- package/src/Text/Label.js +74 -45
- package/src/Text/Label.js.map +1 -1
- package/src/Text/Line.js +36 -11
- package/src/Text/Line.js.map +1 -1
- package/src/Text/Link.js +88 -60
- package/src/Text/Link.js.map +1 -1
- package/src/Text/Paragraph.js +75 -44
- package/src/Text/Paragraph.js.map +1 -1
- package/src/Text/Text.d.ts +6 -6
- package/src/Text/Text.js +107 -29
- package/src/Text/Text.js.map +1 -1
- package/src/Text/TextLink.js +52 -38
- package/src/Text/TextLink.js.map +1 -1
- package/src/Text/Title.js +55 -38
- package/src/Text/Title.js.map +1 -1
- package/src/Text/index.js +108 -41
- package/src/Text/index.js.map +1 -1
- package/src/index.js +121 -42
- package/src/index.js.map +1 -1
- package/src/mediaQueries.js +41 -40
- package/src/mediaQueries.js.map +1 -1
- package/src/util.js +39 -8
- package/src/util.js.map +1 -1
|
@@ -1,4 +1,18 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.LinuxIcon = void 0;
|
|
9
|
+
|
|
10
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
11
|
+
|
|
12
|
+
var _react = require("@emotion/react");
|
|
13
|
+
|
|
14
|
+
var _SVGIcon = require("../SVGIcon");
|
|
15
|
+
|
|
2
16
|
/*
|
|
3
17
|
* Wire
|
|
4
18
|
* Copyright (C) 2018 Wire Swiss GmbH
|
|
@@ -17,12 +31,17 @@
|
|
|
17
31
|
* along with this program. If not, see http://www.gnu.org/licenses/.
|
|
18
32
|
*
|
|
19
33
|
*/
|
|
20
|
-
|
|
21
|
-
exports.LinuxIcon = void 0;
|
|
34
|
+
|
|
22
35
|
/** @jsx jsx */
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
36
|
+
var LinuxIcon = function LinuxIcon(props) {
|
|
37
|
+
return (0, _react.jsx)(_SVGIcon.SVGIcon, (0, _extends2["default"])({
|
|
38
|
+
realWidth: 32,
|
|
39
|
+
realHeight: 32
|
|
40
|
+
}, props), (0, _react.jsx)("path", {
|
|
41
|
+
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",
|
|
42
|
+
fillRule: "evenodd"
|
|
43
|
+
}));
|
|
44
|
+
};
|
|
45
|
+
|
|
27
46
|
exports.LinuxIcon = LinuxIcon;
|
|
28
47
|
//# sourceMappingURL=LinuxIcon.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"sources":["LinuxIcon.tsx"],"names":["LinuxIcon","props"],"mappings":";;;;;;;;;;;AAoBA;;AAEA;;AAtBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AAKO,IAAMA,SAAS,GAAG,SAAZA,SAAY,CAACC,KAAD;AAAA,SACvB,gBAAC,gBAAD;AAAS,IAAA,SAAS,EAAE,EAApB;AAAwB,IAAA,UAAU,EAAE;AAApC,KAA4CA,KAA5C,GACE;AACE,IAAA,CAAC,EAAC,g0KADJ;AAEE,IAAA,QAAQ,EAAC;AAFX,IADF,CADuB;AAAA,CAAlB","sourcesContent":["/*\n * Wire\n * Copyright (C) 2018 Wire Swiss GmbH\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see http://www.gnu.org/licenses/.\n *\n */\n\n/** @jsx jsx */\nimport {jsx} from '@emotion/react';\n\nimport {SVGIcon, SVGIconProps} from '../SVGIcon';\n\nexport const LinuxIcon = (props: SVGIconProps) => (\n <SVGIcon realWidth={32} realHeight={32} {...props}>\n <path\n 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\"\n fillRule=\"evenodd\"\n />\n </SVGIcon>\n);\n"],"file":"LinuxIcon.js"}
|
|
@@ -1,4 +1,18 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.MicrosoftIcon = void 0;
|
|
9
|
+
|
|
10
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
11
|
+
|
|
12
|
+
var _react = require("@emotion/react");
|
|
13
|
+
|
|
14
|
+
var _SVGIcon = require("../SVGIcon");
|
|
15
|
+
|
|
2
16
|
/*
|
|
3
17
|
* Wire
|
|
4
18
|
* Copyright (C) 2018 Wire Swiss GmbH
|
|
@@ -17,12 +31,17 @@
|
|
|
17
31
|
* along with this program. If not, see http://www.gnu.org/licenses/.
|
|
18
32
|
*
|
|
19
33
|
*/
|
|
20
|
-
|
|
21
|
-
exports.MicrosoftIcon = void 0;
|
|
34
|
+
|
|
22
35
|
/** @jsx jsx */
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
36
|
+
var MicrosoftIcon = function MicrosoftIcon(props) {
|
|
37
|
+
return (0, _react.jsx)(_SVGIcon.SVGIcon, (0, _extends2["default"])({
|
|
38
|
+
realWidth: 32,
|
|
39
|
+
realHeight: 32
|
|
40
|
+
}, props), (0, _react.jsx)("path", {
|
|
41
|
+
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",
|
|
42
|
+
fillRule: "evenodd"
|
|
43
|
+
}));
|
|
44
|
+
};
|
|
45
|
+
|
|
27
46
|
exports.MicrosoftIcon = MicrosoftIcon;
|
|
28
47
|
//# sourceMappingURL=MicrosoftIcon.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"sources":["MicrosoftIcon.tsx"],"names":["MicrosoftIcon","props"],"mappings":";;;;;;;;;;;AAoBA;;AAEA;;AAtBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AAKO,IAAMA,aAAa,GAAG,SAAhBA,aAAgB,CAACC,KAAD;AAAA,SAC3B,gBAAC,gBAAD;AAAS,IAAA,SAAS,EAAE,EAApB;AAAwB,IAAA,UAAU,EAAE;AAApC,KAA4CA,KAA5C,GACE;AACE,IAAA,CAAC,EAAC,4dADJ;AAEE,IAAA,QAAQ,EAAC;AAFX,IADF,CAD2B;AAAA,CAAtB","sourcesContent":["/*\n * Wire\n * Copyright (C) 2018 Wire Swiss GmbH\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see http://www.gnu.org/licenses/.\n *\n */\n\n/** @jsx jsx */\nimport {jsx} from '@emotion/react';\n\nimport {SVGIcon, SVGIconProps} from '../SVGIcon';\n\nexport const MicrosoftIcon = (props: SVGIconProps) => (\n <SVGIcon realWidth={32} realHeight={32} {...props}>\n <path\n 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\"\n fillRule=\"evenodd\"\n />\n </SVGIcon>\n);\n"],"file":"MicrosoftIcon.js"}
|
|
@@ -1,4 +1,18 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.TwitterIcon = void 0;
|
|
9
|
+
|
|
10
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
11
|
+
|
|
12
|
+
var _react = require("@emotion/react");
|
|
13
|
+
|
|
14
|
+
var _SVGIcon = require("../SVGIcon");
|
|
15
|
+
|
|
2
16
|
/*
|
|
3
17
|
* Wire
|
|
4
18
|
* Copyright (C) 2018 Wire Swiss GmbH
|
|
@@ -17,12 +31,16 @@
|
|
|
17
31
|
* along with this program. If not, see http://www.gnu.org/licenses/.
|
|
18
32
|
*
|
|
19
33
|
*/
|
|
20
|
-
|
|
21
|
-
exports.TwitterIcon = void 0;
|
|
34
|
+
|
|
22
35
|
/** @jsx jsx */
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
36
|
+
var TwitterIcon = function TwitterIcon(props) {
|
|
37
|
+
return (0, _react.jsx)(_SVGIcon.SVGIcon, (0, _extends2["default"])({
|
|
38
|
+
realWidth: 16,
|
|
39
|
+
realHeight: 16
|
|
40
|
+
}, props), (0, _react.jsx)("path", {
|
|
41
|
+
d: "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"
|
|
42
|
+
}));
|
|
43
|
+
};
|
|
44
|
+
|
|
27
45
|
exports.TwitterIcon = TwitterIcon;
|
|
28
46
|
//# sourceMappingURL=TwitterIcon.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"sources":["TwitterIcon.tsx"],"names":["TwitterIcon","props"],"mappings":";;;;;;;;;;;AAoBA;;AAEA;;AAtBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AAKO,IAAMA,WAAW,GAAG,SAAdA,WAAc,CAACC,KAAD;AAAA,SACzB,gBAAC,gBAAD;AAAS,IAAA,SAAS,EAAE,EAApB;AAAwB,IAAA,UAAU,EAAE;AAApC,KAA4CA,KAA5C,GACE;AAAM,IAAA,CAAC,EAAC;AAAR,IADF,CADyB;AAAA,CAApB","sourcesContent":["/*\n * Wire\n * Copyright (C) 2018 Wire Swiss GmbH\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see http://www.gnu.org/licenses/.\n *\n */\n\n/** @jsx jsx */\nimport {jsx} from '@emotion/react';\n\nimport {SVGIcon, SVGIconProps} from '../SVGIcon';\n\nexport const TwitterIcon = (props: SVGIconProps) => (\n <SVGIcon realWidth={16} realHeight={16} {...props}>\n <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\" />\n </SVGIcon>\n);\n"],"file":"TwitterIcon.js"}
|
package/src/Icon/CallIcon.js
CHANGED
|
@@ -1,4 +1,18 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.CallIcon = void 0;
|
|
9
|
+
|
|
10
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
11
|
+
|
|
12
|
+
var _react = require("@emotion/react");
|
|
13
|
+
|
|
14
|
+
var _SVGIcon = require("./SVGIcon");
|
|
15
|
+
|
|
2
16
|
/*
|
|
3
17
|
* Wire
|
|
4
18
|
* Copyright (C) 2018 Wire Swiss GmbH
|
|
@@ -17,12 +31,16 @@
|
|
|
17
31
|
* along with this program. If not, see http://www.gnu.org/licenses/.
|
|
18
32
|
*
|
|
19
33
|
*/
|
|
20
|
-
|
|
21
|
-
exports.CallIcon = void 0;
|
|
34
|
+
|
|
22
35
|
/** @jsx jsx */
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
36
|
+
var CallIcon = function CallIcon(props) {
|
|
37
|
+
return (0, _react.jsx)(_SVGIcon.SVGIcon, (0, _extends2["default"])({
|
|
38
|
+
realWidth: 16,
|
|
39
|
+
realHeight: 16
|
|
40
|
+
}, props), (0, _react.jsx)("path", {
|
|
41
|
+
d: "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"
|
|
42
|
+
}));
|
|
43
|
+
};
|
|
44
|
+
|
|
27
45
|
exports.CallIcon = CallIcon;
|
|
28
46
|
//# sourceMappingURL=CallIcon.js.map
|
package/src/Icon/CallIcon.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"sources":["CallIcon.tsx"],"names":["CallIcon","props"],"mappings":";;;;;;;;;;;AAoBA;;AAEA;;AAtBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AAKO,IAAMA,QAAQ,GAAG,SAAXA,QAAW,CAACC,KAAD;AAAA,SACtB,gBAAC,gBAAD;AAAS,IAAA,SAAS,EAAE,EAApB;AAAwB,IAAA,UAAU,EAAE;AAApC,KAA4CA,KAA5C,GACE;AAAM,IAAA,CAAC,EAAC;AAAR,IADF,CADsB;AAAA,CAAjB","sourcesContent":["/*\n * Wire\n * Copyright (C) 2018 Wire Swiss GmbH\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see http://www.gnu.org/licenses/.\n *\n */\n\n/** @jsx jsx */\nimport {jsx} from '@emotion/react';\n\nimport {SVGIcon, SVGIconProps} from './SVGIcon';\n\nexport const CallIcon = (props: SVGIconProps) => (\n <SVGIcon realWidth={16} realHeight={16} {...props}>\n <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\" />\n </SVGIcon>\n);\n"],"file":"CallIcon.js"}
|
package/src/Icon/CamIcon.js
CHANGED
|
@@ -1,4 +1,18 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.CamIcon = void 0;
|
|
9
|
+
|
|
10
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
11
|
+
|
|
12
|
+
var _react = require("@emotion/react");
|
|
13
|
+
|
|
14
|
+
var _SVGIcon = require("./SVGIcon");
|
|
15
|
+
|
|
2
16
|
/*
|
|
3
17
|
* Wire
|
|
4
18
|
* Copyright (C) 2018 Wire Swiss GmbH
|
|
@@ -17,12 +31,16 @@
|
|
|
17
31
|
* along with this program. If not, see http://www.gnu.org/licenses/.
|
|
18
32
|
*
|
|
19
33
|
*/
|
|
20
|
-
|
|
21
|
-
exports.CamIcon = void 0;
|
|
34
|
+
|
|
22
35
|
/** @jsx jsx */
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
36
|
+
var CamIcon = function CamIcon(props) {
|
|
37
|
+
return (0, _react.jsx)(_SVGIcon.SVGIcon, (0, _extends2["default"])({
|
|
38
|
+
realWidth: 16,
|
|
39
|
+
realHeight: 12
|
|
40
|
+
}, props), (0, _react.jsx)("path", {
|
|
41
|
+
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"
|
|
42
|
+
}));
|
|
43
|
+
};
|
|
44
|
+
|
|
27
45
|
exports.CamIcon = CamIcon;
|
|
28
46
|
//# sourceMappingURL=CamIcon.js.map
|
package/src/Icon/CamIcon.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"sources":["CamIcon.tsx"],"names":["CamIcon","props"],"mappings":";;;;;;;;;;;AAoBA;;AAEA;;AAtBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AAKO,IAAMA,OAAO,GAAG,SAAVA,OAAU,CAACC,KAAD;AAAA,SACrB,gBAAC,gBAAD;AAAS,IAAA,SAAS,EAAE,EAApB;AAAwB,IAAA,UAAU,EAAE;AAApC,KAA4CA,KAA5C,GACE;AAAM,IAAA,CAAC,EAAC;AAAR,IADF,CADqB;AAAA,CAAhB","sourcesContent":["/*\n * Wire\n * Copyright (C) 2018 Wire Swiss GmbH\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see http://www.gnu.org/licenses/.\n *\n */\n\n/** @jsx jsx */\nimport {jsx} from '@emotion/react';\n\nimport {SVGIcon, SVGIconProps} from './SVGIcon';\n\nexport const CamIcon = (props: SVGIconProps) => (\n <SVGIcon realWidth={16} realHeight={12} {...props}>\n <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\" />\n </SVGIcon>\n);\n"],"file":"CamIcon.js"}
|
package/src/Icon/CameraIcon.js
CHANGED
|
@@ -1,4 +1,18 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.CameraIcon = void 0;
|
|
9
|
+
|
|
10
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
11
|
+
|
|
12
|
+
var _react = require("@emotion/react");
|
|
13
|
+
|
|
14
|
+
var _SVGIcon = require("./SVGIcon");
|
|
15
|
+
|
|
2
16
|
/*
|
|
3
17
|
* Wire
|
|
4
18
|
* Copyright (C) 2019 Wire Swiss GmbH
|
|
@@ -17,26 +31,17 @@
|
|
|
17
31
|
* along with this program. If not, see http://www.gnu.org/licenses/.
|
|
18
32
|
*
|
|
19
33
|
*/
|
|
20
|
-
|
|
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;
|
|
34
|
+
|
|
33
35
|
/** @jsx jsx */
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
36
|
+
var CameraIcon = function CameraIcon(_ref) {
|
|
37
|
+
var props = (0, _extends2["default"])({}, _ref);
|
|
38
|
+
return (0, _react.jsx)(_SVGIcon.SVGIcon, (0, _extends2["default"])({
|
|
39
|
+
realWidth: 15,
|
|
40
|
+
realHeight: 15
|
|
41
|
+
}, props), (0, _react.jsx)("path", {
|
|
42
|
+
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"
|
|
43
|
+
}));
|
|
40
44
|
};
|
|
45
|
+
|
|
41
46
|
exports.CameraIcon = CameraIcon;
|
|
42
47
|
//# sourceMappingURL=CameraIcon.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"sources":["CameraIcon.tsx"],"names":["CameraIcon","props"],"mappings":";;;;;;;;;;;AAoBA;;AAEA;;AAtBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AAKO,IAAMA,UAAU,GAAG,SAAbA,UAAa;AAAA,MAAKC,KAAL;AAAA,SACxB,gBAAC,gBAAD;AAAS,IAAA,SAAS,EAAE,EAApB;AAAwB,IAAA,UAAU,EAAE;AAApC,KAA4CA,KAA5C,GACE;AAAM,IAAA,CAAC,EAAC;AAAR,IADF,CADwB;AAAA,CAAnB","sourcesContent":["/*\n * Wire\n * Copyright (C) 2019 Wire Swiss GmbH\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see http://www.gnu.org/licenses/.\n *\n */\n\n/** @jsx jsx */\nimport {jsx} from '@emotion/react';\n\nimport {SVGIcon, SVGIconProps} from './SVGIcon';\n\nexport const CameraIcon = ({...props}: SVGIconProps) => (\n <SVGIcon realWidth={15} realHeight={15} {...props}>\n <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\" />\n </SVGIcon>\n);\n"],"file":"CameraIcon.js"}
|
package/src/Icon/CheckIcon.js
CHANGED
|
@@ -1,4 +1,18 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.CheckIcon = void 0;
|
|
9
|
+
|
|
10
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
11
|
+
|
|
12
|
+
var _react = require("@emotion/react");
|
|
13
|
+
|
|
14
|
+
var _SVGIcon = require("./SVGIcon");
|
|
15
|
+
|
|
2
16
|
/*
|
|
3
17
|
* Wire
|
|
4
18
|
* Copyright (C) 2018 Wire Swiss GmbH
|
|
@@ -17,12 +31,16 @@
|
|
|
17
31
|
* along with this program. If not, see http://www.gnu.org/licenses/.
|
|
18
32
|
*
|
|
19
33
|
*/
|
|
20
|
-
|
|
21
|
-
exports.CheckIcon = void 0;
|
|
34
|
+
|
|
22
35
|
/** @jsx jsx */
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
36
|
+
var CheckIcon = function CheckIcon(props) {
|
|
37
|
+
return (0, _react.jsx)(_SVGIcon.SVGIcon, (0, _extends2["default"])({
|
|
38
|
+
realWidth: 16,
|
|
39
|
+
realHeight: 12
|
|
40
|
+
}, props), (0, _react.jsx)("path", {
|
|
41
|
+
d: "M5.66 11.86L15.98 1.4 14.58 0 5.65 9.03 1.4 4.8 0 6.2"
|
|
42
|
+
}));
|
|
43
|
+
};
|
|
44
|
+
|
|
27
45
|
exports.CheckIcon = CheckIcon;
|
|
28
46
|
//# sourceMappingURL=CheckIcon.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"sources":["CheckIcon.tsx"],"names":["CheckIcon","props"],"mappings":";;;;;;;;;;;AAoBA;;AAEA;;AAtBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AAKO,IAAMA,SAAS,GAAG,SAAZA,SAAY,CAACC,KAAD;AAAA,SACvB,gBAAC,gBAAD;AAAS,IAAA,SAAS,EAAE,EAApB;AAAwB,IAAA,UAAU,EAAE;AAApC,KAA4CA,KAA5C,GACE;AAAM,IAAA,CAAC,EAAC;AAAR,IADF,CADuB;AAAA,CAAlB","sourcesContent":["/*\n * Wire\n * Copyright (C) 2018 Wire Swiss GmbH\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see http://www.gnu.org/licenses/.\n *\n */\n\n/** @jsx jsx */\nimport {jsx} from '@emotion/react';\n\nimport {SVGIcon, SVGIconProps} from './SVGIcon';\n\nexport const CheckIcon = (props: SVGIconProps) => (\n <SVGIcon realWidth={16} realHeight={12} {...props}>\n <path d=\"M5.66 11.86L15.98 1.4 14.58 0 5.65 9.03 1.4 4.8 0 6.2\" />\n </SVGIcon>\n);\n"],"file":"CheckIcon.js"}
|
|
@@ -1,4 +1,18 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.CheckRoundIcon = void 0;
|
|
9
|
+
|
|
10
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
11
|
+
|
|
12
|
+
var _react = require("@emotion/react");
|
|
13
|
+
|
|
14
|
+
var _SVGIcon = require("./SVGIcon");
|
|
15
|
+
|
|
2
16
|
/*
|
|
3
17
|
* Wire
|
|
4
18
|
* Copyright (C) 2021 Wire Swiss GmbH
|
|
@@ -17,12 +31,16 @@
|
|
|
17
31
|
* along with this program. If not, see http://www.gnu.org/licenses/.
|
|
18
32
|
*
|
|
19
33
|
*/
|
|
20
|
-
|
|
21
|
-
exports.CheckRoundIcon = void 0;
|
|
34
|
+
|
|
22
35
|
/** @jsx jsx */
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
36
|
+
var CheckRoundIcon = function CheckRoundIcon(props) {
|
|
37
|
+
return (0, _react.jsx)(_SVGIcon.SVGIcon, (0, _extends2["default"])({
|
|
38
|
+
realWidth: 20,
|
|
39
|
+
realHeight: 16
|
|
40
|
+
}, props), (0, _react.jsx)("path", {
|
|
41
|
+
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"
|
|
42
|
+
}));
|
|
43
|
+
};
|
|
44
|
+
|
|
27
45
|
exports.CheckRoundIcon = CheckRoundIcon;
|
|
28
46
|
//# sourceMappingURL=CheckRoundIcon.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"sources":["CheckRoundIcon.tsx"],"names":["CheckRoundIcon","props"],"mappings":";;;;;;;;;;;AAoBA;;AAEA;;AAtBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AAKO,IAAMA,cAAc,GAAG,SAAjBA,cAAiB,CAACC,KAAD;AAAA,SAC5B,gBAAC,gBAAD;AAAS,IAAA,SAAS,EAAE,EAApB;AAAwB,IAAA,UAAU,EAAE;AAApC,KAA4CA,KAA5C,GACE;AAAM,IAAA,CAAC,EAAC;AAAR,IADF,CAD4B;AAAA,CAAvB","sourcesContent":["/*\n * Wire\n * Copyright (C) 2021 Wire Swiss GmbH\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see http://www.gnu.org/licenses/.\n *\n */\n\n/** @jsx jsx */\nimport {jsx} from '@emotion/react';\n\nimport {SVGIcon, SVGIconProps} from './SVGIcon';\n\nexport const CheckRoundIcon = (props: SVGIconProps) => (\n <SVGIcon realWidth={20} realHeight={16} {...props}>\n <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\" />\n </SVGIcon>\n);\n"],"file":"CheckRoundIcon.js"}
|
package/src/Icon/ChevronIcon.js
CHANGED
|
@@ -1,43 +1,36 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
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 });
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
32
8
|
exports.ChevronIcon = void 0;
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
9
|
+
|
|
10
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
11
|
+
|
|
12
|
+
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
|
|
13
|
+
|
|
14
|
+
var _react = require("@emotion/react");
|
|
15
|
+
|
|
16
|
+
var _ArrowIcon = require("./ArrowIcon");
|
|
17
|
+
|
|
18
|
+
var _SVGIcon = require("./SVGIcon");
|
|
19
|
+
|
|
20
|
+
var _excluded = ["direction"];
|
|
21
|
+
|
|
22
|
+
var ChevronIcon = function ChevronIcon(_ref) {
|
|
23
|
+
var _ref$direction = _ref.direction,
|
|
24
|
+
direction = _ref$direction === void 0 ? 'right' : _ref$direction,
|
|
25
|
+
props = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
|
|
26
|
+
return (0, _react.jsx)(_SVGIcon.SVGIcon, (0, _extends2["default"])({
|
|
27
|
+
realWidth: 5,
|
|
28
|
+
realHeight: 8
|
|
29
|
+
}, props), (0, _react.jsx)("path", {
|
|
30
|
+
transform: "rotate(".concat(_ArrowIcon.rotation[direction], " 3 4)"),
|
|
31
|
+
d: "M0 .92L.94 0 5 4 .94 8 0 7.08 3.13 4z"
|
|
32
|
+
}));
|
|
41
33
|
};
|
|
34
|
+
|
|
42
35
|
exports.ChevronIcon = ChevronIcon;
|
|
43
36
|
//# sourceMappingURL=ChevronIcon.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"sources":["ChevronIcon.tsx"],"names":["ChevronIcon","direction","props","rotation"],"mappings":";;;;;;;;;;;;;AAoBA;;AAEA;;AACA;;;;AAEO,IAAMA,WAAW,GAAG,SAAdA,WAAc;AAAA,4BAAEC,SAAF;AAAA,MAAEA,SAAF,+BAAc,OAAd;AAAA,MAA0BC,KAA1B;AAAA,SACzB,gBAAC,gBAAD;AAAS,IAAA,SAAS,EAAE,CAApB;AAAuB,IAAA,UAAU,EAAE;AAAnC,KAA0CA,KAA1C,GACE;AAAM,IAAA,SAAS,mBAAYC,oBAASF,SAAT,CAAZ,UAAf;AAAuD,IAAA,CAAC,EAAC;AAAzD,IADF,CADyB;AAAA,CAApB","sourcesContent":["/*\n * Wire\n * Copyright (C) 2019 Wire Swiss GmbH\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see http://www.gnu.org/licenses/.\n *\n */\n\n/** @jsx jsx */\nimport {jsx} from '@emotion/react';\n\nimport {ArrowProps, rotation} from './ArrowIcon';\nimport {SVGIcon} from './SVGIcon';\n\nexport const ChevronIcon = ({direction = 'right', ...props}: ArrowProps) => (\n <SVGIcon realWidth={5} realHeight={8} {...props}>\n <path transform={`rotate(${rotation[direction]} 3 4)`} d=\"M0 .92L.94 0 5 4 .94 8 0 7.08 3.13 4z\" />\n </SVGIcon>\n);\n"],"file":"ChevronIcon.js"}
|
package/src/Icon/CloseIcon.js
CHANGED
|
@@ -1,4 +1,18 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.CloseIcon = void 0;
|
|
9
|
+
|
|
10
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
11
|
+
|
|
12
|
+
var _react = require("@emotion/react");
|
|
13
|
+
|
|
14
|
+
var _SVGIcon = require("./SVGIcon");
|
|
15
|
+
|
|
2
16
|
/*
|
|
3
17
|
* Wire
|
|
4
18
|
* Copyright (C) 2018 Wire Swiss GmbH
|
|
@@ -17,12 +31,16 @@
|
|
|
17
31
|
* along with this program. If not, see http://www.gnu.org/licenses/.
|
|
18
32
|
*
|
|
19
33
|
*/
|
|
20
|
-
|
|
21
|
-
exports.CloseIcon = void 0;
|
|
34
|
+
|
|
22
35
|
/** @jsx jsx */
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
36
|
+
var CloseIcon = function CloseIcon(props) {
|
|
37
|
+
return (0, _react.jsx)(_SVGIcon.SVGIcon, (0, _extends2["default"])({
|
|
38
|
+
realWidth: 14,
|
|
39
|
+
realHeight: 14
|
|
40
|
+
}, props), (0, _react.jsx)("path", {
|
|
41
|
+
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"
|
|
42
|
+
}));
|
|
43
|
+
};
|
|
44
|
+
|
|
27
45
|
exports.CloseIcon = CloseIcon;
|
|
28
46
|
//# sourceMappingURL=CloseIcon.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"sources":["CloseIcon.tsx"],"names":["CloseIcon","props"],"mappings":";;;;;;;;;;;AAoBA;;AAEA;;AAtBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AAKO,IAAMA,SAAS,GAAG,SAAZA,SAAY,CAACC,KAAD;AAAA,SACvB,gBAAC,gBAAD;AAAS,IAAA,SAAS,EAAE,EAApB;AAAwB,IAAA,UAAU,EAAE;AAApC,KAA4CA,KAA5C,GACE;AAAM,IAAA,CAAC,EAAC;AAAR,IADF,CADuB;AAAA,CAAlB","sourcesContent":["/*\n * Wire\n * Copyright (C) 2018 Wire Swiss GmbH\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see http://www.gnu.org/licenses/.\n *\n */\n\n/** @jsx jsx */\nimport {jsx} from '@emotion/react';\n\nimport {SVGIcon, SVGIconProps} from './SVGIcon';\n\nexport const CloseIcon = (props: SVGIconProps) => (\n <SVGIcon realWidth={14} realHeight={14} {...props}>\n <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\" />\n </SVGIcon>\n);\n"],"file":"CloseIcon.js"}
|