@trackunit/react-components 1.1.1 → 1.1.5
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/index.cjs.js +348 -1523
- package/index.esm.js +210 -1374
- package/package.json +6 -6
- package/src/components/EmptyState/states/AnatomySVG.d.ts +5 -0
- package/src/components/EmptyState/states/BuildingErrorSVG.d.ts +5 -0
- package/src/components/EmptyState/states/Dont3SVG.d.ts +5 -0
- package/src/components/EmptyState/states/PhoneLockSecuritySVG.d.ts +5 -0
- package/src/components/EmptyState/states/RoadBlockSVG.d.ts +5 -0
- package/src/components/EmptyState/states/SearchDocumentSVG.d.ts +5 -0
- package/src/components/EmptyState/states/WallConstructionSVG.d.ts +5 -0
- package/src/components/EmptyState/states/WorkerWithSignSVG.d.ts +5 -0
- package/src/components/EmptyState/states/index.d.ts +7 -0
- package/src/components/PageHeader/PageHeader.d.ts +7 -63
- package/src/components/PageHeader/PageHeader.variants.d.ts +0 -7
- package/src/components/PageHeader/components/PageHeaderKpiMetrics.d.ts +4 -0
- package/src/components/PageHeader/components/PageHeaderSecondaryActions.d.ts +20 -0
- package/src/components/PageHeader/components/PageHeaderTitle.d.ts +4 -0
- package/src/components/PageHeader/components/index.d.ts +3 -0
- package/src/components/PageHeader/index.d.ts +3 -0
- package/src/components/PageHeader/types.d.ts +83 -0
- package/src/hooks/index.d.ts +1 -1
- package/src/hooks/useIsTextTruncated.d.ts +19 -0
- package/src/hooks/useIsTextWrapping.d.ts +11 -3
- package/051071830dacb5a2.svg +0 -36
- package/143a6e982b3d1ec9.svg +0 -59
- package/36c10e69abcc3b8f.svg +0 -19
- package/8df3d27593b5fba4.svg +0 -70
- package/src/hooks/useIsTextCutOff.d.ts +0 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/react-components",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.5",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
@@ -19,11 +19,11 @@
|
|
|
19
19
|
"@tanstack/react-router": "1.47.1",
|
|
20
20
|
"string-ts": "^2.0.0",
|
|
21
21
|
"tailwind-merge": "^2.0.0",
|
|
22
|
-
"@trackunit/ui-design-tokens": "^1.0.
|
|
23
|
-
"@trackunit/css-class-variance-utilities": "^1.0.
|
|
24
|
-
"@trackunit/shared-utils": "^1.
|
|
25
|
-
"@trackunit/ui-icons": "^1.0.
|
|
26
|
-
"@trackunit/react-table-pagination": "^1.0.
|
|
22
|
+
"@trackunit/ui-design-tokens": "^1.0.3",
|
|
23
|
+
"@trackunit/css-class-variance-utilities": "^1.0.2",
|
|
24
|
+
"@trackunit/shared-utils": "^1.1.1",
|
|
25
|
+
"@trackunit/ui-icons": "^1.0.5",
|
|
26
|
+
"@trackunit/react-table-pagination": "^1.0.3"
|
|
27
27
|
},
|
|
28
28
|
"module": "./index.esm.js",
|
|
29
29
|
"main": "./index.cjs.js",
|
|
@@ -1,69 +1,13 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import { CommonProps } from "../../common/CommonProps";
|
|
4
|
-
import { TabListProps } from "../Tabs/TabList";
|
|
5
|
-
import { TagColors } from "../Tag";
|
|
6
|
-
type ActionPosition = "right";
|
|
7
|
-
export interface PageHeaderProps extends CommonProps {
|
|
8
|
-
/**
|
|
9
|
-
* Text to be displayed in the header.
|
|
10
|
-
*/
|
|
11
|
-
title: string | ReactNode;
|
|
12
|
-
/**
|
|
13
|
-
* The description to be displayed inside the tip.
|
|
14
|
-
*/
|
|
15
|
-
description?: string | ReactNode;
|
|
16
|
-
/**
|
|
17
|
-
* The link to which user is redirected to if user clicks on the tip.
|
|
18
|
-
*/
|
|
19
|
-
link?: string;
|
|
20
|
-
/**
|
|
21
|
-
* Display text of the specified link
|
|
22
|
-
*/
|
|
23
|
-
linkText?: string;
|
|
24
|
-
/**
|
|
25
|
-
* Additional actions to be rendered along with the header.
|
|
26
|
-
*/
|
|
27
|
-
action?: ReactNode;
|
|
28
|
-
/**
|
|
29
|
-
* Enables the actions to be pushed to the right in the available space - the default is left side.
|
|
30
|
-
*/
|
|
31
|
-
actionPosition?: ActionPosition;
|
|
32
|
-
/**
|
|
33
|
-
* A tag that is displayed on the side of the header.
|
|
34
|
-
* A RectNode passed into the tag will be rendered as such.
|
|
35
|
-
* A string passed into the tag will render it using the tag component.
|
|
36
|
-
*/
|
|
37
|
-
tag?: string | ReactNode;
|
|
38
|
-
/**
|
|
39
|
-
* A theme color value can be used for tag component
|
|
40
|
-
*/
|
|
41
|
-
tagColor?: TagColors;
|
|
42
|
-
/**
|
|
43
|
-
* Whether spinner should be shown while loading the data.
|
|
44
|
-
*/
|
|
45
|
-
showLoading?: boolean;
|
|
46
|
-
/**
|
|
47
|
-
* Child nodes to be displayed inside the page header.
|
|
48
|
-
*/
|
|
49
|
-
children?: ReactNode;
|
|
50
|
-
/**
|
|
51
|
-
* The link to the previous page which will be rendered inside an IconButton component to the left of the heading.
|
|
52
|
-
*/
|
|
53
|
-
backTo?: string;
|
|
54
|
-
/**
|
|
55
|
-
* The icon to be used in the description.
|
|
56
|
-
*/
|
|
57
|
-
descriptionIcon?: IconName;
|
|
58
|
-
tabsList?: ReactElement<TabListProps>;
|
|
59
|
-
}
|
|
1
|
+
import { ReactElement } from "react";
|
|
2
|
+
import { PageHeaderProps } from "./types";
|
|
60
3
|
/**
|
|
61
|
-
*
|
|
4
|
+
* The PageHeader component is used to display the header of a page.
|
|
62
5
|
*
|
|
63
|
-
*
|
|
6
|
+
* It provides critical context by indicating the current location within the application or website.
|
|
7
|
+
* PageHeader can be used to highlight the page topic, display helpful information about the page, and carry the action items related to the current page.
|
|
8
|
+
* Tabs can be added to the PageHeader to allow users to navigate between different sections of the page.
|
|
64
9
|
*
|
|
65
10
|
* @param {PageHeaderProps} props - The props for the PageHeader component
|
|
66
11
|
* @returns {JSX.Element} PageHeader component
|
|
67
12
|
*/
|
|
68
|
-
export declare const PageHeader: ({ className, dataTestId,
|
|
69
|
-
export {};
|
|
13
|
+
export declare const PageHeader: ({ className, dataTestId, secondaryActions, showLoading, description, title, tagLabel, backTo, tagColor, tabsList, descriptionIcon, kpiMetrics, tagTooltipLabel, primaryAction, }: PageHeaderProps) => ReactElement;
|
|
@@ -3,10 +3,3 @@ export declare const cvaPageHeaderContainer: (props?: ({
|
|
|
3
3
|
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
|
4
4
|
export declare const cvaPageHeader: (props?: import("class-variance-authority/dist/types").ClassProp | undefined) => string;
|
|
5
5
|
export declare const cvaPageHeaderHeading: (props?: import("class-variance-authority/dist/types").ClassProp | undefined) => string;
|
|
6
|
-
export declare const cvaPageHeaderHeadingContainer: (props?: import("class-variance-authority/dist/types").ClassProp | undefined) => string;
|
|
7
|
-
export declare const cvaPageHeaderHeadingAccessoriesContainer: (props?: ({
|
|
8
|
-
actionPosition?: "right" | null | undefined;
|
|
9
|
-
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
|
10
|
-
export declare const cvaPageHeaderChildContainer: (props?: import("class-variance-authority/dist/types").ClassProp | undefined) => string;
|
|
11
|
-
export declare const cvaPageHeaderDescriptionContainer: (props?: import("class-variance-authority/dist/types").ClassProp | undefined) => string;
|
|
12
|
-
export declare const cvaPageHeaderLink: (props?: import("class-variance-authority/dist/types").ClassProp | undefined) => string;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { PageHeaderSecondaryActionType } from "../types";
|
|
2
|
+
type ActionRendererProps = {
|
|
3
|
+
action: PageHeaderSecondaryActionType;
|
|
4
|
+
/**
|
|
5
|
+
* Indicates if we should render a MenuItem or Button.
|
|
6
|
+
* If `isMenuItem` is true, we render `MenuItem`, otherwise we render `Button`.
|
|
7
|
+
*/
|
|
8
|
+
isMenuItem?: boolean;
|
|
9
|
+
/**
|
|
10
|
+
* Because sometimes in a menu, you want to close the menu after clicking.
|
|
11
|
+
* If `externalOnClick` is provided, we’ll call it after the action callback.
|
|
12
|
+
*/
|
|
13
|
+
externalOnClick?: () => void;
|
|
14
|
+
};
|
|
15
|
+
export declare function ActionRenderer({ action, isMenuItem, externalOnClick }: ActionRendererProps): import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
export declare const PageHeaderSecondaryActions: ({ actions, hasPrimaryAction, }: {
|
|
17
|
+
actions: PageHeaderSecondaryActionType[];
|
|
18
|
+
hasPrimaryAction?: boolean;
|
|
19
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
20
|
+
export {};
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import { IconName } from "@trackunit/ui-icons";
|
|
2
|
+
import { ReactElement, ReactNode } from "react";
|
|
3
|
+
import { CommonProps } from "../../common";
|
|
4
|
+
import { ButtonVariant } from "../buttons";
|
|
5
|
+
import { TabListProps } from "../Tabs/TabList";
|
|
6
|
+
import { TagColors } from "../Tag";
|
|
7
|
+
export type PageHeaderKpiMetricsType = {
|
|
8
|
+
header: string;
|
|
9
|
+
value: string | number;
|
|
10
|
+
unit?: string;
|
|
11
|
+
loading?: boolean;
|
|
12
|
+
hidden?: boolean;
|
|
13
|
+
};
|
|
14
|
+
export type PageHeaderActionType = CommonProps & {
|
|
15
|
+
actionCallback?: (e?: React.MouseEvent) => void;
|
|
16
|
+
actionText: string;
|
|
17
|
+
prefixIconName?: IconName;
|
|
18
|
+
disabled?: boolean;
|
|
19
|
+
hidden?: boolean;
|
|
20
|
+
loading?: boolean;
|
|
21
|
+
tooltipLabel?: string;
|
|
22
|
+
};
|
|
23
|
+
export type PageHeaderSecondaryActionType = PageHeaderActionType & {
|
|
24
|
+
variant: Extract<ButtonVariant, "secondary" | "secondary-danger">;
|
|
25
|
+
to?: string;
|
|
26
|
+
target?: HTMLAnchorElement["target"];
|
|
27
|
+
};
|
|
28
|
+
export type PageHeaderPrimaryActionType = PageHeaderActionType & {
|
|
29
|
+
variant: Extract<ButtonVariant, "primary" | "primary-danger">;
|
|
30
|
+
};
|
|
31
|
+
interface BasePageHeaderProps extends CommonProps {
|
|
32
|
+
/**
|
|
33
|
+
* Text to be displayed in the header.
|
|
34
|
+
*/
|
|
35
|
+
title: string | ReactNode;
|
|
36
|
+
/**
|
|
37
|
+
* The description to be displayed inside the tip.
|
|
38
|
+
*/
|
|
39
|
+
description?: string | ReactNode;
|
|
40
|
+
/**
|
|
41
|
+
* The action to be displayed on the right side of the header.
|
|
42
|
+
*/
|
|
43
|
+
primaryAction?: PageHeaderPrimaryActionType;
|
|
44
|
+
/**
|
|
45
|
+
* A tag that is displayed on the side of the header.
|
|
46
|
+
*/
|
|
47
|
+
tagLabel?: string;
|
|
48
|
+
/**
|
|
49
|
+
* A theme color value can be used for tag component
|
|
50
|
+
*/
|
|
51
|
+
tagColor?: TagColors;
|
|
52
|
+
/**
|
|
53
|
+
* The tooltip to be displayed in the tooltip for the tag.
|
|
54
|
+
*/
|
|
55
|
+
tagTooltipLabel?: string;
|
|
56
|
+
/**
|
|
57
|
+
* Whether spinner should be shown while loading the data.
|
|
58
|
+
*/
|
|
59
|
+
showLoading?: boolean;
|
|
60
|
+
/**
|
|
61
|
+
* The link to the previous page which will be rendered inside
|
|
62
|
+
* an IconButton component to the left of the heading.
|
|
63
|
+
*/
|
|
64
|
+
backTo?: string;
|
|
65
|
+
/**
|
|
66
|
+
* The icon to be used in the description.
|
|
67
|
+
*/
|
|
68
|
+
descriptionIcon?: IconName;
|
|
69
|
+
/**
|
|
70
|
+
* The list of tabs to be displayed below the header.
|
|
71
|
+
*/
|
|
72
|
+
tabsList?: ReactElement<TabListProps>;
|
|
73
|
+
}
|
|
74
|
+
interface WithActions {
|
|
75
|
+
secondaryActions?: PageHeaderSecondaryActionType[] | ReactNode;
|
|
76
|
+
kpiMetrics?: never;
|
|
77
|
+
}
|
|
78
|
+
interface WithKpiMetrics {
|
|
79
|
+
secondaryActions?: never;
|
|
80
|
+
kpiMetrics?: PageHeaderKpiMetricsType[];
|
|
81
|
+
}
|
|
82
|
+
export type PageHeaderProps = BasePageHeaderProps & (WithActions | WithKpiMetrics);
|
|
83
|
+
export {};
|
package/src/hooks/index.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ export * from "./useGeometry";
|
|
|
8
8
|
export * from "./useHover";
|
|
9
9
|
export * from "./useIsFirstRender";
|
|
10
10
|
export * from "./useIsFullScreen";
|
|
11
|
-
export * from "./
|
|
11
|
+
export * from "./useIsTextTruncated";
|
|
12
12
|
export * from "./useResize";
|
|
13
13
|
export * from "./useScrollDetection";
|
|
14
14
|
export * from "./useSelfUpdatingRef";
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { RefObject } from "react";
|
|
2
|
+
/**
|
|
3
|
+
* A custom hook that determines if text within an element is truncated
|
|
4
|
+
* (i.e., the text overflows the container).
|
|
5
|
+
*
|
|
6
|
+
* @template TElement - The type of the HTML element being observed (e.g., HTMLDivElement).
|
|
7
|
+
* @param {string} [text] - (Optional) Text used to trigger a re-check of truncation,
|
|
8
|
+
* especially if the text is dynamic (such as an input's value).
|
|
9
|
+
* @returns {{
|
|
10
|
+
* ref: RefObject<TElement | null>;
|
|
11
|
+
* isTooltipVisible: boolean;
|
|
12
|
+
* }} An object with:
|
|
13
|
+
* - `ref`: a ref to attach to the element you want to observe for truncation.
|
|
14
|
+
* - `isTextTruncated`: a boolean indicating if the text is truncated.
|
|
15
|
+
*/
|
|
16
|
+
export declare const useIsTextTruncated: <TElement extends HTMLElement>(text?: string) => {
|
|
17
|
+
ref: RefObject<TElement>;
|
|
18
|
+
isTextTruncated: boolean;
|
|
19
|
+
};
|
|
@@ -2,7 +2,15 @@ import { RefObject } from "react";
|
|
|
2
2
|
/**
|
|
3
3
|
* Hook to detect if text content is wrapping to multiple lines
|
|
4
4
|
*
|
|
5
|
-
* @
|
|
6
|
-
* @returns {
|
|
5
|
+
* @template TElement - The type of the HTML element being observed (e.g., HTMLDivElement).
|
|
6
|
+
* @returns {{
|
|
7
|
+
* ref: RefObject<TElement | null>;
|
|
8
|
+
* isTooltipVisible: boolean;
|
|
9
|
+
* }} An object with:
|
|
10
|
+
* - `ref`: a ref to attach to the element you want to observe for truncation.
|
|
11
|
+
* - `isTextWrapping`: a boolean indicating if the text is wrapping.
|
|
7
12
|
*/
|
|
8
|
-
export declare const useIsTextWrapping:
|
|
13
|
+
export declare const useIsTextWrapping: <TElement extends HTMLElement>() => {
|
|
14
|
+
ref: RefObject<TElement>;
|
|
15
|
+
isTextWrapping: boolean;
|
|
16
|
+
};
|
package/051071830dacb5a2.svg
DELETED
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
<svg width="200" height="200" viewBox="0 0 200 200" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M100 191.432C144.183 191.432 180 155.615 180 111.432C180 67.2492 144.183 31.432 100 31.432C55.8172 31.432 20 67.2492 20 111.432C20 155.615 55.8172 191.432 100 191.432Z" fill="#F1F5F9"/>
|
|
3
|
-
<path d="M13 144.432H18" stroke="#334155" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
-
<path d="M182 144.432H187" stroke="#334155" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
-
<path d="M27.128 144.432C33.4734 158.44 43.7216 170.322 56.6457 178.656C69.5698 186.99 84.622 191.422 100 191.422C115.378 191.422 130.43 186.99 143.354 178.656C156.278 170.322 166.527 158.44 172.872 144.432H27.128Z" fill="white"/>
|
|
6
|
-
<path d="M156.8 167.76L133.648 144.432H62.892L41.506 165.98C48.8464 173.858 57.7025 180.173 67.5431 184.545C77.3838 188.917 88.0061 191.256 98.7729 191.423C109.54 191.589 120.229 189.579 130.2 185.512C140.171 181.446 149.22 175.408 156.8 167.76Z" fill="#E2E8F0"/>
|
|
7
|
-
<path d="M156.798 167.76L133.648 144.432H62.892L41.506 165.98" stroke="#334155" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
8
|
-
<path d="M102.73 153.8L101.8 144.432H94.738L93.81 153.8C93.772 154.183 93.8146 154.57 93.9351 154.935C94.0556 155.301 94.2513 155.637 94.5096 155.922C94.7679 156.207 95.0831 156.435 95.4349 156.591C95.7866 156.747 96.1672 156.828 96.552 156.828H99.988C100.373 156.828 100.753 156.747 101.105 156.591C101.457 156.435 101.772 156.207 102.03 155.922C102.289 155.637 102.484 155.301 102.605 154.935C102.725 154.57 102.768 154.183 102.73 153.8Z" fill="white" stroke="#334155" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
9
|
-
<path d="M105.186 178.6L103.958 166.2C103.89 165.52 103.572 164.889 103.065 164.431C102.558 163.972 101.899 163.718 101.216 163.718H95.324C94.6405 163.718 93.9815 163.972 93.4748 164.431C92.9681 164.889 92.6499 165.52 92.582 166.2L91.354 178.6C91.316 178.983 91.3586 179.37 91.4791 179.735C91.5996 180.101 91.7953 180.437 92.0536 180.722C92.3119 181.007 92.6271 181.235 92.9789 181.391C93.3306 181.547 93.7112 181.628 94.096 181.628H102.444C102.829 181.628 103.209 181.547 103.561 181.391C103.913 181.235 104.228 181.007 104.486 180.722C104.745 180.437 104.94 180.101 105.061 179.735C105.181 179.37 105.224 178.983 105.186 178.6Z" fill="white" stroke="#334155" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10
|
-
<path d="M162 59.33H154V144.432H162V59.33Z" fill="white"/>
|
|
11
|
-
<path d="M162 59.33H154V144.432H162V59.33Z" stroke="#334155" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
12
|
-
<path d="M133.916 61.33C133.258 61.3313 132.611 61.1617 132.038 60.8378C131.466 60.514 130.987 60.047 130.649 59.4825C130.311 58.9181 130.125 58.2755 130.11 57.6177C130.094 56.9599 130.25 56.3095 130.562 55.73L154.644 10.582C154.968 9.97276 155.451 9.46311 156.042 9.10769C156.633 8.75226 157.31 8.56448 158 8.56448C158.69 8.56448 159.367 8.75226 159.958 9.10769C160.549 9.46311 161.032 9.97276 161.356 10.582L185.438 55.738C185.75 56.3175 185.906 56.9679 185.89 57.6257C185.875 58.2835 185.689 58.9261 185.351 59.4905C185.013 60.055 184.534 60.522 183.962 60.8458C183.389 61.1697 182.742 61.3393 182.084 61.338L133.916 61.33Z" fill="#E2E8F0"/>
|
|
13
|
-
<path d="M158.9 43.4C158.848 43.5992 158.732 43.7756 158.569 43.9015C158.406 44.0274 158.206 44.0957 158 44.0957C157.794 44.0957 157.594 44.0274 157.431 43.9015C157.268 43.7756 157.152 43.5992 157.1 43.4C153.464 29.062 153.616 29.708 153.602 29.564C153.544 28.9509 153.614 28.3324 153.808 27.7481C154.003 27.1637 154.317 26.6265 154.731 26.1708C155.146 25.7151 155.651 25.351 156.214 25.1018C156.777 24.8527 157.386 24.724 158.002 24.724C158.618 24.724 159.227 24.8527 159.79 25.1018C160.353 25.351 160.858 25.7151 161.273 26.1708C161.687 26.6265 162.001 27.1637 162.196 27.7481C162.39 28.3324 162.461 28.9509 162.402 29.564C162.386 29.702 162.54 29.052 158.9 43.4Z" fill="white" stroke="#334155" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
14
|
-
<path d="M158 55.328C157.323 55.3284 156.661 55.128 156.098 54.7523C155.535 54.3765 155.096 53.8422 154.837 53.2169C154.578 52.5917 154.51 51.9036 154.642 51.2396C154.773 50.5757 155.099 49.9658 155.578 49.487C156.056 49.0082 156.666 48.6821 157.33 48.5499C157.994 48.4177 158.682 48.4854 159.307 48.7443C159.932 49.0032 160.467 49.4419 160.843 50.0046C161.219 50.5674 161.42 51.2291 161.42 51.906C161.419 52.8131 161.059 53.6829 160.418 54.3244C159.777 54.966 158.907 55.3269 158 55.328Z" fill="white" stroke="#334155" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
15
|
-
<path d="M133.916 61.33C133.258 61.3313 132.611 61.1617 132.038 60.8378C131.466 60.514 130.987 60.047 130.649 59.4825C130.311 58.9181 130.125 58.2755 130.11 57.6177C130.094 56.9599 130.25 56.3095 130.562 55.73L154.644 10.582C154.968 9.97276 155.451 9.46311 156.042 9.10769C156.633 8.75226 157.31 8.56448 158 8.56448C158.69 8.56448 159.367 8.75226 159.958 9.10769C160.549 9.46311 161.032 9.97276 161.356 10.582L185.438 55.738C185.75 56.3175 185.906 56.9679 185.89 57.6257C185.875 58.2835 185.689 58.9261 185.351 59.4905C185.013 60.055 184.534 60.522 183.962 60.8458C183.389 61.1697 182.742 61.3393 182.084 61.338L133.916 61.33Z" stroke="#334155" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
16
|
-
<path d="M134.268 110.774H125.27V144.432H134.268V110.774Z" fill="#E2E8F0"/>
|
|
17
|
-
<path d="M140.278 110.774H56.262C55.8692 110.776 55.4797 110.701 55.1161 110.552C54.7525 110.403 54.4218 110.184 54.1431 109.907C53.8643 109.63 53.643 109.301 53.4918 108.938C53.3406 108.576 53.2625 108.187 53.262 107.794V99.412C53.2625 99.0191 53.3406 98.6302 53.4918 98.2676C53.643 97.905 53.8643 97.5758 54.1431 97.2989C54.4218 97.022 54.7525 96.8029 55.1161 96.6541C55.4797 96.5054 55.8692 96.4299 56.262 96.432H140.278C140.671 96.4299 141.06 96.5054 141.424 96.6541C141.788 96.8029 142.118 97.022 142.397 97.2989C142.676 97.5758 142.897 97.905 143.048 98.2676C143.199 98.6302 143.278 99.0191 143.278 99.412V107.8C143.277 108.192 143.198 108.581 143.046 108.943C142.895 109.304 142.673 109.633 142.395 109.909C142.116 110.185 141.786 110.404 141.423 110.552C141.059 110.701 140.67 110.776 140.278 110.774Z" fill="white" stroke="#334155" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
18
|
-
<path d="M71.268 110.774H62.27V144.432H71.268V110.774Z" fill="#E2E8F0"/>
|
|
19
|
-
<path d="M71.268 110.774H62.27V144.432H71.268V110.774Z" stroke="#334155" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
20
|
-
<path d="M134.268 110.774H125.27V144.432H134.268V110.774Z" stroke="#334155" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
21
|
-
<path d="M125.27 125.116H71.268V134.078H125.27V125.116Z" fill="white" stroke="#334155" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
22
|
-
<path d="M73.068 88.122H62.27V96.432H73.068V88.122Z" fill="#E2E8F0" stroke="#334155" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
23
|
-
<path d="M67.67 110.774H58.668L65.87 96.432H74.872L67.67 110.774Z" fill="#E2E8F0" stroke="#334155" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
24
|
-
<path d="M89.268 110.774H80.27L87.468 96.432H96.47L89.268 110.774Z" fill="#E2E8F0" stroke="#334155" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
25
|
-
<path d="M110.87 110.774H101.868L109.07 96.432H118.068L110.87 110.774Z" fill="#E2E8F0" stroke="#334155" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
26
|
-
<path d="M132.468 110.774H123.47L130.67 96.432H139.67L132.468 110.774Z" fill="#E2E8F0" stroke="#334155" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
27
|
-
<path d="M82.07 134.078H74.872L80.27 125.116H87.468L82.07 134.078Z" fill="#E2E8F0" stroke="#334155" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
28
|
-
<path d="M98.27 134.078H91.068L96.47 125.116H103.668L98.27 134.078Z" fill="#E2E8F0" stroke="#334155" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
29
|
-
<path d="M114.47 134.078H107.27L112.67 125.116H119.868L114.47 134.078Z" fill="#E2E8F0" stroke="#334155" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
30
|
-
<path d="M134.268 88.122H123.47V96.432H134.268V88.122Z" fill="#E2E8F0" stroke="#334155" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
31
|
-
<path d="M137.87 81.508C137.878 83.2896 137.356 85.0334 136.372 86.5184C135.387 88.0035 133.984 89.1629 132.341 89.85C130.697 90.537 128.886 90.7206 127.138 90.3777C125.389 90.0347 123.782 89.1806 122.52 87.9234C121.257 86.6663 120.396 85.0627 120.046 83.3158C119.695 81.569 119.871 79.7574 120.552 78.1107C121.232 76.4639 122.385 75.0561 123.866 74.0655C125.347 73.0748 127.088 72.546 128.87 72.546C131.252 72.5423 133.537 73.4841 135.225 75.1645C136.912 76.8449 137.864 79.1265 137.87 81.508Z" fill="white"/>
|
|
32
|
-
<path d="M137.87 81.508C137.878 83.2896 137.356 85.0334 136.372 86.5184C135.387 88.0035 133.984 89.1629 132.341 89.85C130.697 90.537 128.886 90.7206 127.138 90.3777C125.389 90.0347 123.782 89.1806 122.52 87.9234C121.257 86.6663 120.396 85.0627 120.046 83.3158C119.695 81.569 119.871 79.7574 120.552 78.1107C121.232 76.4639 122.385 75.0561 123.866 74.0655C125.347 73.0748 127.088 72.546 128.87 72.546C131.252 72.5423 133.537 73.4841 135.225 75.1645C136.912 76.8449 137.864 79.1265 137.87 81.508Z" stroke="#334155" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
33
|
-
<path d="M76.67 81.508C76.6775 83.2896 76.1561 85.0334 75.1718 86.5184C74.1874 88.0035 72.7845 89.1629 71.1406 89.85C69.4967 90.537 67.686 90.7206 65.9376 90.3777C64.1893 90.0347 62.5821 89.1805 61.3196 87.9234C60.0571 86.6663 59.1962 85.0627 58.8458 83.3158C58.4955 81.569 58.6715 79.7574 59.3515 78.1107C60.0316 76.4639 61.1851 75.0561 62.666 74.0654C64.1468 73.0748 65.8884 72.546 67.67 72.546C70.0517 72.5417 72.3376 73.4834 74.0253 75.1639C75.7129 76.8444 76.6642 79.1263 76.67 81.508Z" fill="white"/>
|
|
34
|
-
<path d="M76.67 81.508C76.6775 83.2896 76.1561 85.0334 75.1718 86.5184C74.1874 88.0035 72.7845 89.1629 71.1406 89.85C69.4967 90.537 67.686 90.7206 65.9376 90.3777C64.1893 90.0347 62.5821 89.1805 61.3196 87.9234C60.0571 86.6663 59.1962 85.0627 58.8458 83.3158C58.4955 81.569 58.6715 79.7574 59.3515 78.1107C60.0316 76.4639 61.1851 75.0561 62.666 74.0654C64.1468 73.0748 65.8884 72.546 67.67 72.546C70.0517 72.5417 72.3376 73.4834 74.0253 75.1639C75.7129 76.8444 76.6642 79.1263 76.67 81.508Z" stroke="#334155" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
35
|
-
<path d="M22 144.432H178" stroke="#334155" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
36
|
-
</svg>
|
package/143a6e982b3d1ec9.svg
DELETED
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
<svg width="200" height="200" viewBox="0 0 200 200" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M83.108 180C127.291 180 163.108 144.183 163.108 100C163.108 55.8172 127.291 20 83.108 20C38.9253 20 3.10803 55.8172 3.10803 100C3.10803 144.183 38.9253 180 83.108 180Z" fill="#F1F5F9"/>
|
|
3
|
-
<path d="M9.44397 131.248C15.5826 145.707 25.8408 158.04 38.9399 166.709C52.039 175.379 67.3998 180.001 83.108 180.001C98.8161 180.001 114.177 175.379 127.276 166.709C140.375 158.04 150.633 145.707 156.772 131.248H9.44397Z" fill="white"/>
|
|
4
|
-
<path d="M156.772 131.248H9.44397" stroke="#334155" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
-
<path d="M44.798 116.95H21.698V131.248H44.798V116.95Z" fill="#E2E8F0"/>
|
|
6
|
-
<path d="M44.798 116.95H21.698V131.248H44.798V116.95Z" stroke="#334155" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
-
<path d="M44.798 89.114H21.698V103.032H44.798V89.114Z" fill="#E2E8F0"/>
|
|
8
|
-
<path d="M44.798 89.114H21.698V103.032H44.798V89.114Z" stroke="#334155" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
9
|
-
<path d="M57.3981 103.032H34.2981V116.95H57.3981V103.032Z" fill="#E2E8F0"/>
|
|
10
|
-
<path d="M57.3981 103.032H34.2981V116.95H57.3981V103.032Z" stroke="#334155" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
11
|
-
<path d="M34.298 103.032H11.198V116.95H34.298V103.032Z" fill="#E2E8F0" stroke="#334155" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
12
|
-
<path d="M57.3981 75.196H34.2981V89.114H57.3981V75.196Z" fill="#E2E8F0"/>
|
|
13
|
-
<path d="M57.3981 75.196H34.2981V89.114H57.3981V75.196Z" stroke="#334155" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
14
|
-
<path d="M34.298 75.196H11.198V89.114H34.298V75.196Z" fill="#E2E8F0"/>
|
|
15
|
-
<path d="M34.298 75.196H11.198V89.114H34.298V75.196Z" stroke="#334155" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
16
|
-
<path d="M44.798 61.28H21.698V75.198H44.798V61.28Z" fill="#E2E8F0"/>
|
|
17
|
-
<path d="M44.798 61.28H21.698V75.198H44.798V61.28Z" stroke="#334155" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
18
|
-
<path d="M57.3981 47.362H34.2981V61.28H57.3981V47.362Z" fill="#E2E8F0"/>
|
|
19
|
-
<path d="M57.3981 47.362H34.2981V61.28H57.3981V47.362Z" stroke="#334155" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
20
|
-
<path d="M9.44407 131.248H21.6981V116.95H4.92407C5.98482 121.846 7.49798 126.632 9.44407 131.248Z" fill="#E2E8F0"/>
|
|
21
|
-
<path d="M9.44407 131.248H21.6981V116.95H4.92407" stroke="#334155" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
22
|
-
<path d="M4.92408 116.95H11.2001V103.032H3.18408C3.3558 107.713 3.93804 112.37 4.92408 116.95Z" fill="#E2E8F0"/>
|
|
23
|
-
<path d="M4.92408 116.95H11.1981V103.032H3.18408" stroke="#334155" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
24
|
-
<path d="M3.18403 103.032H21.698V89.114H3.86403C3.36691 92.7215 3.11433 96.3584 3.10803 100C3.10803 101.018 3.14603 102.024 3.18403 103.032Z" fill="#E2E8F0"/>
|
|
25
|
-
<path d="M3.18408 103.032H21.6981V89.114H3.86408" stroke="#334155" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
26
|
-
<path d="M11.2 89.114V75.2H7.04801C5.57164 79.7345 4.50602 84.3926 3.86401 89.118L11.2 89.114Z" fill="#E2E8F0"/>
|
|
27
|
-
<path d="M3.86401 89.114H11.198V75.196H7.04801" stroke="#334155" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
28
|
-
<path d="M21.6981 75.2V61.28H13.0981C10.6418 65.7163 8.61592 70.3776 7.0481 75.2H21.6981Z" fill="#E2E8F0"/>
|
|
29
|
-
<path d="M7.0481 75.196H21.6981V61.28H13.1021" stroke="#334155" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
30
|
-
<path d="M13.1021 61.28H34.302V47.362H22.9021C19.1507 51.6404 15.8655 56.306 13.1021 61.28Z" fill="#E2E8F0"/>
|
|
31
|
-
<path d="M13.1021 61.28H34.298V47.362H22.8921" stroke="#334155" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
32
|
-
<path d="M70.4401 173.618C83.6949 173.618 94.4401 172.275 94.4401 170.618C94.4401 168.961 83.6949 167.618 70.4401 167.618C57.1852 167.618 46.4401 168.961 46.4401 170.618C46.4401 172.275 57.1852 173.618 70.4401 173.618Z" fill="#E2E8F0"/>
|
|
33
|
-
<path d="M93.034 158.926H64.4821V169.308H93.034V158.926Z" fill="#E2E8F0"/>
|
|
34
|
-
<path d="M93.034 158.926H64.4821V169.308H93.034V158.926Z" stroke="#334155" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
35
|
-
<path d="M69.2588 145.594L44.8698 160.439L50.2679 169.308L74.6569 154.462L69.2588 145.594Z" fill="#E2E8F0"/>
|
|
36
|
-
<path d="M69.2588 145.594L44.8698 160.439L50.2679 169.308L74.6569 154.462L69.2588 145.594Z" stroke="#334155" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
37
|
-
<path d="M119.302 157.572C134.766 157.572 147.302 156.229 147.302 154.572C147.302 152.915 134.766 151.572 119.302 151.572C103.838 151.572 91.302 152.915 91.302 154.572C91.302 156.229 103.838 157.572 119.302 157.572Z" fill="#E2E8F0"/>
|
|
38
|
-
<path d="M149.348 74.068C149.366 72.8404 149.14 71.6214 148.683 70.482C148.225 69.3426 147.546 68.3055 146.684 67.431C145.822 66.5565 144.795 65.862 143.663 65.388C142.53 64.914 141.315 64.6699 140.087 64.6699C138.859 64.6699 137.644 64.914 136.511 65.388C135.379 65.862 134.352 66.5565 133.49 67.431C132.628 68.3055 131.949 69.3426 131.492 70.482C131.034 71.6214 130.808 72.8404 130.826 74.068C129.61 74.0677 128.406 74.3071 127.282 74.7723C126.158 75.2375 125.137 75.9196 124.277 76.7795C123.417 77.6394 122.735 78.6603 122.269 79.7839C121.804 80.9075 121.564 82.1118 121.564 83.328C121.564 85.912 113.864 89.884 115.564 91.564C116.816 92.796 127.176 92.04 128.964 92.404L149.338 92.59C151.686 92.59 162.046 93.308 163.678 91.868C165.602 90.172 158.6 86.098 158.6 83.328C158.6 80.8735 157.626 78.5194 155.891 76.783C154.156 75.0467 151.803 74.0701 149.348 74.068Z" fill="white"/>
|
|
39
|
-
<path d="M149.348 74.068C149.366 72.8404 149.14 71.6214 148.683 70.482C148.225 69.3426 147.546 68.3055 146.684 67.431C145.822 66.5565 144.795 65.862 143.663 65.388C142.53 64.914 141.315 64.6699 140.087 64.6699C138.859 64.6699 137.644 64.914 136.511 65.388C135.379 65.862 134.352 66.5565 133.49 67.431C132.628 68.3055 131.949 69.3426 131.492 70.482C131.034 71.6214 130.808 72.8404 130.826 74.068C129.61 74.0677 128.406 74.3071 127.282 74.7723C126.158 75.2375 125.137 75.9196 124.277 76.7795C123.417 77.6394 122.735 78.6603 122.269 79.7839C121.804 80.9075 121.564 82.1118 121.564 83.328C121.564 85.912 113.864 89.884 115.564 91.564C116.816 92.796 127.176 92.04 128.964 92.404L149.338 92.59C151.686 92.59 162.046 93.308 163.678 91.868C165.602 90.172 158.6 86.098 158.6 83.328C158.6 80.8735 157.626 78.5194 155.891 76.783C154.156 75.0467 151.803 74.0701 149.348 74.068Z" stroke="#334155" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
40
|
-
<path d="M135.261 50.8623L117.309 63.5796L121.933 70.1075L139.885 57.3903L135.261 50.8623Z" fill="#E2E8F0"/>
|
|
41
|
-
<path d="M135.261 50.8623L117.309 63.5796L121.933 70.1075L139.885 57.3903L135.261 50.8623Z" stroke="#334155" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
42
|
-
<path d="M130.082 70.026C130.082 65.9947 128.481 62.1285 125.63 59.278C122.78 56.4274 118.913 54.826 114.882 54.826C110.851 54.826 106.985 56.4274 104.134 59.278C101.284 62.1285 99.6821 65.9947 99.6821 70.026C95.6508 70.026 91.7846 71.6274 88.9341 74.478C86.0835 77.3285 84.4821 81.1947 84.4821 85.226C84.4821 89.466 71.8461 95.982 74.6461 98.738C76.7021 100.762 93.7021 99.52 96.6461 100.116L130.078 100.422C133.93 100.422 150.928 101.6 153.606 99.24C156.766 96.454 145.274 89.77 145.274 85.226C145.274 81.1961 143.674 77.3311 140.825 74.4808C137.976 71.6305 134.112 70.0281 130.082 70.026Z" fill="white"/>
|
|
43
|
-
<path d="M130.082 70.026C130.082 65.9947 128.481 62.1285 125.63 59.278C122.78 56.4274 118.913 54.826 114.882 54.826C110.851 54.826 106.985 56.4274 104.134 59.278C101.284 62.1285 99.6821 65.9947 99.6821 70.026C95.6508 70.026 91.7846 71.6274 88.9341 74.478C86.0835 77.3285 84.4821 81.1947 84.4821 85.226C84.4821 89.466 71.8461 95.982 74.6461 98.738C76.7021 100.762 93.7021 99.52 96.6461 100.116L130.078 100.422C133.93 100.422 150.928 101.6 153.606 99.24C156.766 96.454 145.274 89.77 145.274 85.226C145.274 81.1961 143.674 77.3311 140.825 74.4808C137.976 71.6305 134.112 70.0281 130.082 70.026Z" stroke="#334155" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
44
|
-
<path d="M91.2611 63.8681L85.6315 69.552L101.262 85.0335L106.892 79.3496L91.2611 63.8681Z" fill="#E2E8F0"/>
|
|
45
|
-
<path d="M91.2611 63.8681L85.6315 69.552L101.262 85.0335L106.892 79.3496L91.2611 63.8681Z" stroke="#334155" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
46
|
-
<path d="M121.572 79.884C121.317 79.1745 120.924 78.5222 120.417 77.9645C119.909 77.4067 119.297 76.9545 118.614 76.6335C117.932 76.3126 117.193 76.1292 116.44 76.094C115.686 76.0587 114.933 76.1722 114.224 76.428C113.982 75.7014 113.597 75.0305 113.092 74.4549C112.587 73.8793 111.971 73.4106 111.282 73.0764C110.593 72.7422 109.844 72.5492 109.079 72.5088C108.314 72.4684 107.549 72.5814 106.829 72.8412C106.108 73.1009 105.447 73.5022 104.884 74.0214C104.321 74.5406 103.867 75.1671 103.55 75.8642C103.233 76.5613 103.058 77.3148 103.037 78.0804C103.015 78.8459 103.147 79.6081 103.424 80.322C102.715 80.5776 102.063 80.9704 101.505 81.478C100.948 81.9856 100.496 82.5981 100.175 83.2805C99.854 83.9628 99.6709 84.7017 99.6357 85.4549C99.6006 86.208 99.7142 86.9608 99.9701 87.67" fill="white"/>
|
|
47
|
-
<path d="M121.572 79.884C121.317 79.1745 120.924 78.5222 120.417 77.9645C119.909 77.4067 119.297 76.9545 118.614 76.6335C117.932 76.3126 117.193 76.1292 116.44 76.094C115.686 76.0587 114.933 76.1722 114.224 76.428C113.982 75.7014 113.597 75.0305 113.092 74.4549C112.587 73.8793 111.971 73.4106 111.282 73.0764C110.593 72.7422 109.844 72.5492 109.079 72.5088C108.314 72.4684 107.549 72.5814 106.829 72.8412C106.108 73.1009 105.447 73.5022 104.884 74.0214C104.321 74.5406 103.867 75.1671 103.55 75.8642C103.233 76.5613 103.058 77.3148 103.037 78.0804C103.015 78.8459 103.147 79.6081 103.424 80.322C102.715 80.5776 102.063 80.9704 101.505 81.478C100.948 81.9856 100.496 82.5981 100.175 83.2805C99.854 83.9628 99.6709 84.7017 99.6357 85.4549C99.6006 86.208 99.7142 86.9608 99.9701 87.67" stroke="#334155" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
48
|
-
<path d="M151.16 123.83L94.6701 137.28L73.3881 99.618H161.744L151.16 123.83Z" fill="#E2E8F0"/>
|
|
49
|
-
<path d="M151.16 123.83L94.6701 137.28L73.3881 99.618H161.744L151.16 123.83Z" stroke="#334155" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
50
|
-
<path d="M167.302 95.584C167.302 96.6541 166.876 97.6801 166.119 98.4366C165.362 99.1931 164.336 99.618 163.266 99.618H71.8C71.2626 99.63 70.7282 99.5345 70.2281 99.3371C69.7281 99.1397 69.2726 98.8444 68.8883 98.4685C68.5039 98.0926 68.1985 97.6438 67.9901 97.1483C67.7816 96.6528 67.6742 96.1206 67.6742 95.583C67.6742 95.0454 67.7816 94.5133 67.9901 94.0178C68.1985 93.5223 68.5039 93.0734 68.8883 92.6975C69.2726 92.3217 69.7281 92.0264 70.2281 91.829C70.7282 91.6316 71.2626 91.536 71.8 91.548H163.266C164.336 91.5485 165.363 91.9739 166.119 92.7307C166.876 93.4875 167.302 94.5138 167.302 95.584Z" fill="#E2E8F0"/>
|
|
51
|
-
<path d="M167.302 95.584C167.302 96.6541 166.876 97.6801 166.119 98.4366C165.362 99.1931 164.336 99.618 163.266 99.618H71.8C71.2626 99.63 70.7282 99.5345 70.2281 99.3371C69.7281 99.1397 69.2726 98.8444 68.8883 98.4685C68.5039 98.0926 68.1985 97.6438 67.9901 97.1483C67.7816 96.6528 67.6742 96.1206 67.6742 95.583C67.6742 95.0454 67.7816 94.5133 67.9901 94.0178C68.1985 93.5223 68.5039 93.0734 68.8883 92.6975C69.2726 92.3217 69.7281 92.0264 70.2281 91.829C70.7282 91.6316 71.2626 91.536 71.8 91.548H163.266C164.336 91.5485 165.363 91.9739 166.119 92.7307C166.876 93.4875 167.302 94.5138 167.302 95.584Z" stroke="#334155" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
52
|
-
<path d="M94.67 154.398C104.124 154.398 111.788 146.734 111.788 137.28C111.788 127.826 104.124 120.162 94.67 120.162C85.216 120.162 77.552 127.826 77.552 137.28C77.552 146.734 85.216 154.398 94.67 154.398Z" fill="#E2E8F0"/>
|
|
53
|
-
<path d="M94.67 148.04C100.613 148.04 105.43 143.223 105.43 137.28C105.43 131.337 100.613 126.52 94.67 126.52C88.7274 126.52 83.91 131.337 83.91 137.28C83.91 143.223 88.7274 148.04 94.67 148.04Z" fill="white"/>
|
|
54
|
-
<path d="M94.67 148.04C100.613 148.04 105.43 143.223 105.43 137.28C105.43 131.337 100.613 126.52 94.67 126.52C88.7274 126.52 83.91 131.337 83.91 137.28C83.91 143.223 88.7274 148.04 94.67 148.04Z" stroke="#334155" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
55
|
-
<path d="M94.67 154.398C104.124 154.398 111.788 146.734 111.788 137.28C111.788 127.826 104.124 120.162 94.67 120.162C85.216 120.162 77.552 127.826 77.552 137.28C77.552 146.734 85.216 154.398 94.67 154.398Z" stroke="#334155" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
56
|
-
<path d="M175.62 91.738H175.372C174.908 91.7381 174.452 91.8674 174.057 92.1115C173.662 92.3555 173.342 92.7047 173.134 93.12L160.2 118.98L94.0801 134.848C93.4839 134.99 92.9607 135.346 92.6098 135.848C92.2588 136.351 92.1046 136.964 92.1764 137.573C92.2482 138.182 92.5411 138.743 92.9993 139.149C93.4576 139.556 94.0493 139.781 94.6621 139.78C94.8587 139.78 95.0547 139.757 95.2461 139.712L119.352 133.926L130.352 153.428C130.495 153.682 130.682 153.909 130.904 154.098C132.545 155.517 134.641 156.298 136.81 156.298C137.497 156.297 138.181 156.22 138.85 156.068C140.24 155.761 141.538 155.13 142.638 154.226C143.738 153.322 144.609 152.172 145.18 150.868C145.218 150.783 145.251 150.696 145.28 150.608L153.152 125.808L162.502 123.564C162.857 123.479 163.189 123.318 163.474 123.091C163.76 122.865 163.993 122.578 164.156 122.252L177.2 96.18C177.602 95.8546 177.892 95.4127 178.032 94.9152C178.172 94.4178 178.155 93.8891 177.982 93.4021C177.809 92.915 177.49 92.4935 177.067 92.1955C176.645 91.8975 176.141 91.7377 175.624 91.738H175.62ZM140.562 148.958C140.303 149.498 139.929 149.976 139.466 150.357C139.003 150.738 138.463 151.013 137.883 151.164C137.303 151.315 136.697 151.338 136.107 151.231C135.517 151.124 134.958 150.889 134.468 150.544L124.414 132.712L147.474 127.178L140.562 148.958Z" fill="white" stroke="#334155" stroke-width="2" stroke-miterlimit="10"/>
|
|
57
|
-
<path d="M175.372 92.894C175.372 91.825 175.796 90.7996 176.551 90.043C177.307 89.2863 178.331 88.8601 179.4 88.858H192.852C193.907 88.8815 194.91 89.3169 195.648 90.0711C196.385 90.8252 196.798 91.8382 196.798 92.893C196.798 93.9479 196.385 94.9608 195.648 95.715C194.91 96.4691 193.907 96.9045 192.852 96.928H179.4C178.331 96.9264 177.307 96.5007 176.551 95.7444C175.796 94.988 175.372 93.9629 175.372 92.894Z" fill="#E2E8F0"/>
|
|
58
|
-
<path d="M175.372 92.894C175.372 91.825 175.796 90.7996 176.551 90.043C177.307 89.2863 178.331 88.8601 179.4 88.858H192.852C193.907 88.8815 194.91 89.3169 195.648 90.0711C196.385 90.8252 196.798 91.8382 196.798 92.893C196.798 93.9479 196.385 94.9608 195.648 95.715C194.91 96.4691 193.907 96.9045 192.852 96.928H179.4C178.331 96.9264 177.307 96.5007 176.551 95.7444C175.796 94.988 175.372 93.9629 175.372 92.894Z" stroke="#334155" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
59
|
-
</svg>
|
package/36c10e69abcc3b8f.svg
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<svg width="200" height="200" viewBox="0 0 200 200" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M100 189.208C144.183 189.208 180 153.391 180 109.208C180 65.0252 144.183 29.2079 100 29.2079C55.8172 29.2079 20 65.0252 20 109.208C20 153.391 55.8172 189.208 100 189.208Z" fill="#F1F5F9"/>
|
|
3
|
-
<path d="M153.546 10.8H51.546C50.0077 10.7934 48.4831 11.0899 47.0594 11.6725C45.6357 12.2551 44.3406 13.1124 43.2483 14.1955C42.1559 15.2786 41.2875 16.5663 40.6928 17.985C40.098 19.4037 39.7885 20.9257 39.782 22.464V161.872C47.7471 170.981 57.6748 178.165 68.8178 182.882C79.9608 187.599 92.0287 189.727 104.113 189.106C116.197 188.485 127.984 185.13 138.584 179.295C149.184 173.46 158.323 165.296 165.312 155.418V22.456C165.296 19.3504 164.048 16.3782 161.842 14.1926C159.635 12.0069 156.652 10.7867 153.546 10.8Z" fill="white"/>
|
|
4
|
-
<path d="M165.312 155.418V22.456C165.296 19.3504 164.048 16.3782 161.842 14.1926C159.635 12.0069 156.652 10.7867 153.546 10.8H51.546C50.0077 10.7934 48.4831 11.0899 47.0594 11.6725C45.6357 12.2551 44.3406 13.1124 43.2483 14.1955C42.1559 15.2786 41.2875 16.5663 40.6928 17.985C40.098 19.4037 39.7885 20.9257 39.782 22.464V161.872" stroke="#334155" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
-
<path d="M153.546 46.4299C153.545 46.0599 153.471 45.6936 153.328 45.3522C153.186 45.0107 152.977 44.7006 152.715 44.4397C152.452 44.1787 152.141 43.972 151.799 43.8314C151.457 43.6907 151.09 43.6189 150.72 43.6199H54.3719C54.0018 43.6189 53.6352 43.6907 53.2929 43.8314C52.9506 43.972 52.6393 44.1787 52.3769 44.4397C52.1145 44.7006 51.906 45.0107 51.7635 45.3522C51.6209 45.6936 51.5469 46.0599 51.5459 46.4299V172.87C66.3504 184.138 84.6192 189.894 103.209 189.147C121.799 188.4 139.547 181.197 153.4 168.778L153.546 46.4299Z" fill="#E2E8F0"/>
|
|
6
|
-
<path d="M153.4 168.778L153.548 46.43C153.547 46.0597 153.473 45.6933 153.33 45.3517C153.187 45.0101 152.979 44.6999 152.716 44.439C152.454 44.178 152.142 43.9713 151.8 43.8308C151.457 43.6903 151.09 43.6186 150.72 43.62H54.3719C54.0018 43.6189 53.6352 43.6908 53.2929 43.8314C52.9506 43.972 52.6393 44.1787 52.3769 44.4397C52.1145 44.7006 51.906 45.0107 51.7635 45.3522C51.6209 45.6937 51.5469 46.0599 51.5459 46.43V172.87" stroke="#334155" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
-
<path d="M83.762 27.374C84.8665 27.374 85.762 26.4785 85.762 25.374C85.762 24.2694 84.8665 23.374 83.762 23.374C82.6574 23.374 81.762 24.2694 81.762 25.374C81.762 26.4785 82.6574 27.374 83.762 27.374Z" fill="#334155"/>
|
|
8
|
-
<path d="M94.0559 25.374H120.528" stroke="#334155" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
9
|
-
<path d="M131.156 135.882H74.49C68.9671 135.882 64.49 140.359 64.49 145.882C64.49 151.405 68.9671 155.882 74.49 155.882H131.156C136.679 155.882 141.156 151.405 141.156 145.882C141.156 140.359 136.679 135.882 131.156 135.882Z" fill="white" stroke="#334155" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10
|
-
<path d="M80.8361 141.216C80.8361 141.686 80.6601 142.45 80.6001 143.066C81.4241 142.48 82.0121 141.866 82.6881 141.866C83.113 141.899 83.5088 142.094 83.7931 142.412C84.0774 142.729 84.2282 143.144 84.2141 143.57C84.2141 144.686 82.7761 144.922 81.8661 145.392C82.7761 145.832 84.2141 146.068 84.2141 147.192C84.2292 147.621 84.0795 148.04 83.7958 148.362C83.5121 148.685 83.1158 148.886 82.6881 148.926C82.0121 148.926 81.4241 148.28 80.6001 147.692C80.6601 148.31 80.8361 149.072 80.8361 149.544C80.7977 149.915 80.6231 150.259 80.3461 150.509C80.069 150.759 79.7092 150.897 79.3361 150.897C78.963 150.897 78.6032 150.759 78.3261 150.509C78.0491 150.259 77.8745 149.915 77.8361 149.544C77.8361 149.072 78.0141 148.31 78.0721 147.692C77.2201 148.28 76.6041 148.926 75.9561 148.926C75.5323 148.889 75.1402 148.686 74.8653 148.361C74.5904 148.036 74.4548 147.616 74.4881 147.192C74.4881 146.076 75.9281 145.84 76.8101 145.392C75.9281 144.922 74.4881 144.686 74.4881 143.57C74.4723 143.362 74.4977 143.152 74.563 142.954C74.6283 142.755 74.7321 142.572 74.8684 142.413C75.0048 142.255 75.1711 142.125 75.3577 142.031C75.5444 141.937 75.7477 141.881 75.9561 141.866C76.6041 141.866 77.2201 142.484 78.0721 143.066C78.0141 142.45 77.8361 141.686 77.8361 141.216C77.8696 140.841 78.0422 140.493 78.3198 140.239C78.5974 139.985 78.9599 139.844 79.3361 139.844C79.7123 139.844 80.0748 139.985 80.3524 140.239C80.63 140.493 80.8026 140.841 80.8361 141.216Z" fill="#334155"/>
|
|
11
|
-
<path d="M96.4842 141.216C96.4842 141.686 96.3062 142.45 96.2482 143.066C97.0702 142.48 97.6482 141.866 98.3342 141.866C98.7594 141.898 99.1558 142.093 99.4405 142.411C99.7252 142.728 99.8763 143.144 99.8622 143.57C99.8622 144.686 98.4222 144.922 97.5122 145.392C98.4222 145.832 99.8622 146.068 99.8622 147.192C99.8772 147.621 99.7273 148.04 99.4432 148.363C99.159 148.685 98.7622 148.887 98.3342 148.926C97.6582 148.926 97.0702 148.28 96.2482 147.692C96.3062 148.31 96.4842 149.072 96.4842 149.544C96.4458 149.915 96.2712 150.259 95.9942 150.509C95.7171 150.759 95.3573 150.897 94.9842 150.897C94.6111 150.897 94.2512 150.759 93.9742 150.509C93.6971 150.259 93.5226 149.915 93.4842 149.544C93.4842 149.072 93.6602 148.31 93.7202 147.692C92.8682 148.28 92.2502 148.926 91.6042 148.926C91.1802 148.889 90.788 148.686 90.5127 148.361C90.2375 148.036 90.1015 147.616 90.1342 147.192C90.1342 146.076 91.5742 145.84 92.4562 145.392C91.5742 144.922 90.1342 144.686 90.1342 143.57C90.1184 143.361 90.1439 143.152 90.2093 142.953C90.2747 142.755 90.3786 142.571 90.5152 142.413C90.6518 142.254 90.8183 142.124 91.0052 142.031C91.1921 141.937 91.3956 141.881 91.6042 141.866C92.2502 141.866 92.8682 142.484 93.7202 143.066C93.6602 142.45 93.4842 141.686 93.4842 141.216C93.5177 140.841 93.6903 140.493 93.9679 140.239C94.2455 139.985 94.608 139.844 94.9842 139.844C95.3603 139.844 95.7229 139.985 96.0005 140.239C96.2781 140.493 96.4506 140.841 96.4842 141.216Z" fill="#334155"/>
|
|
12
|
-
<path d="M112.13 141.216C112.13 141.686 111.954 142.45 111.894 143.066C112.718 142.48 113.306 141.866 113.982 141.866C114.407 141.899 114.803 142.094 115.087 142.412C115.371 142.729 115.522 143.144 115.508 143.57C115.508 144.686 114.07 144.922 113.16 145.392C114.07 145.832 115.508 146.068 115.508 147.192C115.523 147.621 115.373 148.04 115.09 148.362C114.806 148.685 114.41 148.886 113.982 148.926C113.306 148.926 112.718 148.28 111.894 147.692C111.954 148.31 112.13 149.072 112.13 149.544C112.092 149.915 111.917 150.259 111.64 150.509C111.363 150.759 111.003 150.897 110.63 150.897C110.257 150.897 109.897 150.759 109.62 150.509C109.343 150.259 109.168 149.915 109.13 149.544C109.13 149.072 109.308 148.31 109.366 147.692C108.514 148.28 107.898 148.926 107.25 148.926C106.826 148.889 106.434 148.686 106.159 148.361C105.884 148.036 105.749 147.616 105.782 147.192C105.782 146.076 107.222 145.84 108.104 145.392C107.222 144.922 105.782 144.686 105.782 143.57C105.766 143.362 105.792 143.152 105.857 142.954C105.922 142.755 106.026 142.572 106.162 142.413C106.299 142.255 106.465 142.125 106.652 142.031C106.838 141.937 107.042 141.881 107.25 141.866C107.898 141.866 108.514 142.484 109.366 143.066C109.308 142.45 109.13 141.686 109.13 141.216C109.164 140.841 109.336 140.493 109.614 140.239C109.891 139.985 110.254 139.844 110.63 139.844C111.006 139.844 111.369 139.985 111.646 140.239C111.924 140.493 112.096 140.841 112.13 141.216Z" fill="#334155"/>
|
|
13
|
-
<path d="M127.778 141.216C127.778 141.686 127.6 142.45 127.542 143.066C128.364 142.48 128.942 141.866 129.628 141.866C130.053 141.898 130.45 142.093 130.734 142.411C131.019 142.728 131.17 143.144 131.156 143.57C131.156 144.686 129.716 144.922 128.806 145.392C129.716 145.832 131.156 146.068 131.156 147.192C131.171 147.621 131.021 148.04 130.737 148.363C130.453 148.685 130.056 148.887 129.628 148.926C128.952 148.926 128.364 148.28 127.542 147.692C127.6 148.31 127.778 149.072 127.778 149.544C127.74 149.915 127.565 150.259 127.288 150.509C127.011 150.759 126.651 150.897 126.278 150.897C125.905 150.897 125.545 150.759 125.268 150.509C124.991 150.259 124.816 149.915 124.778 149.544C124.778 149.072 124.954 148.31 125.014 147.692C124.162 148.28 123.544 148.926 122.898 148.926C122.474 148.889 122.082 148.686 121.807 148.361C121.531 148.036 121.395 147.616 121.428 147.192C121.428 146.076 122.868 145.84 123.75 145.392C122.868 144.922 121.428 144.686 121.428 143.57C121.412 143.361 121.438 143.152 121.503 142.953C121.569 142.755 121.673 142.571 121.809 142.413C121.946 142.254 122.112 142.124 122.299 142.031C122.486 141.937 122.69 141.881 122.898 141.866C123.544 141.866 124.162 142.484 125.014 143.066C124.954 142.45 124.778 141.686 124.778 141.216C124.812 140.841 124.984 140.493 125.262 140.239C125.539 139.985 125.902 139.844 126.278 139.844C126.654 139.844 127.017 139.985 127.294 140.239C127.572 140.493 127.745 140.841 127.778 141.216Z" fill="#334155"/>
|
|
14
|
-
<path d="M102.506 119.066C117.441 119.066 129.548 106.959 129.548 92.024C129.548 77.0891 117.441 64.982 102.506 64.982C87.571 64.982 75.4639 77.0891 75.4639 92.024C75.4639 106.959 87.571 119.066 102.506 119.066Z" fill="white" stroke="#334155" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
15
|
-
<path d="M93.7999 91.4C93.775 92.5582 93.9817 93.7097 94.4077 94.7869C94.8338 95.8642 95.4707 96.8456 96.281 97.6735C97.0913 98.5014 98.0588 99.1591 99.1267 99.6082C100.195 100.057 101.341 100.289 102.5 100.289C103.658 100.289 104.805 100.057 105.873 99.6082C106.941 99.1591 107.908 98.5014 108.719 97.6735C109.529 96.8456 110.166 95.8642 110.592 94.7869C111.018 93.7097 111.225 92.5582 111.2 91.4V87.048C111.151 84.7729 110.213 82.6074 108.587 81.0157C106.961 79.4239 104.775 78.5325 102.5 78.5325C100.224 78.5325 98.0392 79.4239 96.4129 81.0157C94.7867 82.6074 93.8486 84.7729 93.7999 87.048V91.4Z" fill="white" stroke="#334155" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
16
|
-
<path d="M120.582 112.136C115.619 116.595 109.182 119.062 102.51 119.062C95.8378 119.062 89.4011 116.595 84.438 112.136C85.9232 108.571 88.4297 105.526 91.6418 103.383C94.854 101.239 98.6284 100.094 102.49 100.091C106.352 100.087 110.128 101.226 113.344 103.364C116.559 105.503 119.071 108.544 120.562 112.106" fill="#E2E8F0"/>
|
|
17
|
-
<path d="M120.582 112.136C115.619 116.595 109.182 119.062 102.51 119.062C95.8378 119.062 89.4011 116.595 84.438 112.136C85.9232 108.571 88.4297 105.526 91.6418 103.383C94.854 101.239 98.6284 100.094 102.49 100.091C106.352 100.087 110.128 101.226 113.344 103.364C116.559 105.503 119.071 108.544 120.562 112.106" stroke="#334155" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
18
|
-
<path d="M93.876 85.924C94.1051 84.1698 94.8634 82.527 96.0499 81.2147C97.2364 79.9024 98.7947 78.9829 100.517 78.5789C102.239 78.1748 104.044 78.3053 105.69 78.9529C107.337 79.6006 108.747 80.7347 109.732 82.204C107.673 84.2003 105.11 85.6006 102.318 86.2557C99.5259 86.9108 96.6082 86.7962 93.876 85.924Z" fill="white" stroke="#334155" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
19
|
-
</svg>
|