@swan-io/lake 4.0.1 → 4.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,25 +1,28 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
import { forwardRef, memo,
|
|
2
|
+
import { forwardRef, memo, useLayoutEffect, useState } from "react";
|
|
3
3
|
import { Image } from "react-native";
|
|
4
4
|
import { isNotNullish } from "../utils/nullish";
|
|
5
|
-
export const AutoWidthImage = memo(forwardRef(({ ariaLabel, maxWidth, height, sourceUri, style, ...props }, forwardedRef) => {
|
|
6
|
-
const [size,
|
|
7
|
-
|
|
8
|
-
width: 0,
|
|
5
|
+
export const AutoWidthImage = memo(forwardRef(({ ariaLabel, maxWidth, height, sourceUri, onLoadEnd, style, ...props }, forwardedRef) => {
|
|
6
|
+
const [{ fetching, size }, setState] = useState({
|
|
7
|
+
fetching: true,
|
|
8
|
+
size: { height, width: 0 },
|
|
9
9
|
});
|
|
10
|
-
|
|
10
|
+
useLayoutEffect(() => {
|
|
11
11
|
Image.getSize(sourceUri, (fetchedWidth, fetchedHeight) => {
|
|
12
12
|
const ratio = fetchedWidth / fetchedHeight;
|
|
13
13
|
const width = ratio * height;
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
}
|
|
14
|
+
const size = isNotNullish(maxWidth) && maxWidth < width
|
|
15
|
+
? { height: maxWidth / ratio, width: maxWidth }
|
|
16
|
+
: { height, width };
|
|
17
|
+
setState({ fetching: false, size });
|
|
18
|
+
}, () => {
|
|
19
|
+
setState(({ size }) => ({ fetching: false, size }));
|
|
21
20
|
});
|
|
22
21
|
}, [maxWidth, height, sourceUri]);
|
|
23
|
-
return (_jsx(Image, { "aria-label": ariaLabel, ref: forwardedRef, source:
|
|
22
|
+
return (_jsx(Image, { "aria-label": ariaLabel, ref: forwardedRef, style: [style, size], source: fetching ? null : sourceUri, onLoadEnd: () => {
|
|
23
|
+
if (!fetching) {
|
|
24
|
+
onLoadEnd?.();
|
|
25
|
+
}
|
|
26
|
+
}, ...props }));
|
|
24
27
|
}));
|
|
25
28
|
AutoWidthImage.displayName = "AutoWidthImage";
|
package/src/components/Icon.d.ts
CHANGED
|
@@ -20,20 +20,26 @@ declare const paths: {
|
|
|
20
20
|
"lake-currencies": string;
|
|
21
21
|
"lake-delivery-grouped": string;
|
|
22
22
|
"lake-delivery-individual": string;
|
|
23
|
+
"lake-denied": string;
|
|
23
24
|
"lake-document-csv": string;
|
|
24
25
|
"lake-document-jpg": string;
|
|
25
26
|
"lake-document-pdf": string;
|
|
26
27
|
"lake-document-png": string;
|
|
27
28
|
"lake-document-xls": string;
|
|
28
29
|
"lake-email": string;
|
|
30
|
+
"lake-face-id": string;
|
|
31
|
+
"lake-fingerprint": string;
|
|
29
32
|
"lake-id-card": string;
|
|
30
33
|
"lake-inbox-empty": string;
|
|
34
|
+
"lake-key": string;
|
|
35
|
+
"lake-lock-closed": string;
|
|
31
36
|
"lake-menu": string;
|
|
32
37
|
"lake-people": string;
|
|
33
38
|
"lake-person-arrow-swap": string;
|
|
34
39
|
"lake-phone": string;
|
|
35
40
|
"lake-receipt": string;
|
|
36
41
|
"lake-settings": string;
|
|
42
|
+
"lake-shield": string;
|
|
37
43
|
"lake-signature": string;
|
|
38
44
|
"lake-transfer": string;
|
|
39
45
|
"lake-warning": string;
|
|
@@ -229,7 +229,7 @@ export declare const LakeTextInput: import("react").ForwardRefExoticComponent<{
|
|
|
229
229
|
disabled?: boolean | undefined;
|
|
230
230
|
color?: "gray" | "live" | "sandbox" | "positive" | "warning" | "negative" | "current" | "partner" | "swan" | "shakespear" | "darkPink" | "sunglow" | "mediumSladeBlue" | undefined;
|
|
231
231
|
multiline?: boolean | undefined;
|
|
232
|
-
icon?: "lake-building-bank" | "lake-calendar-arrow-swap" | "lake-card" | "lake-card-add" | "lake-card-filled" | "lake-card-one-off" | "lake-card-physical" | "lake-card-recurring" | "lake-card-single-use" | "lake-card-virtual" | "lake-check" | "lake-chevron-double" | "lake-clipboard-bullet" | "lake-clock" | "lake-clock-arrow-swap" | "lake-close" | "lake-currencies" | "lake-delivery-grouped" | "lake-delivery-individual" | "lake-document-csv" | "lake-document-jpg" | "lake-document-pdf" | "lake-document-png" | "lake-document-xls" | "lake-email" | "lake-id-card" | "lake-inbox-empty" | "lake-menu" | "lake-people" | "lake-person-arrow-swap" | "lake-phone" | "lake-receipt" | "lake-settings" | "lake-signature" | "lake-transfer" | "lake-warning" | "lake-world-map" | "add-circle-filled" | "add-circle-regular" | "add-filled" | "approvals-app-filled" | "apps-list-filled" | "apps-list-regular" | "arrow-counterclockwise-filled" | "arrow-clockwise-filled" | "arrow-down-filled" | "arrow-down-regular" | "arrow-download-filled" | "arrow-left-filled" | "arrow-left-regular" | "arrow-right-filled" | "arrow-right-regular" | "arrow-swap-filled" | "arrow-swap-regular" | "arrow-up-filled" | "arrow-up-regular" | "arrow-upload-filled" | "arrow-upload-regular" | "beaker-filled" | "beaker-regular" | "board-filled" | "board-regular" | "box-regular" | "building-bank-filled" | "building-bank-regular" | "building-filled" | "building-multiple-regular" | "building-regular" | "building-shop-regular" | "calendar-ltr-regular" | "cart-regular" | "chat-help-filled" | "chat-help-regular" | "check-filled" | "check-regular" | "checkmark-circle-regular" | "checkmark-filled" | "chevron-down-filled" | "chevron-left-filled" | "chevron-right-filled" | "chevron-up-down-regular" | "chevron-up-filled" | "clipboard-search-regular" | "clock-filled" | "clock-regular" | "cloud-sync-filled" | "cloud-sync-regular" | "code-filled" | "code-regular" | "color-regular" | "comment-note-regular" | "copy-filled" | "copy-regular" | "cursor-click-regular" | "database-filled" | "database-regular" | "delete-filled" | "delete-regular" | "desktop-regular" | "device-meeting-room-regular" | "dismiss-circle-regular" | "dismiss-filled" | "dismiss-regular" | "document-regular" | "earth-regular" | "edit-filled" | "edit-regular" | "error-circle-filled" | "error-circle-regular" | "eye-filled" | "eye-off-filled" | "eye-regular" | "filter-filled" | "flag-filled" | "flag-regular" | "flash-filled" | "flash-regular" | "form-new-filled" | "form-new-regular" | "hand-right-regular" | "image-add-filled" | "image-add-regular" | "image-filled" | "image-regular" | "info-filled" | "info-regular" | "key-regular" | "link-filled" | "live-filled" | "live-regular" | "lock-closed-filled" | "lock-closed-regular" | "lock-open-filled" | "lock-open-regular" | "mail-filled" | "mail-regular" | "money-regular" | "more-horizontal-filled" | "more-vertical-filled" | "open-filled" | "open-regular" | "options-regular" | "paint-brush-filled" | "paint-brush-regular" | "pause-regular" | "payment-filled" | "payment-regular" | "people-add-regular" | "people-community-filled" | "people-community-regular" | "people-filled" | "people-regular" | "people-team-regular" | "person-accounts-filled" | "person-accounts-regular" | "person-add-regular" | "person-call-filled" | "person-call-regular" | "person-filled" | "person-lock-regular" | "person-regular" | "phone-filled" | "phone-regular" | "pin-regular" | "play-filled" | "play-regular" | "preview-link-filled" | "qr-code-regular" | "question-circle-regular" | "receipt-money-filled" | "receipt-money-regular" | "rocket-regular" | "search-filled" | "send-filled" | "send-regular" | "settings-filled" | "settings-regular" | "shield-checkmark-filled" | "shield-checkmark-regular" | "shield-error-regular" | "shield-regular" | "sign-out-regular" | "signature-filled" | "signature-regular" | "subtract-circle-filled" | "subtract-circle-regular" | "target-arrow-regular" | "task-list-square-ltr-filled" | "task-list-square-ltr-regular" | "warning-filled" | "warning-regular" | "window-dev-tools-filled" | "window-dev-tools-regular" | undefined;
|
|
232
|
+
icon?: "lake-building-bank" | "lake-calendar-arrow-swap" | "lake-card" | "lake-card-add" | "lake-card-filled" | "lake-card-one-off" | "lake-card-physical" | "lake-card-recurring" | "lake-card-single-use" | "lake-card-virtual" | "lake-check" | "lake-chevron-double" | "lake-clipboard-bullet" | "lake-clock" | "lake-clock-arrow-swap" | "lake-close" | "lake-currencies" | "lake-delivery-grouped" | "lake-delivery-individual" | "lake-denied" | "lake-document-csv" | "lake-document-jpg" | "lake-document-pdf" | "lake-document-png" | "lake-document-xls" | "lake-email" | "lake-face-id" | "lake-fingerprint" | "lake-id-card" | "lake-inbox-empty" | "lake-key" | "lake-lock-closed" | "lake-menu" | "lake-people" | "lake-person-arrow-swap" | "lake-phone" | "lake-receipt" | "lake-settings" | "lake-shield" | "lake-signature" | "lake-transfer" | "lake-warning" | "lake-world-map" | "add-circle-filled" | "add-circle-regular" | "add-filled" | "approvals-app-filled" | "apps-list-filled" | "apps-list-regular" | "arrow-counterclockwise-filled" | "arrow-clockwise-filled" | "arrow-down-filled" | "arrow-down-regular" | "arrow-download-filled" | "arrow-left-filled" | "arrow-left-regular" | "arrow-right-filled" | "arrow-right-regular" | "arrow-swap-filled" | "arrow-swap-regular" | "arrow-up-filled" | "arrow-up-regular" | "arrow-upload-filled" | "arrow-upload-regular" | "beaker-filled" | "beaker-regular" | "board-filled" | "board-regular" | "box-regular" | "building-bank-filled" | "building-bank-regular" | "building-filled" | "building-multiple-regular" | "building-regular" | "building-shop-regular" | "calendar-ltr-regular" | "cart-regular" | "chat-help-filled" | "chat-help-regular" | "check-filled" | "check-regular" | "checkmark-circle-regular" | "checkmark-filled" | "chevron-down-filled" | "chevron-left-filled" | "chevron-right-filled" | "chevron-up-down-regular" | "chevron-up-filled" | "clipboard-search-regular" | "clock-filled" | "clock-regular" | "cloud-sync-filled" | "cloud-sync-regular" | "code-filled" | "code-regular" | "color-regular" | "comment-note-regular" | "copy-filled" | "copy-regular" | "cursor-click-regular" | "database-filled" | "database-regular" | "delete-filled" | "delete-regular" | "desktop-regular" | "device-meeting-room-regular" | "dismiss-circle-regular" | "dismiss-filled" | "dismiss-regular" | "document-regular" | "earth-regular" | "edit-filled" | "edit-regular" | "error-circle-filled" | "error-circle-regular" | "eye-filled" | "eye-off-filled" | "eye-regular" | "filter-filled" | "flag-filled" | "flag-regular" | "flash-filled" | "flash-regular" | "form-new-filled" | "form-new-regular" | "hand-right-regular" | "image-add-filled" | "image-add-regular" | "image-filled" | "image-regular" | "info-filled" | "info-regular" | "key-regular" | "link-filled" | "live-filled" | "live-regular" | "lock-closed-filled" | "lock-closed-regular" | "lock-open-filled" | "lock-open-regular" | "mail-filled" | "mail-regular" | "money-regular" | "more-horizontal-filled" | "more-vertical-filled" | "open-filled" | "open-regular" | "options-regular" | "paint-brush-filled" | "paint-brush-regular" | "pause-regular" | "payment-filled" | "payment-regular" | "people-add-regular" | "people-community-filled" | "people-community-regular" | "people-filled" | "people-regular" | "people-team-regular" | "person-accounts-filled" | "person-accounts-regular" | "person-add-regular" | "person-call-filled" | "person-call-regular" | "person-filled" | "person-lock-regular" | "person-regular" | "phone-filled" | "phone-regular" | "pin-regular" | "play-filled" | "play-regular" | "preview-link-filled" | "qr-code-regular" | "question-circle-regular" | "receipt-money-filled" | "receipt-money-regular" | "rocket-regular" | "search-filled" | "send-filled" | "send-regular" | "settings-filled" | "settings-regular" | "shield-checkmark-filled" | "shield-checkmark-regular" | "shield-error-regular" | "shield-regular" | "sign-out-regular" | "signature-filled" | "signature-regular" | "subtract-circle-filled" | "subtract-circle-regular" | "target-arrow-regular" | "task-list-square-ltr-filled" | "task-list-square-ltr-regular" | "warning-filled" | "warning-regular" | "window-dev-tools-filled" | "window-dev-tools-regular" | undefined;
|
|
233
233
|
unit?: string | undefined;
|
|
234
234
|
units?: string[] | undefined;
|
|
235
235
|
inputMode?: TextInputProps["inputMode"];
|
|
@@ -31,10 +31,10 @@ const styles = StyleSheet.create({
|
|
|
31
31
|
flexShrink: 1,
|
|
32
32
|
alignItems: "center",
|
|
33
33
|
padding: spacings[12],
|
|
34
|
-
flexDirection: "
|
|
34
|
+
flexDirection: "column",
|
|
35
35
|
},
|
|
36
36
|
itemDesktop: {
|
|
37
|
-
flexDirection: "
|
|
37
|
+
flexDirection: "row",
|
|
38
38
|
justifyContent: "center",
|
|
39
39
|
},
|
|
40
40
|
itemText: {
|
|
@@ -18,20 +18,26 @@
|
|
|
18
18
|
"lake-currencies": "M7 18.4V4.8h1v13.6H7ZM9.8 9c0-.5-.3-.9-.7-1.2-.4-.2-1-.4-1.6-.4a3 3 0 0 0-1.1.2l-.8.6-.2.8.1.7.5.5.7.3.6.2 1 .3 1.2.3c.3.1.7.3 1 .6.3.2.5.5.7.9.2.3.3.7.3 1.2a2.9 2.9 0 0 1-1.8 2.8c-.6.2-1.4.4-2.2.4-.8 0-1.5-.2-2.1-.4-.6-.3-1-.6-1.4-1.1-.3-.5-.5-1-.6-1.7h1.7c0 .4.1.7.4 1l.8.6 1.2.1c.4 0 .9 0 1.2-.2.4-.1.7-.3.9-.6.2-.3.3-.6.3-1 0-.2-.1-.5-.3-.7a2 2 0 0 0-.7-.5l-1-.4-1.3-.3a5 5 0 0 1-2.1-1c-.5-.5-.8-1.1-.8-1.9 0-.6.2-1.1.5-1.6.4-.5.8-.8 1.4-1.1.6-.3 1.2-.4 2-.4.7 0 1.4.1 2 .4.5.3 1 .6 1.2 1 .4.5.5 1 .6 1.6H9.8Zm10.8 8h-7.4v-1.4h7.4V17Zm-2.2-4.2h-5.2v-1.5h5.2v1.5Zm-2.6-3.4.2 4.5c0 .5 0 .9-.2 1.3-.1.3-.4.6-.7.8l-1.4-.4c.2 0 .3-.1.4-.3l.3-.6V14l-.2-4.6c0-.8.2-1.4.5-1.9s.7-.9 1.2-1.1c.5-.3 1-.4 1.6-.4.5 0 1 .1 1.4.3.4.1.8.4 1 .7.4.3.6.6.7 1 .1.4.2.8 0 1.2L19.2 9 19 8l-.6-.4a2 2 0 0 0-1.7 0c-.2.2-.5.4-.6.7-.2.2-.3.6-.3 1Z",
|
|
19
19
|
"lake-delivery-grouped": "M10.8064 3.00744L7.74894 4.1834L17.2742 7.78936L21.2511 6.08498L13.2494 3.00744C12.4632 2.70503 11.5927 2.70503 10.8064 3.00744ZM21.4354 16.8938V6.76816L12.3782 10.6498V21.0807L12.8786 20.9515C13.0038 20.9191 13.1277 20.8796 13.2494 20.8327L20.6976 17.968C21.1421 17.7971 21.4354 17.37 21.4354 16.8938ZM11.1773 20.9515L11.6777 21.0807V10.6498L2.62048 6.76816V16.8938C2.62048 17.37 2.91376 17.7971 3.35824 17.968L10.8064 20.8327C10.9282 20.8796 11.052 20.9191 11.1773 20.9515ZM6.76742 4.56091L2.80482 6.08498L12.0279 10.0377L16.3461 8.1871L6.76742 4.56091ZM10.555 2.35358C11.5031 1.98891 12.5528 1.98891 13.5009 2.35358L20.9491 5.21827C21.6641 5.49328 22.136 6.18025 22.136 6.94633V16.8938C22.136 17.6599 21.6642 18.3469 20.9491 18.6219L13.5009 21.4866C12.5528 21.8512 11.5031 21.8512 10.555 21.4866L3.10675 18.6219C2.39173 18.3469 1.91992 17.6599 1.91992 16.8938V6.94633C1.91992 6.18025 2.39173 5.49328 3.10675 5.21827L10.555 2.35358Z",
|
|
20
20
|
"lake-delivery-individual": "M20.5698 16.8751V8.63434L12.1468 13.2673C12.0677 13.3108 11.974 13.3167 11.891 13.285L11.8449 13.263L3.42982 8.63434V16.8751C3.42982 17.8112 4.1887 18.5701 5.12482 18.5701H18.8748C19.8109 18.5701 20.5698 17.8112 20.5698 16.8751ZM3.42982 7.12507V7.93878L11.9998 12.652L20.5698 7.93827V7.12507C20.5698 6.18895 19.8109 5.43007 18.8748 5.43007H5.12482C4.1887 5.43007 3.42982 6.18895 3.42982 7.12507ZM18.8748 4.82007C20.1478 4.82007 21.1798 5.85205 21.1798 7.12507V16.8751C21.1798 18.1481 20.1478 19.1801 18.8748 19.1801H5.12482C3.85181 19.1801 2.81982 18.1481 2.81982 16.8751V7.12507C2.81982 5.85205 3.85181 4.82007 5.12482 4.82007H18.8748Z",
|
|
21
|
+
"lake-denied": "M11.9991 11.5514L14.2246 9.32561C14.3396 9.21067 14.5209 9.20225 14.6454 9.3005L14.6757 9.32773C14.7887 9.44277 14.7964 9.62264 14.6988 9.7464L14.6714 9.7769L12.4479 12.0001L14.6737 14.2256C14.7886 14.3406 14.797 14.5219 14.6988 14.6464L14.6715 14.6767C14.5565 14.7897 14.3766 14.7974 14.2529 14.6997L14.2224 14.6723L11.9991 12.4489L9.77364 14.6746C9.6587 14.7896 9.47737 14.798 9.35286 14.6997L9.32254 14.6725C9.20959 14.5575 9.20188 14.3776 9.29952 14.2538L9.32692 14.2233L11.5504 12.0001L9.32463 9.77462C9.20969 9.65967 9.20128 9.47835 9.29953 9.35384L9.32674 9.32352C9.44179 9.21056 9.62167 9.20285 9.74542 9.3005L9.77593 9.32789L11.9991 11.5514ZM11.9991 5.12012C15.7989 5.12012 18.8791 8.2004 18.8791 12.0001C18.8791 15.7998 15.7989 18.8801 11.9991 18.8801C8.19942 18.8801 5.11914 15.7998 5.11914 12.0001C5.11914 8.2004 8.19942 5.12012 11.9991 5.12012ZM11.9991 5.75512C8.55012 5.75512 5.75414 8.5511 5.75414 12.0001C5.75414 15.4491 8.55012 18.2451 11.9991 18.2451C15.4482 18.2451 18.2441 15.4491 18.2441 12.0001C18.2441 8.5511 15.4482 5.75512 11.9991 5.75512Z",
|
|
21
22
|
"lake-document-csv": "M12.2 2h.1c.2 0 .4 0 .6.2H13.2v.1l.2.1.1.1 6 6c.3.3.5.8.5 1.3V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-1h1.5v1c0 .3.2.5.5.5h12c.3 0 .5-.2.5-.5V10H14a2 2 0 0 1-2-2V3.5H6c-.3 0-.5.2-.5.5v5H4V4c0-1.1.9-2 2-2h6.2ZM9 11.1c.4 0 .8 0 1.1.2l.8.6.2 1h-1.1c0-.3-.2-.5-.3-.6l-.7-.2-.5.1-.4.2v.7l.2.2.3.1.4.1.5.1.7.3c.2 0 .4.2.5.3a1.5 1.5 0 0 1 .5 1.1c0 .4 0 .7-.3 1l-.7.6L9 17c-.5 0-1 0-1.3-.2l-.8-.7c-.2-.3-.3-.6-.3-1H8c0 .2 0 .3.2.5l.4.3h1.1l.3-.3.2-.4-.1-.3-.4-.2a3 3 0 0 0-.4-.2l-.7-.2c-.5 0-1-.3-1.2-.5-.3-.3-.4-.6-.4-1s0-.7.3-1l.7-.6 1.2-.2Zm-5.6 0 1 .1.7.5.5.6c.2.3.3.6.3 1H4.8c0-.2 0-.4-.2-.5a1.1 1.1 0 0 0-.6-.5l-.5-.1c-.3 0-.5 0-.8.2l-.5.7-.2 1c0 .4 0 .8.2 1l.5.7.8.2H4l.3-.3c.2 0 .3-.2.3-.3l.2-.4H6a2.3 2.3 0 0 1-.7 1.5l-.8.4-1 .2c-.5 0-1-.1-1.4-.4-.4-.2-.7-.5-1-1-.2-.4-.3-1-.3-1.6 0-.6.1-1.2.3-1.6.3-.5.6-.8 1-1 .4-.3.9-.4 1.4-.4Zm9.7 0 1.4 4.5 1.5-4.4h1.3l-2 5.8h-1.6l-2-5.8h1.4Zm.3-6.5V8c0 .3.2.5.5.5h3.4l-3.9-3.9Z",
|
|
22
23
|
"lake-document-jpg": "M12.2 2h.1c.2 0 .4 0 .6.2H13.2v.1l.2.1.1.1 6 6c.3.3.5.8.5 1.3V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-1h1.5v1c0 .3.2.5.5.5h12c.3 0 .5-.2.5-.5V10H14a2 2 0 0 1-2-2V3.5H6c-.3 0-.5.2-.5.5v5H4V4c0-1.1.9-2 2-2h6.2Zm-7 9.2v4c0 .4-.1.7-.3 1l-.7.7-1 .2c-.4 0-.7 0-1-.2-.3-.1-.5-.3-.7-.6l-.2-1h1.2v.5c.2 0 .2.1.3.2h.8l.2-.3.1-.5v-4h1.2ZM14 11l.9.1.7.5a2.2 2.2 0 0 1 .8 1.4h-1.2l-.2-.4a1 1 0 0 0-.6-.4l-.4-.1c-.3 0-.6 0-.8.2l-.5.7c-.2.2-.2.6-.2 1s0 .7.2 1c0 .3.3.5.5.7l.8.2c.3 0 .5 0 .7-.2.2 0 .3-.2.5-.4l.1-.5h-1.2v-1h2.4v.7a2.2 2.2 0 0 1-1.2 2.2c-.4.2-.8.3-1.3.3-.6 0-1-.1-1.5-.4-.4-.2-.7-.6-1-1-.2-.5-.3-1-.3-1.6l.2-1.3.6-1 .9-.5 1-.2Zm-5.6 0c.5 0 .9.2 1.2.3l.7.7c.2.3.2.7.2 1 0 .4 0 .8-.2 1-.2.4-.4.6-.7.8l-1.2.2h-1V17H6.2v-5.8h2.2Zm-.2 1h-.8v2h.8l.6-.1c.2 0 .3-.2.4-.3v-1.1l-.4-.3-.6-.1Zm5.3-7.5V8c0 .3.2.5.5.5h3.4l-3.9-3.9Z",
|
|
23
24
|
"lake-document-pdf": "M12.2 2h.1c.2 0 .4 0 .6.2H13.2v.1l.2.1.1.1 6 6c.3.3.5.8.5 1.3V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-1h1.5v1c0 .3.2.5.5.5h12c.3 0 .5-.2.5-.5V10H14a2 2 0 0 1-2-2V3.5H6c-.3 0-.5.2-.5.5v5H4V4c0-1.1.9-2 2-2h6.2ZM4 11.2c.4 0 .8 0 1 .2.4.2.6.4.8.7.2.3.2.7.2 1 0 .4 0 .8-.2 1-.2.4-.4.6-.7.8l-1.2.2H3V17H1.7v-5.8H4Zm5 0c.5 0 1 .1 1.4.3.5.3.8.6 1 1 .2.5.4 1 .4 1.6 0 .6-.2 1.1-.4 1.5-.2.5-.5.8-1 1-.4.3-.9.4-1.5.4H7v-5.8h2Zm7.5 0v1H14v1.4h2.4v1h-2.4V17h-1.2v-5.8h3.8Zm-7.6 1H8V16h.8l.9-.1.5-.7c.2-.2.2-.6.2-1s0-.8-.2-1c0-.3-.3-.5-.5-.7a2 2 0 0 0-1-.2Zm-5.2 0H3v2h.8l.6-.2c.2 0 .3-.2.4-.3v-1.1l-.4-.3-.6-.1Zm9.8-7.6V8c0 .3.2.5.5.5h3.4l-3.9-3.9Z",
|
|
24
25
|
"lake-document-png": "M12.2 2h.1c.2 0 .4 0 .6.2H13.2v.1l.2.1.1.1 6 6c.3.3.5.8.5 1.3V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-1h1.5v1c0 .3.2.5.5.5h12c.3 0 .5-.2.5-.5V10H14a2 2 0 0 1-2-2V3.5H6c-.3 0-.5.2-.5.5v5H4V4c0-1.1.9-2 2-2h6.2ZM1.5 17v-5.8h2.3c.4 0 .8 0 1.1.2.3.2.6.4.7.7.2.3.3.7.3 1 0 .4-.1.8-.3 1-.1.4-.4.6-.7.8l-1.1.2h-1v-1h.8l.6-.1.3-.3.1-.5-.1-.6-.3-.3-.6-.1h-.9V17H1.5Zm10-5.8V17h-1L8 13.3V17H6.6v-5.8h1l2.6 3.6v-3.6h1.3Zm5 1.9-.2-.4a1 1 0 0 0-.7-.4l-.4-.1c-.3 0-.6 0-.8.2l-.5.7-.2 1c0 .4 0 .7.2 1l.5.7.8.2c.3 0 .5 0 .7-.2.2 0 .4-.2.5-.4l.1-.6h.3-1.5v-1h2.4v.8c0 .5 0 1-.3 1.3-.2.4-.5.7-.9.9-.4.2-.8.3-1.3.3s-1-.1-1.4-.4c-.4-.2-.8-.6-1-1-.2-.5-.3-1-.3-1.6 0-.5 0-.9.2-1.3.1-.3.3-.7.6-1l.8-.5 1-.2 1 .1.8.5a2.2 2.2 0 0 1 .8 1.4h-1.3Zm-3-8.5V8c0 .3.2.5.5.5h3.4l-3.9-3.9Z",
|
|
25
26
|
"lake-document-xls": "M12.2 2h.1c.2 0 .4 0 .6.2H13.2v.1l.2.1.1.1 6 6c.3.3.5.8.5 1.3V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-1h1.5v1c0 .3.2.5.5.5h12c.3 0 .5-.2.5-.5V10H14a2 2 0 0 1-2-2V3.5H6c-.3 0-.5.2-.5.5v5H4V4c0-1.1.9-2 2-2h6.2Zm2 9.1c.4 0 .8 0 1.1.2l.8.6c.2.3.2.6.2 1h-1.1c0-.3-.1-.5-.3-.6l-.7-.2-.5.1c-.2 0-.3.1-.3.2l-.2.4.1.3.2.2.3.1.4.1.5.1.7.3c.2 0 .4.2.5.3a1.5 1.5 0 0 1 .5 1.1c0 .4 0 .7-.2 1l-.8.6-1.2.2c-.5 0-1 0-1.3-.2l-.8-.7c-.2-.3-.3-.6-.3-1H13c0 .2 0 .3.2.5l.4.3h1.1l.4-.3V15l-.4-.2a3 3 0 0 0-.3-.2l-.8-.2c-.5 0-1-.3-1.2-.5-.3-.3-.4-.6-.4-1s0-.7.3-1l.7-.6 1.2-.2Zm-11.3 0 1.2 2 1.2-2h1.4l-1.8 3L6.7 17H5.3l-1.2-2-1.2 2H1.5l1.8-3-1.8-2.8H3Zm5.8 0V16h2.5v1H7.5v-5.8h1.2Zm4.8-6.5V8c0 .3.2.5.5.5h3.4l-3.9-3.9Z",
|
|
26
27
|
"lake-email": "M17.9 15.41V9.82l-5.75 3.16a.32.32 0 01-.27.01l-.04-.01-5.73-3.16v5.6c0 .59.48 1.08 1.08 1.08h9.62c.6 0 1.09-.49 1.09-1.09zM6.1 8.6v.5l5.9 3.25 5.9-3.24V8.6c0-.6-.49-1.08-1.09-1.08H7.2c-.6 0-1.08.48-1.08 1.08zm10.71-1.72c.95 0 1.72.77 1.72 1.72v6.82c0 .95-.77 1.72-1.72 1.72H7.2c-.95 0-1.72-.77-1.72-1.72V8.6c0-.95.77-1.72 1.72-1.72h9.62z",
|
|
28
|
+
"lake-face-id": "M0 4.06A4.06 4.06 0 0 1 4.06 0h4.393a.682.682 0 1 1 0 1.365H4.06A2.696 2.696 0 0 0 1.365 4.06v4.392a.682.682 0 1 1-1.365 0V4.06ZM14.865.683c0-.376.305-.682.682-.682h4.392A4.06 4.06 0 0 1 24 4.06v4.393a.682.682 0 1 1-1.365 0V4.06a2.696 2.696 0 0 0-2.696-2.696h-4.392a.682.682 0 0 1-.682-.683ZM9.459 9.297a2.54 2.54 0 1 1 5.082 0 2.54 2.54 0 0 1-5.082 0ZM7.838 14.23c0-.544.442-.986.986-.986h6.352c.544 0 .986.441.986.986v.203c0 .95-.487 1.661-1.252 2.127-.758.461-1.79.684-2.91.684s-2.152-.223-2.91-.684c-.765-.466-1.252-1.177-1.252-2.127v-.203ZM0 15.547a.682.682 0 0 1 1.365 0v4.392a2.696 2.696 0 0 0 2.696 2.696h4.392a.682.682 0 0 1 0 1.365H4.06A4.06 4.06 0 0 1 0 19.94v-4.393Zm22.635 0a.682.682 0 0 1 1.365 0v4.392A4.06 4.06 0 0 1 19.94 24h-4.393a.682.682 0 1 1 0-1.365h4.392a2.696 2.696 0 0 0 2.696-2.696v-4.392Z",
|
|
29
|
+
"lake-fingerprint": "M5.134 1.578C6.968.46 9.46-.075 11.955.008c2.499.084 5.077.79 7.079 2.242a.65.65 0 0 1-.763 1.051c-1.744-1.265-4.054-1.917-6.36-1.994-2.308-.078-4.533.425-6.101 1.38a.65.65 0 1 1-.676-1.11ZM2.792 3.574a.65.65 0 0 1 .859.974C2.61 5.468 1.907 6.393 1.212 7.6a.65.65 0 1 1-1.125-.648c.75-1.302 1.536-2.347 2.705-3.378Zm9.107.73a.65.65 0 0 1 .722-.568c5.847.694 9.493 5.24 10.529 11.144a.65.65 0 1 1-1.28.224c-.967-5.513-4.282-9.47-9.402-10.078a.65.65 0 0 1-.569-.722Zm-3.143-.198a.65.65 0 0 1 .504 1.197C4.15 7.452 1.562 12.219 2.259 18.131a.65.65 0 0 1-1.29.152C.212 11.86 3.058 6.503 8.756 4.106ZM7.422 8.929c1.537-1.23 3.476-1.803 5.43-1.496 1.958.308 3.868 1.49 5.37 3.652a.65.65 0 0 1-1.068.74c-1.328-1.912-2.943-2.864-4.504-3.11-1.567-.245-3.144.21-4.417 1.228-2.522 2.018-3.926 6.356-1.215 11.833a.65.65 0 0 1-1.164.577C2.932 16.449 4.325 11.407 7.422 8.929Zm1.998 3.06c.75-.674 1.736-.965 2.864-.859 1.366.13 2.27.628 2.867 1.437.558.758.79 1.727.99 2.633l.05.23h.001v.001l.003.011c.395 1.8.804 3.664 2.84 5.131a.65.65 0 0 1-.76 1.054c-2.444-1.762-2.95-4.07-3.339-5.858l-.063-.288c-.208-.942-.397-1.64-.768-2.144-.333-.451-.865-.811-1.944-.913-.82-.078-1.43.134-1.873.531-.454.409-.8 1.075-.952 2.02-.305 1.904.21 4.747 1.864 8.087a.65.65 0 0 1-1.165.576c-1.716-3.467-2.346-6.595-1.98-8.869.183-1.143.627-2.117 1.365-2.78Zm9.294 2.361a.65.65 0 0 1 .741.542c.256 1.646 1.077 2.66 2.149 3.43a.65.65 0 1 1-.759 1.055c-1.292-.93-2.353-2.227-2.673-4.285a.65.65 0 0 1 .542-.742Zm-6.861.637a.65.65 0 0 1 .696.6c.199 2.652 1.17 4.904 2.735 6.693a.65.65 0 1 1-.978.855c-1.753-2.006-2.833-4.525-3.052-7.452a.65.65 0 0 1 .599-.696Z",
|
|
27
30
|
"lake-id-card": "M9.996 10.586a.89.89 0 1 1-1.782 0 .89.89 0 0 1 1.782 0Zm-2.49 2.298c0-.2.162-.36.361-.36h2.475c.2 0 .36.16.36.36v.185c0 .008 0 .02-.002.037a1.33 1.33 0 0 1-.192.571c-.188.301-.574.628-1.403.628-.83 0-1.215-.327-1.403-.627a1.33 1.33 0 0 1-.195-.609v-.185Zm4.95-2.21c0-.15.122-.272.273-.272h3.358a.272.272 0 0 1 0 .544H12.73a.272.272 0 0 1-.273-.272Zm0 2.475c0-.15.122-.272.273-.272h3.358a.272.272 0 0 1 0 .544H12.73a.272.272 0 0 1-.273-.272ZM5.032 7.846c0-.736.597-1.333 1.333-1.333H17.5c.736 0 1.333.597 1.333 1.333v8.308c0 .736-.597 1.333-1.333 1.333H6.365a1.333 1.333 0 0 1-1.333-1.333V7.846Zm1.333-.788a.788.788 0 0 0-.788.788v8.308c0 .435.352.788.788.788H17.5a.788.788 0 0 0 .789-.788V7.846a.788.788 0 0 0-.789-.788H6.365Z",
|
|
28
31
|
"lake-inbox-empty": "M17,10 C17.1081851,10 17.2134519,10.0350889 17.3,10.1 L17.36,10.16 L21,14 L21,18 C21,19.1045695 20.1045695,20 19,20 L5,20 C3.8954305,20 3,19.1045695 3,18 L3,14 L6.64,10.16 C6.71310008,10.0772053 6.81155682,10.0209443 6.92,10 L7,10 L17,10 Z M8,15 L3.9999735,15 L3.9999735,18 C3.99632612,18.5086257 4.37503494,18.9389766 4.88,19.0000265 L19,19.0000265 C19.5086257,19.0036739 19.9389766,18.6249651 20,18.12 L20,15 L16,15 L16,15.06 L15.99,15.23 C15.8827778,16.1822061 15.1152503,16.9245688 14.16,17 L14,17 L9.94,17 L9.77,16.99 C8.81779389,16.8827778 8.07543123,16.1152503 8,15.16 L8,15 Z M16.79,11 L7.2,11 L4.36,14 L9,14 L9,15 C8.99632612,15.5086257 9.37503494,15.9389766 9.88,16.0000265 L14,16.0000265 C14.5086257,16.0036739 14.9389766,15.6249651 15,15.12 L15,14 L19.63,14 L16.79,11 Z M12,3.82 C12.2445019,3.81601187 12.4560163,3.98945374 12.5,4.23 L12.5,6.6 C12.516077,6.77863279 12.4356332,6.95227326 12.2889711,7.0555127 C12.1423091,7.15875215 11.9517102,7.17590605 11.7889711,7.1005127 C11.6262321,7.02511935 11.516077,6.86863279 11.5,6.69 L11.5,4.32 C11.5,4.04 11.72,3.82 12,3.82 L12,3.82 Z M7.18,5.04 C7.38906129,4.92001407 7.65396886,4.96626778 7.81,5.15 L7.86,5.22 L9,7.2 C9.11409519,7.42189767 9.04713615,7.69394722 8.84308356,7.83753979 C8.63903096,7.98113236 8.36034861,7.95231193 8.19,7.77 L8.14,7.7 L7,5.72 C6.86345894,5.48231342 6.9437463,5.17900561 7.18,5.04 Z M16.14,5.22 C16.2733045,5.00427878 16.5469893,4.9225098 16.7767845,5.02974753 C17.0065796,5.13698526 17.1197075,5.39926686 17.04,5.64 L17,5.72 L15.86,7.7 C15.7266955,7.91572122 15.4530107,7.9974902 15.2232155,7.89025247 C14.9934204,7.78301474 14.8802925,7.52073314 14.96,7.28 L15,7.2 L16.14,5.22 Z",
|
|
32
|
+
"lake-key": "M9.92 17.673h2.555V15.12c0-.312.253-.564.565-.564h3.118a6.713 6.713 0 1 0-6.261-4.288c.08.208.03.445-.127.603l-8.641 8.641v3.36h5.109v-2.554c0-.312.252-.564.564-.564h2.554v-1.515c0-.312.253-.565.565-.565Zm3.12 1.129h-2.555v1.515a.564.564 0 0 1-.564.564H7.366v1.515c0 .886-.718 1.604-1.604 1.604H1.604A1.604 1.604 0 0 1 0 22.396v-2.688c0-.425.169-.833.47-1.134l8.244-8.245-.08-.27a7.842 7.842 0 1 1 7.524 5.625h-2.554v2.554a.564.564 0 0 1-.564.564Zm6.802-13.04a1.604 1.604 0 1 1-3.208 0 1.604 1.604 0 0 1 3.208 0Z",
|
|
33
|
+
"lake-lock-closed": "M7.357 5.029a5.029 5.029 0 1 1 10.058 0v1.743c0 .11.09.199.2.199h1.306a2.85 2.85 0 0 1 2.85 2.85V21.15A2.85 2.85 0 0 1 18.922 24H5.851A2.85 2.85 0 0 1 3 21.15V9.821A2.85 2.85 0 0 1 5.85 6.97h1.308a.2.2 0 0 0 .199-.2V5.03Zm5.029-3.685A3.685 3.685 0 0 0 8.7 5.03v1.743c0 .11.09.199.2.199h6.97a.2.2 0 0 0 .2-.2V5.03a3.685 3.685 0 0 0-3.685-3.685ZM5.85 8.315c-.832 0-1.507.675-1.507 1.507v11.327c0 .832.675 1.507 1.507 1.507h13.07c.832 0 1.506-.675 1.506-1.507V9.822c0-.832-.674-1.507-1.506-1.507H5.851Zm4.991 7.17a1.544 1.544 0 1 1 3.088 0 1.544 1.544 0 0 1-3.088 0Z",
|
|
29
34
|
"lake-menu": "M5 5h14a1 1 0 0 1 0 2H5a1 1 0 1 1 0-2Zm0 6h14a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2Zm0 6h14a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2Z",
|
|
30
35
|
"lake-people": "M12.52 12.24c.738 0 1.335.598 1.335 1.335v.799c.05.89-.263 1.528-.888 1.957-.644.442-1.647.68-3.004.68-1.352 0-2.363-.235-3.029-.674-.65-.43-.994-1.067-.994-1.949v-.813c0-.737.598-1.335 1.335-1.335Zm0 .57H7.276a.765.765 0 0 0-.765.765v.813c0 .334.068.64.218.908.15.27.375.488.669.658.579.334 1.434.487 2.566.487 1.126 0 1.968-.149 2.527-.484.284-.171.497-.392.631-.665.133-.27.182-.576.165-.908v-.81a.765.765 0 0 0-.765-.764Zm4.201-.57c.737 0 1.335.598 1.335 1.335V14.14c.043.792-.23 1.358-.772 1.738-.557.392-1.427.606-2.605.606-.14 0-.277-.003-.41-.01.131-.172.242-.36.33-.561h.08c.947 0 1.658-.122 2.132-.41.241-.146.423-.337.537-.574.113-.234.153-.496.138-.78v-.575a.765.765 0 0 0-.765-.765h-1.989a2.33 2.33 0 0 0-.29-.57h2.28ZM9.9 5.94a2.385 2.385 0 1 1 0 4.77 2.385 2.385 0 0 1 0-4.77Zm5.25 1.05a1.86 1.86 0 1 1 0 3.72 1.86 1.86 0 0 1 0-3.72ZM9.9 6.51a1.815 1.815 0 1 0 0 3.63 1.815 1.815 0 0 0 0-3.63Zm5.25 1.05a1.29 1.29 0 1 0 0 2.58 1.29 1.29 0 0 0 0-2.58Z",
|
|
31
36
|
"lake-person-arrow-swap": "M12 2.17a4.83 4.83 0 1 0 0 9.66 4.83 4.83 0 0 0 0-9.66ZM8.08 7a3.92 3.92 0 1 1 7.84 0 3.92 3.92 0 0 1-7.84 0Zm-1.96 7.17c-1.07 0-1.95.88-1.95 1.95v.38c0 1.8.93 3.16 2.38 4.04 1.43.87 3.36 1.29 5.45 1.29.56 0 1.11-.03 1.65-.1-.2-.26-.39-.55-.55-.85-.36.03-.72.04-1.1.04-1.99 0-3.74-.4-4.98-1.15a3.69 3.69 0 0 1-1.94-3.27v-.38c0-.57.47-1.04 1.04-1.04h6.83c.15-.32.32-.62.52-.9H6.12Z M18.73 22.97a5.14 5.14 0 1 0 0-10.28 5.14 5.14 0 0 0 0 10.28Zm.59-7.47c.1-.1.26-.1.36 0l1.03 1.03c.1.1.1.27 0 .37l-1.03 1.02a.26.26 0 1 1-.36-.36l.59-.59h-2.98a.26.26 0 1 1 0-.51h2.98l-.6-.6a.26.26 0 0 1 0-.36Zm-1.18 2.23c.1.1.1.27 0 .37l-.6.59h2.99a.26.26 0 1 1 0 .51h-2.98l.59.59a.26.26 0 1 1-.36.36l-1.03-1.03a.26.26 0 0 1 0-.36l1.03-1.03c.1-.1.26-.1.36 0Z",
|
|
32
37
|
"lake-phone": "M14.625,5.24004 C15.362304,5.24004 15.96,5.837736 15.96,6.57504 L15.96,17.425032 C15.96,18.162336 15.362304,18.760032 14.625,18.760032 L9.375,18.760032 C8.637696,18.760032 8.04,18.162336 8.04,17.425032 L8.04,6.57504 C8.04,5.837736 8.637696,5.24004 9.375,5.24004 L14.625,5.24004 Z M14.625,5.81004 L9.375,5.81004 C8.952504,5.81004 8.61,6.152544 8.61,6.57504 L8.61,17.425032 C8.61,17.847528 8.952504,18.190032 9.375,18.190032 L14.625,18.190032 C15.047496,18.190032 15.39,17.847528 15.39,17.425032 L15.39,6.57504 C15.39,6.152544 15.047496,5.81004 14.625,5.81004 Z M12.87456,16.0900317 C13.031976,16.089792 13.159752,16.217208 13.1599923,16.3746 C13.160232,16.532016 13.03284,16.659792 12.875424,16.660032 L11.12544,16.6626723 C10.968024,16.662912 10.840248,16.535496 10.8400077,16.378104 C10.839768,16.220712 10.96716,16.092912 11.124576,16.092672 L12.87456,16.0900317 Z",
|
|
33
38
|
"lake-receipt": "M6.64014 7.97514C6.64014 7.23784 7.23784 6.64014 7.97514 6.64014H13.9251C14.6624 6.64014 15.2601 7.23784 15.2601 7.97514V13.4001C15.2601 13.5327 15.3676 13.6401 15.5001 13.6401H17.7101V15.6751C17.7101 16.799 16.799 17.7101 15.6751 17.7101H8.67514C7.55124 17.7101 6.64014 16.799 6.64014 15.6751V7.97514ZM7.97514 7.21014C7.55264 7.21014 7.21014 7.55264 7.21014 7.97514V15.6751C7.21014 16.4842 7.86604 17.1401 8.67514 17.1401H14.4501C14.5827 17.1401 14.6901 17.0327 14.6901 16.9001V7.97514C14.6901 7.55264 14.3476 7.21014 13.9251 7.21014H7.97514ZM8.74015 9.72514C8.74015 9.56774 8.86774 9.44014 9.02515 9.44014H12.8751C13.0325 9.44014 13.1601 9.56774 13.1601 9.72514C13.1601 9.88254 13.0325 10.0101 12.8751 10.0101H9.02515C8.86774 10.0101 8.74015 9.88254 8.74015 9.72514ZM8.74015 12.1751C8.74015 12.0177 8.86774 11.8901 9.02515 11.8901H12.8751C13.0325 11.8901 13.1601 12.0177 13.1601 12.1751C13.1601 12.3325 13.0325 12.4601 12.8751 12.4601H9.02515C8.86774 12.4601 8.74015 12.3325 8.74015 12.1751ZM8.74015 14.6251C8.74015 14.4677 8.86774 14.3401 9.02515 14.3401H10.7751C10.9325 14.3401 11.0601 14.4677 11.0601 14.6251C11.0601 14.7825 10.9325 14.9101 10.7751 14.9101H9.02515C8.86774 14.9101 8.74015 14.7825 8.74015 14.6251ZM15.5001 14.2101C15.3676 14.2101 15.2601 14.3176 15.2601 14.4501V16.9001C15.2601 17.0327 15.3676 17.1401 15.5001 17.1401H15.6751C16.4842 17.1401 17.1401 16.4842 17.1401 15.6751V14.4501C17.1401 14.3176 17.0327 14.2101 16.9001 14.2101H15.5001Z",
|
|
34
39
|
"lake-settings": "M11.887 5.5c.48.005.958.06 1.426.165a.49.49 0 0 1 .38.423l.112.996a.903.903 0 0 0 1.26.728l.915-.4a.491.491 0 0 1 .556.113 6.385 6.385 0 0 1 1.44 2.473.489.489 0 0 1-.176.539l-.812.597a.9.9 0 0 0 0 1.452l.812.597c.168.124.24.34.178.539a6.388 6.388 0 0 1-1.44 2.474.491.491 0 0 1-.555.114l-.92-.403a.904.904 0 0 0-1.259.727l-.11.995a.49.49 0 0 1-.374.422 6.235 6.235 0 0 1-2.88 0 .49.49 0 0 1-.374-.422l-.11-.994a.901.901 0 0 0-1.26-.724l-.918.402a.491.491 0 0 1-.555-.114 6.388 6.388 0 0 1-1.441-2.476.489.489 0 0 1 .178-.54l.812-.597a.9.9 0 0 0 0-1.452l-.812-.596a.489.489 0 0 1-.177-.539 6.385 6.385 0 0 1 1.44-2.474.491.491 0 0 1 .556-.113l.915.401a.908.908 0 0 0 1.262-.73l.111-.995a.49.49 0 0 1 .381-.424 7.027 7.027 0 0 1 1.439-.164Zm-.006.499a6.464 6.464 0 0 0-1.317.151l-.11.989a1.41 1.41 0 0 1-1.962 1.13l-.908-.397a5.887 5.887 0 0 0-1.322 2.27l.807.592a1.398 1.398 0 0 1 0 2.254l-.807.593a5.895 5.895 0 0 0 1.321 2.273l.913-.4a1.407 1.407 0 0 1 1.957 1.127l.11.989a5.77 5.77 0 0 0 2.633 0l.111-.99A1.4 1.4 0 0 1 14 15.523c.387-.223.857-.25 1.266-.07l.912.398a5.89 5.89 0 0 0 1.321-2.27l-.806-.593a1.398 1.398 0 0 1 0-2.255l.805-.593a5.887 5.887 0 0 0-1.322-2.268l-.907.396a1.409 1.409 0 0 1-1.96-1.129l-.112-.988A6.443 6.443 0 0 0 11.881 6Zm-.002 3.415a2.449 2.449 0 0 1 2.451 2.446 2.449 2.449 0 0 1-2.451 2.446 2.449 2.449 0 0 1-2.451-2.446 2.449 2.449 0 0 1 2.451-2.446Zm0 .498a1.946 1.946 0 0 0-1.95 1.948 1.946 1.946 0 0 0 1.95 1.948 1.946 1.946 0 0 0 1.95-1.948 1.946 1.946 0 0 0-1.95-1.948Z",
|
|
40
|
+
"lake-shield": "m12.24 1.644-.318-.286-.318.286c-2.399 2.155-5.077 3.38-8.036 3.605l-.44.034v5.68c0 3.064.778 5.52 2.219 7.446 1.393 1.86 3.498 3.348 6.416 4.376l.158.056.158-.056c2.918-1.028 5.023-2.515 6.416-4.376 1.441-1.926 2.218-4.382 2.218-7.446v-5.68l-.44-.034c-2.96-.224-5.638-1.45-8.033-3.605ZM11.523.165c.22-.22.579-.22.799 0 2.654 2.66 5.628 3.993 8.955 3.993.312 0 .565.253.565.565v6.24c0 3.262-.83 5.967-2.444 8.122-1.614 2.157-4.04 3.8-7.299 4.886a.563.563 0 0 1-.357 0c-3.258-1.086-5.684-2.73-7.299-4.886C2.831 16.93 2 14.225 2 10.963v-6.24c0-.312.253-.565.564-.565 3.324 0 6.3-1.334 8.96-3.993Z",
|
|
35
41
|
"lake-signature": "M13.1314909,15.0428121 L13.2488,15.0419636 C13.7787879,15.0419636 14.0571879,15.2616485 14.4006545,15.7821333 L14.5716848,16.0463273 C14.7050182,16.2437091 14.7882424,16.3264 14.8930667,16.3696 C15.0810182,16.4470545 15.2367758,16.4089697 15.8087758,16.1335515 L15.983903,16.0483152 C16.3416485,15.8726788 16.5857697,15.7721212 16.8616,15.7031758 C17.0361212,15.6595394 17.2129939,15.7656485 17.2566303,15.9401939 C17.3002667,16.1147152 17.1941333,16.2915879 17.0196121,16.3352242 C16.8481697,16.3780848 16.6838788,16.4395636 16.4689697,16.5386182 L15.9657455,16.780703 C15.2847758,17.1022788 15.0538182,17.1405091 14.6448242,16.9719515 C14.3733333,16.8600485 14.2189576,16.6981818 13.9930424,16.3527758 L13.9084848,16.2207515 C13.6645091,15.8362909 13.5336242,15.7101576 13.3004121,15.6950303 L13.2488,15.6934545 C13.0106667,15.6934545 12.9635636,15.7231758 12.0584242,16.3949091 C11.3017212,16.9564606 10.7246061,17.2246788 9.99073939,17.2246788 C9.09604848,17.2246788 8.25301818,17.0603152 7.46414545,16.7317333 L8.71602424,16.442303 C9.12601212,16.5295758 9.55076364,16.5731879 9.99073939,16.5731879 C10.551297,16.5731879 11.0159515,16.3572121 11.6701818,15.8717333 L12.1740121,15.4999758 C12.7262061,15.0986182 12.8490424,15.0489212 13.1314909,15.0428121 Z M15.8665455,7.32048485 C16.5934545,8.0473697 16.5934545,9.22591515 15.8665939,9.95282424 L15.4168242,10.4026424 C15.9171636,11.0113455 15.8991515,11.6565091 15.4339636,12.1230545 L14.1305212,13.426497 C14.0032485,13.5536485 13.7969939,13.5535515 13.6698424,13.4262788 C13.5426909,13.2990061 13.5427879,13.0927515 13.6700606,12.9656 L14.9726061,11.6630545 C15.1832727,11.4517576 15.2076364,11.1894545 14.9552485,10.8645333 L10.3537939,15.4658909 C10.2242667,15.5954182 10.0609697,15.6859394 9.88249697,15.7271273 L7.2414303,16.3366061 C7.00686061,16.3907394 6.79665455,16.1805091 6.85076364,15.9459394 L7.46026667,13.3048485 C7.5014303,13.1264 7.59192727,12.963103 7.7214303,12.8336 L13.2342545,7.32050909 C13.9611152,6.5936 15.1396121,6.5936 15.8665455,7.32048485 Z M13.6949333,7.78118788 L8.18213333,13.2942545 C8.13895758,13.3374303 8.1088,13.3918545 8.09505455,13.4513455 L7.60278788,15.5845818 L9.736,15.0923152 C9.79549091,15.0785939 9.84993939,15.0484121 9.89309091,15.0052364 L15.4058909,9.4921697 C15.8783515,9.01968485 15.8783515,8.25364848 15.4058667,7.78116364 C14.9333818,7.30870303 14.1673697,7.30870303 13.6949333,7.78118788 Z",
|
|
36
42
|
"lake-transfer": "M15.4569 8.95766L7.26978 8.95812C7.12807 8.95812 7.01016 8.85446 6.98841 8.71891L6.98486 8.66626C6.98814 8.52761 7.09064 8.41315 7.22399 8.39175L7.27785 8.38812L15.4583 8.38766L16.0379 8.38763L15.6279 7.97791L13.3752 5.72629C13.276 5.62709 13.2651 5.47254 13.343 5.36152L13.3805 5.31802C13.4799 5.22367 13.6309 5.21454 13.7399 5.29104L13.7911 5.33519L16.9248 8.46956C17.0239 8.56869 17.0348 8.7231 16.9571 8.83412L16.9188 8.87862L13.7785 12.0258C13.6673 12.1372 13.4868 12.1374 13.3754 12.0262C13.2761 11.9271 13.265 11.7726 13.3428 11.6615L13.3812 11.617L15.6267 9.36721L16.0356 8.95763L15.4569 8.95766ZM17.0126 15.2864L17.0152 15.3254C17.0152 15.4671 16.9115 15.585 16.776 15.6067L16.7221 15.6104L8.54299 15.6098L7.9633 15.6097L8.37331 16.0195L10.6281 18.2731C10.7274 18.3723 10.7383 18.5269 10.6605 18.6379L10.623 18.6814C10.5237 18.7758 10.3726 18.785 10.2636 18.7085L10.219 18.6702L7.07527 15.529C6.97602 15.4298 6.96508 15.2753 7.04292 15.1642L7.08131 15.1197L10.2251 11.9733C10.3364 11.862 10.5168 11.8619 10.6281 11.9731C10.7274 12.0723 10.7383 12.2269 10.6605 12.3379L10.6221 12.3824L8.376 14.6301L7.96669 15.0397L8.54575 15.0398L16.7302 15.0404C16.8742 15.0404 16.9937 15.1475 17.0126 15.2864Z",
|
|
37
43
|
"lake-warning": "M12 8.464c.299 0 .541.242.541.541v6.063a.541.541 0 0 1-1.082 0V9.005c0-.299.242-.54.541-.54Zm.92 10.014a.92.92 0 1 1-1.84 0 .92.92 0 0 1 1.84 0ZM10.198 2.066c.781-1.421 2.823-1.421 3.604 0l9.94 18.073c.754 1.37-.237 3.048-1.802 3.048H2.06c-1.565 0-2.556-1.678-1.802-3.048l9.94-18.073Zm2.656.521a.974.974 0 0 0-1.708 0L1.206 20.66a.974.974 0 0 0 .854 1.444h19.88a.974.974 0 0 0 .854-1.444l-9.94-18.073Z",
|