@tekus/design-system 4.0.3 → 5.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/img/avatar.png +0 -0
- package/assets/img/pexels-jodaarba-4250980.jpg +0 -0
- package/assets/img/shadown.png +0 -0
- package/assets/img/tk-logo-compound-dark.svg +9 -0
- package/assets/img/tk-logo-minimal-dark.svg +16 -0
- package/assets/img/tk-logo-minimal-light.svg +16 -0
- package/assets/img/tk-logo-normal-dark.svg +12 -0
- package/assets/img/tk-logo-normal-light.svg +12 -0
- package/assets/styles/_index.scss +10 -0
- package/assets/styles/docs/_branding.doc.scss +69 -0
- package/assets/styles/docs/_grids.doc.scss +13 -0
- package/assets/styles/docs/_icons.doc.scss +102 -0
- package/assets/styles/docs/_illustrations.doc.scss +86 -0
- package/assets/styles/docs/_paginador.doc.scss +16 -0
- package/assets/styles/docs/_table-of-content.scss +22 -0
- package/{services/typography → components/branding}/index.d.ts +1 -1
- package/components/branding/public-api.d.ts +1 -0
- package/components/branding/src/branding-register-logo.d.ts +22 -0
- package/components/branding/src/branding.component.d.ts +54 -0
- package/components/{tk-search-bar → button}/index.d.ts +1 -1
- package/components/button/public-api.d.ts +1 -0
- package/components/button/src/button.component.d.ts +99 -0
- package/components/{tk-typography → fallback-view}/index.d.ts +1 -1
- package/components/fallback-view/public-api.d.ts +1 -0
- package/components/fallback-view/src/fallback-view.component.d.ts +149 -0
- package/components/grid-container/index.d.ts +5 -0
- package/components/grid-container/public-api.d.ts +1 -0
- package/components/grid-container/src/grid-container.component.d.ts +121 -0
- package/components/icon/core/icon-catalog.d.ts +76 -0
- package/components/icon/core/icons/ads.icons.d.ts +2 -0
- package/components/icon/core/icons/angle.icons.d.ts +2 -0
- package/components/icon/core/icons/arrow.icons.d.ts +2 -0
- package/components/icon/core/icons/bars.icons.d.ts +2 -0
- package/components/icon/core/icons/bolt.icons.d.ts +2 -0
- package/components/icon/core/icons/book.icons.d.ts +2 -0
- package/components/icon/core/icons/calendar.icons.d.ts +2 -0
- package/components/icon/core/icons/camera.icons.d.ts +2 -0
- package/components/icon/core/icons/chart.icons.d.ts +2 -0
- package/components/icon/core/icons/check.icons.d.ts +2 -0
- package/components/icon/core/icons/chevron.icons.d.ts +2 -0
- package/components/icon/core/icons/circle.icons.d.ts +2 -0
- package/components/icon/core/icons/clock.icons.d.ts +2 -0
- package/components/icon/core/icons/clone.icons.d.ts +2 -0
- package/components/icon/core/icons/download.icons.d.ts +2 -0
- package/components/icon/core/icons/ellipsis.icons.d.ts +2 -0
- package/components/icon/core/icons/eye.icons.d.ts +2 -0
- package/components/icon/core/icons/filter.icons.d.ts +2 -0
- package/components/icon/core/icons/folders.icons.d.ts +2 -0
- package/components/icon/core/icons/gears.icons.d.ts +2 -0
- package/components/icon/core/icons/hand.icons.d.ts +2 -0
- package/components/icon/core/icons/language.icons.d.ts +2 -0
- package/components/icon/core/icons/layer.icons.d.ts +2 -0
- package/components/icon/core/icons/link.icons.d.ts +2 -0
- package/components/icon/core/icons/list.icons.d.ts +2 -0
- package/components/icon/core/icons/location.icons.d.ts +2 -0
- package/components/icon/core/icons/lock.icons.d.ts +2 -0
- package/components/icon/core/icons/magnifying-glass.icons.d.ts +2 -0
- package/components/icon/core/icons/media.icons.d.ts +2 -0
- package/components/icon/core/icons/megaphone.icons.d.ts +2 -0
- package/components/icon/core/icons/money.icons.d.ts +2 -0
- package/components/icon/core/icons/pen.icons.d.ts +2 -0
- package/components/icon/core/icons/pencil.icons.d.ts +2 -0
- package/components/icon/core/icons/plug.icons.d.ts +2 -0
- package/components/icon/core/icons/plus.icons.d.ts +2 -0
- package/components/icon/core/icons/qr-code.icons.d.ts +2 -0
- package/components/icon/core/icons/screwdriver-wrench.icons.d.ts +2 -0
- package/components/icon/core/icons/shuffle.icons.d.ts +2 -0
- package/components/icon/core/icons/square.icons.d.ts +2 -0
- package/components/icon/core/icons/tag.icons.d.ts +2 -0
- package/components/icon/core/icons/thumbs.icons.d.ts +2 -0
- package/components/icon/core/icons/trash.icons.d.ts +2 -0
- package/components/icon/core/icons/triangle.icons.d.ts +2 -0
- package/components/icon/core/icons/user.icons.d.ts +2 -0
- package/components/icon/core/icons/xmark.icons.d.ts +2 -0
- package/components/icon/core/svg-icons/ads-icon.svg.d.ts +2 -0
- package/components/icon/core/svg-icons/index.d.ts +1 -0
- package/components/{forms → icon}/index.d.ts +1 -1
- package/components/icon/public-api.d.ts +2 -0
- package/components/icon/src/icon.component.d.ts +79 -0
- package/components/illustration/assets/illustrations/tk-catalogs.svg.d.ts +2 -0
- package/components/illustration/assets/illustrations/tk-categories.svg.d.ts +2 -0
- package/components/illustration/assets/illustrations/tk-confirmation-action.svg.d.ts +2 -0
- package/components/illustration/assets/illustrations/tk-create-an-account.svg.d.ts +2 -0
- package/components/illustration/assets/illustrations/tk-custom-design.svg.d.ts +2 -0
- package/components/illustration/assets/illustrations/tk-delete.svg.d.ts +2 -0
- package/components/illustration/assets/illustrations/tk-download-AKF.svg.d.ts +2 -0
- package/components/illustration/assets/illustrations/tk-error.svg.d.ts +2 -0
- package/components/illustration/assets/illustrations/tk-graphics.svg.d.ts +2 -0
- package/components/illustration/assets/illustrations/tk-items.svg.d.ts +2 -0
- package/components/illustration/assets/illustrations/tk-kiosk.svg.d.ts +2 -0
- package/components/illustration/assets/illustrations/tk-list.svg.d.ts +2 -0
- package/components/illustration/assets/illustrations/tk-locations.svg.d.ts +2 -0
- package/components/illustration/assets/illustrations/tk-login.svg.d.ts +2 -0
- package/components/illustration/assets/illustrations/tk-multimedia.svg.d.ts +2 -0
- package/components/illustration/assets/illustrations/tk-no-connection.svg.d.ts +2 -0
- package/components/illustration/assets/illustrations/tk-no-found.svg.d.ts +2 -0
- package/components/illustration/assets/illustrations/tk-order.svg.d.ts +2 -0
- package/components/illustration/assets/illustrations/tk-playlist.svg.d.ts +2 -0
- package/components/illustration/assets/illustrations/tk-screens.svg.d.ts +2 -0
- package/components/illustration/assets/illustrations/tk-success.svg.d.ts +2 -0
- package/components/illustration/assets/illustrations/tk-support.svg.d.ts +2 -0
- package/components/illustration/assets/illustrations/tk-technical-failure.svg.d.ts +2 -0
- package/components/illustration/assets/illustrations/tk-tip.svg.d.ts +2 -0
- package/components/illustration/assets/illustrations/tk-upload.svg.d.ts +2 -0
- package/components/illustration/assets/illustrations/tk-void.svg.d.ts +2 -0
- package/components/illustration/assets/illustrations/tk-warning.svg.d.ts +2 -0
- package/components/illustration/assets/illustrations/tk-welcome.svg.d.ts +2 -0
- package/components/illustration/assets/illustrations/tk-without-catalogs.svg.d.ts +2 -0
- package/components/illustration/illustrations.registry.d.ts +5 -0
- package/components/illustration/index.d.ts +5 -0
- package/components/illustration/public-api.d.ts +1 -0
- package/components/illustration/src/illustration.component.d.ts +117 -0
- package/components/typography/index.d.ts +5 -0
- package/components/typography/public-api.d.ts +1 -0
- package/components/typography/src/typography.component.d.ts +10 -0
- package/core/index.d.ts +5 -0
- package/core/public-api.d.ts +1 -0
- package/core/types/index.d.ts +5 -0
- package/core/types/public-api.d.ts +9 -0
- package/core/types/src/branding/branding.types.d.ts +15 -0
- package/core/types/src/branding/index.d.ts +1 -0
- package/core/types/src/breakpoints/breakpoints.d.ts +10 -0
- package/core/types/src/breakpoints/index.d.ts +1 -0
- package/core/types/src/grids/grid.enum.d.ts +18 -0
- package/core/types/src/grids/grid.model.d.ts +10 -0
- package/core/types/src/grids/grid.type.d.ts +40 -0
- package/core/types/src/grids/index.d.ts +3 -0
- package/core/types/src/illustration-config/illustration-config.model.d.ts +4 -0
- package/core/types/src/illustration-config/index.d.ts +1 -0
- package/core/types/src/option/index.d.ts +1 -0
- package/core/types/src/option/option.model.d.ts +8 -0
- package/core/types/src/theme/theme.provider.d.ts +1 -0
- package/core/types/src/theme/tk-preset.d.ts +1 -0
- package/core/types/src/typography-styles/index.d.ts +1 -0
- package/core/types/src/validator-with-message/index.d.ts +1 -0
- package/directives/gird-item/index.d.ts +5 -0
- package/directives/gird-item/public-api.d.ts +1 -0
- package/directives/gird-item/src/grid-item.directive.d.ts +42 -0
- package/fesm2022/tekus-design-system-components-branding.mjs +93 -0
- package/fesm2022/tekus-design-system-components-branding.mjs.map +1 -0
- package/fesm2022/tekus-design-system-components-button.mjs +129 -0
- package/fesm2022/tekus-design-system-components-button.mjs.map +1 -0
- package/fesm2022/tekus-design-system-components-fallback-view.mjs +187 -0
- package/fesm2022/tekus-design-system-components-fallback-view.mjs.map +1 -0
- package/fesm2022/tekus-design-system-components-grid-container.mjs +193 -0
- package/fesm2022/tekus-design-system-components-grid-container.mjs.map +1 -0
- package/fesm2022/tekus-design-system-components-icon.mjs +1206 -0
- package/fesm2022/tekus-design-system-components-icon.mjs.map +1 -0
- package/fesm2022/tekus-design-system-components-illustration.mjs +3893 -0
- package/fesm2022/tekus-design-system-components-illustration.mjs.map +1 -0
- package/fesm2022/tekus-design-system-components-typography.mjs +36 -0
- package/fesm2022/tekus-design-system-components-typography.mjs.map +1 -0
- package/fesm2022/tekus-design-system-core-types.mjs +307 -0
- package/fesm2022/tekus-design-system-core-types.mjs.map +1 -0
- package/fesm2022/tekus-design-system-core.mjs +307 -0
- package/fesm2022/tekus-design-system-core.mjs.map +1 -0
- package/fesm2022/tekus-design-system-directives-gird-item.mjs +95 -0
- package/fesm2022/tekus-design-system-directives-gird-item.mjs.map +1 -0
- package/fesm2022/tekus-design-system-utils-sanitizer-utils.mjs +53 -0
- package/fesm2022/tekus-design-system-utils-sanitizer-utils.mjs.map +1 -0
- package/package.json +47 -49
- package/tokens/blur/_blur.scss +11 -0
- package/tokens/colors/_colors.scss +97 -0
- package/tokens/index.scss +5 -0
- package/tokens/shadow/_shadow.scss +10 -0
- package/tokens/shapes/_shapes.scss +9 -0
- package/tokens/spacing/_spacing.scss +25 -0
- package/utils/sanitizer-utils/index.d.ts +5 -0
- package/utils/sanitizer-utils/public-api.d.ts +1 -0
- package/utils/sanitizer-utils/src/sanitizer-utils.d.ts +20 -0
- package/components/forms/public-api.d.ts +0 -3
- package/components/forms/tk-form-autocomplete-field/index.d.ts +0 -5
- package/components/forms/tk-form-autocomplete-field/models/option.model.d.ts +0 -4
- package/components/forms/tk-form-autocomplete-field/public-api.d.ts +0 -1
- package/components/forms/tk-form-autocomplete-field/tk-form-autocomplete-field.component.d.ts +0 -173
- package/components/forms/tk-form-chips-autocomplete-field/index.d.ts +0 -5
- package/components/forms/tk-form-chips-autocomplete-field/models/option.model.d.ts +0 -4
- package/components/forms/tk-form-chips-autocomplete-field/public-api.d.ts +0 -1
- package/components/forms/tk-form-chips-autocomplete-field/tk-form-chips-autocomplete-field.component.d.ts +0 -124
- package/components/forms/tk-form-input-field/index.d.ts +0 -5
- package/components/forms/tk-form-input-field/public-api.d.ts +0 -1
- package/components/forms/tk-form-input-field/tk-form-input-field.component.d.ts +0 -137
- package/components/tk-dropdown-list/index.d.ts +0 -5
- package/components/tk-dropdown-list/models/dropdown-list-item.model.d.ts +0 -4
- package/components/tk-dropdown-list/public-api.d.ts +0 -1
- package/components/tk-dropdown-list/tk-dropdown-list.component.d.ts +0 -113
- package/components/tk-search-bar/public-api.d.ts +0 -1
- package/components/tk-search-bar/tk-search-bar.component.d.ts +0 -25
- package/components/tk-typography/public-api.d.ts +0 -1
- package/components/tk-typography/tk-typography.component.d.ts +0 -10
- package/esm2022/components/forms/public-api.mjs +0 -4
- package/esm2022/components/forms/tekus-design-system-components-forms.mjs +0 -5
- package/esm2022/components/forms/tk-form-autocomplete-field/models/option.model.mjs +0 -2
- package/esm2022/components/forms/tk-form-autocomplete-field/public-api.mjs +0 -2
- package/esm2022/components/forms/tk-form-autocomplete-field/tekus-design-system-components-forms-tk-form-autocomplete-field.mjs +0 -5
- package/esm2022/components/forms/tk-form-autocomplete-field/tk-form-autocomplete-field.component.mjs +0 -263
- package/esm2022/components/forms/tk-form-chips-autocomplete-field/models/option.model.mjs +0 -2
- package/esm2022/components/forms/tk-form-chips-autocomplete-field/public-api.mjs +0 -2
- package/esm2022/components/forms/tk-form-chips-autocomplete-field/tekus-design-system-components-forms-tk-form-chips-autocomplete-field.mjs +0 -5
- package/esm2022/components/forms/tk-form-chips-autocomplete-field/tk-form-chips-autocomplete-field.component.mjs +0 -187
- package/esm2022/components/forms/tk-form-input-field/models/validator-with-message.model.mjs +0 -2
- package/esm2022/components/forms/tk-form-input-field/public-api.mjs +0 -2
- package/esm2022/components/forms/tk-form-input-field/tekus-design-system-components-forms-tk-form-input-field.mjs +0 -5
- package/esm2022/components/forms/tk-form-input-field/tk-form-input-field.component.mjs +0 -206
- package/esm2022/components/tk-dropdown-list/models/dropdown-list-item.model.mjs +0 -2
- package/esm2022/components/tk-dropdown-list/public-api.mjs +0 -2
- package/esm2022/components/tk-dropdown-list/tekus-design-system-components-tk-dropdown-list.mjs +0 -5
- package/esm2022/components/tk-dropdown-list/tk-dropdown-list.component.mjs +0 -137
- package/esm2022/components/tk-search-bar/public-api.mjs +0 -2
- package/esm2022/components/tk-search-bar/tekus-design-system-components-tk-search-bar.mjs +0 -5
- package/esm2022/components/tk-search-bar/tk-search-bar.component.mjs +0 -49
- package/esm2022/components/tk-typography/public-api.mjs +0 -2
- package/esm2022/components/tk-typography/tekus-design-system-components-tk-typography.mjs +0 -5
- package/esm2022/components/tk-typography/tk-typography.component.mjs +0 -29
- package/esm2022/index.mjs +0 -2
- package/esm2022/services/typography/models/typographyStyles.model.mjs +0 -2
- package/esm2022/services/typography/public-api.mjs +0 -2
- package/esm2022/services/typography/tekus-design-system-services-typography.mjs +0 -5
- package/esm2022/services/typography/typography.service.mjs +0 -84
- package/esm2022/tekus-design-system.mjs +0 -5
- package/fesm2022/tekus-design-system-components-forms-tk-form-autocomplete-field.mjs +0 -270
- package/fesm2022/tekus-design-system-components-forms-tk-form-autocomplete-field.mjs.map +0 -1
- package/fesm2022/tekus-design-system-components-forms-tk-form-chips-autocomplete-field.mjs +0 -194
- package/fesm2022/tekus-design-system-components-forms-tk-form-chips-autocomplete-field.mjs.map +0 -1
- package/fesm2022/tekus-design-system-components-forms-tk-form-input-field.mjs +0 -213
- package/fesm2022/tekus-design-system-components-forms-tk-form-input-field.mjs.map +0 -1
- package/fesm2022/tekus-design-system-components-forms.mjs +0 -642
- package/fesm2022/tekus-design-system-components-forms.mjs.map +0 -1
- package/fesm2022/tekus-design-system-components-tk-dropdown-list.mjs +0 -144
- package/fesm2022/tekus-design-system-components-tk-dropdown-list.mjs.map +0 -1
- package/fesm2022/tekus-design-system-components-tk-search-bar.mjs +0 -56
- package/fesm2022/tekus-design-system-components-tk-search-bar.mjs.map +0 -1
- package/fesm2022/tekus-design-system-components-tk-typography.mjs +0 -36
- package/fesm2022/tekus-design-system-components-tk-typography.mjs.map +0 -1
- package/fesm2022/tekus-design-system-services-typography.mjs +0 -91
- package/fesm2022/tekus-design-system-services-typography.mjs.map +0 -1
- package/services/typography/public-api.d.ts +0 -1
- package/services/typography/typography.service.d.ts +0 -8
- /package/{services/typography/models → core/types/src/typography-styles}/typographyStyles.model.d.ts +0 -0
- /package/{components/forms/tk-form-input-field/models → core/types/src/validator-with-message}/validator-with-message.model.d.ts +0 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const svg = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 731.66998 619.11871\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" role=\"img\" artist=\"Katerina Limpitsouni\" source=\"https://undraw.co/\" style=\"width: 100%; height: 100%;\"><path d=\"m0,599.59869c0,.65997.53,1.19,1.19,1.19h729.28998c.65997,0,1.19-.53003,1.19-1.19s-.53003-1.19-1.19-1.19H1.19c-.66,0-1.19.53003-1.19,1.19Z\" fill=\"#3f3d56\"/><polygon points=\"405.32999 539.69873 405.32999 579.02874 435.07001 579.9887 433.82999 539.69873 405.32999 539.69873\" fill=\"#ffb6b6\"/><path d=\"m399.45001,561.57873c-.39999,0-.79999.04999-1.17999.15997-5.37,1.53003-36.42999,29.27002-45.82001,37.72998-1.16,1.04999-1.78,2.53998-1.69,4.09998.07999,1.54999.85999,2.96002,2.12,3.87,7.12,5.13,21.72,13.25,39.41998,9.96997,8.14001-1.51001,16.35999-2.46002,23.62-3.28998,15.53-1.78998,27.79001-3.21002,27.79001-8.70001,0-9.33002-2.56-33.90002-5.78-34.92999-.29001-.09003-.63.14001-1.01999.67999-4.92001,6.89001-21.84,3.22998-22.56,3.07001l-.19-.03998-.10999-.15997c-.09-.13-8.37-12.44-14.60001-12.44h0v-.02002h0v.00006Z\" fill=\"#2f2e41\"/><polygon points=\"349.70001 539.69873 349.70001 579.02874 379.42999 579.9887 378.19 539.69873 349.70001 539.69873\" fill=\"#ffb6b6\"/><polygon points=\"337.70999 258.16873 321.88 270.15872 319 405.40872 345.85999 553.12872 380.87 554.56872 381.82999 413.55871 426.92001 285.02871 417.79999 254.80873 337.70999 258.16873\" fill=\"#2f2e41\"/><polygon points=\"411.57001 281.18872 426.92001 285.02871 437.95001 553.12872 398.14001 549.76873 371.76001 360.31872 411.57001 281.18872\" fill=\"#2f2e41\"/><path d=\"m328.47,619.11871c-13.64999,0-24.73001-6.03003-30.64999-10.09998-1.79001-1.22998-2.89999-3.17999-3.04001-5.34998-.14001-2.19.70999-4.28998,2.34-5.76001,14.70001-13.21997,40.12-35.62,45.25-37.09003,6.64999-1.90997,15.57999,10.81,16.73001,12.5,1.85999.38,17.09,3.28998,21.38-2.72998.82001-1.15002,1.59-1.20001,2.09-1.03998,4.59,1.46997,6.45001,31.03003,6.45001,35.84998,0,6.34998-12.01001,7.73999-28.64001,9.65997-7.23999.84003-15.44,1.78003-23.54999,3.28003-2.88.53003-5.67001.77002-8.37.77002h0l.00998.00995Z\" fill=\"#2f2e41\"/><path id=\"uuid-bcebe549-af57-499c-bd7d-dc350147856d-10199\" d=\"m216.28999,83.17871c-5.08-11.22-3.17-22.98,4.27-26.25s17.59,3.18,22.67,14.41c2.09,4.46,3.05,9.36,2.78,14.29l20.90001,47.84-23.58,9.46001-18.10001-48.16c-3.89999-3.1-6.97-7.07-8.94-11.58h0s0-.01001,0-.01Z\" fill=\"#ffb6b6\"/><path d=\"m360.76001,103.48873h0c12.73999,12.02,11.95001,32.52-1.69,43.51l-66.79999,53.82001c-7.29001,5.87-18.10999,3.8-22.70999-4.36-17.55-28.42-20.86-29.98-31.07001-59.09999l28.76999-10.06,16.22,20.31,35.42001-41.78c10.70001-12.63,29.81-13.69,41.85001-2.34h0l.00998-.00002Z\" fill=\"#16006F\"/><polygon points=\"370.60001 82.98873 381.51999 104.99873 340.23001 124.93872 340.73001 89.64872 370.60001 82.98873\" fill=\"#ffb6b6\"/><circle cx=\"340.37\" cy=\"62.47873\" r=\"37.16\" fill=\"#ffb6b6\"/><path d=\"m340.12,116.35871l38.10001-22.51h0c27.94,19.6,51.20999,24.18,51.95001,58.3l-5.14999,81.39.29999,35.05c.13,14.72-11.76999,26.70999-26.48001,26.70999h-54.39999c-14.39999,0-25.12-13.28-22.09-27.35999l10.26999-47.69-10.97-92.94,18.47-10.97h0v.02h0v.00002-.00002Z\" fill=\"#16006F\"/><path d=\"m127.69,69.65873c0-1.95,1.58-3.52,3.52-3.52h39.71001c1.95,0,3.52,1.58,3.52,3.52v.48l97.93001,5.73c.28-1.11,1.28-1.94,2.48999-1.94h10.41v-7.61c0-1.7,1.38-3.07,3.07001-3.07h2.12v-6.72c0-1.07.87-1.94,1.94-1.94h5.92999c1.07001,0,1.94.87,1.94,1.94v6.72h1.95001c-.14001-.27-.22-.56-.22-.87,0-1.43,1.67999-2.6,3.75-2.6s3.75,1.16,3.75,2.6c0,.37-.12.73-.32001,1.05,1.19.42,2.06,1.55,2.06,2.89v39.46c0,1.7-1.38,3.07-3.07001,3.07h-19.82999c-1.70001,0-3.07001-1.38-3.07001-3.07v-5.3h-10.41c-1.34,0-2.42999-1.03-2.54999-2.34l-98.03,18.05c-.45,1.43-1.78,2.47-3.36,2.47h-39.71001c-1.95,0-3.52-1.58-3.52-3.52-.47-16.1.57-31.39,0-45.48,0,0-.00002,0-.00002,0Z\" fill=\"#3f3d56\"/><path id=\"uuid-56498841-4b1e-4105-a308-6339b9438744-10200\" d=\"m281.03,94.43872c-4.95001-11.28-2.89999-23.01,4.57999-26.2,7.48001-3.18,17.54999,3.38,22.5,14.67,2.04001,4.48,2.94,9.39,2.60999,14.32l20.34,48.07999-23.69,9.19-17.54001-48.37c-3.87-3.14-6.89001-7.15-8.79999-11.69h.00003Z\" fill=\"#ffb6b6\"/><path d=\"m425.25,116.43872h0c12.60001,12.17001,11.56,32.66-2.20001,43.49001l-67.41998,53.03c-7.35999,5.78999-18.14999,3.59-22.66-4.62-17.22-28.62-18.61002-24.73-28.48001-53.97l26.54999-16.74001,16.42001,22.03,35.89999-41.36c10.85001-12.5,29.97-13.34,41.88-1.85h.01001s0-.01001,0-.01Z\" fill=\"#16006F\"/><path d=\"m378.57999,81.16873l-6.87,4.92s-2.01999-21.45-4.81-22.4-6.54999,3.99-6.54999,3.99l-2.75,8.05-9.09-3.79s-10.51999-5.67-14.23999-6.94-3.16-12.05-3.16-12.05c0,0-44.63998,6.11-37.94-19.62,0,0,2.31-18.93,7.25-15.17s5.01001-5.56,5.01001-5.56l11.20001-2.41s15.37-20.7,45.69-3.09c30.32001,17.61,16.25,74.05,16.25,74.05h0v.02s.00995,0,.00995,0Z\" fill=\"#2f2e41\"/></svg>";
|
|
2
|
+
export default svg;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const svg = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 657.99124 512.53\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" role=\"img\" artist=\"Katerina Limpitsouni\" source=\"https://undraw.co/\" style=\"width: 100%; height: 100%;\"><path d=\"M530.696,329.75826a13.11407,13.11407,0,0,0-.75717,1.92131l-59.16128,17.831-10.954-10.26356-17.65025,14.507,17.62618,20.05417a9.96748,9.96748,0,0,0,11.709,2.44875l63.679-29.77828a13.0787,13.0787,0,1,0-4.49138-16.72041Z\" transform=\"translate(-271.00438 -193.735)\" fill=\"#ffb6b6\"/><path d=\"M468.81379,350.2319,447.048,368.34557a5.60675,5.60675,0,0,1-8.37488-1.39312L423.98932,342.8404A15.571,15.571,0,0,1,447.98465,322.99L468.965,341.74329a5.60675,5.60675,0,0,1-.15122,8.48861Z\" transform=\"translate(-271.00438 -193.735)\" fill=\"#3f3d56\"/><path d=\"M527.26275,651.82131l9.47381-6.03528a141.38928,141.38928,0,0,0,.40722-15.93137l-4.91442,1.25556,4.85063-3.09c-.26791-6.56876-.86121-10.90172-.86121-10.90172s-19.15482,12.44206-31.37126,29.30667l2.08318,14.26309-4.9681-9.97458a57.199,57.199,0,0,0-3.41785,6.324c-10.06525,21.98884-11.04334,43.10159-2.18448,47.15668s24.19979-10.48311,34.26506-32.47195A75.30884,75.30884,0,0,0,536.3605,649.497Z\" transform=\"translate(-271.00438 -193.735)\" fill=\"#e6e6e6\"/><path d=\"M546.723,673.04564l11.22966-.26943a141.38719,141.38719,0,0,0,8.58354-13.42749l-4.85594-1.46544,5.74958-.13792c3.16606-5.76163,4.89791-9.77755,4.89791-9.77755s-22.82871.74979-42.00387,8.872l-5.58932,13.28666.903-11.10673a57.20134,57.20134,0,0,0-6.19473,3.647c-19.9824,13.62068-31.73284,31.18859-26.24538,39.23906s26.13486,3.53489,46.11722-10.08578a75.309,75.309,0,0,0,16.398-16.06145Z\" transform=\"translate(-271.00438 -193.735)\" fill=\"#e6e6e6\"/><polygon points=\"209.349 499.141 221.609 499.14 226.208 451.454 209.347 451.853 209.349 499.141\" fill=\"#ffb6b6\"/><path d=\"M477.22638,688.87313l24.144-.001h.001a15.3873,15.3873,0,0,1,15.38647,15.38623v.5l-39.53076.00146Z\" transform=\"translate(-271.00438 -193.735)\" fill=\"#2f2e41\"/><polygon points=\"64.712 463.751 72.753 473.005 112.275 446.394 100.407 432.735 64.712 463.751\" fill=\"#ffb6b6\"/><path d=\"M336.687,652.49968,352.52283,670.725l.00064.00073A15.38729,15.38729,0,0,1,351,692.43192l-.37744.32793-25.92767-29.84019Z\" transform=\"translate(-271.00438 -193.735)\" fill=\"#2f2e41\"/><path d=\"M272.19507,706.265h334.294a1.19068,1.19068,0,1,0,0-2.38137h-334.294a1.19069,1.19069,0,1,0,0,2.38137Z\" transform=\"translate(-271.00438 -193.735)\" fill=\"#cacaca\"/><path d=\"M453.41806,580.627l25.79454,95.56236h20l-4.3928-104.514L483.225,469.84933l-42.1156-2.23791Z\" transform=\"translate(-271.00438 -193.735)\" fill=\"#2f2e41\"/><path d=\"M408.65939,469.84927s-2.23791,14.54657,6.71381,30.2121,3.35687,68.257,3.35687,68.257L343.2126,644.18934s11.73635,20.36019,17.33119,19.24123S454.537,590.69772,454.537,590.69772l28.688-116.37256Z\" transform=\"translate(-271.00438 -193.735)\" fill=\"#2f2e41\"/><circle cx=\"179.29466\" cy=\"80.98649\" r=\"25.73625\" fill=\"#ffb6b6\"/><path d=\"M449.2126,315.18934s-30-11.3569-30-8-29.5756,31.74083-22.8618,68.66674,14.54657,54.82937,11.18964,74.97079-1.119,24.61725-1.119,24.61725,77.92248,6.71381,79.04144-1.119-3.25026-19.77888-3.25026-23.13576S451.29333,323.82785,449.2126,315.18934Z\" transform=\"translate(-271.00438 -193.735)\" fill=\"#3f3d56\"/><path d=\"M438.65054,290.18628c2.0835-1.10163,4.50373-1.32871,6.75892-2.01343,8.06829-2.44974,13.4732-11.5705,11.74762-19.824a10.11478,10.11478,0,0,1-.42377-3.26724c.30163-2.44446,2.80292-4.0217,5.20135-4.58179s4.95038-.47873,7.2428-1.37936c3.53955-1.39059,5.89069-5.02808,6.40039-8.79669a18.171,18.171,0,0,0-2.42731-10.952l-.86633,2.493a9.24692,9.24692,0,0,1-2.83075-4.23376,5.83213,5.83213,0,0,0-4.44348,3.5733c-1.39062.82-1.591-2.54754-3.127-3.04434a2.75911,2.75911,0,0,0-1.91724.4729c-3.09521,1.4436-6.69134.20932-10.0116-.59088a37.68771,37.68771,0,0,0-17.4953-.0206c-3.82183.91159-7.60479,2.499-10.3396,5.32a24.80848,24.80848,0,0,0-4.83679,8.31134c-2.93323,7.38193-4.87091,15.36941-3.90265,23.25351a32.91457,32.91457,0,0,0,7.75684,17.43942c2.21466,2.55167,9.44031,11.45374,13.40222,9.936C439.51706,300.37463,432.78494,293.28759,438.65054,290.18628Z\" transform=\"translate(-271.00438 -193.735)\" fill=\"#2f2e41\"/><rect x=\"427.01599\" y=\"551.51707\" width=\"82.62854\" height=\"1.59216\" transform=\"translate(-485.62156 599.33913) rotate(-69.12314)\" opacity=\"0.2\" style=\"isolation:isolate\"/><path d=\"M545.87377,318.19025a7.07362,7.07362,0,0,0-7.06529,7.06529v78.54193a7.07362,7.07362,0,0,0,7.06529,7.06528H921.93033a7.07361,7.07361,0,0,0,7.06529-7.06528V325.25555a7.0736,7.0736,0,0,0-7.06529-7.06528Z\" transform=\"translate(-271.00438 -193.735)\" fill=\"#e6e6e6\"/><path d=\"M548.41423,323.69965a4.10124,4.10124,0,0,0-4.09712,4.09635v73.461a4.10135,4.10135,0,0,0,4.097,4.09635H919.38987a4.10012,4.10012,0,0,0,4.09566-4.09635V327.796a4.10012,4.10012,0,0,0-4.09566-4.09635Z\" transform=\"translate(-271.00438 -193.735)\" fill=\"#fff\"/><path d=\"M896.09755,385.20922a6.656,6.656,0,0,0,.018-13.31189c-.006,0-.012,0-.018,0H582.31767a6.656,6.656,0,0,0,0,13.31189Z\" transform=\"translate(-271.00438 -193.735)\" fill=\"#e6e6e6\"/><path d=\"M717.338,356.29267a6.65594,6.65594,0,1,0,0-13.31187H582.31767a6.65594,6.65594,0,1,0,0,13.31187Z\" transform=\"translate(-271.00438 -193.735)\" fill=\"#16006F\"/><path d=\"M600.83711,469.735a5.00588,5.00588,0,0,0-5,5v55.583a5.00589,5.00589,0,0,0,5,5H866.967a5.00589,5.00589,0,0,0,5-5V474.735a5.00588,5.00588,0,0,0-5-5Z\" transform=\"translate(-271.00438 -193.735)\" fill=\"#e6e6e6\"/><path d=\"M602.635,473.63392a2.90239,2.90239,0,0,0-2.89947,2.89893v51.98731a2.90245,2.90245,0,0,0,2.89941,2.89892H865.16914a2.9016,2.9016,0,0,0,2.89844-2.89892V476.53285a2.9016,2.9016,0,0,0-2.89844-2.89893Z\" transform=\"translate(-271.00438 -193.735)\" fill=\"#fff\"/><path d=\"M848.6855,517.16337a4.71032,4.71032,0,0,0,.01275-9.42063c-.00427,0-.00848,0-.01275,0H626.62794a4.71032,4.71032,0,0,0,0,9.42063Z\" transform=\"translate(-271.00438 -193.735)\" fill=\"#e6e6e6\"/><path d=\"M722.17994,496.69954a4.71032,4.71032,0,1,0,0-9.42063h-95.552a4.71032,4.71032,0,1,0,0,9.42063Z\" transform=\"translate(-271.00438 -193.735)\" fill=\"#e4e4e4\"/><path d=\"M600.83711,193.735a5.00588,5.00588,0,0,0-5,5v55.583a5.00589,5.00589,0,0,0,5,5H866.967a5.00589,5.00589,0,0,0,5-5V198.735a5.00588,5.00588,0,0,0-5-5Z\" transform=\"translate(-271.00438 -193.735)\" fill=\"#e6e6e6\"/><path d=\"M602.635,197.63392a2.90239,2.90239,0,0,0-2.89947,2.89893v51.98731a2.90245,2.90245,0,0,0,2.89941,2.89892H865.16914a2.9016,2.9016,0,0,0,2.89844-2.89892V200.53285a2.9016,2.9016,0,0,0-2.89844-2.89893Z\" transform=\"translate(-271.00438 -193.735)\" fill=\"#fff\"/><path d=\"M848.6855,241.16337a4.71032,4.71032,0,0,0,.01275-9.42063c-.00427,0-.00848,0-.01275,0H626.62794a4.71032,4.71032,0,0,0,0,9.42063Z\" transform=\"translate(-271.00438 -193.735)\" fill=\"#e6e6e6\"/><path d=\"M722.17994,220.69954a4.71032,4.71032,0,1,0,0-9.42063h-95.552a4.71032,4.71032,0,1,0,0,9.42063Z\" transform=\"translate(-271.00438 -193.735)\" fill=\"#e4e4e4\"/><path d=\"M522.46133,374.84878a13.11484,13.11484,0,0,0-1.37393,1.54178l-61.67969-3.69006-6.73715-13.41426-21.5734,7.52156,9.619,24.90637a9.9675,9.9675,0,0,0,10.14364,6.34057l70.04426-5.963a13.07871,13.07871,0,1,0,1.55729-17.243Z\" transform=\"translate(-271.00438 -193.735)\" fill=\"#ffb6b6\"/><path d=\"M457.31564,372.69953l-26.681,9.48559a5.60674,5.60674,0,0,1-7.379-4.19879L417.799,350.28741a15.571,15.571,0,0,1,29.37308-10.3458l13.21606,24.84344a5.60674,5.60674,0,0,1-3.07252,7.91448Z\" transform=\"translate(-271.00438 -193.735)\" fill=\"#3f3d56\"/><circle cx=\"277.99124\" cy=\"132.61828\" r=\"17\" fill=\"#16006F\"/></svg>";
|
|
2
|
+
export default svg;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const svg = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 880 710.16\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" role=\"img\" artist=\"Katerina Limpitsouni\" source=\"https://undraw.co/\" style=\"width: 100%; height: 100%;\">\n <g id=\"Group_91\" data-name=\"Group 91\" transform=\"translate(-520 -184.92)\">\n <path id=\"Path_461-594\" data-name=\"Path 461\" d=\"M926.4,695.082a31.2,31.2,0,0,1-30.127-5.307c-10.552-8.857-13.864-23.447-16.552-36.959l-7.962-39.963,16.669,11.479c11.988,8.254,24.245,16.773,32.546,28.73s11.923,28.278,5.255,41.215\" transform=\"translate(137.738 150.699)\" fill=\"#e6e6e6\"/>\n <path id=\"Path_462-595\" data-name=\"Path 462\" d=\"M897.159,729.68c1.687-12.29,3.422-24.737,2.239-37.158-1.052-11.031-4.416-21.806-11.269-30.64a50.967,50.967,0,0,0-13.078-11.851c-1.308-.824-2.511,1.248-1.209,2.069a48.458,48.458,0,0,1,19.167,23.126c4.173,10.614,4.843,22.184,4.118,33.459-.435,6.818-1.356,13.59-2.286,20.358a1.235,1.235,0,0,0,.837,1.474,1.205,1.205,0,0,0,1.474-.837Z\" transform=\"translate(165.557 164.484)\" fill=\"#f2f2f2\"/>\n <path id=\"Path_482-596\" data-name=\"Path 482\" d=\"M1006.26,728.119s17.506-43.091-35.011-75.409Z\" transform=\"translate(-78.197 165.554)\" fill=\"#e6e6e6\"/>\n <path id=\"Path_483-597\" data-name=\"Path 483\" d=\"M923.6,715.341s5.34-30.713,46.673-30.45Z\" transform=\"translate(25.987 177.548)\" fill=\"#e6e6e6\"/>\n <path id=\"Path_1413-598\" data-name=\"Path 1413\" d=\"M252.9,506.071H637.753V234.6H252.9Z\" transform=\"translate(338.061 9.715)\" fill=\"#fff\"/>\n <path id=\"Path_1414-599\" data-name=\"Path 1414\" d=\"M648.225,516.543H246.9V228.6H648.225Zm-393.09-8.236H639.989V236.835H255.136Z\" transform=\"translate(335.824 7.479)\" fill=\"#e6e6e6\"/>\n <path id=\"Path_1415-600\" data-name=\"Path 1415\" d=\"M27.648,297.767H24.811V21.869H409.675v2.859H27.648Z\" transform=\"translate(529.247 193.071)\" fill=\"#090814\"/>\n <path id=\"Path_1416-601\" data-name=\"Path 1416\" d=\"M2.839,275.9H0V0H384.864V2.859H2.839Z\" transform=\"translate(520 184.92)\" fill=\"#090814\"/>\n <path id=\"Path_1438-602\" data-name=\"Path 1438\" d=\"M1132.863,709.414H609.856a1.373,1.373,0,1,1,0-2.745h523.007a1.373,1.373,0,0,1,0,2.745Z\" transform=\"translate(265.765 185.666)\" fill=\"#cbcbcb\"/>\n <g id=\"Group_87\" data-name=\"Group 87\" transform=\"translate(1096.31 281.882)\">\n <circle id=\"Ellipse_276\" data-name=\"Ellipse 276\" cx=\"14.775\" cy=\"14.775\" r=\"14.775\" transform=\"translate(114.921 3.365)\" fill=\"#090814\"/>\n <path id=\"Path_1439-603\" data-name=\"Path 1439\" d=\"M767.961,236.036a14.777,14.777,0,0,1,9.549-23.509,14.772,14.772,0,1,0,1.837,29.366,14.738,14.738,0,0,1-11.385-5.857Z\" transform=\"translate(-652.212 -212.521)\" fill=\"#090814\"/>\n <circle id=\"Ellipse_277\" data-name=\"Ellipse 277\" cx=\"43.402\" cy=\"43.402\" r=\"43.402\" transform=\"translate(70.988 27.02)\" fill=\"#090814\"/>\n <path id=\"Path_1440-604\" data-name=\"Path 1440\" d=\"M734.336,261.77a43.394,43.394,0,0,1,56.2-21.914c-.438-.219-.873-.442-1.322-.648A43.4,43.4,0,0,0,753,318.1c.448.206.9.391,1.353.58a43.394,43.394,0,0,1-20.012-56.905Z\" transform=\"translate(-660.388 -207.158)\" fill=\"#2f2e41\"/>\n <path id=\"Path_1441-605\" data-name=\"Path 1441\" d=\"M656.9,231.561l-14.7,11.023-7.348-22.046,16.535-5.512Z\" transform=\"translate(-488.306 23.723)\" fill=\"#ffb8b8\"/>\n <path id=\"Path_1442-606\" data-name=\"Path 1442\" d=\"M671.965,256.953l29.394,152.483,38.581,113.9L677.477,536.2,616.851,308.392l-1.838,218.621-79,1.837,18.371-130.437,9.186-146.971Z\" transform=\"translate(-511.636 32.318)\" fill=\"#090814\"/>\n <path id=\"Path_1443-607\" data-name=\"Path 1443\" d=\"M727.546,662.419v29.394l-1.837,16.534s-3.674,14.7,18.371,11.023S755.1,699.161,755.1,699.161l-7.349-14.7-3.674-23.883Z\" transform=\"translate(-660.911 -106.762)\" fill=\"#090814\"/>\n <path id=\"Path_1444-608\" data-name=\"Path 1444\" d=\"M843,660.377l5.3,28.913,4.788,15.932s6.264,13.794-16.083,14.154-14.486-17.89-14.486-17.89L827.1,685.7l-.692-24.154Z\" transform=\"translate(-638.322 -106.81)\" fill=\"#090814\"/>\n <circle id=\"Ellipse_278\" data-name=\"Ellipse 278\" cx=\"27.557\" cy=\"27.557\" r=\"27.557\" transform=\"translate(86.843 55.954)\" fill=\"#ffb8b8\"/>\n <path id=\"Path_1445-609\" data-name=\"Path 1445\" d=\"M755.116,293.813s3.674,29.394-11.023,36.743,27.557,18.371,27.557,18.371l25.72-29.394s-12.86-16.534-9.186-27.557Z\" transform=\"translate(-657.25 -193.767)\" fill=\"#ffb8b8\"/>\n <path id=\"Path_1446-610\" data-name=\"Path 1446\" d=\"M801.523,309.811s-3.674,18.371-25.72,18.371S759.269,319,759.269,319l-29.394,14.7,3.674,84.508-25.72,62.463s14.7-3.674,33.069,5.511,53.277,1.837,53.277,1.837,14.7-1.837,23.883,1.837S829.08,482.5,829.08,482.5l-11.023-53.277,16.534-58.789L830.917,319Z\" transform=\"translate(-665.077 -189.557)\" fill=\"#6AD0BC\"/>\n <path id=\"Path_1447-611\" data-name=\"Path 1447\" d=\"M702.039,458.443l-5.511,23.883s-20.209,34.906-5.511,36.743,18.371-36.743,18.371-36.743l9.186-23.883Z\" transform=\"translate(-670.311 -154.474)\" fill=\"#ffb8b8\"/>\n <path id=\"Path_1448-612\" data-name=\"Path 1448\" d=\"M795.522,323.114l9.038-7.4,5.659,1.886s9.186-1.837,18.371,12.86,45.107,61.873,44.091,69.811-49.6,40.417-49.6,40.417,1.837,5.512,0,7.349-12.86,5.511-12.86,3.674-12.476-25.247-12.476-25.247,8.8-11.5,10.639-9.658a73.238,73.238,0,0,0,7.349,5.512l14.7-14.7a26.867,26.867,0,0,0,3.674-5.512c2.4-4.289,1.837-11.023-31.231-42.254Z\" transform=\"translate(-644.378 -188.163)\" fill=\"#6AD0BC\"/>\n <path id=\"Path_1449-613\" data-name=\"Path 1449\" d=\"M742.609,329.6l-4.945-2.423s-11.589,2.423-15.263,9.772-12.86,82.671-12.86,82.671l-7.349,49.6s-5.511,0-5.511,5.511-7.349,20.209-1.837,20.209,27.557,0,31.231-3.674,11.023-18.371,9.186-20.209-5.511-1.837-5.511-1.837l11.023-51.44Z\" transform=\"translate(-668.626 -185.459)\" fill=\"#6AD0BC\"/>\n <path id=\"Path_1450-614\" data-name=\"Path 1450\" d=\"M588.266,66.122V96.8h7.106l9.043-9.689L603.2,96.8h31.409l-1.937-9.689,3.875,9.689h5.006V66.122Z\" transform=\"translate(-499.303 -11.424)\" fill=\"#090814\"/>\n <path id=\"Path_1451-615\" data-name=\"Path 1451\" d=\"M631.157,83.024h3.729a7.922,7.922,0,0,1,7.922,7.922v.866a7.922,7.922,0,0,1-7.922,7.922h-3.729Z\" transform=\"translate(-489.18 -7.435)\" fill=\"#6AD0BC\"/>\n <path id=\"Path_1452-616\" data-name=\"Path 1452\" d=\"M630.413,80.791h3.373a3.373,3.373,0,0,1,3.372,3.373V99.647a3.373,3.373,0,0,1-3.372,3.373h-3.373Z\" transform=\"translate(-489.355 -7.962)\" fill=\"#6AD0BC\"/>\n <path id=\"Path_1453-617\" data-name=\"Path 1453\" d=\"M0,0H3.729a7.922,7.922,0,0,1,7.922,7.922v.866a7.922,7.922,0,0,1-7.922,7.922H0Z\" transform=\"translate(86.824 92.298) rotate(180)\" fill=\"#6AD0BC\"/>\n <path id=\"Path_1454-618\" data-name=\"Path 1454\" d=\"M0,0H3.373A3.373,3.373,0,0,1,6.745,3.373V18.856a3.373,3.373,0,0,1-3.373,3.373H0Z\" transform=\"translate(87.743 95.057) rotate(180)\" fill=\"#6AD0BC\"/>\n <path id=\"Path_1455-619\" data-name=\"Path 1455\" d=\"M803.289,281.135h-2.472c0-17.459-12.936-31.663-28.837-31.663s-28.838,14.2-28.838,31.663H740.67c0-18.822,14.045-34.135,31.31-34.135S803.289,262.313,803.289,281.135Z\" transform=\"translate(-657.326 -204.383)\" fill=\"#6AD0BC\"/>\n <path id=\"Path_1456-620\" data-name=\"Path 1456\" d=\"M697.363,473.991l-.217.138-3.775-5.95a4.078,4.078,0,0,0-5.629-1.259l-12.607,8a4.079,4.079,0,0,0-1.259,5.629l20.711,32.645a4.079,4.079,0,0,0,5.629,1.259l12.607-8a4.079,4.079,0,0,0,1.259-5.629l-14.249-22.459.217-.138Z\" transform=\"translate(-673.241 -152.623)\" fill=\"#3f3d56\"/>\n <path id=\"Path_1457-621\" data-name=\"Path 1457\" d=\"M692.438,468.482l20.681,32.6a3.046,3.046,0,0,1-.94,4.2l-12.667,8.037a3.046,3.046,0,0,1-4.2-.94l-20.681-32.6a3.046,3.046,0,0,1,.94-4.2l1.537-.975a1.448,1.448,0,0,0,2.2.966l7.222-4.582a1.448,1.448,0,0,0,.063-2.4l1.645-1.044A3.046,3.046,0,0,1,692.438,468.482Z\" transform=\"translate(-673.026 -152.438)\" fill=\"#6AD0BC\"/>\n </g>\n <g id=\"Group_90\" data-name=\"Group 90\" transform=\"translate(0 6.447)\">\n <g id=\"Group_89\" data-name=\"Group 89\">\n <path id=\"Path_1417-622\" data-name=\"Path 1417\" d=\"M393.013,394.748c-33.577,0-60.894-27.514-60.894-61.334s27.317-61.334,60.894-61.334,60.894,27.514,60.894,61.334S426.59,394.748,393.013,394.748Zm0-120.671c-32.476,0-58.9,26.618-58.9,59.336s26.421,59.336,58.9,59.336,58.9-26.618,58.9-59.336S425.489,274.078,393.013,274.078Z\" transform=\"translate(391.2 -9.712)\" fill=\"#090814\"/>\n <path id=\"Path_1418-623\" data-name=\"Path 1418\" d=\"M175.3,112.182v60.909L225,142.22Z\" transform=\"translate(592.358 181.586)\" fill=\"#6AD0BC\"/>\n </g>\n <g id=\"Group_88\" data-name=\"Group 88\" transform=\"translate(0.001 -155.092)\">\n <path id=\"Path_1476-624\" data-name=\"Path 1476\" d=\"M951.757,412.759H714.427a1.835,1.835,0,1,1,0-3.67h237.33a1.835,1.835,0,1,1,0,3.67Z\" transform=\"translate(-49.707 173.94)\" fill=\"#e6e6e6\"/>\n <path id=\"Path_1479-625\" data-name=\"Path 1479\" d=\"M748.468,465.664a1,1,0,0,1-1-1v-18a1,1,0,0,1,2,0v18a1,1,0,0,1-1,1Z\" transform=\"translate(-49.707 173.94)\" fill=\"#ccc\"/>\n <path id=\"Path_1480-626\" data-name=\"Path 1480\" d=\"M829.968,465.664a1,1,0,0,1-1-1v-18a1,1,0,0,1,2,0v18a1,1,0,0,1-1,1Z\" transform=\"translate(-49.707 173.94)\" fill=\"#090814\"/>\n <path id=\"Path_1481-627\" data-name=\"Path 1481\" d=\"M836.968,465.664a1,1,0,0,1-1-1v-18a1,1,0,0,1,2,0v18a1,1,0,0,1-1,1Z\" transform=\"translate(-49.707 173.94)\" fill=\"#090814\"/>\n <path id=\"Path_1482-628\" data-name=\"Path 1482\" d=\"M763.148,465.989a2.313,2.313,0,0,1-1.16-.315l-11.894-8.022-.067-.042a2.267,2.267,0,0,1-1.059-1.948,2.3,2.3,0,0,1,1.16-2.009l11.8-7.965a2.319,2.319,0,0,1,3.539,1.972v16a2.329,2.329,0,0,1-2.32,2.324Zm-.1-2.01a.306.306,0,0,0,.26-.037.311.311,0,0,0,.16-.277v-16a.32.32,0,0,0-.48-.277l-11.8,7.965c-.2.117-.219.245-.219.314a.31.31,0,0,0,.16.277l.06.037Z\" transform=\"translate(-49.707 173.94)\" fill=\"#ccc\"/>\n <path id=\"Path_1483-629\" data-name=\"Path 1483\" d=\"M916.468,465.664a1,1,0,0,1-1-1v-18a1,1,0,0,1,2,0v18a1,1,0,0,1-1,1Z\" transform=\"translate(-49.707 173.94)\" fill=\"#ccc\"/>\n <path id=\"Path_1484-630\" data-name=\"Path 1484\" d=\"M901.77,465.985a2.272,2.272,0,0,1-1.141-.31,2.3,2.3,0,0,1-1.16-2.009v-16a2.32,2.32,0,0,1,3.48-2.009l11.919,8.039a2.262,2.262,0,0,1,1.1,1.972,2.3,2.3,0,0,1-1.126,1.989l-11.835,7.985a2.458,2.458,0,0,1-1.238.347Zm-.3-2.319a.32.32,0,0,0,.48.277l11.846-7.994a.337.337,0,0,0,.174-.284h0a.309.309,0,0,0-.16-.277l-11.92-8.039a.3.3,0,0,0-.261.037.31.31,0,0,0-.16.277Z\" transform=\"translate(-49.707 173.94)\" fill=\"#ccc\"/>\n <circle id=\"Ellipse_281\" data-name=\"Ellipse 281\" cx=\"12\" cy=\"12\" r=\"12\" transform=\"translate(718.761 572.864)\" fill=\"#090814\"/>\n </g>\n </g>\n </g>\n</svg>";
|
|
2
|
+
export default svg;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const svg = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 920.10876 411.95215\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" role=\"img\" artist=\"Katerina Limpitsouni\" source=\"https://undraw.co/\" style=\"width: 100%; height: 100%;\"><path d=\"M576.47229,654.02393H772.06284c7.72143,0,7.73422-12,0-12H576.47229c-7.72143,0-7.73422,12,0,12Z\" transform=\"translate(-139.94562 -244.02393)\" fill=\"#e6e6e6\"/><path d=\"M523.66535,393.25494H328.73176a7.77658,7.77658,0,0,0-7.76706,7.76724v38.72531C330.68844,439.97637,337,448,338.5294,457.74056v35.10668h.73832a.44433.44433,0,0,1,.44307.443v18.6806a.44433.44433,0,0,1-.44307.443h-.73832V625.32342c0,2.48077-.02488,7.00673-.02488,7.00673H523.66535a7.77669,7.77669,0,0,0,7.76723-7.76719V401.02218A7.77674,7.77674,0,0,0,523.66535,393.25494Z\" transform=\"translate(-139.94562 -244.02393)\" fill=\"#16006F\"/><path d=\"M885.84519,265.83414V477.73451H544.91447V384.43929a15.9929,15.9929,0,0,0-15.97754-15.97744H464.998V265.83414Z\" transform=\"translate(-139.94562 -244.02393)\" fill=\"#16006F\"/><path d=\"M906.895,507.60731H545.29517v-1.47665H905.4183V256.57552a11.08751,11.08751,0,0,0-11.07494-11.07494H452.0844a11.08751,11.08751,0,0,0-11.07493,11.07494V367.50509h-1.47666V256.57552a12.56574,12.56574,0,0,1,12.55159-12.55159h442.259A12.56573,12.56573,0,0,1,906.895,256.57552Z\" transform=\"translate(-139.94562 -244.02393)\" fill=\"#3f3d56\"/><path d=\"M872.63242,552.64537H545.29517v-1.47666H872.63242A32.82279,32.82279,0,0,0,905.4183,518.383V507.60731H545.29517v-1.47665H906.895V518.383A34.30125,34.30125,0,0,1,872.63242,552.64537Z\" transform=\"translate(-139.94562 -244.02393)\" fill=\"#3f3d56\"/><path d=\"M775.48478,625.00174c-18.24788-17.52212-30.252-40.38444-34.11085-72.35637H606.8847c-1.36825,29.91173-13.296,52.34479-34.8127,72.2775l-2.27343.07914c22.19931-20.11831,34.42669-42.71583,35.641-73.12453l.0283-.70877h137.2192l.07607.65289c3.78995,32.51355,16.04535,55.52328,34.74289,73.06176Z\" transform=\"translate(-139.94562 -244.02393)\" fill=\"#3f3d56\"/><path d=\"M528.58,655.54815H321.40678v-1.47666H528.58a15.995,15.995,0,0,0,15.97681-15.97682V384.77831A15.99478,15.99478,0,0,0,528.58,368.8015H321.40678a15.99476,15.99476,0,0,0-15.97672,15.97681v54.66734H303.9534V384.77831a17.47323,17.47323,0,0,1,17.45338-17.45347H528.58a17.47324,17.47324,0,0,1,17.45347,17.45347V638.09467A17.47325,17.47325,0,0,1,528.58,655.54815Z\" transform=\"translate(-139.94562 -244.02393)\" fill=\"#3f3d56\"/><path d=\"M424.99336,386.00664A5.00664,5.00664,0,1,1,430,380.99986,5.01247,5.01247,0,0,1,424.99336,386.00664Zm0-8.856a3.84938,3.84938,0,1,0,3.84938,3.84924A3.85374,3.85374,0,0,0,424.99336,377.15062Z\" transform=\"translate(-139.94562 -244.02393)\" fill=\"#3f3d56\"/><path d=\"M424.99336,649.88845a6.38845,6.38845,0,1,1,6.38846-6.38863A6.39589,6.39589,0,0,1,424.99336,649.88845Zm0-11.30025a4.9118,4.9118,0,1,0,4.9118,4.91162A4.91736,4.91736,0,0,0,424.99336,638.5882Z\" transform=\"translate(-139.94562 -244.02393)\" fill=\"#3f3d56\"/><path d=\"M319.32627,655.97607h-68.58A19.49526,19.49526,0,0,1,231.273,636.50265V458.91871a19.49517,19.49517,0,0,1,19.47315-19.47306h68.58022a19.49512,19.49512,0,0,1,19.47315,19.47306v31.7795a1.923,1.923,0,0,1,1.18167,1.77228l-.00009,20.67825a1.92291,1.92291,0,0,1-1.18158,1.77228V636.503A19.49531,19.49531,0,0,1,319.32627,655.97607ZM250.74614,440.9223a18.017,18.017,0,0,0-17.9965,17.99641V636.50265a18.017,18.017,0,0,0,17.99659,17.99677h68.58A18.01708,18.01708,0,0,0,337.32285,636.503V513.59181h.73833a.44357.44357,0,0,0,.44325-.44307l.00009-20.67825a.444.444,0,0,0-.44334-.44343h-.73833V458.91871a18.017,18.017,0,0,0-17.99649-17.99641Z\" transform=\"translate(-139.94562 -244.02393)\" fill=\"#3f3d56\"/><path d=\"M320.08225,445.05807h-8.952a6.64707,6.64707,0,0,1-6.15429,9.1575H265.68732a6.64709,6.64709,0,0,1-6.15429-9.15752h-8.36116a13.991,13.991,0,0,0-13.991,13.99095V636.37252a13.991,13.991,0,0,0,13.991,13.991h68.9104a13.991,13.991,0,0,0,13.991-13.991h0V459.049A13.991,13.991,0,0,0,320.08225,445.05807Z\" transform=\"translate(-139.94562 -244.02393)\" fill=\"#16006F\"/><path d=\"M1059.17526,655.6871H140.82474a.87912.87912,0,1,1,0-1.75823h918.35052a.87912.87912,0,1,1,0,1.75823Z\" transform=\"translate(-139.94562 -244.02393)\" fill=\"#3f3d56\"/><path d=\"M775.94091,655.27308H571.42365a15.50491,15.50491,0,1,1,0-31.00981H775.94091a15.50491,15.50491,0,0,1,0,31.00981ZM571.42365,625.73992a14.02825,14.02825,0,0,0,0,28.0565H775.94091a14.02825,14.02825,0,0,0,0-28.0565Z\" transform=\"translate(-139.94562 -244.02393)\" fill=\"#3f3d56\"/><polygon points=\"784.495 293.196 790.223 305.172 839.14 288.778 830.686 271.103 784.495 293.196\" fill=\"#ffb8b8\"/><path d=\"M907.50437,547.25409h41.721a0,0,0,0,1,0,0v16.1195a0,0,0,0,1,0,0H922.39123a14.88686,14.88686,0,0,1-14.88686-14.88686v-1.23264A0,0,0,0,1,907.50437,547.25409Z\" transform=\"translate(688.03055 1388.39573) rotate(-115.5616)\" fill=\"#2f2e41\"/><polygon points=\"772.964 400.141 786.231 399.693 786.789 348.049 771.237 348.967 772.964 400.141\" fill=\"#ffb8b8\"/><path d=\"M910.19853,639.76179h41.721a0,0,0,0,1,0,0v16.1195a0,0,0,0,1,0,0H925.08538a14.88686,14.88686,0,0,1-14.88686-14.88686v-1.23264A0,0,0,0,1,910.19853,639.76179Z\" transform=\"translate(1722.17248 1051.61914) rotate(180)\" fill=\"#2f2e41\"/><path d=\"M914.00089,636.40674a4.974,4.974,0,0,1-4.83032-3.78613c-7.26782-29.20118-34.31128-176.333-10.397-205.23l.20849-.252.31641-.08008c1.67895-.4248,33.325-10.22265,51.8938,5.0708l.21728.17872,10.33423,29.915,27.85864,41.3545a20.40321,20.40321,0,0,1-6.033,28.65381l-36.58227,23.08544a5.00875,5.00875,0,0,1-5.75293-.40527,5.06054,5.06054,0,0,1-1.50025-2.0918l-7.688-19.21972a5.02952,5.02952,0,0,1,2.40649-6.3291l17.1394-8.56983a3.67422,3.67422,0,0,0,1.83008-2.5039,2.95853,2.95853,0,0,0-1.029-2.543l-19.89575-17.15137a2.99979,2.99979,0,0,0-4.95654,2.38525l4.93212,130.20264a5.00239,5.00239,0,0,1-4.21679,5.12793L914.8,636.34326A5.04875,5.04875,0,0,1,914.00089,636.40674Z\" transform=\"translate(-139.94562 -244.02393)\" fill=\"#2f2e41\"/><path d=\"M948.32194,437.43652q-.1692,0-.3396-.01269l-49.616-3.67529a4.49311,4.49311,0,0,1-3.91406-5.97022A47.09244,47.09244,0,0,0,895.52823,400.46c-3.23169-12.7417-3.30786-36.4331-3.06591-49.4209a8.75319,8.75319,0,0,1,8.28125-8.522l.00024-.01758,1,.01221c8.08252.11328,22.91553.68994,35.05322,3.21533a18.38913,18.38913,0,0,1,14.65918,17.69971c.2749,12.0581.31543,28.37939-1.053,37.65722-1.15429,7.82715.978,22.8584,2.35157,31.12159a4.49779,4.49779,0,0,1-4.43286,5.23095Z\" transform=\"translate(-139.94562 -244.02393)\" fill=\"#3f3d56\"/><path d=\"M966.03451,484.73417a10.02474,10.02474,0,0,1-3.81052-14.892L939.3082,371.02393H956.633l20.22438,96.87052a10.07912,10.07912,0,0,1-10.82286,16.83972Z\" transform=\"translate(-139.94562 -244.02393)\" fill=\"#ffb8b8\"/><path d=\"M857.50412,381.72872l27.43545-25.95245,10.33581,14.47014L869.43585,392.9852,903.323,419.89553c.24477-.01653.48853-.03722.73784-.03722a10.85257,10.85257,0,1,1-10.74561,12.296l-.107.107-35.2694-30.56682A13.47074,13.47074,0,0,1,857.50412,381.72872Z\" transform=\"translate(-139.94562 -244.02393)\" fill=\"#ffb8b8\"/><path d=\"M941.1337,377.3559a4.47022,4.47022,0,0,1-4.05249-2.55371,52.813,52.813,0,0,1-4.46777-14.57031c-1.18994-8.24414,4.54248-13.14844,10.37207-14.2168,5.67065-1.03955,12.57764,1.45361,14.34326,9.38281a20.4515,20.4515,0,0,1,.34229,2.03223c.70678,6.01074,1.37207,10.68555,1.97729,13.89551a4.49484,4.49484,0,0,1-4.19849,5.32031l-14.08618.7041Q941.24833,377.35591,941.1337,377.3559Z\" transform=\"translate(-139.94562 -244.02393)\" fill=\"#3f3d56\"/><circle cx=\"781.54395\" cy=\"59.98149\" r=\"30\" fill=\"#2f2e41\"/><circle cx=\"781.72505\" cy=\"67.76889\" r=\"24.56103\" fill=\"#ffb8b8\"/><path d=\"M878.07755,365.40288a4.47023,4.47023,0,0,1-1.26223-4.62071,52.813,52.813,0,0,1,6.55053-13.76029c4.69282-6.88181,12.23248-6.62434,17.25206-3.47326,4.88294,3.06494,8.2905,9.56962,4.23488,16.6082a20.45263,20.45263,0,0,1-1.12072,1.72948c-3.54,4.90884-6.20806,8.80474-7.93065,11.58013a4.49483,4.49483,0,0,1-6.68988,1.08563l-10.86048-8.99812Q878.16205,365.48032,878.07755,365.40288Z\" transform=\"translate(-139.94562 -244.02393)\" fill=\"#3f3d56\"/><path d=\"M915.66229,277.21285c-6.03677-3.602-7.34375-12.57182-3.74723-18.61186s10.86483-9.19077,17.89148-9.39843c10.037-.29663,19.7303,4.70092,26.75606,11.875s11.66158,16.35735,15.19438,25.75674,6.06848,19.148,9.54978,28.5666c1.78642,4.8331,3.98607,9.79571,8.07262,12.93423s10.58267,3.70466,14.0761-.083c-.01315,6.0611-4.6599,11.57084-10.42318,13.44744s-12.28286.45949-17.33524-2.88871c-8.76483-5.80843-12.99675-16.41134-15.41565-26.64409s-3.61026-20.9553-8.47365-30.27773c-2.015-3.86257-4.77616-7.53174-8.66146-9.50262s-9.06133-1.84146-12.18669,1.19368c-1.44761,1.40582-2.385,3.32275-4.02776,4.49463a8.04651,8.04651,0,0,1-7.03634.73265,23.801,23.801,0,0,1-6.36213-3.59\" transform=\"translate(-139.94562 -244.02393)\" fill=\"#2f2e41\"/><path d=\"M896.02042,295.19761a29.38292,29.38292,0,0,0,42.12117,5.2576c2.3848-1.94028,4.5998-4.61419,4.45022-7.68494-.15322-3.14529-2.72407-5.61565-5.349-7.35527a34.48446,34.48446,0,0,0-23.40409-5.3776c-4.675.62823-9.36382,2.33216-12.67459,5.69216s-4.96042,8.58574-3.25265,12.98281\" transform=\"translate(-139.94562 -244.02393)\" fill=\"#2f2e41\"/></svg>";
|
|
2
|
+
export default svg;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const svg = "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<svg\n \n \n viewBox=\"0 0 637.95669 480\"\n role=\"img\"\n artist=\"Katerina Limpitsouni\"\n source=\"https://undraw.co/\"\n version=\"1.1\"\n id=\"svg23\"\n sodipodi:docname=\"tk-success.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=\"defs23\" />\n <sodipodi:namedview\n id=\"namedview23\"\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.61061617\"\n inkscape:cx=\"302.97265\"\n inkscape:cy=\"12.282675\"\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=\"svg23\" />\n <path\n d=\"M784.97835,518c-75.14014,0-134-13.6167-134-31,0-10.42188,20.856-19.7207,57.22-25.51123a1,1,0,1,1,.31445,1.9751C674.25789,468.919,652.97835,477.9375,652.97835,487c0,15.71973,60.44848,29,132,29s132-13.28027,132-29c0-9.10059-21.41553-18.14111-55.88965-23.59277a1.00008,1.00008,0,0,1,.3125-1.97559c36.59106,5.78662,57.57715,15.106,57.57715,25.56836C918.97835,504.3833,860.11848,518,784.97835,518Z\"\n transform=\"translate(-281.02165 -210)\"\n fill=\"#ccc\"\n id=\"path1\" />\n <path\n d=\"M718.49983,523.83838a76.98277,76.98277,0,0,0,133.1499-.33551A1211.97868,1211.97868,0,0,1,718.49983,523.83838Z\"\n transform=\"translate(-281.02165 -210)\"\n fill=\"#e6e6e6\"\n id=\"path2\"\n style=\"fill:#16006f;fill-opacity:1\" />\n <path\n d=\"M859.02034,502.12292a76.997,76.997,0,1,0-147.85742.79908A572.23317,572.23317,0,0,0,859.02034,502.12292Z\"\n transform=\"translate(-281.02165 -210)\"\n fill=\"#e6e6e6\"\n id=\"path3\"\n style=\"fill:#16006f;fill-opacity:1\" />\n <path\n d=\"M400.47835,219a9,9,0,1,0-12.5,8.29388V274h7V227.29388A9.00223,9.00223,0,0,0,400.47835,219Z\"\n transform=\"translate(-281.02165 -210)\"\n fill=\"#ccc\"\n id=\"path4\"\n style=\"fill:#33314b;fill-opacity:1\" />\n <path\n d=\"M450.98128,443h-.00293a20.02122,20.02122,0,0,1-19.9856-20.771c.40088-10.603,9.58106-19.229,20.46436-19.229h54.94458l45.2124-20.01514a5.00688,5.00688,0,0,1,6.596,2.54737l12.14428,27.43261a5.0062,5.0062,0,0,1-2.54785,6.59571L523.275,439.27441a35.4,35.4,0,0,1-14.00171,3.04639Z\"\n transform=\"translate(-281.02165 -210)\"\n fill=\"#ccc\"\n id=\"path5\"\n style=\"fill:#33314b;fill-opacity:1\" />\n <path\n d=\"M317.79549,548.34277a4.59492,4.59492,0,0,1-.77759-.0664L287.44783,543.23h.00024a4.49921,4.49921,0,0,1-3.65893-5.30127l23.14551-118.05078a19.49983,19.49983,0,0,1,38.44189,6.57227L322.191,544.70654A4.46977,4.46977,0,0,1,317.79549,548.34277Z\"\n transform=\"translate(-281.02165 -210)\"\n fill=\"#ccc\"\n id=\"path6\"\n style=\"fill:#33314b;fill-opacity:1\" />\n <circle\n cx=\"20.95669\"\n cy=\"346\"\n r=\"18\"\n fill=\"#e6e6e6\"\n id=\"circle6\"\n style=\"fill:#33314b;fill-opacity:1\" />\n <circle\n cx=\"108.27953\"\n cy=\"124.67717\"\n r=\"67\"\n fill=\"#e6e6e6\"\n id=\"circle7\" />\n <circle\n cx=\"108.27953\"\n cy=\"124.67717\"\n r=\"67\"\n fill=\"#e6e6e6\"\n id=\"circle8\"\n style=\"fill:#33314b;fill-opacity:1\" />\n <circle\n cx=\"108.27953\"\n cy=\"124.67717\"\n r=\"51\"\n fill=\"#6AD0BC\"\n id=\"circle9\"\n style=\"fill:#ffffff;fill-opacity:1\" />\n <path\n d=\"M395.26365,356.0861c-3.30591-.0918-7.42029-.20654-10.59-2.522a8.13275,8.13275,0,0,1-3.20007-6.07276,5.47084,5.47084,0,0,1,1.86035-4.49315c1.65552-1.39893,4.073-1.72706,6.67823-.96143L387.313,322.3112l1.98144-.27149,3.17322,23.19-1.65466-.75928c-1.91834-.87988-4.55164-1.32764-6.188.05517a3.51516,3.51516,0,0,0-1.15271,2.89551,6.14684,6.14684,0,0,0,2.38122,4.52783c2.46668,1.80176,5.74622,2.03418,9.46582,2.13819Z\"\n transform=\"translate(-281.02165 -210)\"\n fill=\"#2f2e41\"\n id=\"path9\" />\n <rect\n x=\"85.72051\"\n y=\"114.01237\"\n width=\"10.77161\"\n height=\"2\"\n fill=\"#2f2e41\"\n id=\"rect9\" />\n <rect\n x=\"119.72051\"\n y=\"114.01237\"\n width=\"10.77161\"\n height=\"2\"\n fill=\"#2f2e41\"\n id=\"rect10\" />\n <path\n d=\"M354.97835,335a51.01141,51.01141,0,0,1,43.26806-50.41675A50.99376,50.99376,0,1,0,397.4427,385.275,51.00412,51.00412,0,0,1,354.97835,335Z\"\n transform=\"translate(-281.02165 -210)\"\n opacity=\"0.2\"\n id=\"path10\" />\n <path\n d=\"M440.3011,548.5h-102a16.51868,16.51868,0,0,1-16.5-16.5V417a16.51868,16.51868,0,0,1,16.5-16.5h15.5V405a11.51294,11.51294,0,0,0,11.5,11.5h48a11.51294,11.51294,0,0,0,11.5-11.5v-4.5h15.5a16.51868,16.51868,0,0,1,16.5,16.5V532A16.51868,16.51868,0,0,1,440.3011,548.5Z\"\n transform=\"translate(-281.02165 -210)\"\n fill=\"#e6e6e6\"\n id=\"path11\"\n style=\"fill:#3f3d56;fill-opacity:1\" />\n <path\n d=\"M453.98714,659H413.97835V612.811l-52.251-80.11622,33.50439-21.85107,52.02247,79.76758a36.18943,36.18943,0,0,1,5.8789,19.16455Z\"\n transform=\"translate(-281.02165 -210)\"\n fill=\"#e6e6e6\"\n id=\"path12\"\n style=\"fill:#3f3d56;fill-opacity:1\" />\n <path\n d=\"M383.47835,689.5h-39v-117h39Z\"\n transform=\"translate(-281.02165 -210)\"\n fill=\"#e6e6e6\"\n id=\"path13\"\n style=\"fill:#3f3d56;fill-opacity:1\" />\n <path\n d=\"M432.3011,583.5h-86a8.50951,8.50951,0,0,1-8.5-8.5V543a8.50951,8.50951,0,0,1,8.5-8.5h86a8.50951,8.50951,0,0,1,8.5,8.5v32A8.50951,8.50951,0,0,1,432.3011,583.5Z\"\n transform=\"translate(-281.02165 -210)\"\n fill=\"#e6e6e6\"\n id=\"path14\"\n style=\"fill:#3f3d56;fill-opacity:1\" />\n <path\n d=\"M460.97835,677.5h-46.5v-31h46.5a15.5,15.5,0,0,1,0,31Z\"\n transform=\"translate(-281.02165 -210)\"\n fill=\"#ccc\"\n id=\"path15\"\n style=\"fill:#33314b;fill-opacity:1\" />\n <path\n d=\"M390.97835,689.5h-46.5v-31h46.5a15.5,15.5,0,0,1,0,31Z\"\n transform=\"translate(-281.02165 -210)\"\n fill=\"#ccc\"\n id=\"path16\"\n style=\"fill:#33314b;fill-opacity:1\" />\n <path\n d=\"M437.97835,451.5h-37a3.5,3.5,0,0,1,0-7h37a3.5,3.5,0,0,1,0,7Z\"\n transform=\"translate(-281.02165 -210)\"\n fill=\"#fff\"\n id=\"path17\" />\n <path\n d=\"M437.97835,464h-37a3.5,3.5,0,0,1,0-7h37a3.5,3.5,0,0,1,0,7Z\"\n transform=\"translate(-281.02165 -210)\"\n fill=\"#fff\"\n id=\"path18\" />\n <path\n d=\"M501.02165,690h-219a1,1,0,0,1,0-2h219a1,1,0,1,1,0,2Z\"\n transform=\"translate(-281.02165 -210)\"\n fill=\"#3f3d56\"\n id=\"path19\" />\n <circle\n cx=\"291.95669\"\n cy=\"184\"\n r=\"18\"\n fill=\"#e6e6e6\"\n id=\"circle19\"\n style=\"fill:#33314b;fill-opacity:1\" />\n <path\n d=\"M578.47835,466.5a6.00672,6.00672,0,0,1-6-6v-216a6,6,0,0,1,12,0v216A6.00672,6.00672,0,0,1,578.47835,466.5Z\"\n transform=\"translate(-281.02165 -210)\"\n fill=\"#3f3d56\"\n id=\"path20\" />\n <path\n d=\"M760.6385,240.34c-5.27-4.61005-23.37011-18.96-46.72021-21.58-17.46973-1.95-37.87988,2.66-58.04981,22.84-16.18017,16.18005-31.43994,23.85-45.35986,22.81-14.21045-1.06994-23.66016-11.17-28.03027-17.1a2.44334,2.44334,0,0,0-2.77-.88,2.46966,2.46966,0,0,0-1.73,2.38v74.66a2.50928,2.50928,0,0,0,1.43017,2.26c5.44971,2.58,25.07959,11.15,44.83985,11.15,11.58984,0,23.23974-2.95,32.08007-11.8.08985-.09.16993-.17005.25977-.25,15.66016-15.24,50.18018-12.11005,75.37012-7.13,10.41992,2.06,19.24023,4.43,24.47021,5.95a4.4928,4.4928,0,0,0,5.73975-4.32v-75.6A4.51348,4.51348,0,0,0,760.6385,240.34Z\"\n transform=\"translate(-281.02165 -210)\"\n fill=\"#6AD0BC\"\n id=\"path21\" />\n <circle\n cx=\"519.95669\"\n cy=\"234\"\n r=\"9\"\n fill=\"#fff\"\n id=\"circle21\" />\n <circle\n cx=\"503.95669\"\n cy=\"333\"\n r=\"9\"\n fill=\"#fff\"\n id=\"circle22\" />\n <circle\n cx=\"474.95669\"\n cy=\"265\"\n r=\"15\"\n fill=\"#fff\"\n id=\"circle23\" />\n</svg>";
|
|
2
|
+
export default svg;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const svg = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 844.6701 630.24829\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" role=\"img\" artist=\"Katerina Limpitsouni\" source=\"https://undraw.co/\" style=\"width: 100%; height: 100%;\"><path d=\"M839.46184,39.15464H300.98025c-1.18265-.02612-2.12021-1.00603-2.09409-2.18867,.0253-1.14589,.94818-2.0688,2.09409-2.0941H839.46184c1.18268,.02612,2.12024,1.00603,2.09412,2.18867-.02533,1.14589-.94824,2.0688-2.09412,2.0941Z\" fill=\"#e6e6e6\"/><path d=\"M395.81191,259.20912h217.25076c.55225,0,.99994,.44766,.99994,.99991v126.32349c0,.55225-.44769,.99994-.99994,.99994h-217.25076v-128.32333h0Z\" fill=\"#e6e6e6\"/><path d=\"M612.80742,388.2152l-217.28168-128.03711,.57233-1.93799,217.28174,128.03717c.53516,.15802,.84082,.71997,.6828,1.25513h0c-.15802,.53516-.71997,.84088-1.25513,.6828h-.00006Z\" fill=\"#fff\"/><path d=\"M396.09801,388.5014l-.57233-1.93799,217.28174-128.03708c.53516-.15808,1.09711,.14758,1.25519,.68274v.00006h0c.15802,.53516-.14764,1.09708-.6828,1.25513l-217.2818,128.03714Z\" fill=\"#fff\"/><rect x=\"416.51073\" y=\"132.83949\" width=\"176.60852\" height=\"9.46095\" rx=\"4.73047\" ry=\"4.73047\" fill=\"#e6e6e6\"/><rect x=\"394.04098\" y=\"162.37081\" width=\"221.548\" height=\"9.46095\" rx=\"4.73047\" ry=\"4.73047\" fill=\"#e6e6e6\"/><rect x=\"394.04098\" y=\"191.90211\" width=\"221.548\" height=\"9.46095\" rx=\"4.73047\" ry=\"4.73047\" fill=\"#16006F\"/><path d=\"M811.9749,291.59402c-.0166,36.5195-23.09503,69.04623-57.55945,81.12424-.73193,.26254-1.46387,.50122-2.20374,.73199-45.20367,14.45111-93.56342-10.47873-108.01453-55.6824-14.45111-45.20367,10.4787-93.56345,55.68237-108.01456s93.56342,10.47876,108.01459,55.6824c2.70337,8.4563,4.07996,17.28046,4.08075,26.15836v-.00003Z\" fill=\"#e6e6e6\"/><path d=\"M610.82024,203.26077c-.34583,3.98294,2.6026,7.4921,6.58551,7.83792,.42468,.0369,.85181,.03619,1.27637-.00211l10.58148,23.44745,7.14471-11.29828-11.14374-20.534c-.625-3.9707-4.35059-6.68292-8.32129-6.05789-3.32239,.52295-5.85376,3.25436-6.12305,6.6069Z\" fill=\"#ffb6b6\"/><path d=\"M715.09838,291.56216c-.15399-.69296-.35059-1.37579-.58868-2.04456-1.51666-4.30963-4.60547-7.88721-8.64783-10.01624-.09546-.05569-.19891-.11139-.29437-.15912l-48.33881-24.52744-4.28815-8.36139-17.32751-33.7561-4.24835,1.26501-10.0401,2.9834-.23071,.06366,16.64331,56.00809,3.81873,2.9277,43.25513,33.07974,1.40814,1.082c7.18573,5.48517,17.30267,4.88989,23.79553-1.40015,.64752-.62106,1.24597-1.29135,1.78998-2.00485,3.29828-4.30405,4.5058-9.85449,3.2937-15.13977Z\" fill=\"#16006F\"/><path d=\"M741.97271,353.07562l-.25458-9.22858-.73193-26.763c2.64923-17.1286,4.52679-19.03-8.25-30.74084-.98718-.21167-1.83929-.8298-2.34692-1.70248-1.16156-2.37085,1.63092-6.39642-.77966-12.5939l-19.02203,1.08994-4.72571,6.36456-19.01416,25.61737c-.745,1.26651-1.4248,2.57028-2.03668,3.90622-8.13867,17.67758,2.89587,27.07327,3.75513,28.68826l5.26666,16.58765,2.90387,16.0864,.93878,2.23553,2.64923,.97064c16.90057,5.27795,35.01587,5.22797,51.88708-.14319-2.83936-7.06497-6.26428-13.88022-10.23907-20.37457Z\" fill=\"#16006F\"/><path d=\"M778.8153,418.13494c1.62732-3.65173-.01379-7.93121-3.66553-9.55853-.38934-.17352-.79327-.31232-1.20709-.41473l-2.34601-25.61731-10.44208,8.34637,3.82874,23.047c-.70569,3.95715,1.93011,7.73712,5.88727,8.44287,3.3111,.59045,6.59558-1.16473,7.9447-4.24567Z\" fill=\"#ffb6b6\"/><path d=\"M742.43419,292.52481c-2.75873-4.1738-7.11597-7.02582-12.04492-7.88406-1.05536-.19107-2.12567-.28693-3.19818-.28644-3.57446,.00052-7.06952,1.05484-10.04797,3.03113-.94489,.62357-1.82684,1.33768-2.6333,2.13217-7.22998,7.00238-7.41443,18.53998-.41205,25.76993l.00629,.0065,27.61426,28.55301,10.06403,10.40607,2.6333,18.46515,4.04944,28.40985,4.42334,.19092,10.46973,.46143,.23865,.008,1.74231-39.81033,.81146-18.56061-33.71637-50.8927Z\" fill=\"#16006F\"/><path d=\"M704.69835,228.37741c-6.72516,13.25534-2.33197,28.60931,10.14764,36.68341,13.49487,8.73093,31.01611,6.81921,36.68341-10.14767,6.3111-18.89435,1.12634-26.99988-10.14764-36.68341-13.21191-11.34802-29.41699-4.17441-36.68341,10.14767Z\" fill=\"#2f2e41\"/><path d=\"M737.80352,257.90609c-7.13275,9.34955-20.49426,11.14664-29.84381,4.01392-9.33746-7.1235-11.14392-20.46234-4.03754-29.81284l.18475-.24268c7.34027-9.18753,20.73865-10.68506,29.92621-3.34479,8.97852,7.17325,10.64484,20.17703,3.76508,29.38239l.00531,.004Z\" fill=\"#ffb6b6\"/><path d=\"M698.18102,226.23123c3.46045,3.29269,7.67841,5.68271,12.28143,6.95901,.92273-1.06738,2.01654-1.97385,3.23669-2.68231-.58411,1.21518-.98438,2.51041-1.18781,3.84323,2.05298,4.26053,10.43768,7.32269,18.45142,10.45508l10.61432-18.73242-14.04932-7.96072c-11.289-7.80475-24.57874-4.47366-29.34674,8.11813Z\" fill=\"#2f2e41\"/><path d=\"M749.58367,218.25323c2.08191-.76715,4.41077-.42709,6.18634,.90338,1.71045,1.30029,3.09332,2.98233,4.03833,4.9119,1.71838,3.12204,2.953,6.48685,3.66156,9.9794,.60602,3.02145,.50342,6.67438-2.20752,8.25113-2.26202,1.3157-5.49634,.48727-7.57538-1.26859-1.92682-1.84222-3.38843-4.11581-4.26447-6.63354-1.01428-2.40955-1.97382-4.90793-3.77661-6.90906l1.87299,.87442c-.59204-1.79739-.86786-3.68387-.81531-5.57553,.0871-1.91531,1.18329-3.64081,2.88007-4.53351Z\" fill=\"#2f2e41\"/><path d=\"M725.28393,220.70834l15.07263,8.54056c8.48724,4.80911,11.46893,15.58795,6.65985,24.0752h0c-6.97107,12.30002-22.15222,17.28207-35.05591,11.50446l13.77313-12.15863-18.6842,9.51978-3.98926-2.26041c20.03845-3.64343,23.90393-19.36194,22.22375-39.22095Z\" fill=\"#2f2e41\"/><path d=\"M753.75713,235.71908c2.53668,2.95328,6.50836,4.10126,10.09119,5.63812,12.83752,5.63181,22.06708,17.23804,24.66315,31.01407,.99054,5.52701,.86102,11.24835,2.4256,16.63647,1.5553,5.38812,5.40662,10.67444,10.93359,11.6095,3.74017,.63879,7.48962-.80545,11.00763-2.2312,1.93494-.77762,3.86981-1.55838,5.80475-2.34222-2.01825-5.06415-4.03339-10.12823-6.04541-15.19229,3.2337,4.77917,6.99445,9.17966,11.21136,13.11853,6.9342-2.7959,13.87451-5.5918,20.82111-8.38773-17.09015,.06482-14.17389-16.52539-17.99744-33.17114-2.10156-9.14685-19.99713-15.34042-23.50592-24.04288-5.48029-13.64365-20.98334-20.26138-34.62701-14.78107-5.87927,2.36154-10.72357,6.74246-13.66235,12.3555-3.50885,1.39795-3.61066,6.86017-1.12024,9.77634Z\" fill=\"#2f2e41\"/><path d=\"M257.30968,395.97247c-3.20206-4.05475-2.51083-9.9375,1.54391-13.13959,.39273-.31012,.80975-.58826,1.24698-.83173l-4.88062-46.37146,12.49438-4.50345,5.39407,55.1185c2.16846,4.68152,.13116,10.23456-4.55035,12.40295-3.91721,1.81445-8.56744,.70844-11.24838-2.67517v-.00006Z\" fill=\"#ffb6b6\"/><path d=\"M250.62816,225.96145s20.28299,9.89639,20.34885,21.53079,1.746,22.15723,.15872,26.65887,4.03357,37.22287,1.4024,40.46326,2.78964,4.89874-.05884,10.44424-4.10974,6.58942-3.06586,7.85068,2.57727,25.30099,2.57727,25.30099l-16.71341,2.09-17.77936-77.59161,13.13022-56.74722Z\" fill=\"#3f3d56\"/><path d=\"M154.17156,400.68304c3.80133-3.49908,4.04636-9.41724,.5473-13.21857-.33899-.36823-.70697-.70868-1.1004-1.01807l12.13101-45.02191-11.62799-6.41714-14.01721,53.57852c-2.87949,4.28107-1.74329,10.08582,2.53778,12.96527,3.58212,2.40942,8.34863,2.05048,11.52954-.86816l-.00003,.00006Z\" fill=\"#ffb6b6\"/><path d=\"M187.5754,233.85211s-21.58966,6.57455-23.48911,18.05301-5.21771,21.6048-4.36008,26.30038-9.85211,36.12131-7.76477,39.73599-3.52713,4.39761-1.58865,10.32291,3.01938,7.155,1.7897,8.23587-6.53427,24.57819-6.53427,24.57819l16.17484,4.69907,29.79099-73.81778-4.01865-58.10764Z\" fill=\"#3f3d56\"/><polygon points=\"270.48699 602.1089 284.88698 602.10792 291.738 546.56391 270.48498 546.56489 270.48699 602.1089\" fill=\"#ffb6b6\"/><path d=\"M289.67931,603.40508v-9.76245l-3.78574,.23126-15.41046,.91296-3.56656,.21912-2.72665,32.69562-.14606,1.75287h10.22491l.3287-1.74066,1.48499-7.91217,3.83438,7.91217,.8399,1.74066h27.10834c3.35727-.02124,6.07172-2.74115,6.08627-6.09845,1.14432-5.34393-21.39932-16.89563-24.27203-19.95093Z\" fill=\"#2f2e41\"/><polygon points=\"101.77999 586.43391 114.30499 593.53993 147.67399 548.61091 129.18899 538.12391 101.77999 586.43391\" fill=\"#ffb6b6\"/><path d=\"M117.83901,597.02661l4.80817-8.48431-3.38394-1.66766-13.86459-6.80444-3.21356-1.5824-15.78781,23.11572-3.71268,5.42889,4.19955,2.38586,4.68649,2.66577,6.354-7.49829-.70599,10.69965,22.14191,12.57428h.01218l1.42422,.80334c2.9281,1.6543,6.64273,.62482,8.30164-2.30066,3.62753-4.08984-10.27359-25.24579-11.25958-29.33575Z\" fill=\"#2f2e41\"/><path d=\"M199.02364,329.45501c-31.91611,1.14673-43.13263,131.27441-33.38629,133.63452l-45.48328,84.76471,64.73886,29.01984,42.56693-147.80182,7.09448,54.39105-9.45932,86.31628,41.84613,10.11975,28.94394-2.06744c-7.521-102.88745-26.29919-211.40192-41.86145-253.37689l-55,5Z\" fill=\"#2f2e41\"/><path d=\"M184.37234,338.57876l-.20999,.79001c20.39999,11.35001,34.33044,8.92169,56.63046,2.0517l16.27957-3.42169c3.55319-4.63348,.65738-9.16544-3.27957-13.57831l9.75955-80.27167c-.06564-10.39984-8.54959-18.77734-18.94943-18.7117-.42731,.00269-.85443,.01993-1.28058,.0517l-14.66-10.85999-20.87,.72-13.95999,15.42001-8.34,2.98001-6.48001,2.31c-1.31,1.17999-2.73999,2.54001-4.10999,4.04001l10.25,61,4.35999,18.23999c-5.84454,6.66379-9.06464,13.16849-5.14001,19.23993Z\" fill=\"#3f3d56\"/><path d=\"M65.97402,619.37982c-15.18625-1.80811-28.74501-10.37433-36.89941-23.3125-5.23584-8.49121-7.9375-18.5752-10.55029-28.32715-.76076-2.83789-1.54688-5.77246-2.37939-8.60156-1.92578-6.32465,.1898-13.18469,5.34326-17.32617,4.98201-4.17596,12.00356-4.90057,17.7334-1.83008l.61133,.32422,1.07129,24.07812c1.5874-3.22559,5.0708-10.5127,7.83057-17.78906l.23145-.60938,.52881,.38184c5.54837,3.98615,10.57274,8.65503,14.95459,13.89648,15.65994,19.0379,22.15289,44.00043,17.75391,68.25586l-.1333,.71387-16.09619-9.85449Z\" fill=\"#f2f2f2\"/><path d=\"M0,629.05828c-.00195,.65527,.52766,1.18805,1.18292,1.19H843.48003c.65723,0,1.19-.53278,1.19-1.19s-.53278-1.19-1.19-1.19H1.19001c-.65529-.00195-1.18806,.52771-1.19,1.18298v.00702Z\" fill=\"#ccc\"/><path id=\"b-9625\" d=\"M247.90838,200.93521l.02054-.00537c2.2728-.6015,3.62769-2.93155,3.02621-5.20438l-6.06329-22.97c-1.08231-4.11636-2.98126-7.97308-5.58395-11.34082-5.08978-6.56921-12.51831-10.92087-20.73746-12.14807-4.24207-.62857-8.56747-.39169-12.71555,.69629-16.97018,4.45108-21.70999,10.06369-22.66782,38.78662s6.07254,23.005,6.07254,23.005c.14551,.5538,.40109,1.07263,.75146,1.52551,.68546,.88293,1.68555,1.46686,2.79138,1.62982,.56723,.08304,1.14539,.05121,1.70007-.0936,21.19214-2.18152,42.65457-4.168,53.40927-13.88184l-.00342,.00082Z\" fill=\"#2f2e41\"/><path id=\"c-9626\" d=\"M198.08202,176.68508c-3.11005,12.55374,4.54559,25.25177,17.09933,28.36182,6.01666,1.49057,12.37885,.53488,17.69205-2.65753,5.31174-3.16888,9.13412-8.332,10.61438-14.33743,3.09973-12.5563-4.56635-25.24805-17.12265-28.34778-6.00168-1.4816-12.34573-.53-17.64856,2.64728-5.31866,3.16425-9.14856,8.32675-10.63431,14.3345l-.00024-.00085Z\" fill=\"#ffb6b6\"/><path id=\"d-9627\" d=\"M252.67061,172.70178c-.8562-3.25549-2.35809-6.30563-4.41647-8.96918-2.92413-7.28979-7.51099-13.18179-16.39832-9.60471-3.33337-.49261-6.73175-.30972-9.99301,.53778l-4.60349,1.19052c-.05173,.01334-.10339,.02682-.155,.0405-13.3862,3.54233-21.36624,17.26559-17.82391,30.65179h0l.12143,.46008,9.73611-2.52802,.87057-10.14017,3.11356,9.10767,5.02921-1.3038,.43835-5.11563,1.57089,4.59167c9.53577,3.7048,20.58755,.02933,32.62753-8.45642l-.11746-.4621Z\" fill=\"#2f2e41\"/><path id=\"e-9628\" d=\"M230.33321,204.8002c.3483,.70236,.49252,1.48837,.41623,2.26865-.03641,.39865-.12851,.79025-.27362,1.16333-.12454,.31812-.28625,.62039-.48178,.90054-.57983,.82767-1.43561,1.42163-2.41382,1.67532-.06104,.01553-.12238,.02988-.18399,.04309s-.12363,.02502-.186,.0354c-.06281,.01111-.12579,.02048-.18893,.02802-.06314,.0076-.12686,.01401-.19119,.01941l-3.61752,.28381-7.43573-8.90265,2.45599,9.30408-16.43982,1.31732-10.42206-39.48254,26.34338-6.81863-.45099,.92712c-1.48984,3.10461-2.09424,6.56012-1.7467,9.98611,.36884,3.46564,1.32874,6.84244,2.8381,9.98386,1.50195,3.18536,3.30627,6.21918,5.38812,9.05966,1.82971,2.52026,3.80307,4.93301,5.91034,7.22626,.27145,.29388,.50034,.62439,.67999,.98184Z\" fill=\"#2f2e41\"/><g><ellipse cx=\"360.75838\" cy=\"8.64507\" rx=\"8.45661\" ry=\"8.64507\" fill=\"#3f3d56\"/><ellipse cx=\"389.97213\" cy=\"8.64507\" rx=\"8.45661\" ry=\"8.64507\" fill=\"#3f3d56\"/><ellipse cx=\"419.18588\" cy=\"8.64507\" rx=\"8.45661\" ry=\"8.64507\" fill=\"#3f3d56\"/><path d=\"M452.4973,15.47786c-.25977,0-.51904-.10059-.71484-.30078l-5.70605-5.83301c-.38037-.38867-.38037-1.00977,0-1.39844l5.70605-5.83252c.38721-.39453,1.021-.40088,1.41406-.01562,.39502,.38623,.40186,1.01953,.01562,1.41406l-5.02197,5.1333,5.02197,5.13379c.38623,.39453,.37939,1.02783-.01562,1.41406-.19434,.19043-.44678,.28516-.69922,.28516Z\" fill=\"#3f3d56\"/><path d=\"M462.08568,15.47786c-.25244,0-.50488-.09473-.69922-.28516-.39502-.38623-.40186-1.01904-.01562-1.41406l5.02148-5.13379-5.02148-5.1333c-.38623-.39453-.37939-1.02783,.01562-1.41406,.39404-.38672,1.02783-.37939,1.41406,.01562l5.70557,5.83252c.38037,.38867,.38037,1.00977,0,1.39844l-5.70557,5.83301c-.1958,.2002-.45508,.30078-.71484,.30078Z\" fill=\"#3f3d56\"/><path d=\"M760.59551,1.0009h-10.60999c-1.21002,0-2.19,.97998-2.19,2.19V13.8109c0,1.21002,.97998,2.19,2.19,2.19h10.60999c1.21002,0,2.20001-.97998,2.20001-2.19V3.1909c0-1.21002-.98999-2.19-2.20001-2.19Z\" fill=\"#3f3d56\"/><path d=\"M734.59551,1.0009h-10.60999c-1.21002,0-2.19,.97998-2.19,2.19V13.8109c0,1.21002,.97998,2.19,2.19,2.19h10.60999c1.21002,0,2.20001-.97998,2.20001-2.19V3.1909c0-1.21002-.98999-2.19-2.20001-2.19Z\" fill=\"#3f3d56\"/><path d=\"M785.09551,1.5009h-10.60999c-1.21002,0-2.19,.97998-2.19,2.19V14.3109c0,1.21002,.97998,2.19,2.19,2.19h10.60999c1.21002,0,2.20001-.97998,2.20001-2.19V3.6909c0-1.21002-.98999-2.19-2.20001-2.19Z\" fill=\"#3f3d56\"/><path d=\"M625.17381,5.54088h-84.81c-1.48004,0-2.67004,1.20001-2.67004,2.67004s1.19,2.66998,2.67004,2.66998h84.81c1.46997,0,2.66998-1.20001,2.66998-2.66998s-1.20001-2.67004-2.66998-2.67004Z\" fill=\"#3f3d56\"/></g></svg>";
|
|
2
|
+
export default svg;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const svg = "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<svg\n \n \n viewBox=\"0 0 690 448.7592\"\n role=\"img\"\n artist=\"Katerina Limpitsouni\"\n source=\"https://undraw.co/\"\n version=\"1.1\"\n id=\"svg44\"\n sodipodi:docname=\"undraw_fixing-bugs_13mt.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=\"defs44\" />\n <sodipodi:namedview\n id=\"namedview44\"\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.32656241\"\n inkscape:cx=\"829.85669\"\n inkscape:cy=\"-38.277523\"\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=\"svg44\" />\n <path\n d=\"M323.01987,598.15781c9.40825,3.28851,18.903,6.61425,27.49226,11.75558,7.698,4.60786,14.553,10.81187,18.88231,18.7569a33.35556,33.35556,0,0,1,4.12583,13.85861c.06251,1.01759,1.65458,1.02469,1.59164,0-.55661-9.061-4.97238-17.353-11.087-23.91075-6.704-7.18984-15.39158-12.10041-24.3611-15.91043-5.31821-2.259-10.76859-4.17895-16.2208-6.08468-.96887-.33866-1.3854,1.19842-.42311,1.53477Z\"\n transform=\"translate(-255 -225.6204)\"\n fill=\"#fff\"\n id=\"path2\" />\n <path\n d=\"M377.28745,560.62486a143.38254,143.38254,0,0,1,13.79113,30.61557,145.11672,145.11672,0,0,1,6.361,32.96846,143.30543,143.30543,0,0,1,.15151,18.83685c-.05905,1.02328,1.53278,1.01989,1.59163,0a145.1941,145.1941,0,0,0-2.04032-33.82049,146.92647,146.92647,0,0,0-9.769-32.44022,143.25,143.25,0,0,0-8.71162-16.9635.79641.79641,0,0,0-1.37432.80333Z\"\n transform=\"translate(-255 -225.6204)\"\n fill=\"#fff\"\n id=\"path3\" />\n <path\n d=\"M455.188,569.76743a232.04359,232.04359,0,0,0-17.11648,57.57847q-1.34225,8.36487-2.07791,16.81182c-.089,1.02023,1.50317,1.01426,1.59163,0a231.20919,231.20919,0,0,1,12.73788-58.02528q2.83382-7.89209,6.23921-15.56169c.412-.92791-.959-1.73862-1.37433-.80332Z\"\n transform=\"translate(-255 -225.6204)\"\n fill=\"#fff\"\n id=\"path4\" />\n <rect\n x=\"709.17625\"\n y=\"639.47815\"\n width=\"9.88235\"\n height=\"46.58824\"\n transform=\"translate(1112.59535 -285.4804) rotate(89.25872)\"\n fill=\"#e6e6e6\"\n id=\"rect4\" />\n <path\n d=\"M754.02652,669.61624l-6.65257-.0194-4.11239-7.33712,4.445-7.31237,6.1811.01792a11.99893,11.99893,0,1,0,.13889,14.651Z\"\n transform=\"translate(-255 -225.6204)\"\n fill=\"#e6e6e6\"\n id=\"path5\" />\n <path\n d=\"M674.20833,669.61624l6.65258-.0194,4.11239-7.33712-4.445-7.31237-6.18109.01792a11.99892,11.99892,0,1,1-.1389,14.651Z\"\n transform=\"translate(-255 -225.6204)\"\n fill=\"#e6e6e6\"\n id=\"path6\" />\n <path\n d=\"M 689.58803,420.96918 H 406.15371 a 0.41196849,1 0 0 1 0,-2 h 283.43432 a 0.41196849,1 0 0 1 0,2 z\"\n fill=\"#3f3d56\"\n id=\"path7\"\n style=\"stroke-width:0.999999\" />\n <circle\n cx=\"540.48622\"\n cy=\"197.96918\"\n r=\"33\"\n fill=\"#2f2e41\"\n id=\"circle7\" />\n <polygon\n points=\"553.859 383.226 556.401 395.219 603.871 391.124 600.12 373.423 553.859 383.226\"\n fill=\"#ffb8b8\"\n id=\"polygon7\" />\n <path\n d=\"M789.18809,618.49673h38.53073a0,0,0,0,1,0,0v14.88687a0,0,0,0,1,0,0H804.07494a14.88685,14.88685,0,0,1-14.88685-14.88685v0A0,0,0,0,1,789.18809,618.49673Z\"\n transform=\"translate(108.71051 1320.97269) rotate(-101.96466)\"\n fill=\"#2f2e41\"\n id=\"path8\" />\n <polygon\n points=\"524.12 382.586 518.777 393.621 473.673 378.264 481.559 361.979 524.12 382.586\"\n fill=\"#ffb8b8\"\n id=\"polygon8\" />\n <path\n d=\"M771.03745,617.45562h23.64388a0,0,0,0,1,0,0v14.88687a0,0,0,0,1,0,0H756.15059a0,0,0,0,1,0,0v0A14.88685,14.88685,0,0,1,771.03745,617.45562Z\"\n transform=\"translate(-379.9408 824.86818) rotate(-64.16458)\"\n fill=\"#2f2e41\"\n id=\"path9\" />\n <path\n d=\"M690.25925,586.41362a10.74272,10.74272,0,0,0,12.70881-10.48016l74.37388-68.5711-18.47-14.30549-67.33743,71.94341a10.80091,10.80091,0,0,0-1.27527,21.41334Z\"\n transform=\"translate(-255 -225.6204)\"\n fill=\"#ffb8b8\"\n id=\"path10\" />\n <circle\n cx=\"536.34449\"\n cy=\"207.89831\"\n r=\"24.56103\"\n fill=\"#ffb8b8\"\n id=\"circle10\" />\n <path\n d=\"M813.38612,577.89329c-17.22851.00049-37.978-3.62842-50.77856-18.477l-.28833-.33447.29663-.32813c.09668-.10693,9.51367-10.86865.11084-30.061L749.799,532.67015,736.9286,515.68138l7.12964-21.38916,29.17749-23.50391a26.75074,26.75074,0,0,1,14.6106-5.78906,80.21058,80.21058,0,0,0,27.78467-7.91309,27.906,27.906,0,0,1,12.7998-2.79834l.57373.01611a9.95022,9.95022,0,0,1,9.64063,10.70752c-1.97852,25.62989-5.47242,87.54346,4.7915,108.86133l.26514.55078-.59229.15039A136.1132,136.1132,0,0,1,813.38612,577.89329Z\"\n transform=\"translate(-255 -225.6204)\"\n fill=\"#16006F\"\n id=\"path11\" />\n <path\n d=\"M765.98622,559.08958s-65-6-72,13,1,28,13,32,41,9,41,9l13-16,34,2s37.88482,21.9732,48.35975,45.47377A30.76193,30.76193,0,0,0,869.12343,662.802c8.398.58447,15.86279-2.5874,15.86279-15.7124,0-30-42-73-42-73Z\"\n transform=\"translate(-255 -225.6204)\"\n fill=\"#2f2e41\"\n id=\"path12\" />\n <path\n d=\"M716.48622,588.58958s17-5,44,8\"\n transform=\"translate(-255 -225.6204)\"\n fill=\"#2f2e41\"\n id=\"path13\" />\n <path\n d=\"M766.84286,417.85547a73.04115,73.04115,0,0,0,31.59919,10.4119l-3.33084-3.991a24.4775,24.4775,0,0,0,7.5611,1.50142,8.28066,8.28066,0,0,0,6.74954-3.15917,7.70229,7.70229,0,0,0,.51556-7.115,14.58851,14.58851,0,0,0-4.58936-5.7385,27.32286,27.32286,0,0,0-25.43066-4.54493,16.32974,16.32974,0,0,0-7.59542,4.8722,9.23578,9.23578,0,0,0-1.86256,8.56086\"\n transform=\"translate(-255 -225.6204)\"\n fill=\"#2f2e41\"\n id=\"path14\" />\n <path\n d=\"M795.30911,398.22407A75.48468,75.48468,0,0,1,814.446,371.70269c5.292-4.70276,11.47246-8.74308,18.44626-9.9627s14.83309.86982,19.11055,6.51116c3.49772,4.613,4.15213,10.79276,3.76672,16.569s-1.67632,11.49651-1.5527,17.28428a35.46794,35.46794,0,0,0,50.52712,31.351c-6.02152,3.32885-10.714,8.59777-16.3048,12.60812s-12.96272,6.7601-19.31233,4.11012c-6.71812-2.80378-9.79963-10.41937-12.20607-17.28984L846.189,402.2443c-1.82434-5.20852-3.739-10.57156-7.462-14.6454s-9.76461-6.5568-14.88927-4.50871c-3.884,1.55225-6.41275,5.25755-8.63029,8.804s-4.557,7.31984-8.30359,9.17935-9.29837.7147-10.52292-3.28471\"\n transform=\"translate(-255 -225.6204)\"\n fill=\"#2f2e41\"\n id=\"path15\" />\n <rect\n x=\"802.91902\"\n y=\"543.31418\"\n width=\"9.88235\"\n height=\"46.58824\"\n transform=\"translate(-416.74744 524.13837) rotate(-45.74128)\"\n fill=\"#e6e6e6\"\n id=\"rect15\" />\n <path\n d=\"M821.51005,579.90944a9.88235,9.88235,0,1,0,13.97459-.18081A9.88238,9.88238,0,0,0,821.51005,579.90944Zm10.111,9.8527a4.23529,4.23529,0,1,1-.07749-5.98911A4.2354,4.2354,0,0,1,831.62105,589.76214Z\"\n transform=\"translate(-255 -225.6204)\"\n fill=\"#e6e6e6\"\n id=\"path16\" />\n <path\n d=\"M784.47962,533.54889l4.69037,4.7178-2.28023,8.096-8.3137,2.02755-4.358-4.38337a11.99891,11.99891,0,1,0,10.26158-10.458Z\"\n transform=\"translate(-255 -225.6204)\"\n fill=\"#e6e6e6\"\n id=\"path17\" />\n <path\n d=\"M803.736,577.97923a11.579,11.579,0,0,1-1.26831-.07032,11.02341,11.02341,0,0,1-9.68018-9.68115,11.00337,11.00337,0,0,1,10.93115-12.25,10.62483,10.62483,0,0,1,1.46607.10938L838.76332,520.342l-3.50513-11.68457,17.605-7.8916,4.93384,12.06006a20.48972,20.48972,0,0,1-6.17724,23.67236l-36.96119,29.40088a10.25885,10.25885,0,0,1,.06006,1.07861,11.01824,11.01824,0,0,1-3.66382,8.19678A10.87186,10.87186,0,0,1,803.736,577.97923Z\"\n transform=\"translate(-255 -225.6204)\"\n fill=\"#ffb8b8\"\n id=\"path18\" />\n <path\n d=\"M829.98622,459.08958h0a9.45335,9.45335,0,0,1,12.628,5.1563l17.372,43.84371-27,18Z\"\n transform=\"translate(-255 -225.6204)\"\n fill=\"#16006F\"\n id=\"path19\" />\n <path\n d=\"M703.48622,469.32728V250.8827a25.29812,25.29812,0,0,0-25.2623-25.2623H334.95386a25.29813,25.29813,0,0,0-25.2623,25.2623V469.32728a25.29813,25.29813,0,0,0,25.2623,25.2623H678.22392A25.29812,25.29812,0,0,0,703.48622,469.32728ZM334.95386,491.61754a22.31743,22.31743,0,0,1-22.29026-22.29026V250.8827a22.31744,22.31744,0,0,1,22.29026-22.29027H678.22392a22.31744,22.31744,0,0,1,22.29027,22.29027V469.32728a22.31744,22.31744,0,0,1-22.29027,22.29026Z\"\n transform=\"translate(-255 -225.6204)\"\n fill=\"#3f3d56\"\n id=\"path20\" />\n <path\n d=\"M700.51419,264.92368H312.6636a1.486,1.486,0,1,1,0-2.972H700.51419a1.486,1.486,0,0,1,0,2.972Z\"\n transform=\"translate(-255 -225.6204)\"\n fill=\"#3f3d56\"\n id=\"path21\" />\n <circle\n cx=\"82.9259\"\n cy=\"20.80425\"\n r=\"7.43009\"\n fill=\"#16006F\"\n id=\"circle21\" />\n <circle\n cx=\"108.1882\"\n cy=\"20.80425\"\n r=\"7.43009\"\n fill=\"#16006F\"\n id=\"circle22\" />\n <circle\n cx=\"133.4505\"\n cy=\"20.80425\"\n r=\"7.43009\"\n fill=\"#16006F\"\n id=\"circle23\" />\n <path\n d=\"M443.97867,424.85206a.99974.99974,0,0,1-1-1c0-10.42675-4.5708-16.24218-11.94531-22.24707a.99992.99992,0,1,1,1.2627-1.55078c7.83007,6.375,12.68261,12.58008,12.68261,23.79785A.99973.99973,0,0,1,443.97867,424.85206Z\"\n transform=\"translate(-255 -225.6204)\"\n id=\"path23\" />\n <path\n d=\"M358.31656,424.85206a.99974.99974,0,0,1-1-1c0-11.21777,4.85254-17.42285,12.68262-23.79785a.99992.99992,0,1,1,1.2627,1.55078c-7.37452,6.00489-11.94532,11.82129-11.94532,22.24707A.99973.99973,0,0,1,358.31656,424.85206Z\"\n transform=\"translate(-255 -225.6204)\"\n id=\"path24\" />\n <path\n d=\"M435.41324,356.32179a1,1,0,0,1-.63183-1.77539c7.58056-6.17139,8.19726-14.93848,8.19726-24.92334a1,1,0,0,1,2,0c0,10.50488-.67236,19.74756-8.93457,26.47412A.99381.99381,0,0,1,435.41324,356.32179Z\"\n transform=\"translate(-255 -225.6204)\"\n id=\"path25\" />\n <path\n d=\"M366.88248,355.78663a.99383.99383,0,0,1-.63086-.22461c-8.26269-6.72705-8.93506-15.72705-8.93506-25.939a1,1,0,0,1,2,0c0,10.03662.60352,18.20557,8.19776,24.38818a1,1,0,0,1-.63184,1.77539Z\"\n transform=\"translate(-255 -225.6204)\"\n id=\"path26\" />\n <path\n d=\"M456.82828,377.77247H435.41276a1,1,0,0,1,0-2h21.41552a1,1,0,1,1,0,2Z\"\n transform=\"translate(-255 -225.6204)\"\n id=\"path27\" />\n <path\n d=\"M366.883,377.77247H345.46744a1,1,0,0,1,0-2H366.883a1,1,0,0,1,0,2Z\"\n transform=\"translate(-255 -225.6204)\"\n id=\"path28\" />\n <path\n d=\"M401.14762,420.56886a.99974.99974,0,0,1-1-1V351.03908a1,1,0,0,1,2,0v68.52978A.99974.99974,0,0,1,401.14762,420.56886Z\"\n transform=\"translate(-255 -225.6204)\"\n id=\"path29\" />\n <path\n style=\"fill:#3f3d56;fill-opacity:1\"\n d=\"M 401.14762,420.56886 A 35.30522,35.30522 0 0 1 365.883,385.30372 v -25.71728 c 0,-16.46826 13.5127,-26.69873 35.26465,-26.69873 22.74121,0 35.26514,9.48193 35.26514,26.69873 v 25.71728 a 35.30533,35.30533 0 0 1 -35.26517,35.26514 z m 0,-85.68115 c -16.08106,0 -33.26465,6.48828 -33.26465,24.69873 v 25.71728 a 33.2649,33.2649 0 1 0 66.52979,0 v -25.71728 c 0,-21.48975 -20.84176,-24.69873 -33.26514,-24.69873 z\"\n id=\"path30\"\n transform=\"translate(-255,-225.6204)\" />\n <path\n d=\"M380.651,339.06154a1.0002,1.0002,0,0,1-.9292-.62989,14.08794,14.08794,0,0,1-.98828-4.53173A22.47566,22.47566,0,0,1,401.089,311.49074h.11475a22.46679,22.46679,0,0,1,22.35938,22.35693,12.22735,12.22735,0,0,1-.91016,4.21094,1,1,0,0,1-1.84961-.76075,10.19507,10.19507,0,0,0,.76074-3.4873,20.45407,20.45407,0,0,0-20.36279-20.31982h-.10986a20.46143,20.46143,0,0,0-20.35938,20.36181,12.07569,12.07569,0,0,0,.84717,3.83789,1.00121,1.00121,0,0,1-.92822,1.3711Z\"\n transform=\"translate(-255 -225.6204)\"\n id=\"path31\" />\n <path\n d=\"M502.71045,333.62308h-12a7,7,0,0,1,0-14h12a7,7,0,0,1,0,14Z\"\n transform=\"translate(-255 -225.6204)\"\n fill=\"#ccc\"\n id=\"path32\" />\n <path\n d=\"M584.71045,363.12308h-12a7,7,0,0,1,0-14h12a7,7,0,0,1,0,14Z\"\n transform=\"translate(-255 -225.6204)\"\n fill=\"#ccc\"\n id=\"path33\" />\n <path\n d=\"M622.71045,363.12308h-12a7,7,0,0,1,0-14h12a7,7,0,0,1,0,14Z\"\n transform=\"translate(-255 -225.6204)\"\n fill=\"#ccc\"\n id=\"path34\" />\n <path\n d=\"M660.71045,363.12308h-12a7,7,0,0,1,0-14h12a7,7,0,0,1,0,14Z\"\n transform=\"translate(-255 -225.6204)\"\n fill=\"#ccc\"\n id=\"path35\" />\n <path\n d=\"M585.71045,334.12308h-56a7,7,0,0,1,0-14h56a7,7,0,0,1,0,14Z\"\n transform=\"translate(-255 -225.6204)\"\n fill=\"#ccc\"\n id=\"path36\" />\n <path\n d=\"M546.71045,362.12308h-56a7,7,0,0,1,0-14h56a7,7,0,0,1,0,14Z\"\n transform=\"translate(-255 -225.6204)\"\n fill=\"#ccc\"\n id=\"path37\" />\n <path\n d=\"M656.71045,334.12308h-43a7,7,0,0,1,0-14h43a7,7,0,0,1,0,14Z\"\n transform=\"translate(-255 -225.6204)\"\n fill=\"#ccc\"\n id=\"path38\" />\n <path\n d=\"M502.71045,392.62308h-12a7,7,0,0,1,0-14h12a7,7,0,0,1,0,14Z\"\n transform=\"translate(-255 -225.6204)\"\n fill=\"#ccc\"\n id=\"path39\" />\n <path\n d=\"M585.71045,393.12308h-56a7,7,0,0,1,0-14h56a7,7,0,0,1,0,14Z\"\n transform=\"translate(-255 -225.6204)\"\n fill=\"#ccc\"\n id=\"path40\" />\n <path\n d=\"M656.71045,393.12308h-43a7,7,0,0,1,0-14h43a7,7,0,0,1,0,14Z\"\n transform=\"translate(-255 -225.6204)\"\n fill=\"#ccc\"\n id=\"path41\" />\n <path\n style=\"fill:#ff6640;fill-opacity:1;stroke-width:13.9842;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers\"\n d=\"m 138.36922,192.11092 c -11.20989,-2.87337 -19.75074,-10.88076 -24.28328,-22.76652 l -1.11267,-2.91777 -0.13224,-16.71938 c -0.0836,-10.5752 0.0248,-17.93798 0.29524,-20.03538 1.21554,-9.42911 8.24697,-16.11537 20.30171,-19.30506 3.20294,-0.84752 4.98026,-1.04948 10.73684,-1.22009 11.06459,-0.32791 17.18014,0.76584 24.09156,4.30873 5.83736,2.99231 10.23276,8.67158 11.18848,14.45656 0.51883,3.14052 0.51323,35.19729 -0.006,37.93989 -1.88469,9.94288 -8.96802,19.16836 -18.3184,23.85829 -2.58101,1.29457 -7.96125,2.84919 -11.06617,3.19757 l -2.39195,0.26837 v -34.6745 -34.67451 h -1.17684 -1.17684 l -0.0598,25.77368 c -0.0329,14.17552 -0.10072,25.94875 -0.15089,26.1627 -0.0501,0.21398 -0.11151,4.19674 -0.13639,8.85059 l -0.0453,8.46155 -1.47105,-0.0191 c -0.80908,-0.0105 -3.09755,-0.43603 -5.08548,-0.94559 z\"\n id=\"path58\" />\n <path\n style=\"fill:#ff6640;fill-opacity:1;stroke-width:13.9843;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers\"\n d=\"m 125.50839,108.48087 c 0.009,-5.04296 1.98971,-9.960227 5.60913,-13.927378 8.24794,-9.040432 21.37046,-9.290585 29.8738,-0.569484 3.85245,3.951098 6.194,9.513352 6.2095,14.750432 0.006,2.28088 0.48939,2.20696 -4.85993,0.74428 -4.84506,-1.32481 -10.51816,-1.82685 -18.30885,-1.6202 -7.10914,0.18855 -11.45524,0.87965 -16.07263,2.55579 -0.96505,0.35031 -1.91239,0.63693 -2.1052,0.63693 -0.19282,0 -0.34844,-1.15666 -0.34582,-2.57037 z\"\n id=\"path59\" />\n <path\n d=\"M637.71045,416.62308a7.00786,7.00786,0,0,1,7-7h12a7,7,0,0,1,0,14h-12A7.00785,7.00785,0,0,1,637.71045,416.62308Z\"\n transform=\"translate(-255 -225.6204)\"\n fill=\"#ccc\"\n id=\"path42\" />\n <path\n d=\"M554.71045,417.12308a7.00786,7.00786,0,0,1,7-7h56a7,7,0,0,1,0,14h-56A7.00785,7.00785,0,0,1,554.71045,417.12308Z\"\n transform=\"translate(-255 -225.6204)\"\n fill=\"#ccc\"\n id=\"path43\" />\n <path\n d=\"M483.71045,417.12308a7.00786,7.00786,0,0,1,7-7h43a7,7,0,0,1,0,14h-43A7.00785,7.00785,0,0,1,483.71045,417.12308Z\"\n transform=\"translate(-255 -225.6204)\"\n fill=\"#ccc\"\n id=\"path44\" />\n <path\n style=\"fill:#ff6640;fill-opacity:1;stroke-width:13.9842;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers\"\n d=\"m 141.86324,192.48369 c -6.92839,-0.88943 -13.77126,-4.32671 -18.97703,-9.53249 -5.58473,-5.58472 -8.74629,-12.22528 -9.61285,-20.19088 -0.26198,-2.40816 -0.35662,-9.26824 -0.25285,-18.3284 0.17639,-15.40002 0.31966,-16.69872 2.2711,-20.58761 4.80491,-9.57535 17.29208,-14.89427 33.41657,-14.23382 6.4307,0.26339 9.77079,0.83256 14.54707,2.47887 6.31739,2.17751 10.69828,5.69169 13.31923,10.68416 2.41157,4.59364 2.55019,5.9016 2.55768,24.13261 0.005,13.31503 -0.10126,16.71207 -0.60129,19.13876 -2.89844,14.06641 -14.44799,24.81483 -28.38524,26.41631 l -2.77308,0.31865 -0.0977,-34.09326 -0.0977,-34.09325 -1.05263,-0.12112 -1.05263,-0.12112 v 34.28381 c 0,18.85609 -0.12919,34.26202 -0.28708,34.23538 -0.1579,-0.0266 -1.47256,-0.2006 -2.92149,-0.3866 z\"\n id=\"path47\" />\n <path\n style=\"fill:#ff8e73;fill-opacity:1;stroke-width:13.9842;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers\"\n d=\"\"\n id=\"path50\" />\n <path\n style=\"fill:#ff8e73;fill-opacity:1;stroke-width:13.9842;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers\"\n d=\"\"\n id=\"path51\" />\n <path\n style=\"fill:#ff8e73;fill-opacity:1;stroke-width:13.9842;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers\"\n d=\"\"\n id=\"path52\" />\n</svg>";
|
|
2
|
+
export default svg;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const svg = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 578.277 800.175\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" role=\"img\" artist=\"Katerina Limpitsouni\" source=\"https://undraw.co/\" style=\"width: 100%; height: 100%;\"><g transform=\"translate(-724.694 -161.92)\"><path d=\"M2.659,0h25.91l3.063,36.91H0Z\" transform=\"translate(1187.633 445.974)\" fill=\"#ed9da0\"/><path d=\"M119.292,695.818h-16.85l-8.017-65H119.3Z\" transform=\"translate(1026.956 233.102)\" fill=\"#ed9da0\"/><path d=\"M43.023,62.073l-16.093,5L0,7.374,23.752,0Z\" transform=\"matrix(0.921, 0.391, -0.391, 0.921, 1215.728, 857.147)\" fill=\"#ed9da0\"/><path d=\"M934.651,838.123H670.4v-2.159H935.043Z\" transform=\"translate(367.928 110.955)\" fill=\"#f2f2f2\"/><g transform=\"translate(724.694 161.92)\"><path d=\"M557.7,313.9c0,35.246-12.314,65.338-35.748,87.732-16.629,15.9-42.242,38.183-42.242,61.744v19.493H401.72V463.376c0-23.807-25.714-46.137-42.242-61.744-22.9-21.609-35.748-53.745-35.748-87.732v-.721a116.985,116.985,0,0,1,233.97.721Z\" transform=\"translate(-276.037 -73.755)\" fill=\"#6AD0BC\"/><path d=\"M479.446,485.378a2.737,2.737,0,0,1-2.737-2.736v-19.5c0-22.918,22.6-44.313,39.107-59.935,1.368-1.3,2.7-2.554,3.98-3.781,22.831-21.826,34.9-51.48,34.9-85.756,0-64.06-50.181-114.242-114.241-114.242h-.323a114.048,114.048,0,0,0-113.919,113.6v.639c0,33.568,12.715,64.821,34.886,85.75,1.123,1.061,2.29,2.153,3.487,3.274C381.3,418.344,404.2,439.779,404.2,463.146v19.5a2.736,2.736,0,1,1-5.473,0v-19.5c0-20.993-21.892-41.491-37.88-56.463q-1.8-1.688-3.5-3.288c-23.26-21.958-36.6-54.66-36.6-89.724v-.657A119.531,119.531,0,0,1,440.123,193.954h.338A119.089,119.089,0,0,1,560.168,312.423q0,.625,0,1.25c0,35.807-12.653,66.829-36.589,89.712-1.285,1.229-2.623,2.5-4,3.8-15.78,14.939-37.4,35.4-37.4,55.96v19.5a2.736,2.736,0,0,1-2.736,2.736Z\" transform=\"translate(-275.774 -73.527)\" fill=\"#3f3d56\"/><path d=\"M475.035,551.057H423.042a4.561,4.561,0,1,1,0-9.122h51.993a4.561,4.561,0,1,1,0,9.122Z\" transform=\"translate(-284.359 -104.093)\" fill=\"#6AD0BC\"/><path d=\"M455.848,584.671h-11.19a21.389,21.389,0,0,1-11.032-3.056,2.548,2.548,0,0,1-1.157-2.932,2.633,2.633,0,0,1,2.556-1.954h30.456a2.633,2.633,0,0,1,2.556,1.954,2.548,2.548,0,0,1-1.157,2.932,21.386,21.386,0,0,1-11.032,3.056Z\" transform=\"translate(-285.579 -107.149)\" fill=\"#3f3d56\"/><path d=\"M475.427,567.176l-52.3-.006-.162-.347a4.311,4.311,0,0,1,.821-3.7,4.429,4.429,0,0,1,3.487-1.686h44.293a4.429,4.429,0,0,1,3.487,1.687,4.285,4.285,0,0,1,.831,3.655l-.082.352Z\" transform=\"translate(-284.742 -105.806)\" fill=\"#3f3d56\"/><path d=\"M315.17,203.171a4.543,4.543,0,0,1-3-1.125l-39.167-34.189a4.561,4.561,0,1,1,6-6.872l39.167,34.189a4.561,4.561,0,0,1-3,8Z\" transform=\"translate(-271.444 -70.532)\" fill=\"#e4e4e4\"/><path d=\"M577.02,203.171a4.561,4.561,0,0,1-3-8l39.166-34.191a4.561,4.561,0,1,1,6,6.872l-39.167,34.189a4.542,4.542,0,0,1-3,1.128Z\" transform=\"translate(-297.884 -70.532)\" fill=\"#e4e4e4\"/><path d=\"M486.78,533.312H408.79a4.561,4.561,0,1,1,0-9.122h77.99a4.561,4.561,0,0,1,0,9.122Z\" transform=\"translate(-283.107 -102.534)\" fill=\"#6AD0BC\"/><path d=\"M447.427,403.059l-16.218,97.483H421.95l16.474-98.979a4.563,4.563,0,1,1,9,1.5Z\" transform=\"translate(-284.664 -91.428)\" fill=\"#e6e6e6\"/><path d=\"M481.591,500.541h-9.258l-16.218-97.483a4.563,4.563,0,1,1,9-1.5Z\" transform=\"translate(-287.659 -91.428)\" fill=\"#e6e6e6\"/><path d=\"M419.485,399.561A4.561,4.561,0,0,1,424.045,395h50.163a4.561,4.561,0,1,1,0,9.122H424.045A4.561,4.561,0,0,1,419.485,399.561Z\" transform=\"translate(-284.447 -91.186)\" fill=\"#e6e6e6\"/><path d=\"M451.542,149.042a4.561,4.561,0,0,1-4.561-4.561V66.491a4.561,4.561,0,0,1,9.122,0v77.99a4.561,4.561,0,0,1-4.561,4.561Z\" transform=\"translate(-286.863 -61.931)\" fill=\"#e4e4e4\"/></g><path d=\"M870.775,559.068,881.3,571.3,867.688,819.871H838.6L823.941,628.6,778.471,825l-30.238-7.416,27.494-249.45Z\" transform=\"translate(369.715 80.374)\" fill=\"#090814\"/><path d=\"M782.2,402.9l28.96-14.53,44.535.783,38.325,19.611-21.806,108.9,9.419,56.78h0a232.26,232.26,0,0,1-111.073.915l-.291-.07s21.648-76.81,12.432-100.251Z\" transform=\"translate(370.272 76.059)\" fill=\"#e6e6e6\"/><path d=\"M865.238,346.74a32.8,32.8,0,1,0,0,.243Z\" transform=\"translate(371.015 74.181)\" fill=\"#ed9da0\"/><path d=\"M778.028,480.382a11.752,11.752,0,0,0,17.071,5.769l58.8,31.084,1.9-14.324-57.139-33.694a11.815,11.815,0,0,0-20.64,11.164Z\" transform=\"translate(370.447 77.976)\" fill=\"#ed9da0\"/><path d=\"M856.46,482.854a11.752,11.752,0,0,1-17.92,1.895l-64.182,17.466.559-18.186,63.845-16.582a11.815,11.815,0,0,1,17.7,15.41Z\" transform=\"translate(370.376 77.981)\" fill=\"#ed9da0\"/><path d=\"M880.111,409.05l12.514-.784s14.651,19.332,6.525,40.31c0,0,1.408,75.358-31.041,72.262s-42.7-3.1-42.7-3.1l9.74-27.17,21.79-6.728s-6.716-29.624,6-41.95Z\" transform=\"translate(371.666 76.562)\" fill=\"#e6e6e6\"/><path d=\"M791.7,408.609l-1.769-9.067s-26.083-.615-31.24,38.91c0,0-23.455,59.15-.465,66.767s48.279,0,48.279,0l-1.9-26.087-25.294-5.16s13.067-16.906,5.952-31.57Z\" transform=\"translate(369.713 76.341)\" fill=\"#e6e6e6\"/><path d=\"M843.831,363.077c-2.412-.947-5.084-.9-7.634-1.365-9.118-1.68-16.151-10.977-15.285-20.208a11.122,11.122,0,0,0,.059-3.622c-.632-2.634-3.559-4.048-6.249-4.363s-5.468.088-8.084-.612c-4.039-1.082-7.057-4.766-8.08-8.82a19.979,19.979,0,0,1,1.3-12.266l1.255,2.617a10.169,10.169,0,0,0,2.57-4.975,6.413,6.413,0,0,1,5.3,3.355c1.621.724,1.423-2.98,3.039-3.713a3.034,3.034,0,0,1,2.153.28c3.561,1.195,7.337-.6,10.865-1.882a41.438,41.438,0,0,1,19.113-2.184c4.288.523,8.617,1.791,11.955,4.531a27.278,27.278,0,0,1,6.312,8.483c4.118,7.7,7.221,16.191,7.137,24.924a36.189,36.189,0,0,1-6.32,20.013c-2.1,3.061-8.9,13.68-13.416,12.511C844.143,374.316,850.624,365.741,843.831,363.077Z\" transform=\"translate(370.976 73.952)\" fill=\"#2f2e41\"/><path d=\"M34.1,6.662S23-1.48,23,2.961,10.414,25.167,10.414,25.167s-20.725,14.8-3.7,14.8S31.14,37.01,31.14,37.01L48.9,25.167s4.441-5.181,2.961-11.1S45.2,0,45.2,0,39.282,8.142,34.1,6.662Z\" transform=\"translate(1189.492 909.293) rotate(16)\" fill=\"#090814\"/><path d=\"M410.489,787.98s-1.532-7.659-6.893-3.83-19.914,15.319-19.914,15.319-26.808,6.127-9.957,13.787,55.147-3.064,55.147-3.064,1.532-24.51,0-23.744S411.255,789.511,410.489,787.98Z\" transform=\"translate(719.091 133.064)\" fill=\"#090814\"/></g></svg>";
|
|
2
|
+
export default svg;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const svg = "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<svg\n \n \n viewBox=\"0 0 777.69685 613.28514\"\n role=\"img\"\n artist=\"Katerina Limpitsouni\"\n source=\"https://undraw.co/\"\n version=\"1.1\"\n id=\"svg44\"\n sodipodi:docname=\"undraw_upload_cucu.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=\"defs44\" />\n <sodipodi:namedview\n id=\"namedview44\"\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=\"1.3517366\"\n inkscape:cx=\"389.12906\"\n inkscape:cy=\"306.64258\"\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=\"svg44\" />\n <path\n d=\"M352.94583,215.69156a10.05577,10.05577,0,0,0-8.543,12.83638l-29.07453,20.7762,17.33071,6.66935,24.95268-20.75192a10.11027,10.11027,0,0,0-4.66584-19.53Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#ffb8b8\"\n id=\"path1\" />\n <path\n d=\"M350.24195,246.986l-36.06422,36.28719a29.89622,29.89622,0,0,1-18.41948,8.62953l-44.5634,4.066a12.27993,12.27993,0,0,1-9.11541-2.8646,11.99558,11.99558,0,0,1,5.29328-20.95052l45.52648-9.69376,41.44849-30.5531a3.79287,3.79287,0,0,1,3.76933.0281l11.27183,9.23372a3.70275,3.70275,0,0,1,1.86773,3.88642A3.618,3.618,0,0,1,350.24195,246.986Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#2f2e41\"\n id=\"path2\" />\n <path\n d=\"M782.628,266.48724a12.13173,12.13173,0,0,0-6.71771-12.199L551.46863,144.59115a12.0995,12.0995,0,0,0-16.18578,5.55125l-.00411.00842L451.09862,322.3844a12.12136,12.12136,0,0,0,5.55968,16.18989L681.09991,448.27138a12.12137,12.12137,0,0,0,16.1899-5.55968l84.18011-172.23357A12.01171,12.01171,0,0,0,782.628,266.48724Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#f2f2f2\"\n id=\"path3\" />\n <path\n d=\"M651.14179,648.76059H359.91726a13.84469,13.84469,0,0,1-13.8291-13.8291V239.582a13.84469,13.84469,0,0,1,13.8291-13.8291H651.14179a13.84469,13.84469,0,0,1,13.8291,13.8291v395.3495A13.84469,13.84469,0,0,1,651.14179,648.76059Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#fff\"\n id=\"path4\" />\n <circle\n cx=\"226.0083\"\n cy=\"181.28514\"\n r=\"19\"\n fill=\"#e6e6e6\"\n id=\"circle4\" />\n <path\n d=\"M408.20138,376.57177a54.43119,54.43119,0,0,0,8.39893,3.8706l.51318.17774A54.76653,54.76653,0,0,0,435.32,383.71239c1.24756,0,2.44922-.04345,3.572-.12842a54.13483,54.13483,0,0,0,8.12305-1.12011c1.46826-.3208,2.93188-.70459,4.34814-1.13916.34253-.10108.65967-.2002,1.00684-.30908a55.18285,55.18285,0,0,0,16.052-8.31788,24.80532,24.80532,0,0,0-1.279-2.14892,27.42455,27.42455,0,0,0-22.98315-12.40625h-10a27.516,27.516,0,0,0-25.0254,16.08789A24.98384,24.98384,0,0,0,408.20138,376.57177Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#e6e6e6\"\n id=\"path5\" />\n <path\n d=\"M443.60748,381.99078a3.61841,3.61841,0,0,0-1.7801.6245,53.17031,53.17031,0,0,0,7.97082-1.10638Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#2f2e41\"\n id=\"path6\" />\n <path\n d=\"M438.31173,273.08257a55.56576,55.56576,0,0,0-27.72021,103.72,54.6388,54.6388,0,0,0,8.83007,4.11005l.52.18a55.25847,55.25847,0,0,0,18.37012,3.12c1.21,0,2.41992-.04,3.60986-.13a54.65,54.65,0,0,0,8.19-1.13c1.51025-.33,2.99023-.72,4.39013-1.15.33985-.1.65967-.2,1.00977-.31a55.57115,55.57115,0,0,0-17.19971-108.41Zm32.23975,97.19a52.68148,52.68148,0,0,1-15.94971,8.41c-.31006.1-.63037.2-.9502.3-1.33007.41-2.73.76995-4.16992,1.07995a51.23077,51.23077,0,0,1-7.75,1.08c-1.12988.08-2.28027.12-3.41992.12a52.5441,52.5441,0,0,1-17.39014-2.95l-.48974-.17a51.23572,51.23572,0,0,1-8.76026-4.12,52.57628,52.57628,0,1,1,58.87989-3.75Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#ccc\"\n id=\"path7\" />\n <path\n d=\"M364.67642,494.92223\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#f2f2f2\"\n id=\"path8\" />\n <path\n d=\"M651.14179,648.76059H359.91726a13.84469,13.84469,0,0,1-13.8291-13.8291V239.582a13.84469,13.84469,0,0,1,13.8291-13.8291H651.14179a13.84469,13.84469,0,0,1,13.8291,13.8291v395.3495A13.84469,13.84469,0,0,1,651.14179,648.76059ZM359.91726,227.37984A12.216,12.216,0,0,0,347.71512,239.582v395.3495a12.216,12.216,0,0,0,12.20214,12.20215H651.14179a12.216,12.216,0,0,0,12.20215-12.20215V239.582a12.216,12.216,0,0,0-12.20215-12.20215Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#ccc\"\n id=\"path9\" />\n <path\n d=\"M594.7642,328.43312H512.35768a6.51929,6.51929,0,1,1,0-13.03858H594.7642a6.51929,6.51929,0,1,1,0,13.03858Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#e6e6e6\"\n id=\"path10\" />\n <path\n d=\"M621.65628,350.43573H512.35768a6.51929,6.51929,0,1,1,0-13.03858h109.2986a6.51929,6.51929,0,0,1,0,13.03858Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#e6e6e6\"\n id=\"path11\" />\n <path\n d=\"M594.64422,434.82487H389.40277a6.51929,6.51929,0,1,1,0-13.03858H594.64422a6.51929,6.51929,0,1,1,0,13.03858Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#e6e6e6\"\n id=\"path12\" />\n <path\n d=\"M621.5363,456.82748H389.40277a6.51929,6.51929,0,1,1,0-13.03858H621.5363a6.51929,6.51929,0,0,1,0,13.03858Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#e6e6e6\"\n id=\"path13\" />\n <path\n d=\"M594.64422,507.39792H389.40277a6.51929,6.51929,0,1,1,0-13.03858H594.64422a6.51929,6.51929,0,1,1,0,13.03858Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#e6e6e6\"\n id=\"path14\" />\n <path\n d=\"M621.5363,529.40053H389.40277a6.51929,6.51929,0,0,1,0-13.03858H621.5363a6.51929,6.51929,0,1,1,0,13.03858Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#e6e6e6\"\n id=\"path15\" />\n <path\n d=\"M594.64422,579.971H389.40277a6.51929,6.51929,0,0,1,0-13.03859H594.64422a6.51929,6.51929,0,1,1,0,13.03859Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#e6e6e6\"\n id=\"path16\" />\n <path\n d=\"M621.5363,601.97358H389.40277a6.51929,6.51929,0,0,1,0-13.03859H621.5363a6.5193,6.5193,0,0,1,0,13.03859Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#e6e6e6\"\n id=\"path17\" />\n <path\n d=\"M772.628,379.48724a12.13173,12.13173,0,0,0-6.71771-12.199L541.46863,257.59115a12.0995,12.0995,0,0,0-16.18578,5.55125l-.00411.00842L441.09862,435.3844a12.12136,12.12136,0,0,0,5.55968,16.18989L671.09991,561.27138a12.12137,12.12137,0,0,0,16.1899-5.55968l84.18011-172.23357A12.01171,12.01171,0,0,0,772.628,379.48724Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#fff\"\n id=\"path18\" />\n <path\n d=\"M772.628,379.48724a12.13173,12.13173,0,0,0-6.71771-12.199L541.46863,257.59115a12.0995,12.0995,0,0,0-16.18578,5.55125l-.00411.00842L441.09862,435.3844a12.12136,12.12136,0,0,0,5.55968,16.18989L671.09991,561.27138a12.12137,12.12137,0,0,0,16.1899-5.55968l84.18011-172.23357A12.01171,12.01171,0,0,0,772.628,379.48724ZM686.01043,555.0864a10.69317,10.69317,0,0,1-14.28521,4.9056L447.2836,450.29492a10.69321,10.69321,0,0,1-4.90557-14.28521l84.18011-172.23357a10.69317,10.69317,0,0,1,14.28518-4.90559L765.28494,368.56764a10.69321,10.69321,0,0,1,4.90561,14.28519Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#3f3d56\"\n id=\"path19\" />\n <path\n d=\"M748.14785,387.3187,689.36749,507.58406a3.369,3.369,0,0,1-4.50563,1.549l-.00011,0-204.16-99.78435a2.83892,2.83892,0,0,1-.41747-.24582,3.367,3.367,0,0,1-1.13054-4.26189l58.78038-120.26542a3.369,3.369,0,0,1,4.50569-1.54893h0L746.59984,382.811a3.369,3.369,0,0,1,1.549,4.50565l0,.00009Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#e6e6e6\"\n id=\"path20\" />\n <circle\n cx=\"357.75864\"\n cy=\"208.28689\"\n r=\"29.56668\"\n fill=\"#16006F\"\n id=\"circle20\" />\n <path\n d=\"M612.20158,474.21733,481.88833,410.526a2.95392,2.95392,0,0,1-.46807-.2766l113.80964-76.6327a4.80317,4.80317,0,0,1,7.51178,3.67142l6.34775,91.85777.30612,4.39658Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#3f3d56\"\n id=\"path21\" />\n <polygon\n points=\"401.05 330.86 356.558 309.114 393.905 288.064 396.594 286.548 397.938 285.789 398.244 290.185 401.05 330.86\"\n opacity=\"0.2\"\n style=\"isolation:isolate\"\n id=\"polygon21\" />\n <path\n d=\"M684.75906,509.6802,572.0488,454.59244l37.34677-21.05,2.68877-1.51719L660.75207,404.592c3.19024-1.7977,7.76143.22749,8.79816,3.667a5.71792,5.71792,0,0,1,.16006.71138Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#3f3d56\"\n id=\"path22\" />\n <polygon\n points=\"125.844 376.82 138.103 376.819 143.936 329.531 125.841 329.532 125.844 376.82\"\n fill=\"#ffb8b8\"\n id=\"polygon22\" />\n <path\n d=\"M333.86788,516.1748l24.1438-.001h.001a15.38605,15.38605,0,0,1,15.38647,15.38623v.5l-39.53051.00146Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#2f2e41\"\n id=\"path23\" />\n <polygon\n points=\"30.551 369.014 43.253 371.498 58.881 323.688 40.135 320.021 30.551 369.014\"\n fill=\"#ffb8b8\"\n id=\"polygon23\" />\n <path\n d=\"M239.27428,507.59042l25.01436,4.89306.001.0002a16.24294,16.24294,0,0,1,12.82227,19.05981l-.10135.518L236.05472,524.05Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#2f2e41\"\n id=\"path24\" />\n <path\n d=\"M354.8316,357.05617a10.05575,10.05575,0,0,0-14.13593-6.15884l-25.5542-24.97923L311.61562,344.15l24.80726,20.92555a10.11027,10.11027,0,0,0,18.40872-8.01938Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#ffb8b8\"\n id=\"path25\" />\n <circle\n cx=\"48.87092\"\n cy=\"60.56582\"\n r=\"24.56103\"\n fill=\"#ffb8b8\"\n id=\"circle25\" />\n <path\n d=\"M254.865,228.86026c1.30495.571,3.97731-9.82732,2.78024-11.90707-1.78024-3.09293-1.675-3.07071-2.85681-5.117s-1.44623-4.84712.08417-6.64761,5.072-1.56163,5.77042.69581c-.4493-4.2878,3.79189-7.73454,7.993-8.70313s8.63244-.36723,12.85668-1.22917c4.90243-1.00032,10.00316-5.10972,8.04719-10.5007a7.5932,7.5932,0,0,0-1.48106-2.43408c-2.25992-2.54094-5.42117-3.62594-8.512-4.675-6.43006-2.18246-13.036-4.39233-19.82212-4.15141a28.7977,28.7977,0,0,0-25.44625,18.60924,26.156,26.156,0,0,0-1.08344,4.02534c-2.32924,12.52423,4.94368,24.87794,16.75623,29.64715Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#2f2e41\"\n id=\"path26\" />\n <path\n d=\"M248.83468,363.78417a3.75449,3.75449,0,0,1-1.77783-3.7168l-11.083-54.90136-11.23437-42.13477h.00024A21.07382,21.07382,0,0,1,235.291,238.94042l7.427-7.02734,16.20239,6.98047,7.699,7.82812a44.02687,44.02687,0,0,1,22.99316,27.26074L301.9609,316.2373,330.47823,358.664a3.77282,3.77282,0,0,1-.36938,4.67969C326.14157,367.61132,248.83468,363.78417,248.83468,363.78417Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#2f2e41\"\n id=\"path27\" />\n <path\n d=\"M323.54806,359.88378l-42.05078-29.13965A29.89622,29.89622,0,0,1,269.77047,314.124L257.9504,270.96483a12.28,12.28,0,0,1,1.22119-9.47656,11.99558,11.99558,0,0,1,21.5542,1.53613l17.52954,43.12012,37.3501,35.44629a3.79288,3.79288,0,0,1,.63355,3.71582l-7.11328,12.7168a3.70279,3.70279,0,0,1-3.49854,2.52051A3.618,3.618,0,0,1,323.54806,359.88378Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#2f2e41\"\n id=\"path28\" />\n <path\n d=\"M236.188,505.05272a3.74374,3.74374,0,0,1-.44751-3.42285l19.45362-70.71972,1.438-69.29493,65.48633-4.49121.31787-.02148,19.72412,35.749a91.97727,91.97727,0,0,1,11.10035,36.23535l6.5,71.2295a3.71631,3.71631,0,0,1-3.25074,4.06445l-19.7456,1.87793a3.67409,3.67409,0,0,1-4.07886-3.11133l-8.01807-72.38281-28.84961-48.74512-9.68408,51.31836L266.071,504.207a3.7189,3.7189,0,0,1-3.45825,2.42578l-23.40015.00977A3.63923,3.63923,0,0,1,236.188,505.05272Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#2f2e41\"\n id=\"path29\" />\n <path\n d=\"M737.61617,737.64257H244.15157a33.03734,33.03734,0,0,1-33-33v-271a33.03734,33.03734,0,0,1,33-33h60.50269a32.92486,32.92486,0,0,1,22.19507,8.57959l65.61157,46.85107a23.18228,23.18228,0,0,0,15.65869,6.06934H740.68014A33.00029,33.00029,0,0,1,773.67672,495.625l-3.064,209.5A33.13847,33.13847,0,0,1,737.61617,737.64257Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#fff\"\n id=\"path30\" />\n <circle\n cx=\"298.89395\"\n cy=\"451.52042\"\n r=\"61\"\n fill=\"#16006f\"\n id=\"circle6\" />\n <path\n d=\"m 324.59056,448.45136 -20.356,-24.75391 a 6.00075,6.00075 0 0 0 -9.14014,-0.15136 l -21.76855,24.7539 a 6.00029,6.00029 0 0 0 9.01172,7.92481 l 11.26277,-12.80744 v 32.115 a 6,6 0 0 0 12,0 v -31.28089 l 9.72168,11.822 a 6.0000449,6.0000449 0 0 0 9.26856,-7.62207 z\"\n fill=\"#ffffff\"\n id=\"path7-0\" />\n <path\n d=\"M733.23214,721.64257H247.071a15.93751,15.93751,0,0,1-15.91944-15.9195V430.292A15.93754,15.93754,0,0,1,247.071,414.37252a14.09636,14.09636,0,0,1,14.08056,14.08056v258.27A14.9364,14.9364,0,0,0,276.071,701.64251H731.5903a10.12538,10.12538,0,0,1,9.91528,7.5874,9.72,9.72,0,0,1-4.30689,11.18457A7.59512,7.59512,0,0,1,733.23214,721.64257Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#f2f2f2\"\n id=\"path31\" />\n <path\n d=\"M737.61617,737.64257H244.15157a33.03734,33.03734,0,0,1-33-33v-271a33.03734,33.03734,0,0,1,33-33h60.50269a32.92486,32.92486,0,0,1,22.19507,8.57959l65.61157,46.85107a23.18228,23.18228,0,0,0,15.65869,6.06934H740.68014A33.00029,33.00029,0,0,1,773.67672,495.625l-3.064,209.5A33.13847,33.13847,0,0,1,737.61617,737.64257Zm-493.4646-335a31.03529,31.03529,0,0,0-31,31v271a31.03529,31.03529,0,0,0,31,31h493.4646a31.12957,31.12957,0,0,0,30.99659-30.54688l3.06421-209.5a31,31,0,0,0-30.99683-31.45312H408.11959a25.17915,25.17915,0,0,1-16.96216-6.55127l-65.61132-46.85108a30.93108,30.93108,0,0,0-20.89185-8.09765Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#3f3d56\"\n id=\"path34\" />\n <polygon\n points=\"568.285 599.561 556.025 599.561 552.193 552.273 568.287 552.274 568.285 599.561\"\n fill=\"#ffb8b8\"\n id=\"polygon34\" />\n <path\n d=\"M782.56291,754.803l-39.53051-.00147v-.5a15.38605,15.38605,0,0,1,15.38647-15.38623h.001l24.1438.001Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#2f2e41\"\n id=\"path35\" />\n <polygon\n points=\"705.285 599.561 693.025 599.561 687.193 552.273 705.287 552.274 705.285 599.561\"\n fill=\"#ffb8b8\"\n id=\"polygon35\" />\n <path\n d=\"M919.56291,754.803l-39.53051-.00147v-.5a15.38605,15.38605,0,0,1,15.38647-15.38623h.001l24.1438.001Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#2f2e41\"\n id=\"path36\" />\n <path\n d=\"M876.1253,596.73307a11.29143,11.29143,0,0,0,.29141-14.3014,9.29926,9.29926,0,0,0-1.071-1.09138l9.234-34.09151-15.39037,5.10584-6.4092,31.5911a11.37213,11.37213,0,0,0,1.01721,12.44942A7.89882,7.89882,0,0,0,876.1253,596.73307Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#ffb8b8\"\n id=\"path37\" />\n <path\n d=\"M875.53292,575.76171a3.90859,3.90859,0,0,1-.57641-.043l-8.01953-1.20947a4.34336,4.34336,0,0,1-3.0127-2.0874,5.60344,5.60344,0,0,1-.70313-3.87256l10.00538-55.88184-6.78565-35.90137c-1.30835-6.90918,2.06665-13.8872,7.85108-16.23193a10.72756,10.72756,0,0,1,10.49316,1.34424,14.31655,14.31655,0,0,1,5.62134,10.20849l4.80249,45.77637-.05738.19922L879.69479,572.311A4.47572,4.47572,0,0,1,875.53292,575.76171Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#16006F\"\n id=\"path38\" />\n <circle\n cx=\"662.01317\"\n cy=\"272.83111\"\n r=\"24.56103\"\n fill=\"#ffb8b8\"\n id=\"circle38\" />\n <path\n d=\"M860.58956,530.35888a4.97146,4.97146,0,0,1-1.78906-.333l-38.82056-14.93164a4.98327,4.98327,0,0,1-3.16137-5.32764l1.55908-11.69287a26.50127,26.50127,0,0,1,6.24975-23.59033l.94532-1.04,11.48535-20.94385a12.25972,12.25972,0,0,1,16.73071-4.80761l20.28223,11.334a12.238,12.238,0,0,1,5.65014,6.82519,37.406,37.406,0,0,1-.5725,25.19629L865.26193,527.1538A5.03505,5.03505,0,0,1,860.58956,530.35888Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#16006F\"\n id=\"path39\" />\n <path\n d=\"M758.85177,731.3081l-.05273-.01026a5.0008,5.0008,0,0,1-3.92164-6.05957l29.74854-130.03955a350.67931,350.67931,0,0,1,20.102-60.146l12.65625-28.85644,47.22608,21.56006,6.74291,12.33252a120.69737,120.69737,0,0,1,7.97632,43.02246l47.98658,140.63183a4.99969,4.99969,0,0,1-3.90967,6.54639l-26.269-.29687a4.04456,4.04456,0,0,1-.751.06347,4.96678,4.96678,0,0,1-4.62134-3.13476l-54.85425-142.186a1.0056,1.0056,0,0,0-.96191-.61963.97054.97054,0,0,0-.90283.65674l-52.04761,142.894a4.97557,4.97557,0,0,1-5.58789,3.21Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#2f2e41\"\n id=\"path40\" />\n <path\n d=\"M794.76536,571.39216a10.05576,10.05576,0,0,0,5.36511-14.45584l23.523-26.90067-18.39942-2.50893-19.517,25.93a10.11027,10.11027,0,0,0,9.02832,17.93546Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#ffb8b8\"\n id=\"path41\" />\n <path\n d=\"M805.854,552.44189a5.00894,5.00894,0,0,1-2.34766-.58594l-8.27783-4.415a5.00071,5.00071,0,0,1-1.86865-7.09131l30.57422-48.17725,5.30151-36.35644a14.03461,14.03461,0,1,1,27.52148,5.356l-10.946,44.811-36.06323,44.60449A4.98359,4.98359,0,0,1,805.854,552.44189Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#16006F\"\n id=\"path42\" />\n <path\n d=\"M851.0572,395.92355c2.841-9.31634,19.25481-13.47286,32.89789-9.60742s23.44419,14.0001,25.72575,23.90877c5.05239,21.9422-21.30043,39.75058-16.525,61.69533,3.15948,14.51885,21.43586,28.24626,42.02041,31.56157-22.68517,4.74615-50.37341.57437-71.41-10.75935-13.09259-7.05379-24.07717-17.69856-23.91119-28.43533.10049-6.501,4.23589-12.24949,9.29313-17.21585s11.11108-9.38126,15.75221-14.56516,7.85664-11.391,6.50229-17.97171-8.23545-13.4434-17.4938-15.35808Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#2f2e41\"\n id=\"path43\" />\n <path\n d=\"M987.84843,756.64257h-381a1,1,0,0,1,0-2h381a1,1,0,0,1,0,2Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#ccc\"\n id=\"path44\" />\n</svg>";
|
|
2
|
+
export default svg;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const svg = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 797.5 834.5\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" role=\"img\" artist=\"Katerina Limpitsouni\" source=\"https://undraw.co/\" style=\"width: 100%; height: 100%;\"><title>void</title><ellipse cx=\"308.5\" cy=\"780\" rx=\"308.5\" ry=\"54.5\" fill=\"#3f3d56\"/><circle cx=\"496\" cy=\"301.5\" r=\"301.5\" fill=\"#3f3d56\"/><circle cx=\"496\" cy=\"301.5\" r=\"248.89787\" opacity=\"0.05\"/><circle cx=\"496\" cy=\"301.5\" r=\"203.99362\" opacity=\"0.05\"/><circle cx=\"496\" cy=\"301.5\" r=\"146.25957\" opacity=\"0.05\"/><path d=\"M398.42029,361.23224s-23.70394,66.72221-13.16886,90.42615,27.21564,46.52995,27.21564,46.52995S406.3216,365.62186,398.42029,361.23224Z\" transform=\"translate(-201.25 -32.75)\" fill=\"#d0cde1\"/><path d=\"M398.42029,361.23224s-23.70394,66.72221-13.16886,90.42615,27.21564,46.52995,27.21564,46.52995S406.3216,365.62186,398.42029,361.23224Z\" transform=\"translate(-201.25 -32.75)\" opacity=\"0.1\"/><path d=\"M415.10084,515.74682s-1.75585,16.68055-2.63377,17.55847.87792,2.63377,0,5.26754-1.75585,6.14547,0,7.02339-9.65716,78.13521-9.65716,78.13521-28.09356,36.8728-16.68055,94.81576l3.51169,58.82089s27.21564,1.75585,27.21564-7.90132c0,0-1.75585-11.413-1.75585-16.68055s4.38962-5.26754,1.75585-7.90131-2.63377-4.38962-2.63377-4.38962,4.38961-3.51169,3.51169-4.38962,7.90131-63.2105,7.90131-63.2105,9.65716-9.65716,9.65716-14.92471v-5.26754s4.38962-11.413,4.38962-12.29093,23.70394-54.43127,23.70394-54.43127l9.65716,38.62864,10.53509,55.3092s5.26754,50.04165,15.80262,69.356c0,0,18.4364,63.21051,18.4364,61.45466s30.72733-6.14547,29.84941-14.04678-18.4364-118.5197-18.4364-118.5197L533.62054,513.991Z\" transform=\"translate(-201.25 -32.75)\" fill=\"#2f2e41\"/><path d=\"M391.3969,772.97846s-23.70394,46.53-7.90131,48.2858,21.94809,1.75585,28.97148-5.26754c3.83968-3.83968,11.61528-8.99134,17.87566-12.87285a23.117,23.117,0,0,0,10.96893-21.98175c-.463-4.29531-2.06792-7.83444-6.01858-8.16366-10.53508-.87792-22.826-10.53508-22.826-10.53508Z\" transform=\"translate(-201.25 -32.75)\" fill=\"#2f2e41\"/><path d=\"M522.20753,807.21748s-23.70394,46.53-7.90131,48.28581,21.94809,1.75584,28.97148-5.26754c3.83968-3.83969,11.61528-8.99134,17.87566-12.87285a23.117,23.117,0,0,0,10.96893-21.98175c-.463-4.29531-2.06792-7.83444-6.01857-8.16367-10.53509-.87792-22.826-10.53508-22.826-10.53508Z\" transform=\"translate(-201.25 -32.75)\" fill=\"#2f2e41\"/><circle cx=\"295.90488\" cy=\"215.43252\" r=\"36.90462\" fill=\"#ffb8b8\"/><path d=\"M473.43048,260.30832S447.07,308.81154,444.9612,308.81154,492.41,324.62781,492.41,324.62781s13.70743-46.39439,15.81626-50.61206Z\" transform=\"translate(-201.25 -32.75)\" fill=\"#ffb8b8\"/><path d=\"M513.86726,313.3854s-52.67543-28.97148-57.943-28.09356-61.45466,50.04166-60.57673,70.2339,7.90131,53.55335,7.90131,53.55335,2.63377,93.05991,7.90131,93.93783-.87792,16.68055.87793,16.68055,122.90931,0,123.78724-2.63377S513.86726,313.3854,513.86726,313.3854Z\" transform=\"translate(-201.25 -32.75)\" fill=\"#d0cde1\"/><path d=\"M543.2777,521.89228s16.68055,50.91958,2.63377,49.16373-20.19224-43.89619-20.19224-43.89619Z\" transform=\"translate(-201.25 -32.75)\" fill=\"#ffb8b8\"/><path d=\"M498.50359,310.31267s-32.48318,7.02339-27.21563,50.91957,14.9247,87.79237,14.9247,87.79237l32.48318,71.11182,3.51169,13.16886,23.70394-6.14547L528.353,425.32067s-6.14547-108.86253-14.04678-112.37423A33.99966,33.99966,0,0,0,498.50359,310.31267Z\" transform=\"translate(-201.25 -32.75)\" fill=\"#d0cde1\"/><polygon points=\"277.5 414.958 317.885 486.947 283.86 411.09 277.5 414.958\" opacity=\"0.1\"/><path d=\"M533.896,237.31585l.122-2.82012,5.6101,1.39632a6.26971,6.26971,0,0,0-2.5138-4.61513l5.97581-.33413a64.47667,64.47667,0,0,0-43.1245-26.65136c-12.92583-1.87346-27.31837.83756-36.182,10.43045-4.29926,4.653-7.00067,10.57018-8.92232,16.60685-3.53926,11.11821-4.26038,24.3719,3.11964,33.40938,7.5006,9.18513,20.602,10.98439,32.40592,12.12114,4.15328.4,8.50581.77216,12.35457-.83928a29.721,29.721,0,0,0-1.6539-13.03688,8.68665,8.68665,0,0,1-.87879-4.15246c.5247-3.51164,5.20884-4.39635,8.72762-3.9219s7.74984,1.20031,10.062-1.49432c1.59261-1.85609,1.49867-4.559,1.70967-6.99575C521.28248,239.785,533.83587,238.70653,533.896,237.31585Z\" transform=\"translate(-201.25 -32.75)\" fill=\"#2f2e41\"/><circle cx=\"559\" cy=\"744.5\" r=\"43\" fill=\"#16006F\"/><circle cx=\"54\" cy=\"729.5\" r=\"43\" fill=\"#16006F\"/><circle cx=\"54\" cy=\"672.5\" r=\"31\" fill=\"#16006F\"/><circle cx=\"54\" cy=\"624.5\" r=\"22\" fill=\"#16006F\"/></svg>";
|
|
2
|
+
export default svg;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const svg = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 790 512.20805\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" role=\"img\" artist=\"Katerina Limpitsouni\" source=\"https://undraw.co/\" style=\"width: 100%; height: 100%;\"><path d=\"M925.56335,704.58909,903,636.49819s24.81818,24.81818,24.81818,45.18181l-4.45454-47.09091s12.72727,17.18182,11.45454,43.27273S925.56335,704.58909,925.56335,704.58909Z\" transform=\"translate(-205 -193.89598)\" fill=\"#e6e6e6\"/><path d=\"M441.02093,642.58909,419,576.13509s24.22155,24.22155,24.22155,44.09565l-4.34745-45.95885s12.42131,16.76877,11.17917,42.23245S441.02093,642.58909,441.02093,642.58909Z\" transform=\"translate(-205 -193.89598)\" fill=\"#e6e6e6\"/><path d=\"M784.72555,673.25478c.03773,43.71478-86.66489,30.26818-192.8092,30.35979s-191.53562,13.68671-191.57335-30.028,86.63317-53.29714,192.77748-53.38876S784.68782,629.54,784.72555,673.25478Z\" transform=\"translate(-205 -193.89598)\" fill=\"#e6e6e6\"/><rect y=\"509.69312\" width=\"790\" height=\"2\" fill=\"#3f3d56\"/><polygon points=\"505.336 420.322 491.459 420.322 484.855 366.797 505.336 366.797 505.336 420.322\" fill=\"#a0616a\"/><path d=\"M480.00587,416.35743H508.3101a0,0,0,0,1,0,0V433.208a0,0,0,0,1,0,0H464.69674a0,0,0,0,1,0,0v-1.54149A15.30912,15.30912,0,0,1,480.00587,416.35743Z\" fill=\"#2f2e41\"/><polygon points=\"607.336 499.322 593.459 499.322 586.855 445.797 607.336 445.797 607.336 499.322\" fill=\"#a0616a\"/><path d=\"M582.00587,495.35743H610.3101a0,0,0,0,1,0,0V512.208a0,0,0,0,1,0,0H566.69674a0,0,0,0,1,0,0v-1.54149A15.30912,15.30912,0,0,1,582.00587,495.35743Z\" fill=\"#2f2e41\"/><path d=\"M876.34486,534.205A10.31591,10.31591,0,0,0,873.449,518.654l-32.23009-131.2928L820.6113,396.2276l38.33533,126.949a10.37185,10.37185,0,0,0,17.39823,11.0284Z\" transform=\"translate(-205 -193.89598)\" fill=\"#a0616a\"/><path d=\"M851.20767,268.85955a11.38227,11.38227,0,0,0-17.41522,1.15247l-49.88538,5.72709,7.58861,19.24141,45.36779-8.49083a11.44393,11.44393,0,0,0,14.3442-17.63014Z\" transform=\"translate(-205 -193.89598)\" fill=\"#a0616a\"/><path d=\"M769,520.58909l21.76811,163.37417,27.09338-5.578s-3.98437-118.98157,9.56238-133.32513S810,505.58909,810,505.58909Z\" transform=\"translate(-205 -193.89598)\" fill=\"#2f2e41\"/><path d=\"M778,475.58909l-10,15s-77-31.99929-77,19-4.40631,85.60944-6,88,18.43762,8.59375,28,7c0,0,11.79687-82.21884,11-87,0,0,75.53355,37.03335,89.87712,33.84591S831.60944,536.964,834,530.58909s-1-57-1-57l-47.81-14.59036Z\" transform=\"translate(-205 -193.89598)\" fill=\"#2f2e41\"/><path d=\"M779.34915,385.52862l-2.85032-3.42039s-31.92361-71.82815-19.3822-91.21035,67.26762-22.23252,68.97783-21.0924-4.08488,15.9428-.09446,22.78361c0,0-42.394,9.19121-45.24435,10.33134s21.96615,43.2737,21.96615,43.2737l-2.85031,25.6529Z\" transform=\"translate(-205 -193.89598)\" fill=\"#ccc\"/><path d=\"M835.21549,350.18459S805.57217,353.605,804.432,353.605s-1.71017-7.41084-1.71017-7.41084l-26.223,35.91406S763.57961,486.29929,767,484.58909s66.50531,8.11165,67.07539,3.55114-.57008-27.3631,1.14014-28.50324,29.64328-71.82811,29.64328-71.82811-2.85032-14.82168-12.54142-19.95227S835.21549,350.18459,835.21549,350.18459Z\" transform=\"translate(-205 -193.89598)\" fill=\"#ccc\"/><path d=\"M855.73783,378.11779l9.121,9.69109S878.41081,499.1687,871,502.58909s-22,3-22,3l-14.35458-52.79286Z\" transform=\"translate(-205 -193.89598)\" fill=\"#ccc\"/><circle cx=\"601.72966\" cy=\"122.9976\" r=\"26.2388\" fill=\"#a0616a\"/><path d=\"M800.57267,320.98789c-.35442-5.44445-7.22306-5.631-12.67878-5.68255s-11.97836.14321-15.0654-4.35543c-2.0401-2.973-1.65042-7.10032.035-10.28779s4.45772-5.639,7.18508-7.99742c7.04139-6.08884,14.29842-12.12936,22.7522-16.02662s18.36045-5.472,27.12788-2.3435c10.77008,3.84307,25.32927,23.62588,26.5865,34.99176s-3.28507,22.95252-10.9419,31.44586-25.18188,5.0665-36.21069,8.088c6.7049-9.48964,2.28541-26.73258-8.45572-31.164Z\" transform=\"translate(-205 -193.89598)\" fill=\"#2f2e41\"/><circle cx=\"361.7217\" cy=\"403.5046\" r=\"62.98931\" fill=\"#ECA501\"/><path d=\"M524.65625,529.9355a45.15919,45.15919,0,0,1-41.25537-26.78614L383.44873,278.05757a59.83039,59.83039,0,1,1,111.87012-41.86426l72.37744,235.41211a45.07978,45.07978,0,0,1-43.04,58.33008Z\" transform=\"translate(-205 -193.89598)\" fill=\"#ECA501\"/></svg>";
|
|
2
|
+
export default svg;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const svg = "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<svg\n \n \n viewBox=\"0 0 902.41854 826.20679\"\n role=\"img\"\n artist=\"Katerina Limpitsouni\"\n source=\"https://undraw.co/\"\n version=\"1.1\"\n id=\"svg33\"\n sodipodi:docname=\"undraw_outer-space_qey5.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=\"defs33\" />\n <sodipodi:namedview\n id=\"namedview33\"\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.71531729\"\n inkscape:cx=\"450.84888\"\n inkscape:cy=\"413.10339\"\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=\"svg33\" />\n <path\n d=\"M726.94952,696.70767l8.67165,19.44392c-7.04887-1.12221-13.60391,4.89778-13.75121,12.62878s6.13979,15.77421,13.18911,16.8731c-1.34708,6.00231-7.16088,8.64855-12.20732,11.07451s-10.48544,6.44956-10.11,12.84517c.30146,5.13535,4.548,9.66922,9.05769,11.49215s9.24135,1.54272,13.80858,1.23684c-6.921,7.23984-7.59561,20.84776-1.51747,30.61081s18.21665,14.56912,27.30539,10.8112c-6.42186,7.98853-5.02668,22.61792,2.94328,30.86218,8.03432,8.31083,19.678,9.11525,29.85706,8.23972a132.23791,132.23791,0,0,0,71.00684-28.14c7.78173-6.1834,15.05042-13.45556,19.48953-22.94127s5.747-21.49572,1.61222-32.29045c1.1152,13.52239,14.64995,24.20276,26.82589,24.80038s22.80664-6.26052,31.84054-14.08111c12.014-10.40049,23.13736-24.9791,21.48841-42.967-.81631-8.90487-4.70578-17.46936-8.52054-25.765l-7.39565-16.08273c-2.98571-6.49278-6.03914-13.09517-10.53293-18.54375s-10.73125-9.66651-16.97307-9.62643c1.42718-6.5202,2.86077-13.28339,1.66478-20.211s-5.77577-14.10054-12.00424-15.72285c-7.92682-2.06468-14.6448,5.25038-22.6158,4.56081-7.67069-.6636-14.01-8.362-21.45871-11.4124a17.17785,17.17785,0,0,0-18.53718,3.20639c-4.722,4.6097-6.69032,12.39794-4.99586,19.76719,1.48435,6.45545,5.43465,12.14909,7.83232,18.37489s2.76983,14.231-1.8351,17.63129c-5.55664,4.103-14.01442-1.48021-18.35566-8.23484s-6.83379-14.93336-12.32361-20.614c-6.47924-6.70451-16.62148-8.27573-23.29257-3.60845s-9.22234,15.11922-5.85919,24.00383c2.74987,7.26449,9.04909,14.6135,6.86437,21.45428-2.309,7.2298-12.41262,6.31432-18.50707,1.20471s-10.14111-12.8059-16.16143-18.03027c-6.114-5.30562-14.09812-7.63035-21.10721-6.14573a21.73057,21.73057,0,0,0-15.57311,13.9151\"\n transform=\"translate(-148.79073 -36.89661)\"\n fill=\"#e6e6e6\"\n id=\"path1\" />\n <path\n d=\"M867.34667,642.06633l-17.99256,8.35958a13.81228,13.81228,0,0,1-8.73392,1.17747c-2.61209-.61776-4.37716-2.21477-4.84109-4.3833l-4.18659-19.55422c-.7905-3.68869,2.26453-8.05314,7.26376-10.37585l9.93652-4.61663c4.99924-2.32271,10.305-1.8428,12.61429,1.14024l12.24431,15.81049c1.35812,1.75309,1.4403,4.132.22783,6.52669A13.81219,13.81219,0,0,1,867.34667,642.06633Z\"\n transform=\"translate(-148.79073 -36.89661)\"\n fill=\"#3f3d56\"\n id=\"path2\" />\n <path\n d=\"M309.43024,280.65881A353.9984,353.9984,0,0,1,386.93192,156.602c29.00636-30.1117,74.15027-28.86051,74.15027-28.86051l.25785-.32A87.58018,87.58018,0,0,1,553.89276,98.509c4.30426,1.23514,7.615,1.78263,9.18943,1.23249,28.70712-10.04708,27.35834-32.72422,52.12616-50.99278,43.367-31.98718,187.21094,4.6535,207.4942,63.51371,16.43915,47.70488,89.82021,70.827,117.23582,107.31737q6.43059,8.55861,12.618,17.31558,2.90129,4.06824,5.73748,8.19783a730.4283,730.4283,0,0,1,52.14714,88.15542,514.11313,514.11313,0,0,1,26.10088,61.68445c28.591,83.58209,18.8138,145.8549-60.021,130.47014q-13.99815-2.739-27.32378-4.90113-19.2962-3.14892-37.24641-5.17566-24.17227-2.74893-45.99366-3.60217-7.33723-.29524-14.40509-.39579c-69.67037-.966-121.34893,12.1465-160.719,32.50168q-10.01082,5.16279-18.97332,10.92332a236.05444,236.05444,0,0,0-26.08005,19.31927,254.89837,254.89837,0,0,0-31.42249,32.19714l-.52216.6393c-46.04826,56.326-61.203,118.68168-93.23451,129.6607C383.67414,783.51013,297.07405,613.35008,288.193,446.896q-.67263-12.58159-.74315-25.09128-.04163-5.59155.055-11.15359c.14052-9.67346.567-19.28471,1.28114-28.7797q.40006-5.44542.92807-10.83322c.3879-3.87342.80989-7.72368,1.2976-11.54982C294.49493,331.442,300.58862,304.75806,309.43024,280.65881Z\"\n transform=\"translate(-148.79073 -36.89661)\"\n fill=\"#16006F\"\n id=\"path3\" />\n <path\n d=\"M733.83354,372.24025c-10.93522,5.09113-11.11539,27.895-7.68649,35.28386l6.21383,13.37421,39.60938-18.403-6.21383-13.37421C762.32083,381.73531,744.77678,367.16636,733.83354,372.24025Z\"\n transform=\"translate(-148.79073 -36.89661)\"\n fill=\"#3f3d56\"\n id=\"path4\" />\n <path\n d=\"M627.39274,564.25616a4.33285,4.33285,0,0,1-4.06983-5.81934,4.29966,4.29966,0,0,1,2.24317-2.44043L830.11979,460.9583a4.33007,4.33007,0,0,1,5.752,2.10157,4.33573,4.33573,0,0,1-2.10254,5.752h-.00049L629.215,563.84991A4.30619,4.30619,0,0,1,627.39274,564.25616Z\"\n transform=\"translate(-148.79073 -36.89661)\"\n fill=\"#3f3d56\"\n id=\"path5\" />\n <rect\n x=\"771.78772\"\n y=\"414.47433\"\n width=\"64.47381\"\n height=\"217.68038\"\n transform=\"translate(-294.43392 350.60655) rotate(-24.9202)\"\n fill=\"#e6e6e6\"\n id=\"rect5\" />\n <path\n d=\"M567.90452,162.51413c-10.93522,5.09113-11.11539,27.895-7.68649,35.28386l6.21383,13.37421,39.60938-18.403L599.82741,179.395C596.39181,172.00919,578.84776,157.44024,567.90452,162.51413Z\"\n transform=\"translate(-148.79073 -36.89661)\"\n fill=\"#3f3d56\"\n id=\"path6\" />\n <path\n d=\"M812.91932,664.76078l-17.99256,8.35958a13.81216,13.81216,0,0,1-8.73392,1.17747c-2.6121-.61775-4.37717-2.21476-4.84109-4.3833l-4.1866-19.55421c-.79049-3.68869,2.26453-8.05314,7.26377-10.37585l9.93651-4.61664c4.99924-2.32271,10.305-1.8428,12.6143,1.14025L819.224,652.31857c1.35811,1.75309,1.4403,4.132.22783,6.52668A13.81219,13.81219,0,0,1,812.91932,664.76078Z\"\n transform=\"translate(-148.79073 -36.89661)\"\n fill=\"#3f3d56\"\n id=\"path7\" />\n <path\n d=\"M757.60057,692.20652,739.608,700.5661a13.81222,13.81222,0,0,1-8.73392,1.17747c-2.6121-.61776-4.37716-2.21476-4.84109-4.3833l-4.18659-19.55422c-.7905-3.68869,2.26452-8.05313,7.26376-10.37584l9.93652-4.61664c4.99923-2.32271,10.305-1.8428,12.61429,1.14024l12.24431,15.8105c1.35811,1.75308,1.4403,4.132.22783,6.52668A13.81219,13.81219,0,0,1,757.60057,692.20652Z\"\n transform=\"translate(-148.79073 -36.89661)\"\n fill=\"#3f3d56\"\n id=\"path8\" />\n <rect\n x=\"668.30169\"\n y=\"227.97831\"\n width=\"64.47381\"\n height=\"440.01582\"\n transform=\"translate(-272.32893 299.98873) rotate(-24.9202)\"\n fill=\"#e6e6e6\"\n id=\"rect8\" />\n <polyline\n points=\"548.951 403.691 542.39 389.254 546.167 387.512 552.708 401.903 647.423 611.909 643.65 613.662\"\n fill=\"#3f3d56\"\n id=\"polyline8\" />\n <polyline\n points=\"622.951 391.691 616.39 377.254 620.167 375.512 626.708 389.903 721.423 599.909 717.65 601.662\"\n fill=\"#3f3d56\"\n id=\"polyline9\" />\n <path\n d=\"M664.67094,266.81383l-79.22567,36.80928c-5.044-7.84723-20.24939-48.06017-16.83519-59.99122l-2.56272-11.37766,54.70348-25.416,7.32219,9.00725C638.94215,219.18044,660.10154,256.95133,664.67094,266.81383Z\"\n transform=\"translate(-148.79073 -36.89661)\"\n fill=\"#e6e6e6\"\n id=\"path9\" />\n <path\n d=\"M623.03676,207.325l-56.45093,26.22784c-2.08362.968-4.30262.61217-4.95626-.79495a1.95213,1.95213,0,0,1-.17209-.6429l-2.92164-31.16788c-.1251-1.33466,1.01667-2.84708,2.76109-3.65756L598.73374,179.896c1.74442-.81048,3.63664-.70769,4.576.24866l21.93586,22.33363c1.12192,1.14229.51268,3.09757-1.36081,4.36726A6.08075,6.08075,0,0,1,623.03676,207.325Z\"\n transform=\"translate(-148.79073 -36.89661)\"\n fill=\"#e6e6e6\"\n id=\"path10\" />\n <path\n d=\"M667.31315,451.514a7.62608,7.62608,0,0,1-1.814-.21387,5.60386,5.60386,0,0,1-3.89648-3.02539L627.09,373.992c-1.42822-3.0752.48926-7.00782,4.27442-8.76661l50.53613-23.48c3.78564-1.75976,8.02734-.6875,9.45654,2.38721l34.5127,74.2832a5.60256,5.60256,0,0,1-.20069,4.92872,8.50632,8.50632,0,0,1-4.07422,3.83789l-50.53564,23.479A8.9197,8.9197,0,0,1,667.31315,451.514Z\"\n transform=\"translate(-148.79073 -36.89661)\"\n fill=\"#3f3d56\"\n id=\"path11\" />\n <rect\n x=\"658.61223\"\n y=\"466.20786\"\n width=\"64.47381\"\n height=\"217.68038\"\n transform=\"translate(-326.76927 307.73605) rotate(-24.9202)\"\n fill=\"#e6e6e6\"\n id=\"rect11\" />\n <path\n d=\"M602.18887,210.58118l-17.14693,7.9667c-3.30882,1.53733-7.77287-1.02438-9.94972-5.70968s-1.25568-9.74905,2.05314-11.28637l17.14693-7.9667c3.30882-1.53733,7.77287,1.02438,9.94972,5.70968S605.4977,209.04386,602.18887,210.58118Z\"\n transform=\"translate(-148.79073 -36.89661)\"\n fill=\"#3f3d56\"\n id=\"path12\" />\n <path\n d=\"M621.79921,423.44358c-10.93522,5.09113-11.11539,27.895-7.68649,35.28386l6.21383,13.37421,39.60938-18.403L653.7221,440.3244C650.2865,432.93864,632.74245,418.36969,621.79921,423.44358Z\"\n transform=\"translate(-148.79073 -36.89661)\"\n fill=\"#3f3d56\"\n id=\"path13\" />\n <path\n d=\"M440.1517,377.92488c-3.862,2.57319-7.8147-3.55124-3.87848-6.01018C440.135,369.34165,444.08773,375.46609,440.1517,377.92488Z\"\n transform=\"translate(-148.79073 -36.89661)\"\n fill=\"#e6e6e6\"\n id=\"path14\" />\n <path\n d=\"M842.1517,289.92488c-3.862,2.57319-7.8147-3.55124-3.87848-6.01018C842.135,281.34165,846.08773,287.46609,842.1517,289.92488Z\"\n transform=\"translate(-148.79073 -36.89661)\"\n fill=\"#e6e6e6\"\n id=\"path15\" />\n <path\n d=\"M568.1517,359.92488c-3.862,2.57319-7.8147-3.55124-3.87848-6.01018C568.135,351.34165,572.08773,357.46609,568.1517,359.92488Z\"\n transform=\"translate(-148.79073 -36.89661)\"\n fill=\"#e6e6e6\"\n id=\"path16\" />\n <path\n d=\"M440.1517,599.92488c-3.862,2.57319-7.8147-3.55124-3.87848-6.01018C440.135,591.34165,444.08773,597.46609,440.1517,599.92488Z\"\n transform=\"translate(-148.79073 -36.89661)\"\n fill=\"#e6e6e6\"\n id=\"path17\" />\n <path\n d=\"M637.1517,98.92488c-3.862,2.57319-7.8147-3.55124-3.87848-6.01018C637.135,90.34165,641.08773,96.46609,637.1517,98.92488Z\"\n transform=\"translate(-148.79073 -36.89661)\"\n fill=\"#e6e6e6\"\n id=\"path18\" />\n <path\n d=\"M447.1517,216.92488c-3.862,2.57319-7.8147-3.55124-3.87848-6.01018C447.135,208.34165,451.08773,214.46609,447.1517,216.92488Z\"\n transform=\"translate(-148.79073 -36.89661)\"\n fill=\"#e6e6e6\"\n id=\"path19\" />\n <polygon\n points=\"571.639 146.2 569.182 145.661 569.72 143.203 568.082 142.844 567.543 145.302 565.086 144.764 564.727 146.402 567.184 146.941 566.646 149.398 568.284 149.757 568.823 147.299 571.28 147.838 571.639 146.2\"\n fill=\"#e6e6e6\"\n id=\"polygon19\" />\n <polygon\n points=\"171.542 350.978 169.085 350.439 169.623 347.982 167.985 347.623 167.446 350.08 164.988 349.542 164.629 351.18 167.087 351.719 166.549 354.177 168.187 354.535 168.726 352.078 171.183 352.616 171.542 350.978\"\n fill=\"#e6e6e6\"\n id=\"polygon20\" />\n <path\n d=\"M824.22,492.33287a8.50983,8.50983,0,0,1-11.29014-4.12709l-10.11253-21.7655a8.5,8.5,0,0,1,15.41723-7.163l10.11253,21.76549A8.50983,8.50983,0,0,1,824.22,492.33287Z\"\n transform=\"translate(-148.79073 -36.89661)\"\n fill=\"#3f3d56\"\n id=\"path20\" />\n <path\n d=\"M652.22,572.33287a8.50983,8.50983,0,0,1-11.29014-4.12709l-10.11253-21.7655a8.5,8.5,0,0,1,15.41723-7.163l10.11253,21.76549A8.50983,8.50983,0,0,1,652.22,572.33287Z\"\n transform=\"translate(-148.79073 -36.89661)\"\n fill=\"#3f3d56\"\n id=\"path21\" />\n <path\n d=\"M808.64176,444.7781l-67.80585,31.50349c-4.317-6.71611-17.33058-41.13265-14.40852-51.34393l1.43426-11.42307,40.48614-19.86306,8.9714,7.505C789.95914,396.88314,808.53922,428.20455,808.64176,444.7781Z\"\n transform=\"translate(-148.79073 -36.89661)\"\n fill=\"#e6e6e6\"\n id=\"path22\" />\n <path\n d=\"M777.16178,442.59376l-17.14693,7.96671c-3.30882,1.53733-8.34353-2.25264-11.22164-8.44728s-2.52761-12.48665.78121-14.024l17.14693-7.96671c3.30882-1.53732,8.34353,2.25264,11.22164,8.44728S780.4706,441.05644,777.16178,442.59376Z\"\n transform=\"translate(-148.79073 -36.89661)\"\n fill=\"#3f3d56\"\n id=\"path23\" />\n <polyline\n points=\"482.951 446.691 476.39 432.254 480.167 430.512 486.708 444.903 581.423 654.909 577.65 656.662\"\n fill=\"#3f3d56\"\n id=\"polyline23\" />\n <path\n d=\"M696.60745,495.98143l-67.8059,31.50349c-10.00311-5.16492-25.29108-38.961-14.40851-51.34394l1.43428-11.42306,40.48614-19.86306,8.9714,7.505C674.58727,455.214,692.6967,487.54053,696.60745,495.98143Z\"\n transform=\"translate(-148.79073 -36.89661)\"\n fill=\"#e6e6e6\"\n id=\"path24\" />\n <path\n d=\"M663.73193,490.79348l-17.14693,7.9667c-3.30882,1.53733-8.03047-1.57883-10.52388-6.94547s-1.82985-10.98484,1.479-12.52216l17.14693-7.96671c3.30882-1.53732,8.03047,1.57884,10.52388,6.94547S667.04075,489.25615,663.73193,490.79348Z\"\n transform=\"translate(-148.79073 -36.89661)\"\n fill=\"#3f3d56\"\n id=\"path25\" />\n <circle\n cx=\"171.29146\"\n cy=\"204.8449\"\n r=\"103\"\n fill=\"#ff6584\"\n id=\"circle25\"\n style=\"fill:#6ad0bc;fill-opacity:1\" />\n <path\n d=\"M742.39622,349.02053l62.59321-182.809L736.2582,346.83222a3.44161,3.44161,0,1,0,6.138,2.18831Z\"\n transform=\"translate(-148.79073 -36.89661)\"\n fill=\"#f0f0f0\"\n opacity=\"0.3\"\n id=\"path26\" />\n <path\n d=\"M901.95012,240.05454q-18.37971,6.10836-40.75145,12.00083c-77.14515,20.311-180.54976,36.15428-291.16558,44.61271-110.61535,8.45828-215.22739,8.51948-294.5635.17426-38.6472-4.06578-69.21495-9.91317-90.85368-17.381-22.90943-7.9053-34.94724-17.43191-35.77952-28.31364-1.62074-21.19968,40.21258-39.85854,75.59194-51.77816l.95819,2.84289C176.80129,218.58114,150.6779,235.879,151.8281,250.9191c1.4643,19.15595,46.64436,34.80631,123.95529,42.93958,79.16179,8.327,183.58052,8.26316,294.02138-.18138,110.44009-8.44531,213.6549-24.25739,290.63031-44.52332,75.17352-19.79057,117.45048-42.12921,115.98557-61.28547-1.21629-15.90466-32.56722-29.51036-88.2777-38.3124l.46834-2.963c40.48,6.39573,89.09256,18.70823,90.80107,41.04675.83181,10.88188-9.61776,22.12737-31.05892,33.424C936.13107,227.5031,920.60136,233.856,901.95012,240.05454Z\"\n transform=\"translate(-148.79073 -36.89661)\"\n fill=\"#3f3d56\"\n id=\"path27\" />\n <circle\n cx=\"783.42532\"\n cy=\"375.13624\"\n r=\"10.70234\"\n fill=\"#ff6584\"\n id=\"circle27\"\n style=\"fill:#6ad0bc;fill-opacity:1\" />\n <circle\n cx=\"851.42532\"\n cy=\"665.13624\"\n r=\"10.70234\"\n fill=\"#f2f2f2\"\n id=\"circle28\" />\n <circle\n cx=\"486.42532\"\n cy=\"720.13624\"\n r=\"20.86614\"\n fill=\"#f2f2f2\"\n id=\"circle29\" />\n <circle\n cx=\"327.42532\"\n cy=\"454.13624\"\n r=\"10.70234\"\n fill=\"#3f3d56\"\n id=\"circle30\" />\n <polygon\n points=\"687.226 478.768 733.402 490.721 761.723 546.349 713.843 548.227 687.226 478.768\"\n fill=\"#e6e6e6\"\n id=\"polygon30\" />\n <polygon\n points=\"580.645 398.574 606.059 424.002 670.606 563.557 658.722 573.824 580.645 398.574\"\n fill=\"#ccc\"\n id=\"polygon31\" />\n <polygon\n points=\"525.386 421.624 527.38 457.52 588.304 598.694 603.88 596.688 525.386 421.624\"\n fill=\"#ccc\"\n id=\"polygon32\" />\n <polygon\n points=\"523.723 566.637 498.854 607.339 517.187 667.008 552.9 635.061 523.723 566.637\"\n fill=\"#e6e6e6\"\n id=\"polygon33\" />\n <path\n d=\"M892.19547,628.54368q-19.36816,0-42.45654-1.46387c-79.61377-5.05566-182.7378-22.63281-290.376-49.49219-107.63769-26.85937-206.93017-59.79394-279.58545-92.73437-35.39258-16.04688-62.55615-31.23633-80.73535-45.14746-19.24707-14.727-27.666-27.564-25.02393-38.15283,5.14795-20.62891,50.731-25.14209,88.064-25.29541l.01269,3c-51.26806.21044-81.51367,8.38671-85.16552,23.022-4.65186,18.64013,33.28662,47.74072,104.08691,79.84131,72.49561,32.86816,171.60547,65.73925,279.07324,92.55664,107.46729,26.8164,210.40137,44.36328,289.83985,49.4082,77.57861,4.92773,124.74316-2.9375,129.39453-21.57812,3.86181-15.47657-21.59815-38.2754-71.68945-64.19825l1.3789-2.66406c36.397,18.83594,78.64551,45.85156,73.22168,67.58887C979.59244,613.823,966.12955,621.199,942.21988,625.157,928.59049,627.41282,911.84977,628.54368,892.19547,628.54368Z\"\n transform=\"translate(-148.79073 -36.89661)\"\n fill=\"#3f3d56\"\n id=\"path33\" />\n</svg>";
|
|
2
|
+
export default svg;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const svg = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 647.63626 632.17383\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" role=\"img\" artist=\"Katerina Limpitsouni\" source=\"https://undraw.co/\" style=\"width: 100%; height: 100%;\"><path d=\"M687.3279,276.08691H512.81813a15.01828,15.01828,0,0,0-15,15v387.85l-2,.61005-42.81006,13.11a8.00676,8.00676,0,0,1-9.98974-5.31L315.678,271.39691a8.00313,8.00313,0,0,1,5.31006-9.99l65.97022-20.2,191.25-58.54,65.96972-20.2a7.98927,7.98927,0,0,1,9.99024,5.3l32.5498,106.32Z\" transform=\"translate(-276.18187 -133.91309)\" fill=\"#f2f2f2\"/><path d=\"M725.408,274.08691l-39.23-128.14a16.99368,16.99368,0,0,0-21.23-11.28l-92.75,28.39L380.95827,221.60693l-92.75,28.4a17.0152,17.0152,0,0,0-11.28028,21.23l134.08008,437.93a17.02661,17.02661,0,0,0,16.26026,12.03,16.78926,16.78926,0,0,0,4.96972-.75l63.58008-19.46,2-.62v-2.09l-2,.61-64.16992,19.65a15.01489,15.01489,0,0,1-18.73-9.95l-134.06983-437.94a14.97935,14.97935,0,0,1,9.94971-18.73l92.75-28.4,191.24024-58.54,92.75-28.4a15.15551,15.15551,0,0,1,4.40966-.66,15.01461,15.01461,0,0,1,14.32032,10.61l39.0498,127.56.62012,2h2.08008Z\" transform=\"translate(-276.18187 -133.91309)\" fill=\"#3f3d56\"/><path d=\"M398.86279,261.73389a9.0157,9.0157,0,0,1-8.61133-6.3667l-12.88037-42.07178a8.99884,8.99884,0,0,1,5.9712-11.24023l175.939-53.86377a9.00867,9.00867,0,0,1,11.24072,5.9707l12.88037,42.07227a9.01029,9.01029,0,0,1-5.9707,11.24072L401.49219,261.33887A8.976,8.976,0,0,1,398.86279,261.73389Z\" transform=\"translate(-276.18187 -133.91309)\" fill=\"#6C63FF\"/><circle cx=\"190.15351\" cy=\"24.95465\" r=\"20\" fill=\"#6C63FF\"/><circle cx=\"190.15351\" cy=\"24.95465\" r=\"12.66462\" fill=\"#fff\"/><path d=\"M878.81836,716.08691h-338a8.50981,8.50981,0,0,1-8.5-8.5v-405a8.50951,8.50951,0,0,1,8.5-8.5h338a8.50982,8.50982,0,0,1,8.5,8.5v405A8.51013,8.51013,0,0,1,878.81836,716.08691Z\" transform=\"translate(-276.18187 -133.91309)\" fill=\"#e6e6e6\"/><path d=\"M723.31813,274.08691h-210.5a17.02411,17.02411,0,0,0-17,17v407.8l2-.61v-407.19a15.01828,15.01828,0,0,1,15-15H723.93825Zm183.5,0h-394a17.02411,17.02411,0,0,0-17,17v458a17.0241,17.0241,0,0,0,17,17h394a17.0241,17.0241,0,0,0,17-17v-458A17.02411,17.02411,0,0,0,906.81813,274.08691Zm15,475a15.01828,15.01828,0,0,1-15,15h-394a15.01828,15.01828,0,0,1-15-15v-458a15.01828,15.01828,0,0,1,15-15h394a15.01828,15.01828,0,0,1,15,15Z\" transform=\"translate(-276.18187 -133.91309)\" fill=\"#3f3d56\"/><path d=\"M801.81836,318.08691h-184a9.01015,9.01015,0,0,1-9-9v-44a9.01016,9.01016,0,0,1,9-9h184a9.01016,9.01016,0,0,1,9,9v44A9.01015,9.01015,0,0,1,801.81836,318.08691Z\" transform=\"translate(-276.18187 -133.91309)\" fill=\"#6C63FF\"/><circle cx=\"433.63626\" cy=\"105.17383\" r=\"20\" fill=\"#6C63FF\"/><circle cx=\"433.63626\" cy=\"105.17383\" r=\"12.18187\" fill=\"#fff\"/></svg>";
|
|
2
|
+
export default svg;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './src/illustration.component';
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
import { OnChanges } from '@angular/core';
|
|
2
|
+
import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class IllustrationComponent implements OnChanges {
|
|
5
|
+
private readonly sanitizer;
|
|
6
|
+
/**
|
|
7
|
+
* Name of the illustration to display. Must be a valid name from the illustrations registry.
|
|
8
|
+
*
|
|
9
|
+
* Example:
|
|
10
|
+
* ```html
|
|
11
|
+
* <tk-illustration name="success"></tk-illustration>
|
|
12
|
+
* ```
|
|
13
|
+
*/
|
|
14
|
+
name: string;
|
|
15
|
+
/**
|
|
16
|
+
* Size of the illustration. Can be a CSS value (e.g., '100px', '200px', '50%')
|
|
17
|
+
* or a number that will be converted to pixels. This property is used as a fallback
|
|
18
|
+
* when width and height are not provided.
|
|
19
|
+
*
|
|
20
|
+
* The illustration maintains its original aspect ratio when adjusting its size.
|
|
21
|
+
*
|
|
22
|
+
* Example:
|
|
23
|
+
* ```html
|
|
24
|
+
* <tk-illustration name="success" size="300px"></tk-illustration>
|
|
25
|
+
* ```
|
|
26
|
+
*/
|
|
27
|
+
size: string | number;
|
|
28
|
+
/**
|
|
29
|
+
* Width of the illustration. When specified, it takes precedence over size.
|
|
30
|
+
* Can be a CSS value (e.g., '100px', '50%') or a number that will be converted to pixels.
|
|
31
|
+
*
|
|
32
|
+
* The illustration will adjust while maintaining its original aspect ratio.
|
|
33
|
+
*
|
|
34
|
+
* Example:
|
|
35
|
+
* ```html
|
|
36
|
+
* <tk-illustration name="success" width="200px"></tk-illustration>
|
|
37
|
+
* ```
|
|
38
|
+
*/
|
|
39
|
+
width?: string | number;
|
|
40
|
+
/**
|
|
41
|
+
* Height of the illustration. When specified, it takes precedence over size.
|
|
42
|
+
* Can be a CSS value (e.g., '100px', '50%') or a number that will be converted to pixels.
|
|
43
|
+
*
|
|
44
|
+
* The illustration will adjust while maintaining its original aspect ratio.
|
|
45
|
+
*
|
|
46
|
+
* Example:
|
|
47
|
+
* ```html
|
|
48
|
+
* <tk-illustration name="success" height="150px"></tk-illustration>
|
|
49
|
+
* ```
|
|
50
|
+
*/
|
|
51
|
+
height?: string | number;
|
|
52
|
+
/**
|
|
53
|
+
* Alternative text for the illustration, used for accessibility.
|
|
54
|
+
*
|
|
55
|
+
* Example:
|
|
56
|
+
* ```html
|
|
57
|
+
* <tk-illustration name="success" altText="Success illustration"></tk-illustration>
|
|
58
|
+
* ```
|
|
59
|
+
*/
|
|
60
|
+
altText?: string;
|
|
61
|
+
/**
|
|
62
|
+
* Stores the calculated size values that will be applied to the illustration.
|
|
63
|
+
*/
|
|
64
|
+
calculatedSize: {
|
|
65
|
+
width: string;
|
|
66
|
+
height: string;
|
|
67
|
+
};
|
|
68
|
+
/**
|
|
69
|
+
* Stores the sanitized SVG content to be displayed.
|
|
70
|
+
*/
|
|
71
|
+
svgContent?: SafeHtml;
|
|
72
|
+
/**
|
|
73
|
+
* Constructor that injects the DomSanitizer service for SVG content sanitization.
|
|
74
|
+
*/
|
|
75
|
+
constructor(sanitizer: DomSanitizer);
|
|
76
|
+
/**
|
|
77
|
+
* Lifecycle hook that triggers when input properties change.
|
|
78
|
+
* Updates the size and loads the illustration when changes occur.
|
|
79
|
+
*/
|
|
80
|
+
ngOnChanges(): void;
|
|
81
|
+
/**
|
|
82
|
+
* Updates the calculated size based on the provided width, height, or size properties.
|
|
83
|
+
* The order of precedence is: width+height > width > height > size
|
|
84
|
+
*/
|
|
85
|
+
private updateSize;
|
|
86
|
+
/**
|
|
87
|
+
* Validates and sets the width of the illustration.
|
|
88
|
+
* Converts numeric values to pixel strings and updates the calculated size.
|
|
89
|
+
*/
|
|
90
|
+
private validateIfWidth;
|
|
91
|
+
/**
|
|
92
|
+
* Validates and sets the height of the illustration.
|
|
93
|
+
* Converts numeric values to pixel strings and updates the calculated size.
|
|
94
|
+
*/
|
|
95
|
+
private validateIfHeight;
|
|
96
|
+
/**
|
|
97
|
+
* Validates and sets the size property of the illustration.
|
|
98
|
+
* Supports predefined sizes (small, medium, large) and custom CSS values.
|
|
99
|
+
*
|
|
100
|
+
* Predefined sizes:
|
|
101
|
+
* - small: 100px x 100px
|
|
102
|
+
* - medium: 200px x 200px
|
|
103
|
+
* - large: 300px x 300px
|
|
104
|
+
*
|
|
105
|
+
* Custom values:
|
|
106
|
+
* - Percentage values (e.g., '50%') are maintained as is
|
|
107
|
+
* - Pixel values (e.g., '150px') are maintained as is
|
|
108
|
+
*/
|
|
109
|
+
private validateSizeString;
|
|
110
|
+
/**
|
|
111
|
+
* Loads the illustration from the illustrations registry based on the provided name.
|
|
112
|
+
* If the illustration is found, it sanitizes the SVG content and stores it in the svgContent property.
|
|
113
|
+
*/
|
|
114
|
+
private loadIllustration;
|
|
115
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IllustrationComponent, never>;
|
|
116
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IllustrationComponent, "tk-illustration", never, { "name": { "alias": "name"; "required": false; }; "size": { "alias": "size"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "altText": { "alias": "altText"; "required": false; }; }, {}, never, never, true, never>;
|
|
117
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './src/typography.component';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class TypographyComponent {
|
|
3
|
+
size: string;
|
|
4
|
+
color: string;
|
|
5
|
+
weight: string;
|
|
6
|
+
type: 'h1-heading' | 'h2-heading' | 'h3-heading' | 'h4-heading' | 'h5-heading' | 'h6-heading' | 'subtitle1' | 'subtitle2' | 'body1' | 'body2' | 'p1-paragraph' | 'underline-text';
|
|
7
|
+
lineBreak: boolean;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TypographyComponent, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TypographyComponent, "tk-typography", never, { "size": { "alias": "size"; "required": false; }; "color": { "alias": "color"; "required": false; }; "weight": { "alias": "weight"; "required": false; }; "type": { "alias": "type"; "required": false; }; "lineBreak": { "alias": "lineBreak"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
10
|
+
}
|
package/core/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './types';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export * from './src/option';
|
|
2
|
+
export * from './src/validator-with-message';
|
|
3
|
+
export * from './src/typography-styles';
|
|
4
|
+
export * from './src/illustration-config';
|
|
5
|
+
export * from './src/branding';
|
|
6
|
+
export * from './src/grids';
|
|
7
|
+
export * from './src/breakpoints';
|
|
8
|
+
export * from './src/theme/theme.provider';
|
|
9
|
+
export * from './src/theme/tk-preset';
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @type { `dark` | `light` } ThemeLogo
|
|
3
|
+
* @description Defines the theme variant of the logo.
|
|
4
|
+
* - `dark`: The logo is designed to look good on a **light** background (the logo is dark).
|
|
5
|
+
* - `light`: The logo is designed to look good on a **dark** background (the logo is light/white).
|
|
6
|
+
*/
|
|
7
|
+
export type ThemeLogo = 'dark' | 'light';
|
|
8
|
+
/**
|
|
9
|
+
* @type { `minimal` | `normal` | `compound` } VariantLogo
|
|
10
|
+
* @description Defines the logo style variant (complexity/presentation).
|
|
11
|
+
* - `minimal`: Only the icon or a very simplified version of the logo.
|
|
12
|
+
* - `normal`: The standard version of the logo (name/text).
|
|
13
|
+
* - `compound`: A version of the logo (icon -name/text).
|
|
14
|
+
*/
|
|
15
|
+
export type VariantLogo = 'minimal' | 'normal' | 'compound';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './branding.types';
|