@tekus/design-system 5.1.2 → 5.2.0

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.
Files changed (146) hide show
  1. package/assets/readme-images/color-accent-palette.svg +14 -0
  2. package/assets/readme-images/color-background-palette.svg +16 -0
  3. package/assets/readme-images/color-border-palette.svg +16 -0
  4. package/assets/readme-images/color-f-error-palette.svg +14 -0
  5. package/assets/readme-images/color-f-info-palette.svg +14 -0
  6. package/assets/readme-images/color-f-success-palette.svg +14 -0
  7. package/assets/readme-images/color-f-warn-palette.svg +14 -0
  8. package/assets/readme-images/color-palette.svg +76 -0
  9. package/assets/readme-images/color-text-palette.svg +16 -0
  10. package/assets/readme-images/tk-modal-anatomy.png +0 -0
  11. package/assets/readme-images/tk-modal-basic.png +0 -0
  12. package/assets/readme-images/tk-modal-full.png +0 -0
  13. package/assets/styles/_index.scss +3 -10
  14. package/components/{icon → modal}/index.d.ts +1 -1
  15. package/components/modal/public-api.d.ts +3 -0
  16. package/components/modal/src/modal.component.d.ts +83 -0
  17. package/components/modal/src/modal.types.d.ts +16 -0
  18. package/components/modal/src/services/modal.service.d.ts +16 -0
  19. package/fesm2022/tekus-design-system-components-button.mjs +2 -2
  20. package/fesm2022/tekus-design-system-components-button.mjs.map +1 -1
  21. package/fesm2022/tekus-design-system-components-fallback-view.mjs +2 -2
  22. package/fesm2022/tekus-design-system-components-fallback-view.mjs.map +1 -1
  23. package/fesm2022/tekus-design-system-components-modal.mjs +178 -0
  24. package/fesm2022/tekus-design-system-components-modal.mjs.map +1 -0
  25. package/fesm2022/tekus-design-system-core-types.mjs +82 -60
  26. package/fesm2022/tekus-design-system-core-types.mjs.map +1 -1
  27. package/fesm2022/tekus-design-system-core.mjs +82 -60
  28. package/fesm2022/tekus-design-system-core.mjs.map +1 -1
  29. package/package.json +7 -23
  30. package/styles/variables.css +180 -0
  31. package/assets/styles/_variables.scss +0 -284
  32. package/assets/styles/docs/_branding.doc.scss +0 -69
  33. package/assets/styles/docs/_grids.doc.scss +0 -13
  34. package/assets/styles/docs/_icons.doc.scss +0 -102
  35. package/assets/styles/docs/_illustrations.doc.scss +0 -86
  36. package/assets/styles/docs/_paginador.doc.scss +0 -16
  37. package/assets/styles/docs/_table-of-content.scss +0 -22
  38. package/components/branding/index.d.ts +0 -5
  39. package/components/branding/public-api.d.ts +0 -1
  40. package/components/branding/src/branding-register-logo.d.ts +0 -22
  41. package/components/branding/src/branding.component.d.ts +0 -54
  42. package/components/grid-container/index.d.ts +0 -5
  43. package/components/grid-container/public-api.d.ts +0 -1
  44. package/components/grid-container/src/grid-container.component.d.ts +0 -121
  45. package/components/icon/core/icon-catalog.d.ts +0 -76
  46. package/components/icon/core/icons/ads.icons.d.ts +0 -2
  47. package/components/icon/core/icons/angle.icons.d.ts +0 -2
  48. package/components/icon/core/icons/arrow.icons.d.ts +0 -2
  49. package/components/icon/core/icons/bars.icons.d.ts +0 -2
  50. package/components/icon/core/icons/bolt.icons.d.ts +0 -2
  51. package/components/icon/core/icons/book.icons.d.ts +0 -2
  52. package/components/icon/core/icons/calendar.icons.d.ts +0 -2
  53. package/components/icon/core/icons/camera.icons.d.ts +0 -2
  54. package/components/icon/core/icons/chart.icons.d.ts +0 -2
  55. package/components/icon/core/icons/check.icons.d.ts +0 -2
  56. package/components/icon/core/icons/chevron.icons.d.ts +0 -2
  57. package/components/icon/core/icons/circle.icons.d.ts +0 -2
  58. package/components/icon/core/icons/clock.icons.d.ts +0 -2
  59. package/components/icon/core/icons/clone.icons.d.ts +0 -2
  60. package/components/icon/core/icons/download.icons.d.ts +0 -2
  61. package/components/icon/core/icons/ellipsis.icons.d.ts +0 -2
  62. package/components/icon/core/icons/eye.icons.d.ts +0 -2
  63. package/components/icon/core/icons/filter.icons.d.ts +0 -2
  64. package/components/icon/core/icons/folders.icons.d.ts +0 -2
  65. package/components/icon/core/icons/gears.icons.d.ts +0 -2
  66. package/components/icon/core/icons/hand.icons.d.ts +0 -2
  67. package/components/icon/core/icons/language.icons.d.ts +0 -2
  68. package/components/icon/core/icons/layer.icons.d.ts +0 -2
  69. package/components/icon/core/icons/link.icons.d.ts +0 -2
  70. package/components/icon/core/icons/list.icons.d.ts +0 -2
  71. package/components/icon/core/icons/location.icons.d.ts +0 -2
  72. package/components/icon/core/icons/lock.icons.d.ts +0 -2
  73. package/components/icon/core/icons/magnifying-glass.icons.d.ts +0 -2
  74. package/components/icon/core/icons/media.icons.d.ts +0 -2
  75. package/components/icon/core/icons/megaphone.icons.d.ts +0 -2
  76. package/components/icon/core/icons/money.icons.d.ts +0 -2
  77. package/components/icon/core/icons/pen.icons.d.ts +0 -2
  78. package/components/icon/core/icons/pencil.icons.d.ts +0 -2
  79. package/components/icon/core/icons/plug.icons.d.ts +0 -2
  80. package/components/icon/core/icons/plus.icons.d.ts +0 -2
  81. package/components/icon/core/icons/qr-code.icons.d.ts +0 -2
  82. package/components/icon/core/icons/screwdriver-wrench.icons.d.ts +0 -2
  83. package/components/icon/core/icons/shuffle.icons.d.ts +0 -2
  84. package/components/icon/core/icons/square.icons.d.ts +0 -2
  85. package/components/icon/core/icons/tag.icons.d.ts +0 -2
  86. package/components/icon/core/icons/thumbs.icons.d.ts +0 -2
  87. package/components/icon/core/icons/trash.icons.d.ts +0 -2
  88. package/components/icon/core/icons/triangle.icons.d.ts +0 -2
  89. package/components/icon/core/icons/user.icons.d.ts +0 -2
  90. package/components/icon/core/icons/xmark.icons.d.ts +0 -2
  91. package/components/icon/core/svg-icons/ads-icon.svg.d.ts +0 -2
  92. package/components/icon/core/svg-icons/index.d.ts +0 -1
  93. package/components/icon/public-api.d.ts +0 -2
  94. package/components/icon/src/icon.component.d.ts +0 -79
  95. package/components/illustration/assets/illustrations/tk-catalogs.svg.d.ts +0 -2
  96. package/components/illustration/assets/illustrations/tk-categories.svg.d.ts +0 -2
  97. package/components/illustration/assets/illustrations/tk-confirmation-action.svg.d.ts +0 -2
  98. package/components/illustration/assets/illustrations/tk-create-an-account.svg.d.ts +0 -2
  99. package/components/illustration/assets/illustrations/tk-custom-design.svg.d.ts +0 -2
  100. package/components/illustration/assets/illustrations/tk-delete.svg.d.ts +0 -2
  101. package/components/illustration/assets/illustrations/tk-download-AKF.svg.d.ts +0 -2
  102. package/components/illustration/assets/illustrations/tk-error.svg.d.ts +0 -2
  103. package/components/illustration/assets/illustrations/tk-graphics.svg.d.ts +0 -2
  104. package/components/illustration/assets/illustrations/tk-items.svg.d.ts +0 -2
  105. package/components/illustration/assets/illustrations/tk-kiosk.svg.d.ts +0 -2
  106. package/components/illustration/assets/illustrations/tk-list.svg.d.ts +0 -2
  107. package/components/illustration/assets/illustrations/tk-locations.svg.d.ts +0 -2
  108. package/components/illustration/assets/illustrations/tk-login.svg.d.ts +0 -2
  109. package/components/illustration/assets/illustrations/tk-multimedia.svg.d.ts +0 -2
  110. package/components/illustration/assets/illustrations/tk-no-connection.svg.d.ts +0 -2
  111. package/components/illustration/assets/illustrations/tk-no-found.svg.d.ts +0 -2
  112. package/components/illustration/assets/illustrations/tk-order.svg.d.ts +0 -2
  113. package/components/illustration/assets/illustrations/tk-playlist.svg.d.ts +0 -2
  114. package/components/illustration/assets/illustrations/tk-screens.svg.d.ts +0 -2
  115. package/components/illustration/assets/illustrations/tk-success.svg.d.ts +0 -2
  116. package/components/illustration/assets/illustrations/tk-support.svg.d.ts +0 -2
  117. package/components/illustration/assets/illustrations/tk-technical-failure.svg.d.ts +0 -2
  118. package/components/illustration/assets/illustrations/tk-tip.svg.d.ts +0 -2
  119. package/components/illustration/assets/illustrations/tk-upload.svg.d.ts +0 -2
  120. package/components/illustration/assets/illustrations/tk-void.svg.d.ts +0 -2
  121. package/components/illustration/assets/illustrations/tk-warning.svg.d.ts +0 -2
  122. package/components/illustration/assets/illustrations/tk-welcome.svg.d.ts +0 -2
  123. package/components/illustration/assets/illustrations/tk-without-catalogs.svg.d.ts +0 -2
  124. package/components/illustration/illustrations.registry.d.ts +0 -5
  125. package/components/illustration/index.d.ts +0 -5
  126. package/components/illustration/public-api.d.ts +0 -1
  127. package/components/illustration/src/illustration.component.d.ts +0 -117
  128. package/components/typography/index.d.ts +0 -5
  129. package/components/typography/public-api.d.ts +0 -1
  130. package/components/typography/src/typography.component.d.ts +0 -10
  131. package/fesm2022/tekus-design-system-components-branding.mjs +0 -93
  132. package/fesm2022/tekus-design-system-components-branding.mjs.map +0 -1
  133. package/fesm2022/tekus-design-system-components-grid-container.mjs +0 -193
  134. package/fesm2022/tekus-design-system-components-grid-container.mjs.map +0 -1
  135. package/fesm2022/tekus-design-system-components-icon.mjs +0 -1206
  136. package/fesm2022/tekus-design-system-components-icon.mjs.map +0 -1
  137. package/fesm2022/tekus-design-system-components-illustration.mjs +0 -3893
  138. package/fesm2022/tekus-design-system-components-illustration.mjs.map +0 -1
  139. package/fesm2022/tekus-design-system-components-typography.mjs +0 -36
  140. package/fesm2022/tekus-design-system-components-typography.mjs.map +0 -1
  141. package/tokens/blur/_blur.scss +0 -11
  142. package/tokens/colors/_colors.scss +0 -96
  143. package/tokens/index.scss +0 -5
  144. package/tokens/shadow/_shadow.scss +0 -10
  145. package/tokens/shapes/_shapes.scss +0 -9
  146. package/tokens/spacing/_spacing.scss +0 -25
@@ -1,121 +0,0 @@
1
- import { AutoFillGridProps, ComposeSize, ContainerType, FixedGridProps, GapGutter, GridColumns, GutterType } from '@tekus/design-system/core/types';
2
- import * as i0 from "@angular/core";
3
- /**
4
- * A responsive CSS Grid container that exposes typed, two-way models to control
5
- * column count, track size, inter-item gutter, and container padding.
6
- *
7
- * Behavior:
8
- * - columns: GridColumns (default 12). Numeric values are capped per Breakpoints
9
- * (2/3/4/8 for mobileSmall/mobileLarge/tabletVertical/tabletHorizontal). No cap when size is minmax().
10
- * - size: ComposeSize (default '1fr'). Required to be minmax() when columns is 'auto-fill', otherwise an error is thrown.
11
- * - gutter: Gutter (default 'normal'), mapped to GapGutter for host gap.
12
- * - containerType: ContainerType (default 'medium'), mapped to PaddingGridContainer for host padding.
13
- *
14
- * Host bindings:
15
- * - style.grid-template-columns via repeat(...) from computed columns/size.
16
- * - style.gap via GapGutter.
17
- * - style.padding via PaddingGridContainer.
18
- *
19
- * Intended to wrap GridItemDirective children. Public type is compatible with FixedGridProps | AutoFillGridProps.
20
- * @selector tk-grid-container
21
- */
22
- export declare class GridContainerComponent {
23
- /**
24
- * Two-way bound model defining the number of columns in the grid.
25
- *
26
- * The value is capped based on the current screen breakpoint. If the `size` model
27
- * is a `minmax()` function, the column cap is disabled.
28
- *
29
- * @default 12
30
- * @see GridColumns
31
- */
32
- columns: import("@angular/core").ModelSignal<GridColumns>;
33
- /**
34
- * Two-way bound model defining the spacing between grid items.
35
- *
36
- * The value is mapped to a CSS `gap` property based on the `Gutter` type.
37
- *
38
- * @default Gutter.normal
39
- * @see Gutter
40
- * @see GutterType
41
- */
42
- gutter: import("@angular/core").ModelSignal<GutterType>;
43
- /**
44
- * Two-way bound model defining the grid track size.
45
- *
46
- * Accepts any ComposeSize value (e.g., '1fr', fixed lengths, or minmax()) and
47
- * drives the computed grid template for the container.
48
- *
49
- * @default '1fr'
50
- * @see ComposeSize
51
- */
52
- size: import("@angular/core").ModelSignal<ComposeSize>;
53
- /**
54
- * Two-way bound model defining the internal spacing of the grid container.
55
- *
56
- * The value is mapped to a CSS `padding` property based on the `PaddingGridContainer` type.
57
- *
58
- * @default 'medium'
59
- * @see ContainerType
60
- */
61
- containerType: import("@angular/core").ModelSignal<ContainerType>;
62
- /**
63
- * A private static RegExp to validate strings that match the `minmax()` function.
64
- */
65
- readonly MINMAX_RE: RegExp;
66
- /**
67
- * A private service injection to observe screen breakpoint changes.
68
- */
69
- private readonly breakpointObserver;
70
- /**
71
- * A signal derived from `breakpointObserver` to reactively track changes
72
- * across all defined breakpoints.
73
- */
74
- screenChanges: import("@angular/core").Signal<import("@angular/cdk/layout").BreakpointState | undefined>;
75
- /**
76
- * A computed signal that determines the final number of columns for the grid.
77
- *
78
- * It caps the `columns` model value based on the current screen breakpoint,
79
- * unless the `size` model is a `minmax()` function.
80
- */
81
- readonly finalColumns: import("@angular/core").Signal<GridColumns>;
82
- /**
83
- * Host binding that maps the `gutter` model to the host element's `style.gap` property.
84
- * @returns The CSS gap value from the `GapGutter` type.
85
- */
86
- get hostGap(): GapGutter;
87
- /**
88
- * Host binding that sets the `style.grid-template-columns` property based on
89
- * the computed column count and track size.
90
- * @returns The computed CSS value for `grid-template-columns`.
91
- */
92
- get gridColumns(): string;
93
- /**
94
- * Host binding that sets the `style.padding` property based on the `containerType` model.
95
- * @returns The CSS padding value from the `PaddingGridContainer` type.
96
- */
97
- get containerPadding(): string;
98
- /**
99
- * Computes the final `grid-template-columns` string for the host element.
100
- *
101
- * It handles both fixed and `auto-fill` column types and validates that the `size`
102
- * model is a `minmax()` function when `columns` is set to `'auto-fill'`.
103
- * @returns The CSS value for the `grid-template-columns` property.
104
- */
105
- computeGridTemplateColumns(): string;
106
- /**
107
- * A private helper method to check if a given value is a valid `minmax()` function string.
108
- * @param value The value to check.
109
- * @returns `true` if the value is a valid `minmax()` string, `false` otherwise.
110
- */
111
- private isMinMax;
112
- static ɵfac: i0.ɵɵFactoryDeclaration<GridContainerComponent, never>;
113
- static ɵcmp: i0.ɵɵComponentDeclaration<GridContainerComponent, "tk-grid-container", never, { "columns": { "alias": "columns"; "required": false; "isSignal": true; }; "gutter": { "alias": "gutter"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "containerType": { "alias": "containerType"; "required": false; "isSignal": true; }; }, { "columns": "columnsChange"; "gutter": "gutterChange"; "size": "sizeChange"; "containerType": "containerTypeChange"; }, never, ["*"], true, never>;
114
- }
115
- /**
116
- * A public type to represent an instance of the `GridContainerComponent` class,
117
- * combined with its public input properties.
118
- *
119
- * This allows for better type-checking when the component is used in a template.
120
- */
121
- export type GridComponent = new () => GridContainerComponent & (FixedGridProps | AutoFillGridProps);
@@ -1,76 +0,0 @@
1
- import { IconDefinition } from "@fortawesome/angular-fontawesome";
2
- /**
3
- * IconSource is used to indicate the origin of an icon in the IconCatalog.
4
- * It can either be 'Font awesome' for icons sourced from the Font Awesome library,
5
- * or 'Custom' for user-defined icons.
6
- */
7
- export type IconSource = 'Font awesome' | 'Custom';
8
- /**
9
- * IconRegister is used to define the structure of the icon registration object.
10
- * It maps icon names to their registration details.
11
- */
12
- export interface IconRegister {
13
- [iconName: string]: IconRegisterDetail;
14
- }
15
- /**
16
- * IconRegisterDetail is used to define the details of each icon in the IconCatalog.
17
- * It includes the icon's name, tags, source, and styles.
18
- */
19
- export interface IconRegisterDetail {
20
- name: string;
21
- tags: string[];
22
- source: IconSource;
23
- styles?: IconStyles;
24
- }
25
- /**
26
- * IconStyles is used to define the available styles for each icon in the IconCatalog.
27
- * It allows for lazy loading of icon styles.
28
- */
29
- type IconType = IconDefinition | string;
30
- export interface IconStyles {
31
- light?: Promise<IconType>;
32
- regular?: Promise<IconType> | IconType;
33
- solid?: Promise<IconType>;
34
- }
35
- /**
36
- * IconStylesLight is used to define the available light styles for each icon in the IconCatalog.
37
- * It includes styles such as 'light', 'fal', 'fa-light', and 'tkl'.
38
- */
39
- export type IconStylesLight = 'light' | 'fal' | 'fa-light' | 'tkl';
40
- /**
41
- * IconStylesSolid is used to define the available solid styles for each icon in the IconCatalog.
42
- * It includes styles such as 'solid', 'fas', 'fa-solid', and 'tks'.
43
- */
44
- export type IconStylesSolid = 'solid' | 'fas' | 'fa-solid' | 'tks';
45
- /**
46
- * IconStylesRegular is used to define the available regular styles for each icon in the IconCatalog.
47
- * It includes styles such as 'regular', 'far', 'fa-regular', 'fa', 'fa-classic', and 'tkr'.
48
- */
49
- export type IconStylesRegular = 'regular' | 'far' | 'fa-regular' | 'fa' | 'fa-classic' | 'tkr';
50
- /**
51
- * IconStylesGeneral is used to define the available general styles for each icon in the IconCatalog.
52
- * It includes all styles from light, solid, and regular categories.
53
- */
54
- export type IconStylesGeneral = IconStylesLight | IconStylesSolid | IconStylesRegular | null;
55
- /**
56
- * IconColors is used to define the available colors for each icon in the IconCatalog.
57
- * It includes colors such as 'primary', 'secondary', 'success', 'danger', 'warning', 'info', and 'light'.
58
- */
59
- export type IconColors = 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'light' | null;
60
- /**
61
- * iconsStylesLight is an array of available light styles for each icon in the IconCatalog.
62
- * It allows for easy access and iteration over the light styles.
63
- */
64
- export declare const iconsStylesLight: IconStylesLight[];
65
- /**
66
- * iconsStylesSolid is an array of available solid styles for each icon in the IconCatalog.
67
- * It allows for easy access and iteration over the solid styles.
68
- */
69
- export declare const iconsStylesSolid: IconStylesSolid[];
70
- /**
71
- * iconsStylesRegular is an array of available regular styles for each icon in the IconCatalog.
72
- * It allows for easy access and iteration over the regular styles.
73
- */
74
- export declare const iconsStylesRegular: IconStylesRegular[];
75
- export declare const IconCatalog: IconRegister;
76
- export {};
@@ -1,2 +0,0 @@
1
- import { IconRegister } from "../icon-catalog";
2
- export declare const adsIcons: IconRegister;
@@ -1,2 +0,0 @@
1
- import { IconRegister } from '../icon-catalog';
2
- export declare const angleIcons: IconRegister;
@@ -1,2 +0,0 @@
1
- import { IconRegister } from '../icon-catalog';
2
- export declare const arrowIcons: IconRegister;
@@ -1,2 +0,0 @@
1
- import { IconRegister } from '../icon-catalog';
2
- export declare const barsIcon: IconRegister;
@@ -1,2 +0,0 @@
1
- import { IconRegister } from '../icon-catalog';
2
- export declare const boltIcon: IconRegister;
@@ -1,2 +0,0 @@
1
- import { IconRegister } from '../icon-catalog';
2
- export declare const bookIcon: IconRegister;
@@ -1,2 +0,0 @@
1
- import { IconRegister } from '../icon-catalog';
2
- export declare const calendarIcon: IconRegister;
@@ -1,2 +0,0 @@
1
- import { IconRegister } from '../icon-catalog';
2
- export declare const cameraIcon: IconRegister;
@@ -1,2 +0,0 @@
1
- import { IconRegister } from '../icon-catalog';
2
- export declare const chartIcon: IconRegister;
@@ -1,2 +0,0 @@
1
- import { IconRegister } from '../icon-catalog';
2
- export declare const checkIcon: IconRegister;
@@ -1,2 +0,0 @@
1
- import { IconRegister } from '../icon-catalog';
2
- export declare const chevronIcons: IconRegister;
@@ -1,2 +0,0 @@
1
- import { IconRegister } from '../icon-catalog';
2
- export declare const circleIcon: IconRegister;
@@ -1,2 +0,0 @@
1
- import { IconRegister } from '../icon-catalog';
2
- export declare const clockIcon: IconRegister;
@@ -1,2 +0,0 @@
1
- import { IconRegister } from '../icon-catalog';
2
- export declare const cloneIcon: IconRegister;
@@ -1,2 +0,0 @@
1
- import { IconRegister } from '../icon-catalog';
2
- export declare const downloadIcon: IconRegister;
@@ -1,2 +0,0 @@
1
- import { IconRegister } from '../icon-catalog';
2
- export declare const ellipsisIcon: IconRegister;
@@ -1,2 +0,0 @@
1
- import { IconRegister } from '../icon-catalog';
2
- export declare const eyeIcon: IconRegister;
@@ -1,2 +0,0 @@
1
- import { IconRegister } from '../icon-catalog';
2
- export declare const filterIcon: IconRegister;
@@ -1,2 +0,0 @@
1
- import { IconRegister } from '../icon-catalog';
2
- export declare const foldersIcon: IconRegister;
@@ -1,2 +0,0 @@
1
- import { IconRegister } from '../icon-catalog';
2
- export declare const gearsIcon: IconRegister;
@@ -1,2 +0,0 @@
1
- import { IconRegister } from '../icon-catalog';
2
- export declare const handIcon: IconRegister;
@@ -1,2 +0,0 @@
1
- import { IconRegister } from '../icon-catalog';
2
- export declare const languageIcon: IconRegister;
@@ -1,2 +0,0 @@
1
- import { IconRegister } from '../icon-catalog';
2
- export declare const layerIcon: IconRegister;
@@ -1,2 +0,0 @@
1
- import { IconRegister } from '../icon-catalog';
2
- export declare const linkIcon: IconRegister;
@@ -1,2 +0,0 @@
1
- import { IconRegister } from '../icon-catalog';
2
- export declare const listIcon: IconRegister;
@@ -1,2 +0,0 @@
1
- import { IconRegister } from '../icon-catalog';
2
- export declare const locationIcon: IconRegister;
@@ -1,2 +0,0 @@
1
- import { IconRegister } from '../icon-catalog';
2
- export declare const lockIcon: IconRegister;
@@ -1,2 +0,0 @@
1
- import { IconRegister } from '../icon-catalog';
2
- export declare const magnifyingGlassIcon: IconRegister;
@@ -1,2 +0,0 @@
1
- import { IconRegister } from '../icon-catalog';
2
- export declare const mediaIcon: IconRegister;
@@ -1,2 +0,0 @@
1
- import { IconRegister } from '../icon-catalog';
2
- export declare const megaphoneIcon: IconRegister;
@@ -1,2 +0,0 @@
1
- import { IconRegister } from '../icon-catalog';
2
- export declare const moneyIcon: IconRegister;
@@ -1,2 +0,0 @@
1
- import { IconRegister } from '../icon-catalog';
2
- export declare const penIcon: IconRegister;
@@ -1,2 +0,0 @@
1
- import { IconRegister } from '../icon-catalog';
2
- export declare const pencilIcon: IconRegister;
@@ -1,2 +0,0 @@
1
- import { IconRegister } from '../icon-catalog';
2
- export declare const plugIcon: IconRegister;
@@ -1,2 +0,0 @@
1
- import { IconRegister } from '../icon-catalog';
2
- export declare const plusIcon: IconRegister;
@@ -1,2 +0,0 @@
1
- import { IconRegister } from '../icon-catalog';
2
- export declare const qrCodeIcon: IconRegister;
@@ -1,2 +0,0 @@
1
- import { IconRegister } from "../icon-catalog";
2
- export declare const screwdriverWrenchIcon: IconRegister;
@@ -1,2 +0,0 @@
1
- import { IconRegister } from '../icon-catalog';
2
- export declare const shuffleIcon: IconRegister;
@@ -1,2 +0,0 @@
1
- import { IconRegister } from '../icon-catalog';
2
- export declare const squareIcon: IconRegister;
@@ -1,2 +0,0 @@
1
- import { IconRegister } from '../icon-catalog';
2
- export declare const tagIcon: IconRegister;
@@ -1,2 +0,0 @@
1
- import { IconRegister } from "../icon-catalog";
2
- export declare const thumbsUpIcon: IconRegister;
@@ -1,2 +0,0 @@
1
- import { IconRegister } from '../icon-catalog';
2
- export declare const trashIcon: IconRegister;
@@ -1,2 +0,0 @@
1
- import { IconRegister } from '../icon-catalog';
2
- export declare const triangleIcon: IconRegister;
@@ -1,2 +0,0 @@
1
- import { IconRegister } from '../icon-catalog';
2
- export declare const userIcon: IconRegister;
@@ -1,2 +0,0 @@
1
- import { IconRegister } from '../icon-catalog';
2
- export declare const xMarkIcon: IconRegister;
@@ -1,2 +0,0 @@
1
- declare const tkAdsIcon = "<svg\n width=\"1em\"\n height=\"1em\"\n viewBox=\"0 0 576 512\"\n fill=\"none\"\n role=\"img\"\n focusable=\"false\"\n aria-hidden=\"true\"\n data-prefix=\"tk\"\n data-icon=\"ads\"\n class=\"svg-icon--tk tk-ads\"\n version=\"1.1\"\n xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M 547.2024,64.000003 H 28.800127 C 12.897026,64.000003 0,78.330005 0,96.000098 V 415.99909 C 0,433.67134 12.897026,448 28.800127,448 H 547.2024 C 563.10459,448 576,433.67134 576,415.99909 V 96.000098 C 576,78.330005 563.10459,64.000003 547.2024,64.000003 Z M 532.80108,336.0001 c -31.81701,0 -57.60024,28.64995 -57.60024,63.99991 H 100.80019 c 0,-35.34996 -25.785012,-63.99991 -57.6,-63.99991 V 175.99992 c 31.814988,0 57.6,-28.64997 57.6,-63.99992 h 374.40065 c 0,35.34995 25.78323,63.99992 57.60024,63.99992 z\"\n fill=\"currentColor\"\n />\n <path\n d=\"m 288.02306,145.91847 c -59.10788,0 -107.04037,49.27666 -107.04037,110.08152 0,60.80487 47.93249,110.08154 107.04037,110.08154 59.10788,0 106.99424,-49.27667 106.99424,-110.08154 0,-60.80486 -47.88638,-110.08152 -106.99424,-110.08152 z m 16.0814,62.15988 h 12.6255 v 68.79521 h -11.33533 l -0.64498,-5.16081 c -1.34548,1.79542 -2.90167,3.23232 -4.74609,4.28531 -2.08789,1.19478 -4.53783,1.79704 -7.32647,1.79704 -2.93016,0 -5.54017,-0.61875 -7.83335,-1.84316 -2.26487,-1.22439 -4.19329,-2.95064 -5.75981,-5.16075 -1.54057,-2.21012 -2.73658,-4.80074 -3.54814,-7.78727 -0.81629,-2.98677 -1.19802,-6.24444 -1.19802,-9.76864 v -0.96766 c 0,-3.7035 0.38165,-7.02862 1.19808,-10.04511 0.81152,-3.04623 2.02517,-5.69927 3.59411,-7.87943 1.56651,-2.18015 3.51038,-3.82784 5.80591,-5.02255 2.29316,-1.19448 4.90319,-1.79706 7.83334,-1.79706 2.76028,0 5.17469,0.6026 7.23431,1.79706 1.55797,0.88938 2.89945,2.04985 4.101,3.50196 z m -68.74913,3.59413 h 8.84706 3.31767 l 23.68433,65.20108 h -13.96178 l -4.37745,-13.7314 h -22.80887 l -4.37743,13.7314 h -13.86964 z m 6.08234,15.75884 -8.01764,25.15886 h 16.08139 z m 102.93938,0.0922 c 4.09324,0 7.57337,0.63731 10.50589,1.98136 2.96081,1.3438 5.2531,3.21604 6.81964,5.57549 1.59956,2.3295 2.39607,4.98505 2.39607,7.97159 h -12.53338 c 0,-1.2544 -0.30571,-2.37805 -0.82944,-3.36373 -0.49322,-1.01541 -1.27659,-1.78262 -2.35,-2.35 -1.04746,-0.59735 -2.3728,-0.92158 -4.05493,-0.92158 -1.39669,0 -2.62573,0.27563 -3.64019,0.78332 -1.01696,0.47774 -1.80032,1.09894 -2.35002,1.93529 -0.52373,0.80638 -0.78336,1.73295 -0.78336,2.71864 0,0.7467 0.17067,1.43012 0.46059,2.02743 0.31851,0.56738 0.82219,1.08868 1.52043,1.56668 0.69589,0.47774 1.56608,0.91823 2.67255,1.33627 1.13003,0.38834 2.53933,0.73118 4.19315,1.0598 3.39962,0.71674 6.45291,1.64606 9.12354,2.81079 2.67299,1.13478 4.74624,2.6828 6.31275,4.65393 1.56885,1.94116 2.3961,4.52927 2.3961,7.6951 0,2.1502 -0.49899,4.10599 -1.42848,5.89805 -0.92715,1.79183 -2.26533,3.35596 -4.00883,4.70001 -1.74102,1.31409 -3.82725,2.34057 -6.26667,3.08727 -2.40877,0.7167 -5.08766,1.10584 -8.10982,1.10584 -4.38342,0 -8.10287,-0.82946 -11.15099,-2.44213 -3.01954,-1.6124 -5.34499,-3.64949 -6.91151,-6.12832 -1.53823,-2.50879 -2.30403,-5.06694 -2.30403,-7.69511 h 11.88825 c 0.0597,1.76211 0.52224,3.16389 1.33632,4.23922 0.84224,1.0751 1.9008,1.87202 3.17942,2.35 1.3071,0.47774 2.68559,0.69118 4.19315,0.69118 1.62561,0 2.97909,-0.19734 4.05487,-0.6451 1.07328,-0.47797 1.89248,-1.11256 2.44219,-1.88922 0.58048,-0.80638 0.87552,-1.76542 0.87552,-2.81079 0,-0.92576 -0.25941,-1.74178 -0.78314,-2.48823 -0.52139,-0.74669 -1.48267,-1.44647 -2.90294,-2.07354 -1.39434,-0.65705 -3.44006,-1.25939 -6.08238,-1.79706 -2.38281,-0.53743 -4.57571,-1.17497 -6.63529,-1.98137 -2.03371,-0.8361 -3.8352,-1.87644 -5.34513,-3.04118 -1.4816,-1.16476 -2.616,-2.51795 -3.45587,-4.10099 -0.84459,-1.61278 -1.29024,-3.46864 -1.29024,-5.52942 0,-2.0308 0.44565,-3.9219 1.29024,-5.71373 0.86826,-1.79206 2.08682,-3.37231 3.68627,-4.74609 1.62325,-1.40373 3.62266,-2.49515 5.94413,-3.27157 2.35215,-0.80638 4.993,-1.19804 7.9255,-1.19804 z m -48.42851,10.09119 c -1.6256,0 -3.0324,0.42137 -4.19313,1.19804 -1.16309,0.74647 -2.13013,1.77316 -2.85687,3.08725 -0.69589,1.3141 -1.21749,2.86211 -1.56672,4.65393 -0.31851,1.76211 -0.46059,3.65296 -0.46059,5.71374 v 0.96763 c 0,2.00109 0.17067,3.84336 0.46059,5.5755 0.32085,1.73214 0.82453,3.26404 1.52043,4.60785 0.72661,1.31409 1.63242,2.38664 2.76473,3.13334 1.16075,0.71673 2.58539,1.0598 4.23919,1.0598 2.1469,0 3.90712,-0.48907 5.29905,-1.47452 1.26421,-0.92071 2.23559,-2.19773 2.94904,-3.73236 v -19.53716 c -0.30955,-0.66741 -0.6447,-1.29308 -1.05984,-1.84313 -0.78315,-1.0751 -1.80352,-1.89091 -2.99512,-2.48825 -1.16075,-0.59735 -2.50378,-0.92157 -4.10099,-0.92157 z\"\n fill=\"currentColor\"\n />\n</svg>";
2
- export default tkAdsIcon;
@@ -1 +0,0 @@
1
- export * from './ads-icon.svg';
@@ -1,2 +0,0 @@
1
- export * from './src/icon.component';
2
- export * from './core/svg-icons';
@@ -1,79 +0,0 @@
1
- import { EffectRef, OnDestroy } from "@angular/core";
2
- import { IconColors, IconStylesGeneral } from "../core/icon-catalog";
3
- import { DomSanitizer, SafeHtml } from "@angular/platform-browser";
4
- import { IconProp, SizeProp } from "@fortawesome/fontawesome-svg-core";
5
- import * as i0 from "@angular/core";
6
- export type SizeMap = SizeProp | 'md';
7
- export declare class IconComponent implements OnDestroy {
8
- /**
9
- * The name of the icon to display.
10
- * This is a required field.
11
- * It should match one of the icons in the *IconCatalog*.
12
- */
13
- icon: import("@angular/core").ModelSignal<string>;
14
- /**
15
- * The style of the icon to display.
16
- * This is an optional field.
17
- * It defaults to 'regular'.
18
- */
19
- styleIcon: import("@angular/core").ModelSignal<IconStylesGeneral>;
20
- /**
21
- * The color of the icon to display.
22
- */
23
- color: import("@angular/core").ModelSignal<IconColors | undefined>;
24
- /**
25
- * The size of the icon to display.
26
- */
27
- size: import("@angular/core").ModelSignal<SizeMap | undefined>;
28
- /**
29
- * Whether the icon is disabled.
30
- */
31
- disabled: import("@angular/core").ModelSignal<boolean>;
32
- /**
33
- * The definition of the icon to display for Font Awesome.
34
- */
35
- iconDefinition: import("@angular/core").WritableSignal<IconProp | null>;
36
- /**
37
- * The SVG content of the icon to display for custom icons.
38
- */
39
- svgContent: import("@angular/core").WritableSignal<SafeHtml | null>;
40
- /**
41
- * The sanitizer service to use for sanitizing SVG content.
42
- */
43
- sanitizer: DomSanitizer;
44
- /**
45
- * The size property to use for the icon.
46
- */
47
- sizeProp: import("@angular/core").Signal<SizeProp | null>;
48
- /**
49
- * The effect reference for the icon.
50
- */
51
- iconEffect: EffectRef;
52
- constructor();
53
- /**
54
- * Destroy icon effect
55
- */
56
- ngOnDestroy(): void;
57
- /**
58
- * Gets the icon to display.
59
- */
60
- getIcon(): void;
61
- /**
62
- * Loads the icon from Font Awesome.
63
- */
64
- loadIconFa(): Promise<void>;
65
- /**
66
- * Gets the key style for the icon based on the current styleIcon model.
67
- *
68
- * @returns 'light' | 'regular' | 'solid' | null
69
- */
70
- getKeyStyle(): 'light' | 'regular' | 'solid' | null;
71
- /**
72
- * Loads a custom icon from the IconCatalog.
73
- * Sanitize the SVG content and apply the appropriate color.
74
- * @returns void
75
- */
76
- loadIconCustom(): void;
77
- static ɵfac: i0.ɵɵFactoryDeclaration<IconComponent, never>;
78
- static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "tk-icon", never, { "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "styleIcon": { "alias": "styleIcon"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, { "icon": "iconChange"; "styleIcon": "styleIconChange"; "color": "colorChange"; "size": "sizeChange"; "disabled": "disabledChange"; }, never, never, true, never>;
79
- }
@@ -1,2 +0,0 @@
1
- declare const svg = "<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 949.85 528.05\" role=\"img\" artist=\"Katerina Limpitsouni\" source=\"https://undraw.co/\" style=\"width: 100%; height: 100%;\"><path d=\"m0,526.3c0,.94,1.07,1.69,2.41,1.69h945.03c1.33,0,2.41-.75,2.41-1.69s-1.07-1.69-2.41-1.69H2.41c-1.33,0-2.41.75-2.41,1.69Z\" fill=\"#2f2e43\" stroke-width=\"0\"/><path d=\"m744.56,0H149.23c-7.91,0-14.34,6.43-14.34,14.34v398.91c0,7.91,6.43,14.34,14.34,14.34h595.33c7.91,0,14.34-6.43,14.34-14.34V14.34c0-7.91-6.43-14.34-14.34-14.34Z\" fill=\"#d7d7d8\" stroke-width=\"0\"/><rect x=\"150.97\" y=\"13.47\" width=\"596.2\" height=\"337.21\" fill=\"#fff\" stroke-width=\"0\"/><path d=\"m758.9,365.45v47.8c0,7.91-6.43,14.34-14.34,14.34H149.23c-7.91,0-14.34-6.43-14.34-14.34v-47.8h624.01Z\" fill=\"#2f2e41\" stroke-width=\"0\"/><rect x=\"375.2\" y=\"418.47\" width=\"147.75\" height=\"107.77\" fill=\"#2f2e41\" stroke-width=\"0\"/><rect x=\"374.76\" y=\"512.76\" width=\"148.61\" height=\"4.35\" fill=\"#d7d7d8\" stroke-width=\"0\"/><path d=\"m658.38,45.22v7.57H236.29v-7.57c0-4.06,3.29-7.35,7.35-7.35h407.39c4.06,0,7.35,3.29,7.35,7.35Z\" fill=\"#d7d7d8\" stroke-width=\"0\"/><circle cx=\"245.28\" cy=\"45.24\" r=\"2.16\" fill=\"#fff\" stroke-width=\"0\"/><circle cx=\"252.47\" cy=\"45.24\" r=\"2.16\" fill=\"#fff\" stroke-width=\"0\"/><circle cx=\"259.65\" cy=\"45.24\" r=\"2.16\" fill=\"#fff\" stroke-width=\"0\"/><rect x=\"272.59\" y=\"60.69\" width=\"344.82\" height=\"11.14\" rx=\"5.57\" ry=\"5.57\" fill=\"#d7d7d8\" stroke-width=\"0\"/><path d=\"m383.49,192.76h-74.28c-4.48,0-8.13-3.65-8.13-8.13v-63.5c0-4.48,3.65-8.13,8.13-8.13h74.28c4.48,0,8.13,3.65,8.13,8.13v63.5c0,4.48-3.65,8.13-8.13,8.13Zm-74.28-77.27c-3.11,0-5.63,2.53-5.63,5.63v63.5c0,3.11,2.53,5.63,5.63,5.63h74.28c3.11,0,5.63-2.53,5.63-5.63v-63.5c0-3.11-2.53-5.63-5.63-5.63h-74.28Z\" fill=\"#d7d7d8\" stroke-width=\"0\"/><path d=\"m484.48,192.76h-74.28c-4.48,0-8.13-3.65-8.13-8.13v-63.5c0-4.48,3.65-8.13,8.13-8.13h74.28c4.48,0,8.13,3.65,8.13,8.13v63.5c0,4.48-3.65,8.13-8.13,8.13Zm-74.28-77.27c-3.11,0-5.63,2.53-5.63,5.63v63.5c0,3.11,2.53,5.63,5.63,5.63h74.28c3.11,0,5.63-2.53,5.63-5.63v-63.5c0-3.11-2.53-5.63-5.63-5.63h-74.28Z\" fill=\"#d7d7d8\" stroke-width=\"0\"/><path d=\"m585.46,192.76h-74.28c-4.48,0-8.13-3.65-8.13-8.13v-63.5c0-4.48,3.65-8.13,8.13-8.13h74.28c4.48,0,8.13,3.65,8.13,8.13v63.5c0,4.48-3.65,8.13-8.13,8.13Zm-74.28-77.27c-3.11,0-5.63,2.53-5.63,5.63v63.5c0,3.11,2.53,5.63,5.63,5.63h74.28c3.11,0,5.63-2.53,5.63-5.63v-63.5c0-3.11-2.53-5.63-5.63-5.63h-74.28Z\" fill=\"#d7d7d8\" stroke-width=\"0\"/><path d=\"m383.49,292.04h-74.28c-4.48,0-8.13-3.65-8.13-8.13v-63.5c0-4.48,3.65-8.13,8.13-8.13h74.28c4.48,0,8.13,3.65,8.13,8.13v63.5c0,4.48-3.65,8.13-8.13,8.13Zm-74.28-77.27c-3.11,0-5.63,2.53-5.63,5.63v63.5c0,3.11,2.53,5.63,5.63,5.63h74.28c3.11,0,5.63-2.53,5.63-5.63v-63.5c0-3.11-2.53-5.63-5.63-5.63h-74.28Z\" fill=\"#d7d7d8\" stroke-width=\"0\"/><path d=\"m484.48,292.04h-74.28c-4.48,0-8.13-3.65-8.13-8.13v-63.5c0-4.48,3.65-8.13,8.13-8.13h74.28c4.48,0,8.13,3.65,8.13,8.13v63.5c0,4.48-3.65,8.13-8.13,8.13Zm-74.28-77.27c-3.11,0-5.63,2.53-5.63,5.63v63.5c0,3.11,2.53,5.63,5.63,5.63h74.28c3.11,0,5.63-2.53,5.63-5.63v-63.5c0-3.11-2.53-5.63-5.63-5.63h-74.28Z\" fill=\"#d7d7d8\" stroke-width=\"0\"/><path d=\"m585.46,292.04h-74.28c-4.48,0-8.13-3.65-8.13-8.13v-63.5c0-4.48,3.65-8.13,8.13-8.13h74.28c4.48,0,8.13,3.65,8.13,8.13v63.5c0,4.48-3.65,8.13-8.13,8.13Z\" fill=\"#6C63FF\" stroke-width=\"0\"/><path d=\"m786.54,150.66l12.27-9.55s14,4.36,14.36,4.54,21.73,49.74,21.73,49.74c0,0-54.74,28.02-50.74,25.28,4-2.72,3.17-39.65-.55-44.46-3.73-4.82-.55-16.92-.55-16.92l3.45-8.64h.02Z\" fill=\"#2f2e43\" stroke-width=\"0\"/><polygon points=\"820.46 172.99 803.83 172.99 803.83 199.39 822.17 193.36 820.46 172.99\" fill=\"#f3a3a6\" stroke-width=\"0\"/><path id=\"uuid-8fbbfea1-20c6-492e-97ba-4f97c3a2ca55-44-226-137-781\" d=\"m766.1,343.24c.43-2.41.26-4.9-.5-7.26l5.8-24.93-12.37-2.59-4.54,25.57c-1.48,1.96-2.44,4.26-2.8,6.68-1,6.05,1.43,11.53,5.41,12.22,3.98.7,8.01-3.64,9.01-9.69h0Z\" fill=\"#f3a3a6\" stroke-width=\"0\"/><rect x=\"798.09\" y=\"488.92\" width=\"17.18\" height=\"24.37\" fill=\"#f3a3a6\" stroke-width=\"0\"/><path d=\"m781.37,528.05c7.54,0,18.55-.79,18.63-.8,2.95.26,17.65,1.42,18.38-1.94.67-3.09-.32-6.32-.46-6.77-1.42-14.05-1.94-14.22-2.26-14.31-.5-.15-1.96.55-4.33,2.08l-.15.1-.03.17c-.04.21-1.09,5.37-6.07,4.59-3.41-.54-4.52-1.3-4.87-1.67.29-.13.65-.36.9-.75.37-.57.43-1.31.19-2.2-.64-2.33-2.56-5.78-2.64-5.93l-.22-.39-19.52,13.17-12.06,3.45c-.91.25-1.64.91-2.01,1.78h0c-.51,1.21-.2,2.63.79,3.51,2.19,1.97,6.55,5.34,11.11,5.76,1.21.11,2.82.16,4.63.16h0Z\" fill=\"#2f2e43\" stroke-width=\"0\"/><rect x=\"854.76\" y=\"472.48\" width=\"17.18\" height=\"24.37\" transform=\"translate(-125.69 530.29) rotate(-31.95)\" fill=\"#f3a3a6\" stroke-width=\"0\"/><path d=\"m844.82,524.72c2.4,0,5.05-.34,7.28-1.47,5.63-2.83,19.32-12.78,19.4-12.85,2.63-1.33,15.72-8.13,14.56-11.37-1.07-2.98-3.62-5.2-3.97-5.5-8.64-11.18-9.16-11.04-9.48-10.95-.51.14-1.37,1.5-2.58,4.05l-.07.16.07.16c.08.21,1.92,5.14-2.72,7.1-3.18,1.35-4.52,1.3-5.01,1.16.18-.27.36-.65.37-1.12.02-.68-.32-1.35-1-1.97-1.78-1.64-5.23-3.55-5.38-3.63l-.39-.21-9.6,21.51-8.41,9.3c-.64.7-.91,1.64-.76,2.58h0c.21,1.3,1.23,2.33,2.53,2.56,1.32.23,3.17.48,5.19.48h0Z\" fill=\"#2f2e43\" stroke-width=\"0\"/><path d=\"m827.92,285.11s5.57,0,14.3,17.46c8.73,17.47-2.38,87.57-2.38,87.57l31.1,80.48-21.82,15.28-39.83-86.2,9.82,95.48h-24.55l-19.1-165.32,4.36-44.74h48.1s0,0,0,0Z\" fill=\"#2f2e43\" stroke-width=\"0\"/><polygon points=\"831.66 189.08 798.38 189.08 768.37 287.84 851.84 287.84 831.66 189.08\" fill=\"#6C63FF\" stroke-width=\"0\"/><path d=\"m803.64,189.09l-33.83,140.22h-16.92s25.64-129.85,27.83-135.31c2.18-5.46,22.91-4.91,22.91-4.91h0Z\" fill=\"#6C63FF\" stroke-width=\"0\"/><circle cx=\"806.1\" cy=\"162.01\" r=\"18.28\" fill=\"#f3a3a6\" stroke-width=\"0\"/><path d=\"m783.33,158.68l4.48.76c4.18-16.74,13.65-11.27,14.55-11.46s14.36,14.54,13.27,29.46c-1.09,14.91,18.19,21.9,18.19,21.9,0,0,6.74,12.66.73,35.57s6.73,30.6,6.73,30.6c25.1-2.13,10.01-37.15,6.01-43.51-4-6.37-1.27-17.46-1.27-17.46,6.19-5.46-1.09-17.46-1.09-17.46,0,0,1.28-16.01-2.54-19.1s-4-10.73-4-10.73c-6.74-29.28-28.74-23.64-28.74-23.64-28.19-3.09-26.31,25.06-26.31,25.06Z\" fill=\"#2f2e43\" stroke-width=\"0\"/><path id=\"uuid-3af8ea2b-8f5e-4851-abf4-031c35ae2916-45-227-138-782\" d=\"m866.09,340.31h0c-.46-2.41-1.5-4.68-3.05-6.61l-3.44-25.37-12.49,1.98,4.83,25.52c-.67,2.36-.75,4.84-.24,7.24,1.21,6.01,5.42,10.26,9.39,9.5,3.97-.76,6.21-6.25,4.99-12.26h0Z\" fill=\"#f3a3a6\" stroke-width=\"0\"/><path d=\"m848.47,327.66h16.92s-25.64-129.85-27.83-135.31c-2.18-5.46-20.44-3.14-20.44-3.14,0,0,31.35,138.45,31.35,138.45Z\" fill=\"#6C63FF\" stroke-width=\"0\"/></svg>";
2
- export default svg;
@@ -1,2 +0,0 @@
1
- declare const svg = "<svg viewBox=\"0 0 177 98\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" style=\"width: 100%; height: 100%;\">\n<path opacity=\"0.3\" d=\"M29.6629 50.0757C37.7195 50.0757 44.2507 43.5445 44.2507 35.4879C44.2507 27.4313 37.7195 20.9001 29.6629 20.9001C21.6063 20.9001 15.0752 27.4313 15.0752 35.4879C15.0752 43.5445 21.6063 50.0757 29.6629 50.0757Z\" fill=\"#16006F\"/>\n<path opacity=\"0.3\" d=\"M88.4999 50.0757C96.5564 50.0757 103.088 43.5445 103.088 35.4879C103.088 27.4313 96.5564 20.9001 88.4999 20.9001C80.4433 20.9001 73.9121 27.4313 73.9121 35.4879C73.9121 43.5445 80.4433 50.0757 88.4999 50.0757Z\" fill=\"#16006F\"/>\n<path opacity=\"0.3\" d=\"M147.337 50.0757C155.394 50.0757 161.925 43.5445 161.925 35.4879C161.925 27.4313 155.394 20.9001 147.337 20.9001C139.281 20.9001 132.75 27.4313 132.75 35.4879C132.75 43.5445 139.281 50.0757 147.337 50.0757Z\" fill=\"#16006F\"/>\n<path opacity=\"0.3\" d=\"M49.3561 61.0162H9.48291V64.9063H49.3561V61.0162Z\" fill=\"#16006F\"/>\n<path opacity=\"0.3\" d=\"M108.679 61.0162H68.8062V64.9063H108.679V61.0162Z\" fill=\"#16006F\"/>\n<path d=\"M168.004 61.0162H128.13V64.9063H168.004V61.0162Z\" fill=\"#16006F\"/>\n<path d=\"M155.969 49.8706C164.025 49.8706 170.556 43.3394 170.556 35.2828C170.556 27.2262 164.025 20.6951 155.969 20.6951C147.912 20.6951 141.381 27.2262 141.381 35.2828C141.381 43.3394 147.912 49.8706 155.969 49.8706Z\" fill=\"#16006F\"/>\n</svg>";
2
- export default svg;
@@ -1,2 +0,0 @@
1
- declare const svg = "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<svg\n \n \n viewBox=\"0 0 718.5864 557.81713\"\n role=\"img\"\n artist=\"Katerina Limpitsouni\"\n source=\"https://undraw.co/\"\n version=\"1.1\"\n id=\"svg13\"\n sodipodi:docname=\"tk-confirmation-action.svg\"\n inkscape:version=\"1.4 (86a8ad7, 2024-10-11)\"\n xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\"\n xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:svg=\"http://www.w3.org/2000/svg\" style=\"width: 100%; height: 100%;\">\n <defs\n id=\"defs13\" />\n <sodipodi:namedview\n id=\"namedview13\"\n pagecolor=\"#ffffff\"\n bordercolor=\"#000000\"\n borderopacity=\"0.25\"\n inkscape:showpageshadow=\"2\"\n inkscape:pageopacity=\"0.0\"\n inkscape:pagecheckerboard=\"0\"\n inkscape:deskcolor=\"#d1d1d1\"\n inkscape:zoom=\"0.52543341\"\n inkscape:cx=\"175.09355\"\n inkscape:cy=\"263.59192\"\n inkscape:window-width=\"1920\"\n inkscape:window-height=\"1009\"\n inkscape:window-x=\"1912\"\n inkscape:window-y=\"-8\"\n inkscape:window-maximized=\"1\"\n inkscape:current-layer=\"svg13\" />\n <ellipse\n cx=\"333\"\n cy=\"546.81713\"\n rx=\"333\"\n ry=\"11\"\n fill=\"#e6e6e6\"\n id=\"ellipse1\" />\n <circle\n cx=\"328\"\n cy=\"137.81713\"\n r=\"41\"\n fill=\"#2F2E41\"\n id=\"circle1\" />\n <path\n d=\"M557.86214,403.70788l-18.55262-14.19824L472.89015,509.81091a10.80087,10.80087,0,1,0,12.61877,9.06787Z\"\n transform=\"translate(-240.7068 -171.09144)\"\n fill=\"#ffb8b8\"\n id=\"path1\" />\n <path\n d=\"M727.20662,471.98815a10.8073,10.8073,0,0,0-10.64874-7.269l-107.016-83.9458-16.05163,16.97412,112.7362,78.57812a10.80171,10.80171,0,1,0,20.98017-4.3374Z\"\n transform=\"translate(-240.7068 -171.09144)\"\n fill=\"#ffb8b8\"\n id=\"path2\" />\n <polygon\n points=\"362.3 535.033 374.908 535.033 380.908 486.404 362.3 486.404 362.3 535.033\"\n fill=\"#ffb8b8\"\n id=\"polygon2\" />\n <path\n d=\"M600.30528,702.52189h39.62365a0,0,0,0,1,0,0V717.831a0,0,0,0,1,0,0H615.6144a15.30912,15.30912,0,0,1-15.30912-15.30912v0A0,0,0,0,1,600.30528,702.52189Z\"\n transform=\"translate(999.52741 1249.26148) rotate(-180)\"\n fill=\"#2f2e41\"\n id=\"path3\" />\n <polygon\n points=\"262.401 523.777 273.984 528.755 298.698 486.446 281.602 479.099 262.401 523.777\"\n fill=\"#ffb8b8\"\n id=\"polygon3\" />\n <path\n d=\"M497.416,697.69263h39.62365a0,0,0,0,1,0,0v15.30914a0,0,0,0,1,0,0H512.72508A15.30912,15.30912,0,0,1,497.416,697.69264v0A0,0,0,0,1,497.416,697.69263Z\"\n transform=\"translate(473.22009 1386.5167) rotate(-156.7437)\"\n fill=\"#2f2e41\"\n id=\"path4\" />\n <path\n d=\"M542.40507,472.95762,482.43071,661.89237l78.71637,8.4339,7.55972-110.41771L578.952,670.32627l63.72278-7.49682S631.16392,487.95118,610.212,476.706,542.40507,472.95762,542.40507,472.95762Z\"\n transform=\"translate(-240.7068 -171.09144)\"\n fill=\"#2f2e41\"\n id=\"path5\" />\n <circle\n cx=\"334.2169\"\n cy=\"162.46171\"\n r=\"26.2388\"\n fill=\"#ffb8b8\"\n id=\"circle5\" />\n <path\n d=\"M574.08327,481.42712c-18.21924,0-35.75293-.80762-36.65674-2.374a.66322.66322,0,0,1,.12842-.82617c1.25341-1.8457-1.68946-31.84668-7.88624-80.23633A25.06559,25.06559,0,0,1,546.177,371.27966l.11572-.02637,54.91406-5.42285.61524.17285a24.84357,24.84357,0,0,1,18.15771,25.15625c-1.416,30.86816-3.792,83.15039-3.792,86.4834,0,.90722-1.26221,1.36133-2.36182,1.65625C608.47926,480.7318,590.9861,481.42712,574.08327,481.42712ZM538.26246,478.934h0Z\"\n transform=\"translate(-240.7068 -171.09144)\"\n fill=\"#2f2e41\"\n id=\"path6\" />\n <path\n d=\"M538.02441,316.17423A90.60941,90.60941,0,0,0,583.56655,327.178c6.08348-.15784,12.7862-1.26445,16.63892-5.9751,4.34716-5.31518,3.25937-13.62-.93393-19.05742s-10.75383-8.50272-17.29812-10.58149c-6.192-1.96687-12.82694-3.23363-19.17668-1.85868a23.879,23.879,0,0,0-17.30438,31.72434\"\n transform=\"translate(-240.7068 -171.09144)\"\n fill=\"#2F2E41\"\n id=\"path10\" />\n <circle\n cx=\"299\"\n cy=\"108.81713\"\n r=\"23\"\n fill=\"#2F2E41\"\n id=\"circle10\" />\n <path\n d=\"M955.32028,282.45884l-90.28442-52.62109,11.58166-19.87109a5,5,0,1,0-8.63965-5.03565L856.39621,224.8021,766.11178,172.181a8,8,0,0,0-10.94012,2.8833L684.67459,296.01939a8.00033,8.00033,0,0,0,2.8833,10.94043l90.28442,52.62109L698.78494,495.22349a4.99991,4.99991,0,1,0,8.63965,5.03516L786.482,364.61607l90.28449,52.62109a7.99963,7.99963,0,0,0,10.94012-2.8833l70.49707-120.95508A7.99972,7.99972,0,0,0,955.32028,282.45884Z\"\n transform=\"translate(-240.7068 -171.09144)\"\n fill=\"#3f3d56\"\n id=\"path11\"\n style=\"fill:#e6e6e6;fill-opacity:1\" />\n <ellipse\n cx=\"797.26866\"\n cy=\"336.17956\"\n rx=\"10\"\n ry=\"38\"\n transform=\"translate(-135.35079 684.61762) rotate(-59.76482)\"\n opacity=\"0.1\"\n style=\"isolation:isolate\"\n id=\"ellipse11\" />\n <circle\n cx=\"580.73228\"\n cy=\"123.61775\"\n r=\"48\"\n fill=\"#2F2E41\"\n id=\"circle11\"\n style=\"fill:#18ae7d;fill-opacity:1\" />\n <path\n d=\"M842.32254,318.45535c-2.781,4.77155-22.39616,7.78086-36.71081-.56224s-17.90816-24.87926-15.12714-29.65081,10.8835,4.02839,25.19815,12.37149S845.10359,313.68383,842.32254,318.45535Z\"\n transform=\"translate(-240.7068 -171.09144)\"\n fill=\"#f2f2f2\"\n id=\"path12\" />\n <circle\n cx=\"570.28539\"\n cy=\"97.85222\"\n r=\"10\"\n fill=\"#f2f2f2\"\n id=\"circle12\" />\n <circle\n cx=\"606.57196\"\n cy=\"119.00135\"\n r=\"10\"\n fill=\"#f2f2f2\"\n id=\"circle13\" />\n</svg>";
2
- export default svg;
@@ -1,2 +0,0 @@
1
- declare const svg = "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<svg\n \n \n viewBox=\"0 0 855.15669 581.90681\"\n role=\"img\"\n artist=\"Katerina Limpitsouni\"\n source=\"https://undraw.co/\"\n version=\"1.1\"\n id=\"svg55\"\n sodipodi:docname=\"tk-ilustration-login.svg\"\n inkscape:version=\"1.4 (86a8ad7, 2024-10-11)\"\n xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\"\n xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:svg=\"http://www.w3.org/2000/svg\" style=\"width: 100%; height: 100%;\">\n <defs\n id=\"defs55\" />\n <sodipodi:namedview\n id=\"namedview55\"\n pagecolor=\"#ffffff\"\n bordercolor=\"#000000\"\n borderopacity=\"0.25\"\n inkscape:showpageshadow=\"2\"\n inkscape:pageopacity=\"0.0\"\n inkscape:pagecheckerboard=\"0\"\n inkscape:deskcolor=\"#d1d1d1\"\n inkscape:zoom=\"0.25390664\"\n inkscape:cx=\"811.32183\"\n inkscape:cy=\"88.615249\"\n inkscape:window-width=\"1536\"\n inkscape:window-height=\"793\"\n inkscape:window-x=\"-8\"\n inkscape:window-y=\"-6\"\n inkscape:window-maximized=\"1\"\n inkscape:current-layer=\"svg55\" />\n <path\n d=\"M696.92661,503.79661a5.5,5.5,0,0,1,5.5,5.49994v53.20618h105.5a5.5,5.5,0,0,1,0,11h-105.5v184h-11V509.29655A5.5,5.5,0,0,1,696.92661,503.79661Z\"\n transform=\"translate(-177.18543 -177.55905)\"\n fill=\"#e6e6e6\"\n id=\"path1\" />\n <path\n d=\"M403.33253,756.2532l-19.83221.54759a13.81232,13.81232,0,0,1-8.48582-2.3789c-2.15367-1.602-3.14159-3.76763-2.70847-5.94251l3.90258-19.61285c.73546-3.7,5.26958-6.49709,10.77994-6.6493l10.95246-.30244c5.51034-.15215,10.19188,2.39045,11.1305,6.04428l4.979,19.36761c.55248,2.14765-.31449,4.36454-2.37642,6.08293A13.81231,13.81231,0,0,1,403.33253,756.2532Z\"\n transform=\"translate(-177.18543 -177.55905)\"\n fill=\"#3f3d56\"\n id=\"path2\" />\n <path\n d=\"M523.96291,755.69264l-19.83215.54763a13.81231,13.81231,0,0,1-8.48582-2.37891c-2.15362-1.602-3.14159-3.76763-2.70848-5.94251l3.90259-19.61285c.73546-3.7,5.2696-6.49714,10.77993-6.6493l10.95246-.30244c5.5104-.15213,10.19188,2.39045,11.1305,6.04428l4.979,19.36762c.55246,2.14769-.31448,4.36453-2.37641,6.08292A13.81217,13.81217,0,0,1,523.96291,755.69264Z\"\n transform=\"translate(-177.18543 -177.55905)\"\n fill=\"#3f3d56\"\n id=\"path3\" />\n <path\n d=\"M334.46727,589.18826a4.33143,4.33143,0,0,1,1.595-8.30761L561.53,574.65488a4.33,4.33,0,0,1,4.4488,4.208l0,.00038a4.33573,4.33573,0,0,1-4.20924,4.44844l-.00045-.00019-225.46776,6.22569A4.30673,4.30673,0,0,1,334.46727,589.18826Z\"\n transform=\"translate(-177.18543 -177.55905)\"\n fill=\"#3f3d56\"\n id=\"path4\" />\n <rect\n x=\"356.21949\"\n y=\"515.39594\"\n width=\"64.47382\"\n height=\"217.68039\"\n transform=\"translate(-194.26833 -166.59855) rotate(-1.58175)\"\n fill=\"#e6e6e6\"\n id=\"rect4\" />\n <polygon\n points=\"242.126 333.079 229.737 366.828 229.748 520.587 244.844 524.916 242.126 333.079\"\n fill=\"#ccc\"\n id=\"polygon4\" />\n <path\n d=\"M385.11593,457.6809c-12.05743.34244-21.25689,21.20913-21.03567,29.35186l.407,14.74161,43.65913-1.20557-.407-14.74161C407.51085,477.68465,397.17388,457.35745,385.11593,457.6809Z\"\n transform=\"translate(-177.18543 -177.55905)\"\n fill=\"#3f3d56\"\n id=\"path5\" />\n <path\n d=\"M354.06345,606.43974a8.50984,8.50984,0,0,1-8.73142-8.26213l-.66249-23.99087a8.5,8.5,0,1,1,16.99353-.46923l.66248,23.99087A8.50982,8.50982,0,0,1,354.06345,606.43974Z\"\n transform=\"translate(-177.18543 -177.55905)\"\n fill=\"#3f3d56\"\n id=\"path6\" />\n <polyline\n points=\"193.233 339.284 192.928 323.429 197.086 323.326 197.391 339.13 201.16 569.476 197.001 569.591\"\n fill=\"#3f3d56\"\n id=\"polyline6\" />\n <path\n d=\"M425.06668,553.91991l-74.73856,2.0638c-7.13852-8.70518-7.78692-45.7926,7.11089-52.85111l5.8423-9.92024,45.04258-2.19882,5.26415,10.44507C420.99871,507.7645,424.81991,544.62037,425.06668,553.91991Z\"\n transform=\"translate(-177.18543 -177.55905)\"\n fill=\"#e6e6e6\"\n id=\"path7\" />\n <path\n d=\"M396.9363,536.13244l-18.90007.52192c-3.64713.10071-6.74793-4.631-6.91128-10.54634s2.67166-10.811,6.3188-10.91168l18.90006-.52192c3.64714-.10071,6.74794,4.631,6.91129,10.54634S400.58344,536.03173,396.9363,536.13244Z\"\n transform=\"translate(-177.18543 -177.55905)\"\n fill=\"#16006F\"\n id=\"path8\" />\n <polygon\n points=\"183.151 465.568 144.192 493.088 137.386 555.138 182.834 539.953 183.151 465.568\"\n fill=\"#e6e6e6\"\n id=\"polygon8\" />\n <rect\n x=\"480.62986\"\n y=\"512.731\"\n width=\"64.47382\"\n height=\"217.68039\"\n transform=\"translate(-194.14737 -163.16544) rotate(-1.58175)\"\n fill=\"#e6e6e6\"\n id=\"rect8\" />\n <polygon\n points=\"301.996 333.806 315.257 367.222 319.236 520.93 304.257 525.649 301.996 333.806\"\n fill=\"#ccc\"\n id=\"polygon9\" />\n <ellipse\n cx=\"397.13212\"\n cy=\"262.58361\"\n rx=\"8.44737\"\n ry=\"11.32747\"\n fill=\"#e6e6e6\"\n id=\"ellipse9\" />\n <path\n d=\"M508.26852,455.05074c-12.05744.34245-21.25689,21.20914-21.03567,29.35186l.407,14.74161,43.65914-1.20557L530.892,483.197C530.66338,475.05448,520.32648,454.72726,508.26852,455.05074Z\"\n transform=\"translate(-177.18543 -177.55905)\"\n fill=\"#3f3d56\"\n id=\"path9\" />\n <polyline\n points=\"343.567 344.247 343.262 328.392 347.42 328.288 347.725 344.093 351.494 574.439 347.335 574.554\"\n fill=\"#3f3d56\"\n id=\"polyline9\" />\n <path\n d=\"M548.21927,551.28975l-74.7385,2.0638c-1.30314-7.87683.3826-44.63292,7.11089-52.85111l5.8423-9.92024,45.04259-2.19882,5.26414,10.44507C550.0394,499.91218,554.69093,536.03162,548.21927,551.28975Z\"\n transform=\"translate(-177.18543 -177.55905)\"\n fill=\"#e6e6e6\"\n id=\"path10\" />\n <path\n d=\"M520.18032,536.813l-18.90007.52192c-3.64714.10071-6.76843-5.37372-6.957-12.20169s2.626-12.46635,6.273-12.56708l18.90007-.52192c3.64714-.10071,6.76843,5.37372,6.957,12.20169S523.8274,536.71222,520.18032,536.813Z\"\n transform=\"translate(-177.18543 -177.55905)\"\n fill=\"#16006F\"\n id=\"path11\" />\n <polygon\n points=\"368.086 449.662 405.749 478.93 409.715 541.227 365.009 523.983 368.086 449.662\"\n fill=\"#e6e6e6\"\n id=\"polygon11\" />\n <path\n d=\"M534.75357,338.67976c-40.4127,0-86.85713-44.8462-127.94893-23.53858-124.415,64.51367-107.28857-43.43994-143.032-83.58887l1.17348-2.35367c27.05948,103.21821,51.543,267.6924,142.3988,83.20476,22.75922-46.21386,97.45512,25.21994,141.42331,23.11264l.0763,2.8291Q541.8795,338.68114,534.75357,338.67976Z\"\n transform=\"translate(-177.18543 -177.55905)\"\n fill=\"#f2f2f2\"\n id=\"path12\" />\n <path\n d=\"M631.75057,345.0259c-32.21551,24.39973-96.31582,16.69148-116.20791,58.48687-60.228,126.54525-111.754,30.14828-164.48777,19.72362l-.48561-2.58476c52.79008,4.37844,109.41447-2.4151,163.75111-19.64751,49.10434-15.57131,92.91452-38.73551,126.692-66.96179l1.76894,2.20919Q637.43193,340.72462,631.75057,345.0259Z\"\n transform=\"translate(-177.18543 -177.55905)\"\n fill=\"#f2f2f2\"\n id=\"path13\" />\n <ellipse\n cx=\"104.13212\"\n cy=\"150.58361\"\n rx=\"8.44737\"\n ry=\"11.32747\"\n fill=\"#e6e6e6\"\n id=\"ellipse13\" />\n <ellipse\n cx=\"366.13212\"\n cy=\"58.58361\"\n rx=\"8.44737\"\n ry=\"11.32747\"\n fill=\"#e6e6e6\"\n id=\"ellipse14\" />\n <path\n d=\"M358.656,385.18822c-3.862,2.57318-7.81469-3.55124-3.87848-6.0102C358.63937,376.605,362.59207,382.72945,358.656,385.18822Z\"\n transform=\"translate(-177.18543 -177.55905)\"\n fill=\"#e6e6e6\"\n id=\"path14\" />\n <path\n d=\"M501.656,184.18823c-3.862,2.57319-7.81469-3.55124-3.87848-6.01018C501.63937,175.605,505.59207,181.72944,501.656,184.18823Z\"\n transform=\"translate(-177.18543 -177.55905)\"\n fill=\"#e6e6e6\"\n id=\"path15\" />\n <polygon\n points=\"408.749 125.801 406.292 125.262 406.83 122.804 405.192 122.445 404.653 124.903 402.196 124.365 401.837 126.003 404.294 126.542 403.756 128.999 405.394 129.358 405.933 126.9 408.39 127.439 408.749 125.801\"\n fill=\"#e6e6e6\"\n id=\"polygon15\" />\n <circle\n cx=\"183.53494\"\n cy=\"32.73714\"\n r=\"10.70233\"\n fill=\"#ff6584\"\n id=\"circle15\"\n style=\"fill:#5bb09f;fill-opacity:1\" />\n <path\n d=\"M439.00118,196.74951c-12.05744.34245-21.2569,21.20915-21.03568,29.35188l.407,14.74161,43.65913-1.20556-.40711-14.74162C461.396,216.75324,451.05913,196.42606,439.00118,196.74951Z\"\n transform=\"translate(-177.18543 -177.55905)\"\n fill=\"#3f3d56\"\n id=\"path16\" />\n <path\n d=\"M464.99807,754.96821l-19.83215.54763a13.81233,13.81233,0,0,1-8.48582-2.37891c-2.15368-1.602-3.14165-3.76765-2.70848-5.94251l3.90259-19.61285c.73551-3.7,5.2696-6.49714,10.78-6.64927l10.95246-.30244c5.51039-.15213,10.19188,2.39044,11.1305,6.04427l4.9789,19.36752c.55246,2.14769-.31448,4.36453-2.37641,6.08292A13.81216,13.81216,0,0,1,464.99807,754.96821Z\"\n transform=\"translate(-177.18543 -177.55905)\"\n fill=\"#3f3d56\"\n id=\"path17\" />\n <rect\n x=\"415.4532\"\n y=\"291.40111\"\n width=\"64.47382\"\n height=\"440.01582\"\n transform=\"translate(-191.13137 -165.0065) rotate(-1.58175)\"\n fill=\"#e6e6e6\"\n id=\"rect17\" />\n <polyline\n points=\"270.868 325.949 270.563 310.094 274.721 309.991 275.026 325.795 278.795 556.141 274.636 556.256\"\n fill=\"#3f3d56\"\n id=\"polyline17\" />\n <path\n d=\"M486.53068,330.85065,399.20479,333.262c-1.52254-9.20342.447-52.15,8.30847-61.75224l2.15433-11.462,60.29654-1.66505,3.15478,11.17106C481.77751,276.9218,486.2423,319.98486,486.53068,330.85065Z\"\n transform=\"translate(-177.18543 -177.55905)\"\n fill=\"#e6e6e6\"\n id=\"path18\" />\n <path\n d=\"M471.87015,259.73526l-62.22262,1.7182c-2.29663.06335-4.1931-1.14245-4.23579-2.69339a1.95169,1.95169,0,0,1,.09665-.65848l9.66494-29.77518c.41385-1.275,2.06138-2.21137,3.98418-2.26446l41.26444-1.13939c1.9228-.05308,3.61946.79092,4.10307,2.04115l11.29335,29.19646c.57762,1.4933-.75639,3.04723-2.97964,3.47082A6.08056,6.08056,0,0,1,471.87015,259.73526Z\"\n transform=\"translate(-177.18543 -177.55905)\"\n fill=\"#e6e6e6\"\n id=\"path19\" />\n <path\n d=\"M415.78556,501.48553a7.62611,7.62611,0,0,1-1.58088-.915,5.604,5.604,0,0,1-2.37913-4.32149l-2.26085-81.87758c-.0931-3.38939,3.22545-6.24061,7.39767-6.356l55.70319-1.53841c4.17306-.11605,7.64291,2.54888,7.73709,5.93821l2.26073,81.878a5.60268,5.60268,0,0,1-2.13683,4.44594,8.50617,8.50617,0,0,1-5.2613,1.90983l-55.70234,1.53767A8.91985,8.91985,0,0,1,415.78556,501.48553Z\"\n transform=\"translate(-177.18543 -177.55905)\"\n fill=\"#3f3d56\"\n id=\"path20\" />\n <path\n d=\"M451.438,254.46588l-18.90007.52192c-3.64714.1007-6.7311-4.01989-6.87367-9.18422s2.70926-9.44884,6.3564-9.54955l18.90007-.52192c3.64714-.10071,6.7311,4.01989,6.87367,9.18422S455.08518,254.36517,451.438,254.46588Z\"\n transform=\"translate(-177.18543 -177.55905)\"\n fill=\"#16006F\"\n id=\"path21\" />\n <path\n d=\"M898.19394,740.08733h-22V580.21c18.40229-1.31952,32.23267-6.95472,32.23267-13.70722,0-7.732-18.13245-14-40.5-14s-40.5,6.268-40.5,14c0,6.81751,14.09991,12.49408,32.76733,13.74207V740.08733h-22a8,8,0,0,0,0,16h60a8,8,0,0,0,0-16Z\"\n transform=\"translate(-177.18543 -177.55905)\"\n fill=\"#e6e6e6\"\n id=\"path22\" />\n <polygon\n points=\"676.847 481.363 669.62 489.238 635.806 465.112 646.471 453.489 676.847 481.363\"\n fill=\"#a0616a\"\n id=\"polygon22\" />\n <path\n d=\"M835.5538,679.70713a13.32168,13.32168,0,0,0,4.33559,9.30746l.31814.296,9.47771-10.32853,13.82067-15.06363-10.20277-9.36667-1.84225,2.01241-.19237.20719-9.1817,4.343-1.94585.92483-.33295.15534-.73246,7.86477v.0074A13.28266,13.28266,0,0,0,835.5538,679.70713Z\"\n transform=\"translate(-177.18543 -177.55905)\"\n fill=\"#2f2e41\"\n id=\"path23\" />\n <polygon\n points=\"714.287 559.924 704.06 563.031 687.21 525.063 702.304 520.478 714.287 559.924\"\n fill=\"#a0616a\"\n id=\"polygon23\" />\n <path\n d=\"M863.98679,756.2017l.12581.42173,32.97573-10.01775-4.02487-13.251-2.60429.79166-.27375.08142-12.25956-1.12461-.36253-.02958-4.639,6.3998a13.41268,13.41268,0,0,0-8.93758,16.72833Z\"\n transform=\"translate(-177.18543 -177.55905)\"\n fill=\"#2f2e41\"\n id=\"path24\" />\n <path\n id=\"ad16ec3e-8c70-4d69-a6df-f9bf45b483f6-5237\"\n data-name=\"Path 17\"\n d=\"M807.14234,538.68707s-65.294,63.042-24.01623,82.55557h12.75817a84.503,84.503,0,0,1,12.61132-25.10752c1.20538-1.57743,5.72106-1.257,6.97511-2.79432,7.657-9.38674,15.95823-17.44824,21.69136-17.12816l-1.37151,43.558L833.571,635.30785c-1.16546,8.03186,31.7271,78.16146,31.7271,78.16146L885.9723,705.344s-21.53993-57.76213-21.79225-66.08937L881.44161,547.693Z\"\n transform=\"translate(-177.18543 -177.55905)\"\n fill=\"#2f2e41\" />\n <path\n d=\"M801.69759,541.79634a3.89,3.89,0,0,0,1.27259,1.15419,8.98975,8.98975,0,0,0,2.6709.99144c14.7011,3.33675,62.72574,10.25451,75.19244,6.9547,1.53153-.39951,2.53033-.96181,2.85587-1.70168,1.04323-2.33795.91-12.21517.296-24.14179-.111-2.2344-2.57476-4.65373-2.72269-6.99173-.10359-1.75347,2.10859-3.40335,1.99023-5.18645-.81387-12.05979-1.86447-24.34893-2.56735-32.11751-.4439-4.99408-.74727-8.11629-.74727-8.11629l7.58361-47.81746-.35512-.58452-.39951-.19973-24.45256-12.10422-1.33175-3.40336a5.26651,5.26651,0,0,0-4.87568-3.3368l-16.10687-.06656a5.249,5.249,0,0,0-4.2838,2.17516l-4.36522,6.04473-28.85472,18.49661.111.34031,13.53951,41.20306.06657,3.211v.0074l.5031,25.82125-1.39831,3.49959,1.57591,5.74136s-.72509,6.71053-4.60938,11.69726c-3.52177,4.528-8.00534,9.2483-10.03257,13.0808v.0074C801.12792,538.57055,800.75058,540.4054,801.69759,541.79634Z\"\n transform=\"translate(-177.18543 -177.55905)\"\n fill=\"#16006F\"\n id=\"path25\" />\n <path\n id=\"ef5568b9-6037-4ec0-9cfc-fa22633e4b80-5238\"\n data-name=\"Path 18\"\n d=\"M779.991,617.49777l3.49,4.40992s32.09783,22.4561,33.2,24.55472l5.0727,4.80008,12.274-13.1203-6.383-8.00038a50.1066,50.1066,0,0,0-19.22112-14.71558h0l-9.78231-8.67888Z\"\n transform=\"translate(-177.18543 -177.55905)\"\n fill=\"#2f2e41\" />\n <path\n d=\"M895.61028,556.69023l-5.84513-56.57768L888.22236,476.827l16.36037-2.95828s-.64826,16.64985,1.495,26.04387c2.115,9.2699.28058,55.53545.14989,56.77256a7.95977,7.95977,0,1,1-10.61731.00505Z\"\n transform=\"translate(-177.18543 -177.55905)\"\n fill=\"#a0616a\"\n id=\"path26\" />\n <path\n d=\"M876.128,471.0061l4.55755,9.75141,1.59073,3.396,4.2838,22.43266,2.13822,2.27139,1.84225,7.33208.86563-.17756,15.61117-3.2332,4.55014-.93965A8.64955,8.64955,0,0,0,909.999,501.015c-.31073-.28115-.56966-.5549-.5623-.81383.259-15.60377-.69547-44.096-9.31487-55.8228-2.73751-3.72154-4.38-7.42827-6.76978-10.0178-.00741-.00736-.00741-.01476-.01477-.01476l-5.81537-9.52206-.35512-.58452-.39951-.19973Z\"\n transform=\"translate(-177.18543 -177.55905)\"\n fill=\"#16006F\"\n id=\"path27\" />\n <circle\n id=\"af7fa85c-211d-4c02-a612-cf38cfa53f1c\"\n data-name=\"Ellipse 5\"\n cx=\"672.12801\"\n cy=\"202.13103\"\n r=\"21.43064\"\n fill=\"#a0616a\" />\n <path\n d=\"M874.76076,375.07894c.62766-3.6014,1.11688-8.27006-.6812-12.4204-1.51934-3.49282-5.32013-6.76762-9.54488-6.32591a4.39885,4.39885,0,0,0-1.37264-4.39892,11.55527,11.55527,0,0,0-4.6882-2.20425c-3.971-1.16718-8.08439-2.37721-12.33157-2.39969-4.7667-.0259-8.9903,1.60706-11.58015,4.48623l-.0634.09312-.77645,1.85365a1.86806,1.86806,0,0,1-1.14868,1.05728,1.83578,1.83578,0,0,1-1.55348-.1902,1.69462,1.69462,0,0,0-2.58087,1.36572l-.04131.791-1.112-.44327a1.68958,1.68958,0,0,0-2.29858,1.85051l.148.941a1.811,1.811,0,0,0-1.37993.31109,1.65526,1.65526,0,0,0-.58927,1.86,15.3983,15.3983,0,0,0,4.28388,6.39952,12.80237,12.80237,0,0,0,2.90823,1.97737q.32943.16611.68487.3146a76.25188,76.25188,0,0,0,26.96328,6.10778,15.65361,15.65361,0,0,0-1.67438,5.37209,5.87473,5.87473,0,0,0,2.514,5.54144,7.39947,7.39947,0,0,0,1.204.55162,7.94136,7.94136,0,0,1,1.15454.53448,3.59829,3.59829,0,0,1-.14825,6.24292s1.59493,1.94715,1.85017,1.91406a4.98167,4.98167,0,0,0,2.625-1.55306C870.17275,390.2022,873.27793,383.60175,874.76076,375.07894Z\"\n transform=\"translate(-177.18543 -177.55905)\"\n fill=\"#2f2e41\"\n id=\"path28\" />\n <path\n d=\"M968.58324,706.35184l.93143-20.94324a67.6402,67.6402,0,0,1,31.54965-7.98643c-15.15276,12.3885-13.25912,36.26927-23.53233,52.92887a40.68576,40.68576,0,0,1-29.83528,18.80144l-12.68037,7.76378a68.17644,68.17644,0,0,1,14.36987-55.24593A65.85415,65.85415,0,0,1,961.489,690.42482C964.526,698.4327,968.58324,706.35184,968.58324,706.35184Z\"\n transform=\"translate(-177.18543 -177.55905)\"\n fill=\"#f2f2f2\"\n id=\"path29\" />\n <path\n d=\"M1032.34212,757.91264a1.5486,1.5486,0,0,1-1.55329,1.55322H178.73865a1.55322,1.55322,0,0,1,0-3.10644h852.05018A1.54866,1.54866,0,0,1,1032.34212,757.91264Z\"\n transform=\"translate(-177.18543 -177.55905)\"\n fill=\"#ccc\"\n id=\"path30\" />\n <path\n d=\"M543.68349,601.12509a8.50985,8.50985,0,0,1-8.73142-8.26214l-.66249-23.99087a8.5,8.5,0,0,1,16.99351-.4692l.66249,23.99087A8.50985,8.50985,0,0,1,543.68349,601.12509Z\"\n transform=\"translate(-177.18543 -177.55905)\"\n fill=\"#3f3d56\"\n id=\"path31\" />\n <path\n d=\"M918.53992,688.80705q-19.36817,0-42.45654-1.46386c-79.61377-5.05567-182.7378-22.63282-290.376-49.49219-107.6377-26.85938-206.93018-59.79395-279.58545-92.73438-35.39258-16.04687-62.55615-31.23633-80.73535-45.14746-19.24707-14.727-27.666-27.564-25.02393-38.15283,5.148-20.62891,50.731-25.14209,88.064-25.29541l.01269,3c-51.26806.21045-81.51367,8.38672-85.16552,23.022-4.65186,18.64014,33.28662,47.74073,104.08691,79.84131,72.49561,32.86813,171.60547,65.73923,279.07321,92.55661,107.46729,26.81641,210.40137,44.36328,289.83985,49.4082,77.57861,4.92774,124.74316-2.9375,129.39453-21.57812,3.86181-15.47656-21.59815-38.27539-71.68946-64.19824l1.37891-2.66407c36.397,18.83594,78.64551,45.85157,73.22168,67.58887-2.64252,10.58887-16.10541,17.96485-40.01508,21.92285C954.93494,687.67619,938.19422,688.80705,918.53992,688.80705Z\"\n transform=\"translate(-177.18543 -177.55905)\"\n fill=\"#ccc\"\n id=\"path32\" />\n <path\n d=\"M233.244,669.1541c-10.24609,0-16.90722-2.5459-19.85547-7.60742-5.814-9.98047,3.92334-27.49317,28.94092-52.05079l2.10156,2.14063c-23.23877,22.8125-33.34277,40.001-28.45068,48.40039,3.0957,5.3125,12.30859,7.2168,26.64844,5.50391,14.23535-1.69922,33.10058-6.76465,56.07177-15.05469,47.291-17.06738,106.62256-45.85645,167.065-81.06445,60.44043-35.207,114.75048-72.61621,152.92675-105.335,7.33252-6.28565,13.98731-12.33252,19.7793-17.9712a196.95978,196.95978,0,0,0,20.97559-23.37744c8.563-11.627,11.45312-20.58105,8.35791-25.89453-5.16992-8.87451-26.8877-8.04-61.15625,2.353l-.87012-2.8711c36.76611-11.14892,58.50732-11.48339,64.61865-.99169,3.79737,6.51855.92578,16.3374-8.53418,29.18359a199.92306,199.92306,0,0,1-21.29883,23.74756c-5.83691,5.6831-12.53906,11.77246-19.91992,18.09961-38.30957,32.83349-92.77685,70.354-153.36914,105.64892-60.59375,35.29688-120.1001,64.168-167.55615,81.29492-23.18506,8.36719-42.27344,13.48536-56.73486,15.21094A82.69758,82.69758,0,0,1,233.244,669.1541Z\"\n transform=\"translate(-177.18543 -177.55905)\"\n fill=\"#ccc\"\n id=\"path33\" />\n <path\n d=\"M780.78711,545.98171c-7.41429-.1477-47.23975-1.29075-53.77054-1.00966-.36944-1.29329-12.74985,14.57255-13.05093,14.6709a1.80832,1.80832,0,0,0,.60481,2.90758c.72777.44213,64.93165-.7456,65.70956-.59063a1.78591,1.78591,0,0,0,1.59378-1.03833l.42913-.96116c.04459-1.64432.58292-10.048.09966-11.48483A1.77814,1.77814,0,0,0,780.78711,545.98171Z\"\n transform=\"translate(-177.18543 -177.55905)\"\n fill=\"#e6e6e6\"\n id=\"path34\" />\n <path\n d=\"M782.30283,559.95889c-.37681.90549-.85882,2.04315-2.02291,2.00138l-65.03159.7298a1.79391,1.79391,0,0,1-1.56528-2.63308Z\"\n transform=\"translate(-177.18543 -177.55905)\"\n opacity=\"0.17\"\n style=\"isolation:isolate\"\n id=\"path35\" />\n <path\n d=\"M727.32042,544.77735c-.7-1.21052-18.08617-87.23831-19.53728-87.95769l-11.87031-14.52105-1.06095-.79779c-1.47534-.81046-5.01435-.26248-4.69563,1.99086h0c2.7887,13.37007,20.7256,89.51848,21.11867,101.39039l2.15914,15.12429a1.86251,1.86251,0,0,0,2.29966,1.52982,3.58266,3.58266,0,0,0,2.87739-2.07911C718.773,558.92333,728.13321,545.08723,727.32042,544.77735Z\"\n transform=\"translate(-177.18543 -177.55905)\"\n fill=\"#e6e6e6\"\n id=\"path36\" />\n <path\n d=\"M695.91,442.29922l22.70339,117.16093c-.75925,1.92172-4.312,3.268-5.13948.74717-.01446-.00347-23.29114-116.64351-23.31482-116.71323C689.911,440.687,694.54951,440.59792,695.91,442.29922Z\"\n transform=\"translate(-177.18543 -177.55905)\"\n opacity=\"0.17\"\n style=\"isolation:isolate\"\n id=\"path37\" />\n <polygon\n points=\"519.409 269.531 530.939 285.603 543.881 347.068 537.865 352.316 519.409 269.531\"\n fill=\"#16006F\"\n id=\"polygon37\" />\n <path\n d=\"M773.34421,554.26935l3.19.13a12.53882,12.53882,0,0,1,.46-2.76c.48-2.28.91-4.99-1.08-4.98-1.35-.13-1.81,1.58-2.05,3.44A26.31787,26.31787,0,0,1,773.34421,554.26935Z\"\n transform=\"translate(-177.18543 -177.55905)\"\n fill=\"#2f2e41\"\n id=\"path38\" />\n <path\n d=\"M755.04423,549.97937l2.15.07995,1.04.04c-.02-1.14.51-3.49-.78-4.07a1.60015,1.60015,0,0,0-.65-.13c-1.21-.07-1.57.85-1.68006,1.91-.06994.64-.04,1.32-.06,1.85C755.06418,549.76935,755.05424,549.87933,755.04423,549.97937Z\"\n transform=\"translate(-177.18543 -177.55905)\"\n fill=\"#2f2e41\"\n id=\"path39\" />\n <path\n d=\"M748.67423,549.71936l2.16.09,1.03.04c-.02-1.31.67-4.17-1.43005-4.21-1.94-.11-1.69,2.36-1.74,3.76C748.69419,549.50934,748.68418,549.61932,748.67423,549.71936Z\"\n transform=\"translate(-177.18543 -177.55905)\"\n fill=\"#2f2e41\"\n id=\"path40\" />\n <path\n d=\"M742.30424,549.46936l2.15.08,1.04.04c-.02-1.3.67-4.16-1.43-4.2-1.94-.12-1.69,2.35-1.74,3.76C742.32419,549.25934,742.31418,549.36932,742.30424,549.46936Z\"\n transform=\"translate(-177.18543 -177.55905)\"\n fill=\"#2f2e41\"\n id=\"path41\" />\n <path\n d=\"M735.93418,549.20935l2.16.09,1.03.04c-.02-1.31.67-4.16-1.43-4.21-1.94-.11-1.69,2.36005-1.74,3.76C735.9542,548.99933,735.94419,549.10937,735.93418,549.20935Z\"\n transform=\"translate(-177.18543 -177.55905)\"\n fill=\"#2f2e41\"\n id=\"path42\" />\n <path\n d=\"M729.56418,548.95935l2.15.08,1.04.04c-.02-1.2.56-3.71-.98-4.14h-.01a1.46394,1.46394,0,0,0-.44-.06,1.5056,1.5056,0,0,0-.54.05h-.01c-1.34.35-1.15,2.45-1.19,3.71C729.5842,548.74933,729.57419,548.85937,729.56418,548.95935Z\"\n transform=\"translate(-177.18543 -177.55905)\"\n fill=\"#2f2e41\"\n id=\"path43\" />\n <path\n d=\"M766.91422,548.27936l3.19.13c0-.12,0-.25.01-.4a13.33041,13.33041,0,0,0,.04-2.29c-.11-.84-.47-1.5-1.48-1.52-1.03-.06-1.44.6-1.6,1.45a3.11646,3.11646,0,0,0-.08.44v.01C766.91422,546.87933,766.96421,547.71936,766.91422,548.27936Z\"\n transform=\"translate(-177.18543 -177.55905)\"\n fill=\"#2f2e41\"\n id=\"path44\" />\n <path\n d=\"M760.54423,548.01935l3.19.13a23.28044,23.28044,0,0,0,.06-2.58c-.09-.88-.44-1.6-1.49-1.62-1.06006-.07-1.47.65-1.63,1.54C760.52421,546.34936,760.60422,547.37933,760.54423,548.01935Z\"\n transform=\"translate(-177.18543 -177.55905)\"\n fill=\"#2f2e41\"\n id=\"path45\" />\n <path\n d=\"M754.17423,547.76935l.95.04,2.24.09c-.01-.48.08-1.18.09-1.87a4.23315,4.23315,0,0,0-.02-.62c-.08-.93-.41-1.7-1.5-1.72-1.11-.06-1.5.71-1.63995,1.65C754.15421,546.17932,754.23423,547.14935,754.17423,547.76935Z\"\n transform=\"translate(-177.18543 -177.55905)\"\n fill=\"#2f2e41\"\n id=\"path46\" />\n <path\n d=\"M766.97422,554.01935l3.19.12c-.01-1.3.67-4.16-1.43-4.2C766.63419,549.80932,767.09421,552.70935,766.97422,554.01935Z\"\n transform=\"translate(-177.18543 -177.55905)\"\n fill=\"#2f2e41\"\n id=\"path47\" />\n <path\n d=\"M760.60422,553.75934l3.19.13c-.01-1.31.67-4.17-1.43-4.21C760.2642,549.55932,760.72422,552.45935,760.60422,553.75934Z\"\n transform=\"translate(-177.18543 -177.55905)\"\n fill=\"#2f2e41\"\n id=\"path48\" />\n <path\n d=\"M754.23423,553.50934l3.19.12c-.01-.93.34-2.65-.23-3.57a1.31959,1.31959,0,0,0-1.2-.63,1.40554,1.40554,0,0,0-.93.23C754.04423,550.32934,754.3342,552.44934,754.23423,553.50934Z\"\n transform=\"translate(-177.18543 -177.55905)\"\n fill=\"#2f2e41\"\n id=\"path49\" />\n <path\n d=\"M747.86423,553.24933l3.19.13c-.01-.93.32995-2.63995-.22-3.57a1.32343,1.32343,0,0,0-1.21-.63995,1.38934,1.38934,0,0,0-.93.23C747.67423,550.08935,747.96421,552.19934,747.86423,553.24933Z\"\n transform=\"translate(-177.18543 -177.55905)\"\n fill=\"#2f2e41\"\n id=\"path50\" />\n <path\n d=\"M741.49418,552.99933l3.19.12c-.01-.93.34-2.65-.23-3.56994a1.31934,1.31934,0,0,0-1.2-.63,1.40519,1.40519,0,0,0-.93.23C741.30424,549.81933,741.59421,551.93933,741.49418,552.99933Z\"\n transform=\"translate(-177.18543 -177.55905)\"\n fill=\"#2f2e41\"\n id=\"path51\" />\n <path\n d=\"M735.12418,552.73938l3.19.12994c-.00994-.93.33-2.63995-.22-3.56994a1.31238,1.31238,0,0,0-1.21-.64,1.38925,1.38925,0,0,0-.93.23C734.93418,549.57934,735.22422,551.68933,735.12418,552.73938Z\"\n transform=\"translate(-177.18543 -177.55905)\"\n fill=\"#2f2e41\"\n id=\"path52\" />\n <path\n d=\"M728.75419,552.48938l3.19.12c-.01-.93005.33-2.64-.23-3.57a1.30821,1.30821,0,0,0-1.2-.63,1.405,1.405,0,0,0-.93.23C728.56418,549.31933,728.85422,551.42932,728.75419,552.48938Z\"\n transform=\"translate(-177.18543 -177.55905)\"\n fill=\"#2f2e41\"\n id=\"path53\" />\n <path\n d=\"M764.7803,543.24528l24.31306-51.42056L798.286,470.375l-14.44775-8.22653s-4.92111,15.91917-10.06408,24.06724c-5.07509,8.04038-18.71837,52.28659-19.00618,53.49683a7.95977,7.95977,0,1,0,10.01233,3.53276Z\"\n transform=\"translate(-177.18543 -177.55905)\"\n fill=\"#a0616a\"\n id=\"path54\" />\n <path\n d=\"M764.63224,495.6377l18.38757,11.09293,4.17-6.30274,2.77738-1.43257,11.49437-19.73725,10.16248-10.35367,13.42726-42.9193-17.47011,2.621-.02283.00749c-3.11234,1.65072-5.89632,4.60186-9.71281,7.20274-12.02605,8.19551-22.39546,34.75188-27.3355,49.55869-.08107.243-.4139.41243-.80035.57792a8.653,8.653,0,0,0-5.0775,9.68473Z\"\n transform=\"translate(-177.18543 -177.55905)\"\n fill=\"#16006F\"\n id=\"path55\" />\n</svg>";
2
- export default svg;