@wireapp/react-ui-kit 9.17.9 → 9.18.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/Form/Button.js +1 -15
- package/lib/Form/Button.styles.js +157 -110
- package/lib/Form/ButtonLink.d.ts.map +1 -1
- package/lib/Form/ButtonLink.js +5 -16
- package/lib/Form/Checkbox.js +75 -45
- package/lib/Form/CodeInput.js +17 -6
- package/lib/Form/DropFileInput.js +5 -14
- package/lib/Form/ErrorMessage.js +8 -19
- package/lib/Form/Form.d.ts.map +1 -1
- package/lib/Form/Form.js +2 -2
- package/lib/Form/IndicatorRangeInput.js +6 -19
- package/lib/Form/IndicatorRangeInput.styles.js +36 -6
- package/lib/Form/Input.js +21 -18
- package/lib/Form/InputBlock.d.ts +1 -1
- package/lib/Form/InputBlock.d.ts.map +1 -1
- package/lib/Form/InputBlock.js +1 -1
- package/lib/Form/InputLabel.js +6 -20
- package/lib/Form/InputSubmitCombo.js +22 -25
- package/lib/Form/RangeInput.d.ts +0 -1
- package/lib/Form/RangeInput.d.ts.map +1 -1
- package/lib/Form/RangeInput.js +2 -14
- package/lib/Form/RangeInput.styles.js +26 -14
- package/lib/Form/RoundIconButton.js +14 -16
- package/lib/Form/Select.d.ts.map +1 -1
- package/lib/Form/Select.js +9 -16
- package/lib/Form/SelectComponents.d.ts.map +1 -1
- package/lib/Form/SelectComponents.js +21 -35
- package/lib/Form/SelectStyles.js +164 -82
- package/lib/Form/TextArea.js +11 -4
- package/lib/Form/Tooltip.js +2 -14
- package/lib/GlobalStyle.d.ts +0 -1
- package/lib/GlobalStyle.d.ts.map +1 -1
- package/lib/GlobalStyle.js +17 -3
- package/lib/Icon/AddPeopleIcon.js +1 -15
- package/lib/Icon/ArchiveIcon.js +1 -1
- package/lib/Icon/ArrowDown.js +1 -15
- package/lib/Icon/ArrowIcon.js +1 -15
- package/lib/Icon/AttachmentIcon.js +1 -1
- package/lib/Icon/AudioVideoIcon.js +1 -1
- package/lib/Icon/BlockIcon.js +1 -1
- package/lib/Icon/Brand/AndroidIcon.js +1 -1
- package/lib/Icon/Brand/AppleIcon.js +1 -1
- package/lib/Icon/Brand/ChromeIcon.js +1 -1
- package/lib/Icon/Brand/FacebookIcon.js +1 -1
- package/lib/Icon/Brand/GitHubIcon.js +1 -1
- package/lib/Icon/Brand/LinkedInIcon.js +1 -1
- package/lib/Icon/Brand/LinuxIcon.js +1 -1
- package/lib/Icon/Brand/MicrosoftIcon.js +1 -1
- package/lib/Icon/Brand/TwitterIcon.js +1 -1
- package/lib/Icon/CallIcon.js +1 -1
- package/lib/Icon/CamIcon.js +1 -1
- package/lib/Icon/CameraIcon.js +1 -15
- package/lib/Icon/CertificateExpired.js +1 -1
- package/lib/Icon/CertificateRevoked.js +1 -1
- package/lib/Icon/CheckIcon.js +1 -1
- package/lib/Icon/CheckRoundIcon.js +1 -1
- package/lib/Icon/ChevronIcon.js +1 -15
- package/lib/Icon/CircleCloseIcon.js +1 -1
- package/lib/Icon/CloseIcon.js +1 -1
- package/lib/Icon/CopyIcon.js +1 -1
- package/lib/Icon/DeviceIcon.js +1 -1
- package/lib/Icon/DownloadIcon.js +1 -1
- package/lib/Icon/EditDocumentIcon.js +1 -15
- package/lib/Icon/EditIcon.js +1 -1
- package/lib/Icon/EnterIcon.js +1 -1
- package/lib/Icon/ErrorIcon.js +1 -1
- package/lib/Icon/ExpiresSoon.js +1 -1
- package/lib/Icon/FileIcon.js +1 -1
- package/lib/Icon/GifIcon.js +1 -1
- package/lib/Icon/GridIcon.js +1 -15
- package/lib/Icon/GroupIcon.js +1 -1
- package/lib/Icon/HangupIcon.js +1 -1
- package/lib/Icon/HideIcon.js +1 -1
- package/lib/Icon/ImageIcon.js +1 -1
- package/lib/Icon/InfoIcon.js +1 -1
- package/lib/Icon/InviteIcon.js +1 -1
- package/lib/Icon/LeaveIcon.js +1 -1
- package/lib/Icon/LinkIcon.js +1 -15
- package/lib/Icon/ListIcon.js +1 -1
- package/lib/Icon/LockIcon.js +1 -1
- package/lib/Icon/MLSVerified.js +1 -1
- package/lib/Icon/MessageIcon.js +1 -1
- package/lib/Icon/MinusIcon.js +1 -1
- package/lib/Icon/MoreIcon.js +1 -1
- package/lib/Icon/MuteIcon.js +1 -1
- package/lib/Icon/NotificationIcon.js +1 -1
- package/lib/Icon/NotificationOffIcon.js +1 -1
- package/lib/Icon/OptionsIcon.js +1 -1
- package/lib/Icon/OutlineCheck.d.ts +3 -0
- package/lib/Icon/OutlineCheck.d.ts.map +1 -0
- package/lib/Icon/OutlineCheck.js +25 -0
- package/lib/Icon/PeopleIcon.js +1 -15
- package/lib/Icon/PingIcon.js +1 -1
- package/lib/Icon/PlaneIcon.js +1 -1
- package/lib/Icon/PlusIcon.js +1 -1
- package/lib/Icon/ProfileIcon.js +1 -1
- package/lib/Icon/ProteusVerified.js +1 -1
- package/lib/Icon/RecordBoldIcon.js +4 -18
- package/lib/Icon/RecordIcon.js +1 -1
- package/lib/Icon/RecordPendingIcon.js +1 -1
- package/lib/Icon/ReloadIcon.js +1 -1
- package/lib/Icon/SVGIcon.js +2 -14
- package/lib/Icon/ScreenshareIcon.js +1 -1
- package/lib/Icon/SearchIcon.js +1 -1
- package/lib/Icon/ServicesIcon.js +1 -1
- package/lib/Icon/SettingsIcon.js +1 -1
- package/lib/Icon/ShowIcon.js +1 -1
- package/lib/Icon/SignIcon.js +1 -1
- package/lib/Icon/SpeakerIcon.js +1 -1
- package/lib/Icon/StarIcon.js +1 -1
- package/lib/Icon/SupportIcon.js +1 -1
- package/lib/Icon/TeamIcon.js +1 -1
- package/lib/Icon/TimedIcon.js +1 -1
- package/lib/Icon/TrashCrossIcon.js +1 -1
- package/lib/Icon/TrashIcon.js +1 -1
- package/lib/Icon/TriangleIcon.js +1 -15
- package/lib/Icon/UploadIcon.js +1 -1
- package/lib/Icon/VerificationShieldIcon.js +1 -4
- package/lib/Icon/WireIcon.js +1 -1
- package/lib/Icon/index.d.ts +1 -0
- package/lib/Icon/index.d.ts.map +1 -1
- package/lib/Icon/index.js +1 -0
- package/lib/Identity/Animation.js +62 -88
- package/lib/Identity/Avatar.js +2 -2
- package/lib/Identity/AvatarGrid.js +4 -16
- package/lib/Identity/Logo.js +1 -15
- package/lib/Identity/colors-v2.js +25 -3
- package/lib/Identity/colors.js +11 -2
- package/lib/Layout/Box.d.ts +1 -1
- package/lib/Layout/Box.d.ts.map +1 -1
- package/lib/Layout/Box.js +1 -1
- package/lib/Layout/Column.d.ts +1 -1
- package/lib/Layout/Column.d.ts.map +1 -1
- package/lib/Layout/Column.js +2 -2
- package/lib/Layout/Container.js +6 -20
- package/lib/Layout/Content.d.ts +1 -1
- package/lib/Layout/Content.d.ts.map +1 -1
- package/lib/Layout/Content.js +1 -1
- package/lib/Layout/FlexBox.js +1 -1
- package/lib/Layout/Footer.d.ts.map +1 -1
- package/lib/Layout/Footer.js +1 -1
- package/lib/Layout/Header.d.ts +1 -1
- package/lib/Layout/Header.d.ts.map +1 -1
- package/lib/Layout/Header.js +1 -1
- package/lib/Layout/MatchMedia.js +8 -8
- package/lib/Layout/Spacer.js +1 -2
- package/lib/Layout/StyledApp.js +2 -16
- package/lib/Layout/headerMenu/HeaderMenu.js +2 -14
- package/lib/Layout/headerMenu/HeaderSubMenu.d.ts +1 -1
- package/lib/Layout/headerMenu/HeaderSubMenu.d.ts.map +1 -1
- package/lib/Layout/headerMenu/HeaderSubMenu.js +4 -16
- package/lib/Layout/headerMenu/MenuContent.js +14 -2
- package/lib/Layout/headerMenu/MenuItems.js +1 -1
- package/lib/Layout/headerMenu/MenuLink.js +28 -35
- package/lib/Layout/headerMenu/MenuOpenButton.js +1 -1
- package/lib/Layout/headerMenu/MenuScrollableItems.js +1 -1
- package/lib/Layout/headerMenu/MenuSubLink.js +15 -5
- package/lib/Menu/MenuModal.d.ts.map +1 -1
- package/lib/Menu/MenuModal.js +28 -35
- package/lib/Menu/TabBar.d.ts +1 -1
- package/lib/Menu/TabBar.d.ts.map +1 -1
- package/lib/Menu/TabBar.js +13 -22
- package/lib/Misc/ButtonGroup.js +38 -35
- package/lib/Misc/IconButton.js +63 -50
- package/lib/Misc/IsInViewport.js +2 -14
- package/lib/Misc/Loading.js +3 -15
- package/lib/Misc/Pagination.js +2 -14
- package/lib/Misc/Pill.js +1 -1
- package/lib/Misc/childrenWithDefaultProps.d.ts.map +1 -1
- package/lib/Misc/childrenWithDefaultProps.js +1 -1
- package/lib/Modal/Modal.js +11 -22
- package/lib/Modal/Overlay.d.ts +2 -2
- package/lib/Modal/Overlay.d.ts.map +1 -1
- package/lib/Modal/Overlay.js +5 -19
- package/lib/Text/Heading.js +49 -45
- package/lib/Text/Label.d.ts.map +1 -1
- package/lib/Text/Label.js +13 -23
- package/lib/Text/Line.js +1 -1
- package/lib/Text/Link.js +26 -31
- package/lib/Text/Paragraph.js +15 -23
- package/lib/Text/Text.js +6 -6
- package/lib/Text/TextLink.d.ts.map +1 -1
- package/lib/Text/TextLink.js +4 -16
- package/lib/Text/Title.js +5 -16
- package/lib/Theme/Theme.js +1 -1
- package/lib/mediaQueries.js +1 -1
- package/lib/util.js +1 -1
- package/package.json +3 -3
|
@@ -21,5 +21,5 @@ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
const SVGIcon_1 = require("../SVGIcon");
|
|
24
|
-
const ChromeIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon,
|
|
24
|
+
const ChromeIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 32, realHeight: 32, ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M11.756 11.758a6 6 0 1 0 8.486 8.484 5.997 5.997 0 0 0 0-8.484 6 6 0 0 0-8.486 0M27.68 5.065l-6.022 6.025a7.492 7.492 0 0 1-.355 10.213 7.464 7.464 0 0 1-2.859 1.78l2.204 8.227c5.267-1.605 9.385-5.842 10.813-11.169 1.426-5.327-.022-11.055-3.78-15.076M10.694 21.303a7.496 7.496 0 0 1-2.059-6.732L.423 12.37A15.896 15.896 0 0 0 2.12 23.95a15.885 15.885 0 0 0 9.743 7.504c2.542.684 5.22.726 7.776.127l-2.202-8.219a7.494 7.494 0 0 1-6.742-2.058m0-10.606c2.806-2.805 7.273-2.917 10.221-.349l6.023-6.026A16.013 16.013 0 0 0 20.15.547C11.791-1.69 3.186 3.138.695 11.354l8.22 2.203a7.452 7.452 0 0 1 1.78-2.86", fillRule: "evenodd" }) }));
|
|
25
25
|
exports.ChromeIcon = ChromeIcon;
|
|
@@ -21,5 +21,5 @@ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
const SVGIcon_1 = require("../SVGIcon");
|
|
24
|
-
const FacebookIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon,
|
|
24
|
+
const FacebookIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 16, ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M14.227 1H1.773A.773.773 0 0 0 1 1.773v12.454c0 .427.346.773.773.773h6.705V9.578H6.653V7.466h1.825V5.907c0-1.808 1.104-2.793 2.717-2.793a14.8 14.8 0 0 1 1.63.084v1.89h-1.118c-.877 0-1.047.417-1.047 1.029v1.349h2.092l-.272 2.112h-1.82V15h3.567a.773.773 0 0 0 .773-.773V1.773A.773.773 0 0 0 14.227 1" }) }));
|
|
25
25
|
exports.FacebookIcon = FacebookIcon;
|
|
@@ -21,5 +21,5 @@ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
const SVGIcon_1 = require("../SVGIcon");
|
|
24
|
-
const GitHubIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon,
|
|
24
|
+
const GitHubIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 16, ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M8 .5a7.5 7.5 0 0 0-2.37 14.616c.375.07.511-.163.511-.361 0-.178-.006-.65-.01-1.276-2.086.453-2.526-1.005-2.526-1.005-.341-.867-.833-1.097-.833-1.097-.68-.465.052-.456.052-.456.752.053 1.148.773 1.148.773.67 1.146 1.755.815 2.183.623.068-.485.262-.815.476-1.003-1.665-.189-3.416-.832-3.416-3.706a2.9 2.9 0 0 1 .772-2.013c-.077-.19-.335-.952.073-1.985 0 0 .63-.201 2.063.77A7.183 7.183 0 0 1 8 4.126a7.194 7.194 0 0 1 1.878.252c1.432-.97 2.06-.769 2.06-.769.41 1.033.152 1.796.075 1.985a2.9 2.9 0 0 1 .771 2.013c0 2.881-1.754 3.515-3.424 3.7.269.232.509.69.509 1.39 0 1.002-.01 1.81-.01 2.057 0 .2.135.434.516.36A7.5 7.5 0 0 0 8 .5" }) }));
|
|
25
25
|
exports.GitHubIcon = GitHubIcon;
|
|
@@ -21,5 +21,5 @@ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
const SVGIcon_1 = require("../SVGIcon");
|
|
24
|
-
const LinkedInIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon,
|
|
24
|
+
const LinkedInIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 16, ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M.333 5.333v10.334h3.334V5.333H.333zM9 9.667c0-1.334.852-2 1.852-2s1.815.666 1.815 2.333v5.667H16v-6C16 6.667 14.333 5 12 5c-1.333 0-2.333.76-3 1.76l-.111-1.427H5.61c0 .352.056 2.334.056 2.334v8H9v-6zm-7.019-6C3.222 3.667 4 2.852 4 1.833 3.981.796 3.222 0 2.019 0 .796 0 0 .796 0 1.833c0 1.019.778 1.834 1.963 1.834h.018z" }) }));
|
|
25
25
|
exports.LinkedInIcon = LinkedInIcon;
|
|
@@ -21,5 +21,5 @@ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
const SVGIcon_1 = require("../SVGIcon");
|
|
24
|
-
const LinuxIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon,
|
|
24
|
+
const LinuxIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 32, realHeight: 32, ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M28.697 25.245c.695.765.997 1.336.968 1.846-.03.51-.41.862-.88 1.142-.938.561-2.354.986-3.206 2.012l-.166-.136.164.137c-.894 1.055-2.001 1.664-3.042 1.745-1.04.081-2.015-.395-2.54-1.435l-.002-.004a1.825 1.825 0 0 1-.157-.42c-1.354.076-2.531-.332-3.474-.256-1.39.075-2.257.407-3.047.411-.305.666-.9 1.098-1.633 1.264-1.01.229-2.277-.001-3.526-.649l.1-.188-.101.188c-1.167-.613-2.648-.558-3.741-.784-.547-.113-1.03-.313-1.266-.768-.235-.453-.192-1.078.141-1.982.105-.322.026-.797-.051-1.299a4.894 4.894 0 0 1-.075-.739c0-.267.043-.531.175-.776l.002-.002c.28-.535.743-.756 1.165-.906.421-.15.804-.25 1.073-.517.288-.301.547-.75.896-1.12.047-.05.096-.098.148-.143-.165-1.078.014-2.216.389-3.332.794-2.367 2.471-4.64 3.662-6.044 1.014-1.429 1.313-2.58 1.417-4.042.085-1.998-1.426-7.967 4.272-8.422a8.15 8.15 0 0 1 .65-.026c5.099.007 4.812 5.335 4.78 8.207-.02 1.883 1.03 3.157 2.103 4.5.959 1.123 2.214 2.766 2.934 4.651.586 1.536.814 3.236.233 4.943a1.657 1.657 0 0 1 .513.306l.002.002c.418.353.549.897.665 1.401.117.505.226.979.454 1.234l.001.001zm.54 1.822c.018-.315-.196-.808-.86-1.539-.346-.386-.437-.927-.552-1.423-.116-.496-.248-.94-.528-1.174l-.002-.002c-.363-.315-.719-.339-1.143-.329-.091.002-.185.007-.282.01-.483.552-1.627 1.227-2.421 1.02-.726-.182-1.136-1.02-1.187-1.842-.02.01-.042.02-.063.032-.448.244-.701.676-.862 1.316-.161.64-.215 1.469-.263 2.418v.002c-.046.74-.388 1.652-.627 2.54-.238.888-.356 1.729-.073 2.262l.002.003v.001c.456.907 1.23 1.276 2.125 1.206.896-.07 1.914-.611 2.748-1.595.96-1.154 2.466-1.596 3.315-2.104.424-.253.654-.487.672-.802zM13 27.778c2.384 1.614 5.193.994 7.217-.438.2-.685.4-1.331.43-1.81.047-.95.098-1.797.274-2.496.176-.701.493-1.272 1.073-1.587.093-.05.186-.09.278-.122.006-.06.015-.118.026-.175.166-1.093 1.15-1.146 2.386-.608 1.191.535 1.638 1.001 1.436 1.634h.022a3.84 3.84 0 0 1 .24 0c.248-.798-.267-1.383-1.66-2.055a6.131 6.131 0 0 0-.278-.122c.186-.75.15-1.51-.024-2.232-.38-1.584-1.425-2.987-2.22-3.685-.148-.006-.133.122.163.407.734.67 2.338 3.072 1.47 5.303a2.52 2.52 0 0 0-.69-.087c-.332-1.818-1.1-3.328-1.487-4.038-.727-1.339-1.857-4.082-2.343-5.982-.283.4-.78.743-1.406.937h-.001c-.297.096-.609.341-1 .563-.36.204-.792.383-1.345.383-.05 0-.1-.001-.152-.004a1.975 1.975 0 0 1-1.177-.454c-.285-.226-.504-.476-.796-.646a6.594 6.594 0 0 1-.39-.254c-.126 2.365-1.718 5.331-2.48 7.042-.522 1.233-.833 2.55-.87 3.843-1.374-1.816-.37-4.142.166-5.15.6-1.103.692-1.406.547-1.3-.54.874-1.387 2.266-1.716 3.697-.172.746-.204 1.501.02 2.2.222.698.698 1.342 1.55 1.866 1.157.705 1.946 1.41 2.411 2.034.466.625.612 1.172.466 1.56a.783.783 0 0 1-.429.439 1.514 1.514 0 0 1-.62.115c.124.155.249.312.37.47.192.248.377.499.539.752zm.103 1.616c.06-.585-.395-1.35-.981-2.11-.587-.762-1.28-1.508-1.607-2.187l-.001-.002-1.232-2.226c-.427-.573-.87-.925-1.378-1.002a1.459 1.459 0 0 0-.226-.017c-.383.002-.637.18-.89.449-.301.318-.558.767-.9 1.125l-.002.002-.002.001c-.37.368-.839.479-1.234.62-.395.14-.714.288-.93.703l-.002.003c-.17.312-.133.76-.057 1.252.076.492.192 1.017.036 1.496l-.002.004-.001.004c-.317.856-.314 1.359-.164 1.647.149.288.474.444.971.546.996.207 2.549.139 3.854.824 1.18.612 2.361.808 3.232.61.871-.197 1.439-.74 1.516-1.737v-.005zm-.212-20.857c-.267.199-.354.457-.262.76.092.304.388.654.927.956v.001h.002c.335.196.564.459.826.668.132.104.27.198.436.268.166.07.36.118.604.133.57.032.99-.137 1.36-.348.372-.21.687-.467 1.047-.583h.002c.74-.23 1.267-.691 1.433-1.13a.737.737 0 0 0-.019-.619c-.099-.192-.301-.375-.645-.515H18.6c-.715-.304-1.026-.326-1.425-.583-.65-.414-1.187-.56-1.633-.558a1.96 1.96 0 0 0-.63.106c-.543.186-.904.573-1.13.785v.001c-.045.042-.102.08-.241.18-.14.102-.349.254-.65.478zm-.148-2.86a2.43 2.43 0 0 0-.104.892v.003c.02.324.085.599.207.874.103.232.22.408.372.548l.179-.13c.078-.057.142-.108.236-.18a.84.84 0 0 1-.269-.358 1.443 1.443 0 0 1-.109-.443l-.001-.019a1.422 1.422 0 0 1 .03-.47.849.849 0 0 1 .162-.357c.077-.092.157-.14.254-.147a.366.366 0 0 1 .274.102c.092.078.162.18.224.324a1.479 1.479 0 0 1 .11.459c.013.123.01.234-.005.343a2.274 2.274 0 0 1 .642-.288c.01-.125.012-.253.003-.389v-.003a2.404 2.404 0 0 0-.205-.874 1.561 1.561 0 0 0-.46-.623.843.843 0 0 0-.591-.203c-.212.01-.388.097-.563.27-.175.171-.295.38-.386.669zm3.363.808v.029c.002.106.01.207.023.305.229.054.56.147.819.275a1.625 1.625 0 0 1-.022-.343c.007-.208.044-.382.117-.558a.993.993 0 0 1 .281-.402.53.53 0 0 1 .37-.137.517.517 0 0 1 .358.162c.113.109.19.24.251.421.058.173.085.342.08.54l-.002.025a1.52 1.52 0 0 1-.117.556c-.048.118-.179.211-.245.29.091.032.18.061.294.104a9.538 9.538 0 0 1 .503.206c.114-.136.208-.293.29-.48a2.391 2.391 0 0 0 .204-1.05 2.37 2.37 0 0 0-.225-.993 1.79 1.79 0 0 0-.593-.742 1.294 1.294 0 0 0-.79-.267h-.014a1.29 1.29 0 0 0-.8.281 1.819 1.819 0 0 0-.579.754 2.353 2.353 0 0 0-.203 1.024zM15.78 7.64c-.008-.027.017-.06.04-.073.101-.06.239-.037.346.008.084.035.214.096.202.191-.009.073-.114.1-.182.098-.071-.002-.122-.08-.185-.114-.072-.04-.197-.026-.221-.11zm-1.142.224c-.068.002-.174-.025-.182-.098-.012-.095.118-.156.201-.191.108-.045.245-.068.346-.008.023.014.049.046.04.073-.023.084-.148.07-.22.11-.063.035-.114.112-.185.114zm-1.605 1.454c-.219-.172-.193-.414-.103-.407.15.019.173.217.268.306.128.12.289.275.483.43.39.307.908.607 1.557.607.648 0 1.405-.38 1.867-.64.261-.146.594-.41.866-.609.208-.152.2-.336.372-.316.172.02.045.203-.196.413-.24.21-.616.488-.922.647-.582.304-1.263.672-1.987.672-.724 0-1.296-.334-1.707-.66-.206-.163-.372-.325-.498-.443z", fillRule: "evenodd" }) }));
|
|
25
25
|
exports.LinuxIcon = LinuxIcon;
|
|
@@ -21,5 +21,5 @@ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
const SVGIcon_1 = require("../SVGIcon");
|
|
24
|
-
const MicrosoftIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon,
|
|
24
|
+
const MicrosoftIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 32, realHeight: 32, ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M14.659 2.511A1280.2 1280.2 0 0 1 31.996 0c.004 5.056 0 10.107.004 15.163-5.78.022-11.558.11-17.341.128-.004-4.262-.004-8.521 0-12.78zM0 4.551c4.346-.669 8.71-1.246 13.076-1.791.003 4.193.003 8.382.007 12.575-4.361-.004-8.722.062-13.083.05V4.552zm0 12.155c4.357-.015 8.715.054 13.072.047 0 4.204.01 8.408.004 12.611C8.722 28.721 4.36 28.158 0 27.57V16.706zm14.633.168h17.363c.008 5.04 0 10.081 0 15.126a1259.017 1259.017 0 0 0-17.337-2.446c-.008-4.225-.019-8.451-.026-12.68z", fillRule: "evenodd" }) }));
|
|
25
25
|
exports.MicrosoftIcon = MicrosoftIcon;
|
|
@@ -21,5 +21,5 @@ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
const SVGIcon_1 = require("../SVGIcon");
|
|
24
|
-
const TwitterIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon,
|
|
24
|
+
const TwitterIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 16, ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M13.73 3.687a3.079 3.079 0 0 0 1.353-1.71 6.27 6.27 0 0 1-1.944.75 3.14 3.14 0 0 0-2.257-.977 3.075 3.075 0 0 0-3.073 3.089c0 .244.017.488.07.715-2.553-.14-4.81-1.309-6.337-3.176-.26.454-.417.925-.417 1.5a3.08 3.08 0 0 0 1.372 2.566 3.118 3.118 0 0 1-1.39-.384c0 1.536 1.06 2.792 2.466 3.071a3.17 3.17 0 0 1-1.389.053c.382 1.221 1.528 2.129 2.865 2.146-1.042.838-2.379 1.466-3.82 1.466-.243 0-.486-.018-.729-.052C1.854 13.616 3.486 14 5.222 14c5.66 0 8.75-4.712 8.75-8.795v-.401A6.391 6.391 0 0 0 15.5 3.198a6.06 6.06 0 0 1-1.77.489z" }) }));
|
|
25
25
|
exports.TwitterIcon = TwitterIcon;
|
package/lib/Icon/CallIcon.js
CHANGED
|
@@ -21,5 +21,5 @@ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
const SVGIcon_1 = require("./SVGIcon");
|
|
24
|
-
const CallIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon,
|
|
24
|
+
const CallIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 16, ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M12.7 16c1.3 0 2.7-1.5 3.2-3.4.1-.4.2-.4-.2-.6a218.3 218.3 0 0 1-4.3-1.7l-.1.1-1 1-.6.5-.7-.4A12.9 12.9 0 0 1 4.5 7l-.4-.7.6-.6.9-1c.2-.2.2-.2 0-.6A109.3 109.3 0 0 0 3.8 0h-.3C1.4.7 0 2 0 3.4c0 2 1.8 5.6 4.5 8.2C7 14.2 10.6 16 12.7 16z" }) }));
|
|
25
25
|
exports.CallIcon = CallIcon;
|
package/lib/Icon/CamIcon.js
CHANGED
|
@@ -21,5 +21,5 @@ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
const SVGIcon_1 = require("./SVGIcon");
|
|
24
|
-
const CamIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon,
|
|
24
|
+
const CamIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 12, ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M2.6 0h4.8c1 0 1.3 0 1.6.3.3.1.6.4.7.7.2.3.3.7.3 1.6v6.8c0 1 0 1.3-.3 1.6-.1.3-.4.6-.7.7-.3.2-.7.3-1.6.3H2.6c-1 0-1.3 0-1.6-.3-.3-.1-.6-.4-.7-.7-.2-.3-.3-.7-.3-1.6V2.6c0-1 0-1.3.3-1.6C.4.7.7.4 1 .3c.3-.2.7-.3 1.6-.3zm8.7 5.3l3-3A1 1 0 0 1 16 3v6a1 1 0 0 1-1.7.7l-3-3a1 1 0 0 1 0-1.4z" }) }));
|
|
25
25
|
exports.CamIcon = CamIcon;
|
package/lib/Icon/CameraIcon.js
CHANGED
|
@@ -1,15 +1,4 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
|
3
|
-
var t = {};
|
|
4
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
5
|
-
t[p] = s[p];
|
|
6
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
7
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
8
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
9
|
-
t[p[i]] = s[p[i]];
|
|
10
|
-
}
|
|
11
|
-
return t;
|
|
12
|
-
};
|
|
13
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
3
|
exports.CameraIcon = void 0;
|
|
15
4
|
const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
@@ -32,8 +21,5 @@ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
|
32
21
|
*
|
|
33
22
|
*/
|
|
34
23
|
const SVGIcon_1 = require("./SVGIcon");
|
|
35
|
-
const CameraIcon = (
|
|
36
|
-
var props = __rest(_a, []);
|
|
37
|
-
return ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 15, realHeight: 15 }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m4.5,2.25l0.19,-0.889c0.102,-0.475 0.58,-0.861 1.052,-0.861l3.516,0c0.479,0 0.948,0.38 1.052,0.861l0.19,0.889l2.255,0a1.75,1.75 0 0 1 1.745,1.755l0,8.74c0,0.97 -0.783,1.755 -1.745,1.755l-10.51,0a1.75,1.75 0 0 1 -1.745,-1.755l0,-8.74c0,-0.97 0.783,-1.755 1.745,-1.755l2.255,0zm3,2.25a4,4 0 1 0 0,8a4,4 0 0 0 0,-8zm0,1a3,3 0 1 1 0,6a3,3 0 0 1 0,-6z" }) })));
|
|
38
|
-
};
|
|
24
|
+
const CameraIcon = ({ ...props }) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 15, realHeight: 15, ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "m4.5,2.25l0.19,-0.889c0.102,-0.475 0.58,-0.861 1.052,-0.861l3.516,0c0.479,0 0.948,0.38 1.052,0.861l0.19,0.889l2.255,0a1.75,1.75 0 0 1 1.745,1.755l0,8.74c0,0.97 -0.783,1.755 -1.745,1.755l-10.51,0a1.75,1.75 0 0 1 -1.745,-1.755l0,-8.74c0,-0.97 0.783,-1.755 1.745,-1.755l2.255,0zm3,2.25a4,4 0 1 0 0,8a4,4 0 0 0 0,-8zm0,1a3,3 0 1 1 0,6a3,3 0 0 1 0,-6z" }) }));
|
|
39
25
|
exports.CameraIcon = CameraIcon;
|
|
@@ -21,5 +21,5 @@ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
const SVGIcon_1 = require("./SVGIcon");
|
|
24
|
-
const CertificateExpiredIcon = (props) => ((0, jsx_runtime_1.jsxs)(SVGIcon_1.SVGIcon,
|
|
24
|
+
const CertificateExpiredIcon = (props) => ((0, jsx_runtime_1.jsxs)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 16, ...props, children: [(0, jsx_runtime_1.jsx)("path", { d: "M8.00661 0.778123L14.25 2.44775V8C14.25 11.5269 11.6778 14.3426 8.00089 15.2298C4.35861 14.3417 1.75 11.5234 1.75 8V2.56573L8.00661 0.778123Z", css: (theme) => ({ stroke: theme.general.dangerColor }), strokeWidth: "1.5", strokeMiterlimit: "16", fill: "transparent" }), (0, jsx_runtime_1.jsx)("rect", { x: "7", y: "3.5", width: "2", height: "5", css: (theme) => ({ fill: theme.general.dangerColor }) }), (0, jsx_runtime_1.jsx)("rect", { x: "7", y: "9.5", width: "2", height: "2", css: (theme) => ({ fill: theme.general.dangerColor }) })] }));
|
|
25
25
|
exports.CertificateExpiredIcon = CertificateExpiredIcon;
|
|
@@ -21,5 +21,5 @@ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
const SVGIcon_1 = require("./SVGIcon");
|
|
24
|
-
const CertificateRevoked = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon,
|
|
24
|
+
const CertificateRevoked = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 16, ...props, children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15 8V1.87197L8 0L1 2V8C1 12 4.00718 15.0977 8 16C12.0344 15.0977 15 12 15 8ZM8 9.27467L5.27467 12L4 10.7253L6.72533 8L4 5.27467L5.27467 4L8 6.72533L10.7253 4L12 5.27467L9.27467 8L12 10.7253L10.7253 12L8 9.27467Z", css: (theme) => ({ fill: theme.general.dangerColor }) }) }));
|
|
25
25
|
exports.CertificateRevoked = CertificateRevoked;
|
package/lib/Icon/CheckIcon.js
CHANGED
|
@@ -21,5 +21,5 @@ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
const SVGIcon_1 = require("./SVGIcon");
|
|
24
|
-
const CheckIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon,
|
|
24
|
+
const CheckIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 12, ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M5.66 11.86L15.98 1.4 14.58 0 5.65 9.03 1.4 4.8 0 6.2" }) }));
|
|
25
25
|
exports.CheckIcon = CheckIcon;
|
|
@@ -21,5 +21,5 @@ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
const SVGIcon_1 = require("./SVGIcon");
|
|
24
|
-
const CheckRoundIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon,
|
|
24
|
+
const CheckRoundIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 20, realHeight: 16, ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M10 0c5.523 0 10 4.477 10 10s-4.477 10-10 10S0 15.523 0 10 4.477 0 10 0zm5.382 5.563-7.06 6.974-3.765-3.69-1.768 1.769 5.532 5.456 8.829-8.74-1.768-1.769z" }) }));
|
|
25
25
|
exports.CheckRoundIcon = CheckRoundIcon;
|
package/lib/Icon/ChevronIcon.js
CHANGED
|
@@ -1,15 +1,4 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
|
3
|
-
var t = {};
|
|
4
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
5
|
-
t[p] = s[p];
|
|
6
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
7
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
8
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
9
|
-
t[p[i]] = s[p[i]];
|
|
10
|
-
}
|
|
11
|
-
return t;
|
|
12
|
-
};
|
|
13
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
3
|
exports.ChevronIcon = void 0;
|
|
15
4
|
const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
@@ -33,8 +22,5 @@ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
|
33
22
|
*/
|
|
34
23
|
const ArrowIcon_1 = require("./ArrowIcon");
|
|
35
24
|
const SVGIcon_1 = require("./SVGIcon");
|
|
36
|
-
const ChevronIcon = (
|
|
37
|
-
var { direction = 'right' } = _a, props = __rest(_a, ["direction"]);
|
|
38
|
-
return ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 5, realHeight: 8 }, props, { children: (0, jsx_runtime_1.jsx)("path", { transform: `rotate(${ArrowIcon_1.rotation[direction]} 3 4)`, d: "M0 .92L.94 0 5 4 .94 8 0 7.08 3.13 4z" }) })));
|
|
39
|
-
};
|
|
25
|
+
const ChevronIcon = ({ direction = 'right', ...props }) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 5, realHeight: 8, ...props, children: (0, jsx_runtime_1.jsx)("path", { transform: `rotate(${ArrowIcon_1.rotation[direction]} 3 4)`, d: "M0 .92L.94 0 5 4 .94 8 0 7.08 3.13 4z" }) }));
|
|
40
26
|
exports.ChevronIcon = ChevronIcon;
|
|
@@ -21,5 +21,5 @@ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
const SVGIcon_1 = require("./SVGIcon");
|
|
24
|
-
const CircleCloseIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon,
|
|
24
|
+
const CircleCloseIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 16, ...props, children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16ZM8 9.41421L4.75736 12.6569L3.34315 11.2426L6.58579 8L3.34315 4.75736L4.75736 3.34315L8 6.58579L11.2426 3.34315L12.6569 4.75736L9.41421 8L12.6569 11.2426L11.2426 12.6569L8 9.41421Z" }) }));
|
|
25
25
|
exports.CircleCloseIcon = CircleCloseIcon;
|
package/lib/Icon/CloseIcon.js
CHANGED
|
@@ -21,5 +21,5 @@ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
const SVGIcon_1 = require("./SVGIcon");
|
|
24
|
-
const CloseIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon,
|
|
24
|
+
const CloseIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 14, realHeight: 14, ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M1.4 13.3l5.25-5.23 5.25 5.24 1.4-1.4-5.23-5.24L13.3 1.4 11.9 0 6.65 5.24 1.4 0 0 1.4l5.24 5.26L0 11.9" }) }));
|
|
25
25
|
exports.CloseIcon = CloseIcon;
|
package/lib/Icon/CopyIcon.js
CHANGED
|
@@ -21,5 +21,5 @@ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
const SVGIcon_1 = require("./SVGIcon");
|
|
24
|
-
const CopyIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon,
|
|
24
|
+
const CopyIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 12, realHeight: 10, ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M4.5 7.5h6v-6h-6v6zM1.5 3v7.5H9v.748a.754.754 0 01-.746.752H.746A.753.753 0 010 11.248V3.752C0 3.336.342 3 .746 3H1.5zm9.754-3c.412 0 .746.342.746.752V8.25a.754.754 0 01-.746.751H3.746A.754.754 0 013 8.248V.752C3 .337 3.342 0 3.746 0z" }) }));
|
|
25
25
|
exports.CopyIcon = CopyIcon;
|
package/lib/Icon/DeviceIcon.js
CHANGED
|
@@ -21,5 +21,5 @@ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
const SVGIcon_1 = require("./SVGIcon");
|
|
24
|
-
const DeviceIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon,
|
|
24
|
+
const DeviceIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 16, ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M11 4h2.4c1 0 1.2.1 1.6.3.3.1.6.4.7.7.2.3.3.7.3 1.6v6.8c0 1-.1 1.2-.3 1.6-.1.3-.4.6-.7.7-.3.2-.7.3-1.6.3H2.6c-1 0-1.2-.1-1.6-.3a1.8 1.8 0 0 1-.7-.7c-.2-.3-.3-.7-.3-1.6V2.6C0 1.6.1 1.4.3 1 .4.7.7.4 1 .3c.4-.2.7-.3 1.6-.3h5.8c1 0 1.2.1 1.6.3.3.1.6.4.7.7.2.4.3.7.3 1.6V4zM9 4V3a1 1 0 0 0-1-1h-.5a.5.5 0 0 0-.5.5.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5.5.5 0 0 0-.5-.5H3a1 1 0 0 0-1 1v9.7l.1.8.4.4.8.1H7a8.2 8.2 0 0 1 0-.6V6.6c0-1 .1-1.3.3-1.6.1-.3.4-.6.7-.7.3-.2.5-.3 1-.3zm1.3 2l-.8.1a.9.9 0 0 0-.4.4l-.1.8v5.4l.1.8.4.4.8.1h2.4l.8-.1a.9.9 0 0 0 .4-.4l.1-.8V7.3l-.1-.8a.9.9 0 0 0-.4-.4l-.8-.1h-2.4z" }) }));
|
|
25
25
|
exports.DeviceIcon = DeviceIcon;
|
package/lib/Icon/DownloadIcon.js
CHANGED
|
@@ -21,5 +21,5 @@ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
const SVGIcon_1 = require("./SVGIcon");
|
|
24
|
-
const DownloadIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon,
|
|
24
|
+
const DownloadIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 16, ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M0 14h16v2H0v-2zM7 0h2v7h4l-5 4-5-4h4V0z" }) }));
|
|
25
25
|
exports.DownloadIcon = DownloadIcon;
|
|
@@ -1,15 +1,4 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
|
3
|
-
var t = {};
|
|
4
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
5
|
-
t[p] = s[p];
|
|
6
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
7
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
8
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
9
|
-
t[p[i]] = s[p[i]];
|
|
10
|
-
}
|
|
11
|
-
return t;
|
|
12
|
-
};
|
|
13
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
3
|
exports.EditDocumentIcon = void 0;
|
|
15
4
|
const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
@@ -32,8 +21,5 @@ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
|
32
21
|
*
|
|
33
22
|
*/
|
|
34
23
|
const SVGIcon_1 = require("./SVGIcon");
|
|
35
|
-
const EditDocumentIcon = (
|
|
36
|
-
var props = __rest(_a, []);
|
|
37
|
-
return ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 12, realHeight: 12 }, props, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M8.25 10.501v-2.25l1.5-1.5V12H0V0h9L7.5 1.5h-6v9.001h6.75zm3.208-7.934l-1.274-1.274.28-.28a.896.896 0 011.271.003.9.9 0 01.003 1.272l-.28.28zM6.093 7.932L4.5 8.251l.319-1.593 5.1-5.1 1.274 1.275-5.1 5.1z" }) })));
|
|
38
|
-
};
|
|
24
|
+
const EditDocumentIcon = ({ ...props }) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 12, realHeight: 12, ...props, children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M8.25 10.501v-2.25l1.5-1.5V12H0V0h9L7.5 1.5h-6v9.001h6.75zm3.208-7.934l-1.274-1.274.28-.28a.896.896 0 011.271.003.9.9 0 01.003 1.272l-.28.28zM6.093 7.932L4.5 8.251l.319-1.593 5.1-5.1 1.274 1.275-5.1 5.1z" }) }));
|
|
39
25
|
exports.EditDocumentIcon = EditDocumentIcon;
|
package/lib/Icon/EditIcon.js
CHANGED
|
@@ -21,5 +21,5 @@ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
const SVGIcon_1 = require("./SVGIcon");
|
|
24
|
-
const EditIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon,
|
|
24
|
+
const EditIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 16, ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M14.553 4.846l.746-.746a2.4 2.4 0 0 0-.007-3.392A2.392 2.392 0 0 0 11.9.701l-.746.746 3.399 3.399zm-.707.707L4.248 15.15 0 16l.85-4.248 9.597-9.598 3.399 3.399zM4 13.6L2 14l.4-2L4 13.6z" }) }));
|
|
25
25
|
exports.EditIcon = EditIcon;
|
package/lib/Icon/EnterIcon.js
CHANGED
|
@@ -21,5 +21,5 @@ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
const SVGIcon_1 = require("./SVGIcon");
|
|
24
|
-
const EnterIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon,
|
|
24
|
+
const EnterIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 24, realHeight: 18, ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M11.643 7l-1.5 1.4 2.786 2.6H2v2h10.929l-2.786 2.6 1.5 1.4L17 12l-5.357-5zM21.8 19H13v2h8.8c1.21 0 2.2-.9 2.2-2V5c0-1.1-.99-2-2.2-2H13v2h8.8v14z" }) }));
|
|
25
25
|
exports.EnterIcon = EnterIcon;
|
package/lib/Icon/ErrorIcon.js
CHANGED
|
@@ -21,5 +21,5 @@ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
const SVGIcon_1 = require("./SVGIcon");
|
|
24
|
-
const ErrorIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon,
|
|
24
|
+
const ErrorIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 13, realHeight: 12, ...props, children: (0, jsx_runtime_1.jsxs)("g", { transform: "translate(.5 .333)", fill: "none", fillRule: "evenodd", children: [(0, jsx_runtime_1.jsx)("circle", { fill: "#E02020", cx: "6", cy: "6", r: "6" }), (0, jsx_runtime_1.jsx)("text", { fontFamily: "SFProText-Heavy, SF Pro Text", fontSize: "9", fontWeight: "600", fill: "#FFF", children: (0, jsx_runtime_1.jsx)("tspan", { x: "4.291", y: "9", children: "!" }) })] }) }));
|
|
25
25
|
exports.ErrorIcon = ErrorIcon;
|
package/lib/Icon/ExpiresSoon.js
CHANGED
|
@@ -21,5 +21,5 @@ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
const SVGIcon_1 = require("./SVGIcon");
|
|
24
|
-
const ExpiresSoon = (props) => ((0, jsx_runtime_1.jsxs)(SVGIcon_1.SVGIcon,
|
|
24
|
+
const ExpiresSoon = (props) => ((0, jsx_runtime_1.jsxs)(SVGIcon_1.SVGIcon, { realWidth: 17, realHeight: 18, ...props, children: [(0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15 2.87197V9C15 13 12.0344 16.0977 8 17C4.00718 16.0977 1 13 1 9V3L8 1L15 2.87197Z", css: (theme) => ({ stroke: theme.general.successColor }), strokeWidth: "1.5", strokeMiterlimit: "3.62796", strokeDasharray: "1 1", fill: "transparent" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.85214 13L13 6.34572L11.7691 5L6.85214 10.3086L4.23094 7.50033L3 8.84605L6.85214 13Z", css: (theme) => ({ fill: theme.general.successColor }) })] }));
|
|
25
25
|
exports.ExpiresSoon = ExpiresSoon;
|
package/lib/Icon/FileIcon.js
CHANGED
|
@@ -21,5 +21,5 @@ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
const SVGIcon_1 = require("./SVGIcon");
|
|
24
|
-
const FileIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon,
|
|
24
|
+
const FileIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 16, ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M2 1v14a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V6h-3.973a2.01 2.01 0 0 1-2.03-2.006V0H3a1 1 0 0 0-1 1zm12 4h-3.643C9.652 5 9.08 4.446 9 3.738V0l5 5z" }) }));
|
|
25
25
|
exports.FileIcon = FileIcon;
|
package/lib/Icon/GifIcon.js
CHANGED
|
@@ -21,5 +21,5 @@ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
const SVGIcon_1 = require("./SVGIcon");
|
|
24
|
-
const GifIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon,
|
|
24
|
+
const GifIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 13, ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M12 7.2v5h-2V.2h6v2h-4v3h3v2h-3zm-5-7h2v12H7V.2zm-2 5h1v4.2a3 3 0 0 1-6 0V3a3 3 0 0 1 6 0v.2H4V3c0-.5-.5-1-1-1a1 1 0 0 0-1 1v6.4c0 .5.5 1 1 1 .6 0 1-.4 1-1V7.2H3v-2h2z" }) }));
|
|
25
25
|
exports.GifIcon = GifIcon;
|
package/lib/Icon/GridIcon.js
CHANGED
|
@@ -1,15 +1,4 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
|
3
|
-
var t = {};
|
|
4
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
5
|
-
t[p] = s[p];
|
|
6
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
7
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
8
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
9
|
-
t[p[i]] = s[p[i]];
|
|
10
|
-
}
|
|
11
|
-
return t;
|
|
12
|
-
};
|
|
13
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
3
|
exports.GridIcon = void 0;
|
|
15
4
|
const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
@@ -32,8 +21,5 @@ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
|
32
21
|
*
|
|
33
22
|
*/
|
|
34
23
|
const SVGIcon_1 = require("./SVGIcon");
|
|
35
|
-
const GridIcon = (
|
|
36
|
-
var props = __rest(_a, []);
|
|
37
|
-
return ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 16, realHeight: 16 }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M2 10a2 2 0 100-4 2 2 0 000 4zm12 0a2 2 0 100-4 2 2 0 000 4zM2 12a2 2 0 110 4 2 2 0 010-4zm12 0a2 2 0 110 4 2 2 0 010-4zm-6 0a2 2 0 110 4 2 2 0 010-4zm0-6a2 2 0 110 4 2 2 0 010-4zM2 0a2 2 0 110 4 2 2 0 010-4zm12 0a2 2 0 110 4 2 2 0 010-4zM8 0a2 2 0 110 4 2 2 0 010-4z" }) })));
|
|
38
|
-
};
|
|
24
|
+
const GridIcon = ({ ...props }) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 16, ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M2 10a2 2 0 100-4 2 2 0 000 4zm12 0a2 2 0 100-4 2 2 0 000 4zM2 12a2 2 0 110 4 2 2 0 010-4zm12 0a2 2 0 110 4 2 2 0 010-4zm-6 0a2 2 0 110 4 2 2 0 010-4zm0-6a2 2 0 110 4 2 2 0 010-4zM2 0a2 2 0 110 4 2 2 0 010-4zm12 0a2 2 0 110 4 2 2 0 010-4zM8 0a2 2 0 110 4 2 2 0 010-4z" }) }));
|
|
39
25
|
exports.GridIcon = GridIcon;
|
package/lib/Icon/GroupIcon.js
CHANGED
|
@@ -21,5 +21,5 @@ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
const SVGIcon_1 = require("./SVGIcon");
|
|
24
|
-
const GroupIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon,
|
|
24
|
+
const GroupIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 16, ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M8 4a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm0 12a2 2 0 1 1 0-4 2 2 0 0 1 0 4zM2 7a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm0 6a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm12 0a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm0-6a2 2 0 1 1 0-4 2 2 0 0 1 0 4z" }) }));
|
|
25
25
|
exports.GroupIcon = GroupIcon;
|
package/lib/Icon/HangupIcon.js
CHANGED
|
@@ -21,5 +21,5 @@ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
const SVGIcon_1 = require("./SVGIcon");
|
|
24
|
-
const HangupIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon,
|
|
24
|
+
const HangupIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 20, realHeight: 8, ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M.6 2.7C2.2 1.2 6 0 9.7 0c3.8 0 7.6 1.2 9 2.7 1 .9.9 2.9 0 4.6l-.3.3H18A216 216 0 0 0 14 6c-.4-.1-.3-.1-.3-.5V3.4l-1-.2a13 13 0 0 0-6.2 0l-.9.2V6l-.4.2a155.4 155.4 0 0 0-3.8 1.5c-.4.1-.4.1-.6-.3-1-1.7-1-3.7-.2-4.6z" }) }));
|
|
25
25
|
exports.HangupIcon = HangupIcon;
|
package/lib/Icon/HideIcon.js
CHANGED
|
@@ -21,5 +21,5 @@ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
const SVGIcon_1 = require("./SVGIcon");
|
|
24
|
-
const HideIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon,
|
|
24
|
+
const HideIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 11, ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M8 2.667A3.334 3.334 0 0111.333 6c0 .433-.086.84-.24 1.22l1.947 1.947A7.88 7.88 0 0015.327 6c-1.154-2.927-4-5-7.334-5-.933 0-1.826.167-2.653.467l1.44 1.44c.38-.154.787-.24 1.22-.24zM1.333.847l1.52 1.52.307.306A7.867 7.867 0 00.667 6c1.153 2.927 4 5 7.333 5 1.033 0 2.02-.2 2.92-.56l.28.28 1.953 1.947.847-.847L2.18 0l-.847.847zM5.02 4.533l1.033 1.034C6.02 5.707 6 5.853 6 6c0 1.107.893 2 2 2 .147 0 .293-.02.433-.053L9.467 8.98c-.447.22-.94.353-1.467.353A3.334 3.334 0 014.667 6c0-.527.133-1.02.353-1.467zm2.873-.52l2.1 2.1.014-.106c0-1.107-.894-2-2-2l-.114.006z" }) }));
|
|
25
25
|
exports.HideIcon = HideIcon;
|
package/lib/Icon/ImageIcon.js
CHANGED
|
@@ -21,5 +21,5 @@ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
const SVGIcon_1 = require("./SVGIcon");
|
|
24
|
-
const ImageIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon,
|
|
24
|
+
const ImageIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 16, ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M0 1c0-.6.4-1 1-1h14c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1H1a1 1 0 0 1-1-1V1zm14 1H2v9l4-2 8 3.5V2zm-4 6a2 2 0 1 1 0-4 2 2 0 0 1 0 4z" }) }));
|
|
25
25
|
exports.ImageIcon = ImageIcon;
|
package/lib/Icon/InfoIcon.js
CHANGED
|
@@ -21,5 +21,5 @@ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
const SVGIcon_1 = require("./SVGIcon");
|
|
24
|
-
const InfoIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon,
|
|
24
|
+
const InfoIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 16, ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16zm0-2A6 6 0 1 0 8 2a6 6 0 0 0 0 12zm0-7c.6 0 1 .4 1 1v3a1 1 0 0 1-2 0V8c0-.6.4-1 1-1zm0-1a1 1 0 1 1 0-2 1 1 0 0 1 0 2z" }) }));
|
|
25
25
|
exports.InfoIcon = InfoIcon;
|
package/lib/Icon/InviteIcon.js
CHANGED
|
@@ -21,5 +21,5 @@ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
const SVGIcon_1 = require("./SVGIcon");
|
|
24
|
-
const InviteIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon,
|
|
24
|
+
const InviteIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 16, ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M8 14A6 6 0 1 0 8 2a6 6 0 0 0 0 12zm0 2A8 8 0 1 1 8 0a8 8 0 0 1 0 16zM7 7h5v2H7V7zm0-4h2v6H7V3z" }) }));
|
|
25
25
|
exports.InviteIcon = InviteIcon;
|
package/lib/Icon/LeaveIcon.js
CHANGED
|
@@ -21,5 +21,5 @@ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
const SVGIcon_1 = require("./SVGIcon");
|
|
24
|
-
const LeaveIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon,
|
|
24
|
+
const LeaveIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 16, ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M2 14h7v2H0V0h9v2H2v12zm3-7v2h7v4l4-5-4-5v4H5z" }) }));
|
|
25
25
|
exports.LeaveIcon = LeaveIcon;
|
package/lib/Icon/LinkIcon.js
CHANGED
|
@@ -1,15 +1,4 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
|
3
|
-
var t = {};
|
|
4
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
5
|
-
t[p] = s[p];
|
|
6
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
7
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
8
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
9
|
-
t[p[i]] = s[p[i]];
|
|
10
|
-
}
|
|
11
|
-
return t;
|
|
12
|
-
};
|
|
13
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
3
|
exports.LinkIcon = void 0;
|
|
15
4
|
const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
@@ -32,8 +21,5 @@ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
|
32
21
|
*
|
|
33
22
|
*/
|
|
34
23
|
const SVGIcon_1 = require("./SVGIcon");
|
|
35
|
-
const LinkIcon = (
|
|
36
|
-
var props = __rest(_a, []);
|
|
37
|
-
return ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 12, realHeight: 10 }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M7.66.185c-1.721 0-3.208.995-3.91 2.438h1.8a2.832 2.832 0 0 1 2.11-.938c1.563 0 2.83 1.26 2.83 2.813A2.822 2.822 0 0 1 7.66 7.31a2.832 2.832 0 0 1-2.11-.937h-1.8A4.343 4.343 0 0 0 7.66 8.81c2.397 0 4.34-1.93 4.34-4.312C12 2.116 10.057.185 7.66.185ZM4.34 3.56c1.721 0 3.208.995 3.91 2.438h-1.8a2.832 2.832 0 0 0-2.11-.938 2.822 2.822 0 0 0-2.83 2.813 2.822 2.822 0 0 0 2.83 2.812c.839 0 1.592-.362 2.11-.937h1.8a4.343 4.343 0 0 1-3.91 2.437c-2.397 0-4.34-1.93-4.34-4.312C0 5.49 1.943 3.56 4.34 3.56Z" }) })));
|
|
38
|
-
};
|
|
24
|
+
const LinkIcon = ({ ...props }) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 12, realHeight: 10, ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M7.66.185c-1.721 0-3.208.995-3.91 2.438h1.8a2.832 2.832 0 0 1 2.11-.938c1.563 0 2.83 1.26 2.83 2.813A2.822 2.822 0 0 1 7.66 7.31a2.832 2.832 0 0 1-2.11-.937h-1.8A4.343 4.343 0 0 0 7.66 8.81c2.397 0 4.34-1.93 4.34-4.312C12 2.116 10.057.185 7.66.185ZM4.34 3.56c1.721 0 3.208.995 3.91 2.438h-1.8a2.832 2.832 0 0 0-2.11-.938 2.822 2.822 0 0 0-2.83 2.813 2.822 2.822 0 0 0 2.83 2.812c.839 0 1.592-.362 2.11-.937h1.8a4.343 4.343 0 0 1-3.91 2.437c-2.397 0-4.34-1.93-4.34-4.312C0 5.49 1.943 3.56 4.34 3.56Z" }) }));
|
|
39
25
|
exports.LinkIcon = LinkIcon;
|
package/lib/Icon/ListIcon.js
CHANGED
|
@@ -21,5 +21,5 @@ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
const SVGIcon_1 = require("./SVGIcon");
|
|
24
|
-
const ListIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon,
|
|
24
|
+
const ListIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 14, realHeight: 11, ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M4 6h10v2H4V6zm0-6h10v2H4V0zm10 12v2H4v-2h10zM2 12v2H0v-2h2zm0-6v2H0V6h2zm0-6v2H0V0h2z" }) }));
|
|
25
25
|
exports.ListIcon = ListIcon;
|
package/lib/Icon/LockIcon.js
CHANGED
|
@@ -21,5 +21,5 @@ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
const SVGIcon_1 = require("./SVGIcon");
|
|
24
|
-
const LockIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon,
|
|
24
|
+
const LockIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 21, ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z", transform: "translate(-294 -306) translate(290 305)" }) }));
|
|
25
25
|
exports.LockIcon = LockIcon;
|
package/lib/Icon/MLSVerified.js
CHANGED
|
@@ -21,5 +21,5 @@ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
const SVGIcon_1 = require("./SVGIcon");
|
|
24
|
-
const MLSVerified = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon,
|
|
24
|
+
const MLSVerified = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 16, ...props, children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15 8V1.87197L8 0L1 2V8C1 12 4.00718 15.0977 8 16C12.0344 15.0977 15 12 15 8ZM13 5.34572L6.85214 12L3 7.84605L4.23094 6.50033L6.85214 9.30856L11.7691 4L13 5.34572Z", css: (theme) => ({ fill: theme.general.successColor }) }) }));
|
|
25
25
|
exports.MLSVerified = MLSVerified;
|
package/lib/Icon/MessageIcon.js
CHANGED
|
@@ -21,5 +21,5 @@ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
const SVGIcon_1 = require("./SVGIcon");
|
|
24
|
-
const MessageIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon,
|
|
24
|
+
const MessageIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 16, ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M3 0h10a3 3 0 0 1 3 3v7a3 3 0 0 1-3 3H6a3 3 0 0 0-1.8.7l-2.6 2.1A1 1 0 0 1 0 15V3a3 3 0 0 1 3-3z" }) }));
|
|
25
25
|
exports.MessageIcon = MessageIcon;
|
package/lib/Icon/MinusIcon.js
CHANGED
|
@@ -21,5 +21,5 @@ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
const SVGIcon_1 = require("./SVGIcon");
|
|
24
|
-
const MinusIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon,
|
|
24
|
+
const MinusIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 2, ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M0 0h16v2H0z" }) }));
|
|
25
25
|
exports.MinusIcon = MinusIcon;
|
package/lib/Icon/MoreIcon.js
CHANGED
|
@@ -21,5 +21,5 @@ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
const SVGIcon_1 = require("./SVGIcon");
|
|
24
|
-
const MoreIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon,
|
|
24
|
+
const MoreIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 16, ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M2 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm12 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm-6 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4z" }) }));
|
|
25
25
|
exports.MoreIcon = MoreIcon;
|
package/lib/Icon/MuteIcon.js
CHANGED
|
@@ -21,5 +21,5 @@ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
const SVGIcon_1 = require("./SVGIcon");
|
|
24
|
-
const MuteIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon,
|
|
24
|
+
const MuteIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 16, ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M3.3 14.5A8 8 0 0 0 14 13.4L12.5 12a6 6 0 0 1-7.4 1.2l-1.8 1.3zm8.7-6a4 4 0 0 1-5 3.4l5-3.4zM12 4a4 4 0 0 0-4-4 4 4 0 0 0-4 4v4c0 .5 0 1 .2 1.4L1 11.7l-.8.5 1 1.8.9-.6 13-9 .8-.5L14.8 2l-.9.6L12 4z" }) }));
|
|
25
25
|
exports.MuteIcon = MuteIcon;
|
|
@@ -21,5 +21,5 @@ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
const SVGIcon_1 = require("./SVGIcon");
|
|
24
|
-
const NotificationIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon,
|
|
24
|
+
const NotificationIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 16, ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M7 0C5 0 3.3 1.4 3 3.2c0 0-.5 3-1 4.3L.8 10.2C.4 11.2 1 12 2 12h10c1.1 0 1.6-.8 1.2-1.8L12 7.5c-.4-1.2-1-4.3-1-4.3A4 4 0 0 0 7 0zm2 14a2 2 0 1 1-4 0h4z" }) }));
|
|
25
25
|
exports.NotificationIcon = NotificationIcon;
|
|
@@ -21,5 +21,5 @@ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
const SVGIcon_1 = require("./SVGIcon");
|
|
24
|
-
const NotificationOffIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon,
|
|
24
|
+
const NotificationOffIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 16, ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M12 3.2l2-1.4a1 1 0 0 1 1.2 1.6L1.6 13a1 1 0 0 1-1.1-1.6l1.3-.9v-.2S2.7 8.5 3 7.5c.4-1.2 1-4.3 1-4.3C4.3 1.4 6 0 8 0a4 4 0 0 1 4 3.2zm1 4.2v.1l1.2 2.7c.4 1-.1 1.8-1.2 1.8H6.4L13 7.4zM10 14a2 2 0 1 1-4 0h4z" }) }));
|
|
25
25
|
exports.NotificationOffIcon = NotificationOffIcon;
|
package/lib/Icon/OptionsIcon.js
CHANGED
|
@@ -21,5 +21,5 @@ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
const SVGIcon_1 = require("./SVGIcon");
|
|
24
|
-
const OptionsIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon,
|
|
24
|
+
const OptionsIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 16, ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M9.7 15H15a1 1 0 1 0 0-2H9.7a2 2 0 0 0-3.4 0H1a1 1 0 1 0 0 2h5.3a2 2 0 0 0 3.4 0zm-3-6H15a1 1 0 1 0 0-2H6.7a2 2 0 0 0-3.4 0H1a1 1 0 1 0 0 2h2.3a2 2 0 0 0 3.4 0zm6-6H15a1 1 0 1 0 0-2h-2.3a2 2 0 0 0-3.4 0H1a1 1 0 1 0 0 2h8.3a2 2 0 0 0 3.4 0z" }) }));
|
|
25
25
|
exports.OptionsIcon = OptionsIcon;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OutlineCheck.d.ts","sourceRoot":"","sources":["../../src/Icon/OutlineCheck.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,WAAW,CAAC;AAEhD,eAAO,MAAM,YAAY,UAAW,YAAY,qDAS/C,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.OutlineCheck = void 0;
|
|
4
|
+
const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
5
|
+
/*
|
|
6
|
+
* Wire
|
|
7
|
+
* Copyright (C) 2024 Wire Swiss GmbH
|
|
8
|
+
*
|
|
9
|
+
* This program is free software: you can redistribute it and/or modify
|
|
10
|
+
* it under the terms of the GNU General Public License as published by
|
|
11
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
12
|
+
* (at your option) any later version.
|
|
13
|
+
*
|
|
14
|
+
* This program is distributed in the hope that it will be useful,
|
|
15
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
16
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
17
|
+
* GNU General Public License for more details.
|
|
18
|
+
*
|
|
19
|
+
* You should have received a copy of the GNU General Public License
|
|
20
|
+
* along with this program. If not, see http://www.gnu.org/licenses/.
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
const SVGIcon_1 = require("./SVGIcon");
|
|
24
|
+
const OutlineCheck = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 16, ...props, children: (0, jsx_runtime_1.jsx)("path", { fill: "#676B71", fillRule: "evenodd", d: "M14 8A6 6 0 1 1 2 8a6 6 0 0 1 12 0Zm2 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0Zm-8.659 3.27 5.128-5.127-1.414-1.415-4.42 4.421-1.69-1.69-1.414 1.415 2.396 2.396.707.708.707-.708Z", clipRule: "evenodd" }) }));
|
|
25
|
+
exports.OutlineCheck = OutlineCheck;
|