@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.
- package/lib/Form/Button.js +136 -0
- package/lib/Form/Button.js.map +1 -0
- package/lib/Form/ButtonLink.js +54 -0
- package/lib/Form/ButtonLink.js.map +1 -0
- package/lib/Form/Checkbox.js +114 -0
- package/lib/Form/Checkbox.js.map +1 -0
- package/lib/Form/CodeInput.js +126 -0
- package/lib/Form/CodeInput.js.map +1 -0
- package/lib/Form/DropFileInput.js +139 -0
- package/lib/Form/DropFileInput.js.map +1 -0
- package/lib/Form/ErrorMessage.js +54 -0
- package/lib/Form/ErrorMessage.js.map +1 -0
- package/lib/Form/Form.js +32 -0
- package/lib/Form/Form.js.map +1 -0
- package/lib/Form/Input.js +134 -0
- package/lib/Form/Input.js.map +1 -0
- package/lib/Form/InputBlock.js +41 -0
- package/lib/Form/InputBlock.js.map +1 -0
- package/lib/Form/InputLabel.js +47 -0
- package/lib/Form/InputLabel.js.map +1 -0
- package/lib/Form/InputSubmitCombo.js +54 -0
- package/lib/Form/InputSubmitCombo.js.map +1 -0
- package/lib/Form/RangeInput.js +54 -0
- package/lib/Form/RangeInput.js.map +1 -0
- package/lib/Form/RangeInput.styles.js +60 -0
- package/lib/Form/RangeInput.styles.js.map +1 -0
- package/lib/Form/RoundIconButton.js +49 -0
- package/lib/Form/RoundIconButton.js.map +1 -0
- package/lib/Form/Select.js +63 -0
- package/lib/Form/Select.js.map +1 -0
- package/lib/Form/SelectComponents.js +119 -0
- package/lib/Form/SelectComponents.js.map +1 -0
- package/lib/Form/SelectStyles.js +123 -0
- package/lib/Form/SelectStyles.js.map +1 -0
- package/lib/Form/ShakeBox.js +79 -0
- package/lib/Form/ShakeBox.js.map +1 -0
- package/lib/Form/Switch.js +96 -0
- package/lib/Form/Switch.js.map +1 -0
- package/lib/Form/TextArea.js +67 -0
- package/lib/Form/TextArea.js.map +1 -0
- package/lib/Form/Tooltip.js +79 -0
- package/lib/Form/Tooltip.js.map +1 -0
- package/lib/Form/index.js +54 -0
- package/lib/Form/index.js.map +1 -0
- package/lib/GlobalCssVariables.js +118 -0
- package/lib/GlobalCssVariables.js.map +1 -0
- package/lib/GlobalStyle.js +61 -0
- package/lib/GlobalStyle.js.map +1 -0
- package/lib/Icon/AddPeopleIcon.js +42 -0
- package/lib/Icon/AddPeopleIcon.js.map +1 -0
- package/lib/Icon/ArchiveIcon.js +28 -0
- package/lib/Icon/ArchiveIcon.js.map +1 -0
- package/lib/Icon/ArrowDown.js +44 -0
- package/lib/Icon/ArrowDown.js.map +1 -0
- package/lib/Icon/ArrowIcon.js +48 -0
- package/lib/Icon/ArrowIcon.js.map +1 -0
- package/lib/Icon/AttachmentIcon.js +28 -0
- package/lib/Icon/AttachmentIcon.js.map +1 -0
- package/lib/Icon/AudioVideoIcon.js +28 -0
- package/lib/Icon/AudioVideoIcon.js.map +1 -0
- package/lib/Icon/BlockIcon.js +28 -0
- package/lib/Icon/BlockIcon.js.map +1 -0
- package/lib/Icon/Brand/AndroidIcon.js +28 -0
- package/lib/Icon/Brand/AndroidIcon.js.map +1 -0
- package/lib/Icon/Brand/AppleIcon.js +28 -0
- package/lib/Icon/Brand/AppleIcon.js.map +1 -0
- package/lib/Icon/Brand/ChromeIcon.js +28 -0
- package/lib/Icon/Brand/ChromeIcon.js.map +1 -0
- package/lib/Icon/Brand/FacebookIcon.js +28 -0
- package/lib/Icon/Brand/FacebookIcon.js.map +1 -0
- package/lib/Icon/Brand/GitHubIcon.js +28 -0
- package/lib/Icon/Brand/GitHubIcon.js.map +1 -0
- package/lib/Icon/Brand/LinkedInIcon.js +28 -0
- package/lib/Icon/Brand/LinkedInIcon.js.map +1 -0
- package/lib/Icon/Brand/LinuxIcon.js +28 -0
- package/lib/Icon/Brand/LinuxIcon.js.map +1 -0
- package/lib/Icon/Brand/MicrosoftIcon.js +28 -0
- package/lib/Icon/Brand/MicrosoftIcon.js.map +1 -0
- package/lib/Icon/Brand/TwitterIcon.js +28 -0
- package/lib/Icon/Brand/TwitterIcon.js.map +1 -0
- package/lib/Icon/CallIcon.js +28 -0
- package/lib/Icon/CallIcon.js.map +1 -0
- package/lib/Icon/CamIcon.js +28 -0
- package/lib/Icon/CamIcon.js.map +1 -0
- package/lib/Icon/CameraIcon.js +42 -0
- package/lib/Icon/CameraIcon.js.map +1 -0
- package/lib/Icon/CheckIcon.js +28 -0
- package/lib/Icon/CheckIcon.js.map +1 -0
- package/lib/Icon/CheckRoundIcon.js +28 -0
- package/lib/Icon/CheckRoundIcon.js.map +1 -0
- package/lib/Icon/ChevronIcon.js +43 -0
- package/lib/Icon/ChevronIcon.js.map +1 -0
- package/lib/Icon/CloseIcon.js +28 -0
- package/lib/Icon/CloseIcon.js.map +1 -0
- package/lib/Icon/CopyIcon.js +28 -0
- package/lib/Icon/CopyIcon.js.map +1 -0
- package/lib/Icon/DeviceIcon.js +28 -0
- package/lib/Icon/DeviceIcon.js.map +1 -0
- package/lib/Icon/DownloadIcon.js +28 -0
- package/lib/Icon/DownloadIcon.js.map +1 -0
- package/lib/Icon/EditDocumentIcon.js +42 -0
- package/lib/Icon/EditDocumentIcon.js.map +1 -0
- package/lib/Icon/EditIcon.js +28 -0
- package/lib/Icon/EditIcon.js.map +1 -0
- package/lib/Icon/EnterIcon.js +28 -0
- package/lib/Icon/EnterIcon.js.map +1 -0
- package/lib/Icon/ErrorIcon.js +31 -0
- package/lib/Icon/ErrorIcon.js.map +1 -0
- package/lib/Icon/FileIcon.js +28 -0
- package/lib/Icon/FileIcon.js.map +1 -0
- package/lib/Icon/GifIcon.js +28 -0
- package/lib/Icon/GifIcon.js.map +1 -0
- package/lib/Icon/GridIcon.js +42 -0
- package/lib/Icon/GridIcon.js.map +1 -0
- package/lib/Icon/GroupIcon.js +28 -0
- package/lib/Icon/GroupIcon.js.map +1 -0
- package/lib/Icon/HangupIcon.js +28 -0
- package/lib/Icon/HangupIcon.js.map +1 -0
- package/lib/Icon/HideIcon.js +28 -0
- package/lib/Icon/HideIcon.js.map +1 -0
- package/lib/Icon/ImageIcon.js +28 -0
- package/lib/Icon/ImageIcon.js.map +1 -0
- package/lib/Icon/InfoIcon.js +28 -0
- package/lib/Icon/InfoIcon.js.map +1 -0
- package/lib/Icon/InviteIcon.js +28 -0
- package/lib/Icon/InviteIcon.js.map +1 -0
- package/lib/Icon/LeaveIcon.js +28 -0
- package/lib/Icon/LeaveIcon.js.map +1 -0
- package/lib/Icon/LinkIcon.js +42 -0
- package/lib/Icon/LinkIcon.js.map +1 -0
- package/lib/Icon/ListIcon.js +28 -0
- package/lib/Icon/ListIcon.js.map +1 -0
- package/lib/Icon/LockIcon.js +28 -0
- package/lib/Icon/LockIcon.js.map +1 -0
- package/lib/Icon/MessageIcon.js +28 -0
- package/lib/Icon/MessageIcon.js.map +1 -0
- package/lib/Icon/MinusIcon.js +28 -0
- package/lib/Icon/MinusIcon.js.map +1 -0
- package/lib/Icon/MoreIcon.js +28 -0
- package/lib/Icon/MoreIcon.js.map +1 -0
- package/lib/Icon/MuteIcon.js +28 -0
- package/lib/Icon/MuteIcon.js.map +1 -0
- package/lib/Icon/NotificationIcon.js +28 -0
- package/lib/Icon/NotificationIcon.js.map +1 -0
- package/lib/Icon/NotificationOffIcon.js +28 -0
- package/lib/Icon/NotificationOffIcon.js.map +1 -0
- package/lib/Icon/OptionsIcon.js +28 -0
- package/lib/Icon/OptionsIcon.js.map +1 -0
- package/lib/Icon/PeopleIcon.js +42 -0
- package/lib/Icon/PeopleIcon.js.map +1 -0
- package/lib/Icon/PingIcon.js +28 -0
- package/lib/Icon/PingIcon.js.map +1 -0
- package/lib/Icon/PlaneIcon.js +28 -0
- package/lib/Icon/PlaneIcon.js.map +1 -0
- package/lib/Icon/PlusIcon.js +28 -0
- package/lib/Icon/PlusIcon.js.map +1 -0
- package/lib/Icon/ProfileIcon.js +28 -0
- package/lib/Icon/ProfileIcon.js.map +1 -0
- package/lib/Icon/RecordBoldIcon.js +48 -0
- package/lib/Icon/RecordBoldIcon.js.map +1 -0
- package/lib/Icon/RecordIcon.js +30 -0
- package/lib/Icon/RecordIcon.js.map +1 -0
- package/lib/Icon/RecordPendingIcon.js +30 -0
- package/lib/Icon/RecordPendingIcon.js.map +1 -0
- package/lib/Icon/ReloadIcon.js +28 -0
- package/lib/Icon/ReloadIcon.js.map +1 -0
- package/lib/Icon/SVGIcon.js +59 -0
- package/lib/Icon/SVGIcon.js.map +1 -0
- package/lib/Icon/ScreenshareIcon.js +28 -0
- package/lib/Icon/ScreenshareIcon.js.map +1 -0
- package/lib/Icon/SearchIcon.js +28 -0
- package/lib/Icon/SearchIcon.js.map +1 -0
- package/lib/Icon/ServicesIcon.js +28 -0
- package/lib/Icon/ServicesIcon.js.map +1 -0
- package/lib/Icon/SettingsIcon.js +28 -0
- package/lib/Icon/SettingsIcon.js.map +1 -0
- package/lib/Icon/ShowIcon.js +28 -0
- package/lib/Icon/ShowIcon.js.map +1 -0
- package/lib/Icon/SignIcon.js +28 -0
- package/lib/Icon/SignIcon.js.map +1 -0
- package/lib/Icon/SpeakerIcon.js +28 -0
- package/lib/Icon/SpeakerIcon.js.map +1 -0
- package/lib/Icon/SupportIcon.js +28 -0
- package/lib/Icon/SupportIcon.js.map +1 -0
- package/lib/Icon/TeamIcon.js +28 -0
- package/lib/Icon/TeamIcon.js.map +1 -0
- package/lib/Icon/TimedIcon.js +28 -0
- package/lib/Icon/TimedIcon.js.map +1 -0
- package/lib/Icon/TrashCrossIcon.js +28 -0
- package/lib/Icon/TrashCrossIcon.js.map +1 -0
- package/lib/Icon/TrashIcon.js +28 -0
- package/lib/Icon/TrashIcon.js.map +1 -0
- package/lib/Icon/TriangleIcon.js +48 -0
- package/lib/Icon/TriangleIcon.js.map +1 -0
- package/lib/Icon/UploadIcon.js +28 -0
- package/lib/Icon/UploadIcon.js.map +1 -0
- package/lib/Icon/WireIcon.js +28 -0
- package/lib/Icon/WireIcon.js.map +1 -0
- package/lib/Icon/index.js +109 -0
- package/lib/Icon/index.js.map +1 -0
- package/lib/Identity/Animation.js +127 -0
- package/lib/Identity/Animation.js.map +1 -0
- package/lib/Identity/Avatar.js +90 -0
- package/lib/Identity/Avatar.js.map +1 -0
- package/lib/Identity/AvatarGrid.js +72 -0
- package/lib/Identity/AvatarGrid.js.map +1 -0
- package/lib/Identity/Logo.js +53 -0
- package/lib/Identity/Logo.js.map +1 -0
- package/lib/Identity/colors-v2.js +198 -0
- package/lib/Identity/colors-v2.js.map +1 -0
- package/lib/Identity/colors.js +81 -0
- package/lib/Identity/colors.js.map +1 -0
- package/lib/Identity/index.js +41 -0
- package/lib/Identity/index.js.map +1 -0
- package/lib/Identity/motions.js +85 -0
- package/lib/Identity/motions.js.map +1 -0
- package/lib/Layout/Box.js +33 -0
- package/lib/Layout/Box.js.map +1 -0
- package/lib/Layout/Column.js +46 -0
- package/lib/Layout/Column.js.map +1 -0
- package/lib/Layout/Container.js +58 -0
- package/lib/Layout/Container.js.map +1 -0
- package/lib/Layout/Content.js +33 -0
- package/lib/Layout/Content.js.map +1 -0
- package/lib/Layout/FlexBox.js +40 -0
- package/lib/Layout/FlexBox.js.map +1 -0
- package/lib/Layout/Footer.js +26 -0
- package/lib/Layout/Footer.js.map +1 -0
- package/lib/Layout/Header.js +33 -0
- package/lib/Layout/Header.js.map +1 -0
- package/lib/Layout/MatchMedia.js +85 -0
- package/lib/Layout/MatchMedia.js.map +1 -0
- package/lib/Layout/Spacer.js +28 -0
- package/lib/Layout/Spacer.js.map +1 -0
- package/lib/Layout/StyledApp.js +51 -0
- package/lib/Layout/StyledApp.js.map +1 -0
- package/lib/Layout/Theme.js +231 -0
- package/lib/Layout/Theme.js.map +1 -0
- package/lib/Layout/headerMenu/HeaderMenu.js +59 -0
- package/lib/Layout/headerMenu/HeaderMenu.js.map +1 -0
- package/lib/Layout/headerMenu/HeaderSubMenu.js +97 -0
- package/lib/Layout/headerMenu/HeaderSubMenu.js.map +1 -0
- package/lib/Layout/headerMenu/MenuContent.js +31 -0
- package/lib/Layout/headerMenu/MenuContent.js.map +1 -0
- package/lib/Layout/headerMenu/MenuItems.js +46 -0
- package/lib/Layout/headerMenu/MenuItems.js.map +1 -0
- package/lib/Layout/headerMenu/MenuLink.js +72 -0
- package/lib/Layout/headerMenu/MenuLink.js.map +1 -0
- package/lib/Layout/headerMenu/MenuOpenButton.js +57 -0
- package/lib/Layout/headerMenu/MenuOpenButton.js.map +1 -0
- package/lib/Layout/headerMenu/MenuScrollableItems.js +38 -0
- package/lib/Layout/headerMenu/MenuScrollableItems.js.map +1 -0
- package/lib/Layout/headerMenu/MenuSubLink.js +50 -0
- package/lib/Layout/headerMenu/MenuSubLink.js.map +1 -0
- package/lib/Layout/headerMenu/index.js +43 -0
- package/lib/Layout/headerMenu/index.js.map +1 -0
- package/lib/Layout/index.js +48 -0
- package/lib/Layout/index.js.map +1 -0
- package/lib/Layout/sizes.js +35 -0
- package/lib/Layout/sizes.js.map +1 -0
- package/lib/Menu/MenuModal.js +94 -0
- package/lib/Menu/MenuModal.js.map +1 -0
- package/lib/Menu/TabBar.js +59 -0
- package/lib/Menu/TabBar.js.map +1 -0
- package/lib/Menu/index.js +37 -0
- package/lib/Menu/index.js.map +1 -0
- package/lib/Misc/ButtonGroup.js +83 -0
- package/lib/Misc/ButtonGroup.js.map +1 -0
- package/lib/Misc/IconButton.js +93 -0
- package/lib/Misc/IconButton.js.map +1 -0
- package/lib/Misc/IsInViewport.js +63 -0
- package/lib/Misc/IsInViewport.js.map +1 -0
- package/lib/Misc/Loading.js +64 -0
- package/lib/Misc/Loading.js.map +1 -0
- package/lib/Misc/Pagination.js +70 -0
- package/lib/Misc/Pagination.js.map +1 -0
- package/lib/Misc/Pill.js +75 -0
- package/lib/Misc/Pill.js.map +1 -0
- package/lib/Misc/childrenWithDefaultProps.js +38 -0
- package/lib/Misc/childrenWithDefaultProps.js.map +1 -0
- package/lib/Misc/index.js +44 -0
- package/lib/Misc/index.js.map +1 -0
- package/lib/Misc/useLongTouch.js +45 -0
- package/lib/Misc/useLongTouch.js.map +1 -0
- package/lib/Misc/useTimeout.js +47 -0
- package/lib/Misc/useTimeout.js.map +1 -0
- package/lib/Modal/Modal.js +134 -0
- package/lib/Modal/Modal.js.map +1 -0
- package/lib/Modal/Overlay.js +92 -0
- package/lib/Modal/Overlay.js.map +1 -0
- package/lib/Modal/index.js +39 -0
- package/lib/Modal/index.js.map +1 -0
- package/lib/Text/Heading.js +88 -0
- package/lib/Text/Heading.js.map +1 -0
- package/lib/Text/Label.js +52 -0
- package/lib/Text/Label.js.map +1 -0
- package/lib/Text/Line.js +35 -0
- package/lib/Text/Line.js.map +1 -0
- package/lib/Text/Link.js +71 -0
- package/lib/Text/Link.js.map +1 -0
- package/lib/Text/Paragraph.js +53 -0
- package/lib/Text/Paragraph.js.map +1 -0
- package/lib/Text/Text.js +63 -0
- package/lib/Text/Text.js.map +1 -0
- package/lib/Text/TextLink.js +44 -0
- package/lib/Text/TextLink.js.map +1 -0
- package/lib/Text/Title.js +43 -0
- package/lib/Text/Title.js.map +1 -0
- package/lib/Text/index.js +43 -0
- package/lib/Text/index.js.map +1 -0
- package/lib/index.js +44 -0
- package/lib/index.js.map +1 -0
- package/lib/mediaQueries.js +45 -0
- package/lib/mediaQueries.js.map +1 -0
- package/lib/util.js +35 -0
- package/lib/util.js.map +1 -0
- 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.ServicesIcon = void 0;
|
|
22
|
+
/** @jsx jsx */
|
|
23
|
+
const react_1 = require("@emotion/react");
|
|
24
|
+
const SVGIcon_1 = require("./SVGIcon");
|
|
25
|
+
const ServicesIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 32, realHeight: 32 }, props),
|
|
26
|
+
(0, react_1.jsx)("path", { d: "M10.5 12A6.5 6.5 0 0 0 4 18.5V24a1 1 0 0 0 1 1h22a1 1 0 0 0 1-1v-5.5a6.5 6.5 0 0 0-6.5-6.5h-11zm-7.12-1.22L.24 4.95a2 2 0 1 1 3.52-1.9L6.8 8.68C7.94 8.24 9.19 8 10.5 8h11C27.3 8 32 12.7 32 18.5V24a5 5 0 0 1-5 5H5a5 5 0 0 1-5-5v-5.5c0-3.05 1.3-5.8 3.38-7.72zM11 19a2 2 0 1 1-4 0 2 2 0 0 1 4 0m7 0a2 2 0 1 1-4 0 2 2 0 0 1 4 0m5 2a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm5.26-9.55a2 2 0 0 1-3.52-1.9l3.5-6.5a2 2 0 0 1 3.52 1.9l-3.5 6.5z" })));
|
|
27
|
+
exports.ServicesIcon = ServicesIcon;
|
|
28
|
+
//# sourceMappingURL=ServicesIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ServicesIcon.js","sourceRoot":"","sources":["../../src/Icon/ServicesIcon.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,waAAwa,GAAG,CAC3a,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.SettingsIcon = void 0;
|
|
22
|
+
/** @jsx jsx */
|
|
23
|
+
const react_1 = require("@emotion/react");
|
|
24
|
+
const SVGIcon_1 = require("./SVGIcon");
|
|
25
|
+
const SettingsIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 16, realHeight: 16 }, props),
|
|
26
|
+
(0, react_1.jsx)("path", { d: "M2.8 11a6 6 0 0 1-.6-1.5H0v-3h2.2c.1-.6.3-1 .6-1.5L1.3 3.4l2.1-2.1L5 2.8a6 6 0 0 1 1.5-.6V0h3v2.2c.6.1 1 .3 1.5.6l1.6-1.5 2.1 2.1L13.2 5c.3.4.5 1 .6 1.5H16v3h-2.2a6 6 0 0 1-.6 1.5l1.5 1.6-2.1 2.1-1.6-1.5a6 6 0 0 1-1.5.6V16h-3v-2.2a6 6 0 0 1-1.5-.6l-1.6 1.5-2.1-2.1L2.8 11zM8 12a4 4 0 1 0 0-8 4 4 0 0 0 0 8z" })));
|
|
27
|
+
exports.SettingsIcon = SettingsIcon;
|
|
28
|
+
//# sourceMappingURL=SettingsIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SettingsIcon.js","sourceRoot":"","sources":["../../src/Icon/SettingsIcon.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAEH,eAAe;AACf,0CAAmC;AAEnC,uCAAgD;AAEzC,MAAM,YAAY,GAAG,CAAC,KAAmB,EAAE,EAAE,CAAC,CACnD,iBAAC,iBAAO,kBAAC,SAAS,EAAE,EAAE,EAAE,UAAU,EAAE,EAAE,IAAM,KAAK;IAC/C,2BAAM,CAAC,EAAC,oTAAoT,GAAG,CACvT,CACX,CAAC;AAJW,QAAA,YAAY,gBAIvB"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Wire
|
|
4
|
+
* Copyright (C) 2020 Wire Swiss GmbH
|
|
5
|
+
*
|
|
6
|
+
* This program is free software: you can redistribute it and/or modify
|
|
7
|
+
* it under the terms of the GNU General Public License as published by
|
|
8
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
9
|
+
* (at your option) any later version.
|
|
10
|
+
*
|
|
11
|
+
* This program is distributed in the hope that it will be useful,
|
|
12
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
13
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
14
|
+
* GNU General Public License for more details.
|
|
15
|
+
*
|
|
16
|
+
* You should have received a copy of the GNU General Public License
|
|
17
|
+
* along with this program. If not, see http://www.gnu.org/licenses/.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
|
+
exports.ShowIcon = void 0;
|
|
22
|
+
/** @jsx jsx */
|
|
23
|
+
const react_1 = require("@emotion/react");
|
|
24
|
+
const SVGIcon_1 = require("./SVGIcon");
|
|
25
|
+
const ShowIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 16, realHeight: 10 }, props),
|
|
26
|
+
(0, react_1.jsx)("path", { d: "M8 0C4.667 0 1.82 2.073.667 5c1.153 2.927 4 5 7.333 5s6.18-2.073 7.333-5c-1.153-2.927-4-5-7.333-5zm0 8.333a3.334 3.334 0 010-6.666 3.334 3.334 0 010 6.666zM8 3c-1.107 0-2 .893-2 2s.893 2 2 2 2-.893 2-2-.893-2-2-2z" })));
|
|
27
|
+
exports.ShowIcon = ShowIcon;
|
|
28
|
+
//# sourceMappingURL=ShowIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowIcon.js","sourceRoot":"","sources":["../../src/Icon/ShowIcon.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAEH,eAAe;AACf,0CAAmC;AAEnC,uCAAgD;AAEzC,MAAM,QAAQ,GAAG,CAAC,KAAmB,EAAE,EAAE,CAAC,CAC/C,iBAAC,iBAAO,kBAAC,SAAS,EAAE,EAAE,EAAE,UAAU,EAAE,EAAE,IAAM,KAAK;IAC/C,2BAAM,CAAC,EAAC,uNAAuN,GAAG,CAC1N,CACX,CAAC;AAJW,QAAA,QAAQ,YAInB"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Wire
|
|
4
|
+
* Copyright (C) 2020 Wire Swiss GmbH
|
|
5
|
+
*
|
|
6
|
+
* This program is free software: you can redistribute it and/or modify
|
|
7
|
+
* it under the terms of the GNU General Public License as published by
|
|
8
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
9
|
+
* (at your option) any later version.
|
|
10
|
+
*
|
|
11
|
+
* This program is distributed in the hope that it will be useful,
|
|
12
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
13
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
14
|
+
* GNU General Public License for more details.
|
|
15
|
+
*
|
|
16
|
+
* You should have received a copy of the GNU General Public License
|
|
17
|
+
* along with this program. If not, see http://www.gnu.org/licenses/.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
|
+
exports.SignIcon = void 0;
|
|
22
|
+
/** @jsx jsx */
|
|
23
|
+
const react_1 = require("@emotion/react");
|
|
24
|
+
const SVGIcon_1 = require("./SVGIcon");
|
|
25
|
+
const SignIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 20, realHeight: 18 }, props),
|
|
26
|
+
(0, react_1.jsx)("path", { d: "M4.59 6.89c.7-.71 1.4-1.35 1.71-1.22.5.2 0 1.03-.3 1.52-.25.42-2.86 3.89-2.86 6.31 0 1.28.48 2.34 1.34 2.98.75.56 1.74.73 2.64.46 1.07-.31 1.95-1.4 3.06-2.77 1.21-1.49 2.83-3.44 4.08-3.44 1.63 0 1.65 1.01 1.76 1.79-3.78.64-5.38 3.67-5.38 5.37 0 1.7 1.44 3.09 3.21 3.09 1.63 0 4.29-1.33 4.69-6.1H21v-2.5h-2.47c-.15-1.65-1.09-4.2-4.03-4.2-2.25 0-4.18 1.91-4.94 2.84-.58.73-2.06 2.48-2.29 2.72-.25.3-.68.84-1.11.84-.45 0-.72-.83-.36-1.92.35-1.09 1.4-2.86 1.85-3.52.78-1.14 1.3-1.92 1.3-3.28C8.95 3.69 7.31 3 6.44 3 5.12 3 3.97 4 3.72 4.25c-.36.36-.66.66-.88.93l1.75 1.71zm9.29 11.66c-.31 0-.74-.26-.74-.72 0-.6.73-2.2 2.87-2.76-.3 2.69-1.43 3.48-2.13 3.48z" })));
|
|
27
|
+
exports.SignIcon = SignIcon;
|
|
28
|
+
//# sourceMappingURL=SignIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SignIcon.js","sourceRoot":"","sources":["../../src/Icon/SignIcon.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAEH,eAAe;AACf,0CAAmC;AAEnC,uCAAgD;AAEzC,MAAM,QAAQ,GAAG,CAAC,KAAmB,EAAE,EAAE,CAAC,CAC/C,iBAAC,iBAAO,kBAAC,SAAS,EAAE,EAAE,EAAE,UAAU,EAAE,EAAE,IAAM,KAAK;IAC/C,2BAAM,CAAC,EAAC,+oBAA+oB,GAAG,CAClpB,CACX,CAAC;AAJW,QAAA,QAAQ,YAInB"}
|
|
@@ -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.SpeakerIcon = void 0;
|
|
22
|
+
/** @jsx jsx */
|
|
23
|
+
const react_1 = require("@emotion/react");
|
|
24
|
+
const SVGIcon_1 = require("./SVGIcon");
|
|
25
|
+
const SpeakerIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 16, realHeight: 16 }, props),
|
|
26
|
+
(0, react_1.jsx)("path", { d: "M.5 12c-.3 0-.5-.3-.5-.6V4.6c0-.3.2-.6.5-.6H5l5-4v16l-5-4H.5zM12 10a2 2 0 1 0 0-4V4a4 4 0 1 1 0 8v-2z" })));
|
|
27
|
+
exports.SpeakerIcon = SpeakerIcon;
|
|
28
|
+
//# sourceMappingURL=SpeakerIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SpeakerIcon.js","sourceRoot":"","sources":["../../src/Icon/SpeakerIcon.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAEH,eAAe;AACf,0CAAmC;AAEnC,uCAAgD;AAEzC,MAAM,WAAW,GAAG,CAAC,KAAmB,EAAE,EAAE,CAAC,CAClD,iBAAC,iBAAO,kBAAC,SAAS,EAAE,EAAE,EAAE,UAAU,EAAE,EAAE,IAAM,KAAK;IAC/C,2BAAM,CAAC,EAAC,uGAAuG,GAAG,CAC1G,CACX,CAAC;AAJW,QAAA,WAAW,eAItB"}
|
|
@@ -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.SupportIcon = void 0;
|
|
22
|
+
/** @jsx jsx */
|
|
23
|
+
const react_1 = require("@emotion/react");
|
|
24
|
+
const SVGIcon_1 = require("./SVGIcon");
|
|
25
|
+
const SupportIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 16, realHeight: 13 }, props),
|
|
26
|
+
(0, react_1.jsx)("path", { d: "M11.33 14.159a7.032 7.032 0 0 0 2.829-2.829l-2.294-2.294a4.005 4.005 0 0 0 0-2.072l2.294-2.294a7.032 7.032 0 0 0-2.829-2.83L9.036 4.135a4.005 4.005 0 0 0-2.072 0L4.67 1.841A7.032 7.032 0 0 0 1.84 4.67l2.294 2.294a4.005 4.005 0 0 0 0 2.072L1.841 11.33a7.032 7.032 0 0 0 2.829 2.83l2.294-2.294a4.005 4.005 0 0 0 2.072 0l2.294 2.294zM8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16zm0-4a4 4 0 1 0 0-8 4 4 0 0 0 0 8zm0 1A5 5 0 1 1 8 3a5 5 0 0 1 0 10z" })));
|
|
27
|
+
exports.SupportIcon = SupportIcon;
|
|
28
|
+
//# sourceMappingURL=SupportIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SupportIcon.js","sourceRoot":"","sources":["../../src/Icon/SupportIcon.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAEH,eAAe;AACf,0CAAmC;AAEnC,uCAAgD;AAEzC,MAAM,WAAW,GAAG,CAAC,KAAmB,EAAE,EAAE,CAAC,CAClD,iBAAC,iBAAO,kBAAC,SAAS,EAAE,EAAE,EAAE,UAAU,EAAE,EAAE,IAAM,KAAK;IAC/C,2BAAM,CAAC,EAAC,kbAAkb,GAAG,CACrb,CACX,CAAC;AAJW,QAAA,WAAW,eAItB"}
|
|
@@ -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.TeamIcon = void 0;
|
|
22
|
+
/** @jsx jsx */
|
|
23
|
+
const react_1 = require("@emotion/react");
|
|
24
|
+
const SVGIcon_1 = require("./SVGIcon");
|
|
25
|
+
const TeamIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 28, realHeight: 31 }, props),
|
|
26
|
+
(0, react_1.jsx)("path", { d: "M4.32 9.65V21.2l9.82 5.82 9.82-5.8V9.64l-9.82-5.82-9.82 5.82zM12.54.4c.9-.53 2.33-.53 3.2 0l10.3 6.1c.9.5 1.6 1.8 1.6 2.83v12.2c0 1.04-.72 2.32-1.6 2.84l-10.3 6.1c-.88.52-2.32.5-3.2 0l-10.3-6.1c-.88-.52-1.6-1.8-1.6-2.85V9.32c0-1.04.73-2.3 1.6-2.83L12.54.4z" })));
|
|
27
|
+
exports.TeamIcon = TeamIcon;
|
|
28
|
+
//# sourceMappingURL=TeamIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TeamIcon.js","sourceRoot":"","sources":["../../src/Icon/TeamIcon.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAEH,eAAe;AACf,0CAAmC;AAEnC,uCAAgD;AAEzC,MAAM,QAAQ,GAAG,CAAC,KAAmB,EAAE,EAAE,CAAC,CAC/C,iBAAC,iBAAO,kBAAC,SAAS,EAAE,EAAE,EAAE,UAAU,EAAE,EAAE,IAAM,KAAK;IAC/C,2BAAM,CAAC,EAAC,kQAAkQ,GAAG,CACrQ,CACX,CAAC;AAJW,QAAA,QAAQ,YAInB"}
|
|
@@ -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.TimedIcon = void 0;
|
|
22
|
+
/** @jsx jsx */
|
|
23
|
+
const react_1 = require("@emotion/react");
|
|
24
|
+
const SVGIcon_1 = require("./SVGIcon");
|
|
25
|
+
const TimedIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 15, realHeight: 16 }, props),
|
|
26
|
+
(0, react_1.jsx)("path", { d: "M7.44 2v1.08a6.48 6.48 0 0 1 5.45 6.42c0 3.59-2.89 6.5-6.45 6.5A6.47 6.47 0 0 1 0 9.5a6.48 6.48 0 0 1 5.45-6.42V2h-.5a1 1 0 0 1-.98-1 1 1 0 0 1 .99-1h2.97a1 1 0 0 1 1 1 1 1 0 0 1-1 1h-.5zm-1 12a4.48 4.48 0 0 0 4.47-4.5c0-2.49-2-4.5-4.47-4.5a4.48 4.48 0 0 0-4.46 4.5c0 2.49 2 4.5 4.46 4.5zm0-1a3.49 3.49 0 0 1-3.47-3.5C2.97 7.57 4.53 6 6.44 6v3.5l2.47 2.47A3.44 3.44 0 0 1 6.44 13zm6.57-10.3l.7.71a1 1 0 0 1 0 1.42.99.99 0 0 1-1.4 0l-.7-.7a1 1 0 0 1 0-1.42.99.99 0 0 1 1.4 0z" })));
|
|
27
|
+
exports.TimedIcon = TimedIcon;
|
|
28
|
+
//# sourceMappingURL=TimedIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TimedIcon.js","sourceRoot":"","sources":["../../src/Icon/TimedIcon.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAEH,eAAe;AACf,0CAAmC;AAEnC,uCAAgD;AAEzC,MAAM,SAAS,GAAG,CAAC,KAAmB,EAAE,EAAE,CAAC,CAChD,iBAAC,iBAAO,kBAAC,SAAS,EAAE,EAAE,EAAE,UAAU,EAAE,EAAE,IAAM,KAAK;IAC/C,2BAAM,CAAC,EAAC,4dAA4d,GAAG,CAC/d,CACX,CAAC;AAJW,QAAA,SAAS,aAIpB"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Wire
|
|
4
|
+
* Copyright (C) 2020 Wire Swiss GmbH
|
|
5
|
+
*
|
|
6
|
+
* This program is free software: you can redistribute it and/or modify
|
|
7
|
+
* it under the terms of the GNU General Public License as published by
|
|
8
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
9
|
+
* (at your option) any later version.
|
|
10
|
+
*
|
|
11
|
+
* This program is distributed in the hope that it will be useful,
|
|
12
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
13
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
14
|
+
* GNU General Public License for more details.
|
|
15
|
+
*
|
|
16
|
+
* You should have received a copy of the GNU General Public License
|
|
17
|
+
* along with this program. If not, see http://www.gnu.org/licenses/.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
|
+
exports.TrashCrossIcon = void 0;
|
|
22
|
+
/** @jsx jsx */
|
|
23
|
+
const react_1 = require("@emotion/react");
|
|
24
|
+
const SVGIcon_1 = require("./SVGIcon");
|
|
25
|
+
const TrashCrossIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 20, realHeight: 18 }, props),
|
|
26
|
+
(0, react_1.jsx)("path", { d: "M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zm2.46-7.12l1.41-1.41L12 12.59l2.12-2.12 1.41 1.41L13.41 14l2.12 2.12-1.41 1.41L12 15.41l-2.12 2.12-1.41-1.41L10.59 14l-2.13-2.12zM15.5 4l-1-1h-5l-1 1H5v2h14V4h-3.5z" })));
|
|
27
|
+
exports.TrashCrossIcon = TrashCrossIcon;
|
|
28
|
+
//# sourceMappingURL=TrashCrossIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TrashCrossIcon.js","sourceRoot":"","sources":["../../src/Icon/TrashCrossIcon.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAEH,eAAe;AACf,0CAAmC;AAEnC,uCAAgD;AAEzC,MAAM,cAAc,GAAG,CAAC,KAAmB,EAAE,EAAE,CAAC,CACrD,iBAAC,iBAAO,kBAAC,SAAS,EAAE,EAAE,EAAE,UAAU,EAAE,EAAE,IAAM,KAAK;IAC/C,2BAAM,CAAC,EAAC,kNAAkN,GAAG,CACrN,CACX,CAAC;AAJW,QAAA,cAAc,kBAIzB"}
|
|
@@ -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.TrashIcon = void 0;
|
|
22
|
+
/** @jsx jsx */
|
|
23
|
+
const react_1 = require("@emotion/react");
|
|
24
|
+
const SVGIcon_1 = require("./SVGIcon");
|
|
25
|
+
const TrashIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 14, realHeight: 16 }, props),
|
|
26
|
+
(0, react_1.jsx)("path", { d: "M5 2H1a1 1 0 0 0-1 1v1h14V3a1 1 0 0 0-1-1H9a2 2 0 1 0-4 0zM1 6h12l-.8 8c-.11 1.1-1.09 2-2.2 2H4c-1.1 0-2.09-.89-2.2-2L1 6z" })));
|
|
27
|
+
exports.TrashIcon = TrashIcon;
|
|
28
|
+
//# sourceMappingURL=TrashIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TrashIcon.js","sourceRoot":"","sources":["../../src/Icon/TrashIcon.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAEH,eAAe;AACf,0CAAmC;AAEnC,uCAAgD;AAEzC,MAAM,SAAS,GAAG,CAAC,KAAmB,EAAE,EAAE,CAAC,CAChD,iBAAC,iBAAO,kBAAC,SAAS,EAAE,EAAE,EAAE,UAAU,EAAE,EAAE,IAAM,KAAK;IAC/C,2BAAM,CAAC,EAAC,4HAA4H,GAAG,CAC/H,CACX,CAAC;AAJW,QAAA,SAAS,aAIpB"}
|
|
@@ -0,0 +1,48 @@
|
|
|
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.TriangleIcon = void 0;
|
|
33
|
+
/** @jsx jsx */
|
|
34
|
+
const react_1 = require("@emotion/react");
|
|
35
|
+
const SVGIcon_1 = require("./SVGIcon");
|
|
36
|
+
const rotation = {
|
|
37
|
+
down: 0,
|
|
38
|
+
left: 90,
|
|
39
|
+
up: 180,
|
|
40
|
+
right: 270,
|
|
41
|
+
};
|
|
42
|
+
const TriangleIcon = (_a) => {
|
|
43
|
+
var { direction = 'down' } = _a, props = __rest(_a, ["direction"]);
|
|
44
|
+
return ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 8, realHeight: 8 }, props),
|
|
45
|
+
(0, react_1.jsx)("path", { transform: `rotate(${rotation[direction]} 4 4)`, fillRule: "evenodd", d: "M0 2h8L4 7" })));
|
|
46
|
+
};
|
|
47
|
+
exports.TriangleIcon = TriangleIcon;
|
|
48
|
+
//# sourceMappingURL=TriangleIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TriangleIcon.js","sourceRoot":"","sources":["../../src/Icon/TriangleIcon.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;;;;AAEH,eAAe;AACf,0CAAmC;AAGnC,uCAAgD;AAMhD,MAAM,QAAQ,GAAa;IACzB,IAAI,EAAE,CAAC;IACP,IAAI,EAAE,EAAE;IACR,EAAE,EAAE,GAAG;IACP,KAAK,EAAE,GAAG;CACX,CAAC;AAEK,MAAM,YAAY,GAAG,CAAC,EAAqC,EAAE,EAAE;QAAzC,EAAC,SAAS,GAAG,MAAM,OAAkB,EAAb,KAAK,cAA7B,aAA8B,CAAD;IAAa,OAAA,CACrE,iBAAC,iBAAO,kBAAC,SAAS,EAAE,CAAC,EAAE,UAAU,EAAE,CAAC,IAAM,KAAK;QAC7C,2BAAM,SAAS,EAAE,UAAU,QAAQ,CAAC,SAAS,CAAC,OAAO,EAAE,QAAQ,EAAC,SAAS,EAAC,CAAC,EAAC,YAAY,GAAG,CACnF,CACX,CAAA;CAAA,CAAC;AAJW,QAAA,YAAY,gBAIvB"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Wire
|
|
4
|
+
* Copyright (C) 2022 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.UploadIcon = void 0;
|
|
22
|
+
/** @jsx jsx */
|
|
23
|
+
const react_1 = require("@emotion/react");
|
|
24
|
+
const SVGIcon_1 = require("./SVGIcon");
|
|
25
|
+
const UploadIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 16, realHeight: 16 }, props),
|
|
26
|
+
(0, react_1.jsx)("path", { d: "M0 14H16V16H0V14ZM7 11H9V4H13L8 0L3 4H7V11Z" })));
|
|
27
|
+
exports.UploadIcon = UploadIcon;
|
|
28
|
+
//# sourceMappingURL=UploadIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UploadIcon.js","sourceRoot":"","sources":["../../src/Icon/UploadIcon.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAEH,eAAe;AACf,0CAAmC;AACnC,uCAAgD;AAEzC,MAAM,UAAU,GAAG,CAAC,KAAmB,EAAE,EAAE,CAAC,CACjD,iBAAC,iBAAO,kBAAC,SAAS,EAAE,EAAE,EAAE,UAAU,EAAE,EAAE,IAAM,KAAK;IAC/C,2BAAM,CAAC,EAAC,6CAA6C,GAAG,CAChD,CACX,CAAC;AAJW,QAAA,UAAU,cAIrB"}
|
|
@@ -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.WireIcon = void 0;
|
|
22
|
+
/** @jsx jsx */
|
|
23
|
+
const react_1 = require("@emotion/react");
|
|
24
|
+
const SVGIcon_1 = require("./SVGIcon");
|
|
25
|
+
const WireIcon = (props) => ((0, react_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 16, realHeight: 14 }, props),
|
|
26
|
+
(0, react_1.jsx)("path", { d: "M10.89 13.35c2.82 0 5.11-2.3 5.11-5.13V.44h-1.88v7.78a3.23 3.23 0 0 1-5.16 2.62l.08.72a5.2 5.2 0 0 0 1.22-3.34V2.26a2.27 2.27 0 0 0-4.53 0v5.96c0 1.25.46 2.4 1.27 3.35l.1-.73a3.26 3.26 0 0 1-5.2-2.62L1.86.94v-.5H0v7.78a5.15 5.15 0 0 0 8.35 4.04h-.62c.89.7 2 1.1 3.16 1.1zM8.39 2.26v5.96c0 .76-.28 1.5-.77 2.09l.76-.01a3.16 3.16 0 0 1-.76-2.08V2.26c0-.2.17-.38.38-.38.2 0 .38.18.38.38z" })));
|
|
27
|
+
exports.WireIcon = WireIcon;
|
|
28
|
+
//# sourceMappingURL=WireIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WireIcon.js","sourceRoot":"","sources":["../../src/Icon/WireIcon.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,kYAAkY,GAAG,CACrY,CACX,CAAC;AAJW,QAAA,QAAQ,YAInB"}
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Wire
|
|
4
|
+
* Copyright (C) 2018 Wire Swiss GmbH
|
|
5
|
+
*
|
|
6
|
+
* This program is free software: you can redistribute it and/or modify
|
|
7
|
+
* it under the terms of the GNU General Public License as published by
|
|
8
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
9
|
+
* (at your option) any later version.
|
|
10
|
+
*
|
|
11
|
+
* This program is distributed in the hope that it will be useful,
|
|
12
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
13
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
14
|
+
* GNU General Public License for more details.
|
|
15
|
+
*
|
|
16
|
+
* You should have received a copy of the GNU General Public License
|
|
17
|
+
* along with this program. If not, see http://www.gnu.org/licenses/.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
23
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
24
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
25
|
+
}
|
|
26
|
+
Object.defineProperty(o, k2, desc);
|
|
27
|
+
}) : (function(o, m, k, k2) {
|
|
28
|
+
if (k2 === undefined) k2 = k;
|
|
29
|
+
o[k2] = m[k];
|
|
30
|
+
}));
|
|
31
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
32
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
33
|
+
};
|
|
34
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35
|
+
__exportStar(require("./AddPeopleIcon"), exports);
|
|
36
|
+
__exportStar(require("./ArchiveIcon"), exports);
|
|
37
|
+
__exportStar(require("./ArrowIcon"), exports);
|
|
38
|
+
__exportStar(require("./AttachmentIcon"), exports);
|
|
39
|
+
__exportStar(require("./AudioVideoIcon"), exports);
|
|
40
|
+
__exportStar(require("./BlockIcon"), exports);
|
|
41
|
+
__exportStar(require("./CopyIcon"), exports);
|
|
42
|
+
__exportStar(require("./CallIcon"), exports);
|
|
43
|
+
__exportStar(require("./CameraIcon"), exports);
|
|
44
|
+
__exportStar(require("./CamIcon"), exports);
|
|
45
|
+
__exportStar(require("./CheckIcon"), exports);
|
|
46
|
+
__exportStar(require("./CheckRoundIcon"), exports);
|
|
47
|
+
__exportStar(require("./ChevronIcon"), exports);
|
|
48
|
+
__exportStar(require("./CloseIcon"), exports);
|
|
49
|
+
__exportStar(require("./DeviceIcon"), exports);
|
|
50
|
+
__exportStar(require("./DownloadIcon"), exports);
|
|
51
|
+
__exportStar(require("./EditDocumentIcon"), exports);
|
|
52
|
+
__exportStar(require("./EditIcon"), exports);
|
|
53
|
+
__exportStar(require("./EnterIcon"), exports);
|
|
54
|
+
__exportStar(require("./ErrorIcon"), exports);
|
|
55
|
+
__exportStar(require("./FileIcon"), exports);
|
|
56
|
+
__exportStar(require("./GifIcon"), exports);
|
|
57
|
+
__exportStar(require("./GroupIcon"), exports);
|
|
58
|
+
__exportStar(require("./HangupIcon"), exports);
|
|
59
|
+
__exportStar(require("./HideIcon"), exports);
|
|
60
|
+
__exportStar(require("./ImageIcon"), exports);
|
|
61
|
+
__exportStar(require("./SupportIcon"), exports);
|
|
62
|
+
__exportStar(require("./InfoIcon"), exports);
|
|
63
|
+
__exportStar(require("./InviteIcon"), exports);
|
|
64
|
+
__exportStar(require("./LeaveIcon"), exports);
|
|
65
|
+
__exportStar(require("./LinkIcon"), exports);
|
|
66
|
+
__exportStar(require("./ListIcon"), exports);
|
|
67
|
+
__exportStar(require("./LockIcon"), exports);
|
|
68
|
+
__exportStar(require("./MessageIcon"), exports);
|
|
69
|
+
__exportStar(require("./MinusIcon"), exports);
|
|
70
|
+
__exportStar(require("./MoreIcon"), exports);
|
|
71
|
+
__exportStar(require("./MuteIcon"), exports);
|
|
72
|
+
__exportStar(require("./NotificationIcon"), exports);
|
|
73
|
+
__exportStar(require("./NotificationOffIcon"), exports);
|
|
74
|
+
__exportStar(require("./OptionsIcon"), exports);
|
|
75
|
+
__exportStar(require("./GridIcon"), exports);
|
|
76
|
+
__exportStar(require("./PeopleIcon"), exports);
|
|
77
|
+
__exportStar(require("./PingIcon"), exports);
|
|
78
|
+
__exportStar(require("./PlaneIcon"), exports);
|
|
79
|
+
__exportStar(require("./PlusIcon"), exports);
|
|
80
|
+
__exportStar(require("./ProfileIcon"), exports);
|
|
81
|
+
__exportStar(require("./RecordIcon"), exports);
|
|
82
|
+
__exportStar(require("./RecordBoldIcon"), exports);
|
|
83
|
+
__exportStar(require("./RecordPendingIcon"), exports);
|
|
84
|
+
__exportStar(require("./ReloadIcon"), exports);
|
|
85
|
+
__exportStar(require("./ScreenshareIcon"), exports);
|
|
86
|
+
__exportStar(require("./SearchIcon"), exports);
|
|
87
|
+
__exportStar(require("./ServicesIcon"), exports);
|
|
88
|
+
__exportStar(require("./SettingsIcon"), exports);
|
|
89
|
+
__exportStar(require("./ShowIcon"), exports);
|
|
90
|
+
__exportStar(require("./SignIcon"), exports);
|
|
91
|
+
__exportStar(require("./SpeakerIcon"), exports);
|
|
92
|
+
__exportStar(require("./TeamIcon"), exports);
|
|
93
|
+
__exportStar(require("./TimedIcon"), exports);
|
|
94
|
+
__exportStar(require("./TrashIcon"), exports);
|
|
95
|
+
__exportStar(require("./TrashCrossIcon"), exports);
|
|
96
|
+
__exportStar(require("./TriangleIcon"), exports);
|
|
97
|
+
__exportStar(require("./UploadIcon"), exports);
|
|
98
|
+
__exportStar(require("./WireIcon"), exports);
|
|
99
|
+
// Brand Icons
|
|
100
|
+
__exportStar(require("./Brand/AndroidIcon"), exports);
|
|
101
|
+
__exportStar(require("./Brand/AppleIcon"), exports);
|
|
102
|
+
__exportStar(require("./Brand/ChromeIcon"), exports);
|
|
103
|
+
__exportStar(require("./Brand/FacebookIcon"), exports);
|
|
104
|
+
__exportStar(require("./Brand/GitHubIcon"), exports);
|
|
105
|
+
__exportStar(require("./Brand/LinkedInIcon"), exports);
|
|
106
|
+
__exportStar(require("./Brand/LinuxIcon"), exports);
|
|
107
|
+
__exportStar(require("./Brand/MicrosoftIcon"), exports);
|
|
108
|
+
__exportStar(require("./Brand/TwitterIcon"), exports);
|
|
109
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/Icon/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;;;;;;AAEH,kDAAgC;AAChC,gDAA8B;AAC9B,8CAA4B;AAC5B,mDAAiC;AACjC,mDAAiC;AACjC,8CAA4B;AAC5B,6CAA2B;AAC3B,6CAA2B;AAC3B,+CAA6B;AAC7B,4CAA0B;AAC1B,8CAA4B;AAC5B,mDAAiC;AACjC,gDAA8B;AAC9B,8CAA4B;AAC5B,+CAA6B;AAC7B,iDAA+B;AAC/B,qDAAmC;AACnC,6CAA2B;AAC3B,8CAA4B;AAC5B,8CAA4B;AAC5B,6CAA2B;AAC3B,4CAA0B;AAC1B,8CAA4B;AAC5B,+CAA6B;AAC7B,6CAA2B;AAC3B,8CAA4B;AAC5B,gDAA8B;AAC9B,6CAA2B;AAC3B,+CAA6B;AAC7B,8CAA4B;AAC5B,6CAA2B;AAC3B,6CAA2B;AAC3B,6CAA2B;AAC3B,gDAA8B;AAC9B,8CAA4B;AAC5B,6CAA2B;AAC3B,6CAA2B;AAC3B,qDAAmC;AACnC,wDAAsC;AACtC,gDAA8B;AAC9B,6CAA2B;AAC3B,+CAA6B;AAC7B,6CAA2B;AAC3B,8CAA4B;AAC5B,6CAA2B;AAC3B,gDAA8B;AAC9B,+CAA6B;AAC7B,mDAAiC;AACjC,sDAAoC;AACpC,+CAA6B;AAC7B,oDAAkC;AAClC,+CAA6B;AAC7B,iDAA+B;AAC/B,iDAA+B;AAC/B,6CAA2B;AAC3B,6CAA2B;AAC3B,gDAA8B;AAC9B,6CAA2B;AAC3B,8CAA4B;AAC5B,8CAA4B;AAC5B,mDAAiC;AACjC,iDAA+B;AAC/B,+CAA6B;AAC7B,6CAA2B;AAE3B,cAAc;AACd,sDAAoC;AACpC,oDAAkC;AAClC,qDAAmC;AACnC,uDAAqC;AACrC,qDAAmC;AACnC,uDAAqC;AACrC,oDAAkC;AAClC,wDAAsC;AACtC,sDAAoC"}
|