@vcmap/ui 5.0.0-rc.22 → 5.0.0-rc.24
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/README.md +38 -20
- package/app.config.json +3 -0
- package/build/.eslintrc +3 -0
- package/build/build.js +184 -174
- package/build/buildCesium.js +32 -19
- package/build/buildHelpers.js +117 -48
- package/build/buildPreview.js +9 -6
- package/build/commonViteConfig.js +1 -3
- package/build/determineHost.js +17 -4
- package/build/generateOLLib.js +13 -16
- package/build/getPluginProxies.js +16 -3
- package/build/info/conf.json +21 -21
- package/build/info/publish.js +15 -4
- package/config/aerowest.config.json +18 -44
- package/config/base.config.json +72 -246
- package/config/codes.config.json +4 -0
- package/config/dev.config.json +11 -13
- package/config/graphFeatureInfo.config.json +58 -17
- package/config/projects.config.json +30 -0
- package/config/www.config.json +98 -297
- package/dist/assets/cesium/Workers/{ArcType-ce2e50ab.js → ArcType-2d9abbbc.js} +4 -4
- package/dist/assets/cesium/Workers/{AttributeCompression-b646d393.js → AttributeCompression-f9f6c717.js} +24 -24
- package/dist/assets/cesium/Workers/{AxisAlignedBoundingBox-ff186ccc.js → AxisAlignedBoundingBox-85d9e53a.js} +3 -3
- package/dist/assets/cesium/Workers/{BoundingRectangle-be5924f4.js → BoundingRectangle-1ee7eb47.js} +18 -18
- package/dist/assets/cesium/Workers/{BoxGeometry-12eeccaf.js → BoxGeometry-3b2be784.js} +9 -9
- package/dist/assets/cesium/Workers/{Check-666ab1a0.js → Check-6ede7e26.js} +22 -22
- package/dist/assets/cesium/Workers/{Color-a84038cb.js → Color-f107c84d.js} +59 -59
- package/dist/assets/cesium/Workers/{ComponentDatatype-f7b11d02.js → ComponentDatatype-cf1fa08e.js} +16 -16
- package/dist/assets/cesium/Workers/{CoplanarPolygonGeometryLibrary-3272c1b3.js → CoplanarPolygonGeometryLibrary-78d71993.js} +1 -1
- package/dist/assets/cesium/Workers/{CorridorGeometryLibrary-0170e093.js → CorridorGeometryLibrary-50d99b33.js} +1 -1
- package/dist/assets/cesium/Workers/{CylinderGeometry-7c5da648.js → CylinderGeometry-51b0d9bf.js} +12 -12
- package/dist/assets/cesium/Workers/{CylinderGeometryLibrary-372c07d8.js → CylinderGeometryLibrary-7bf291b4.js} +1 -1
- package/dist/assets/cesium/Workers/{EllipseGeometry-797d580e.js → EllipseGeometry-bcfb5d87.js} +20 -20
- package/dist/assets/cesium/Workers/{EllipseGeometryLibrary-2939e1dc.js → EllipseGeometryLibrary-e94f8472.js} +1 -1
- package/dist/assets/cesium/Workers/{EllipseOutlineGeometry-8b50870f.js → EllipseOutlineGeometry-28e3a1bb.js} +15 -15
- package/dist/assets/cesium/Workers/{EllipsoidGeodesic-98c62a56.js → EllipsoidGeodesic-5b3623dc.js} +6 -6
- package/dist/assets/cesium/Workers/{EllipsoidGeometry-21c0e3a5.js → EllipsoidGeometry-b222fa63.js} +14 -14
- package/dist/assets/cesium/Workers/{EllipsoidOutlineGeometry-eff247c8.js → EllipsoidOutlineGeometry-38a3fb5b.js} +15 -15
- package/dist/assets/cesium/Workers/{EllipsoidRhumbLine-19756602.js → EllipsoidRhumbLine-ef872433.js} +9 -9
- package/dist/assets/cesium/Workers/{EllipsoidTangentPlane-214683dc.js → EllipsoidTangentPlane-8c89f28c.js} +1 -1
- package/dist/assets/cesium/Workers/{EncodedCartesian3-81f70735.js → EncodedCartesian3-57415c8a.js} +6 -6
- package/dist/assets/cesium/Workers/{FrustumGeometry-ac42a6d9.js → FrustumGeometry-bdd3a04d.js} +139 -111
- package/dist/assets/cesium/Workers/{GeometryAttribute-7d6f1732.js → GeometryAttribute-153115c5.js} +20 -20
- package/dist/assets/cesium/Workers/{GeometryAttributes-f06a2792.js → GeometryAttributes-ad136444.js} +1 -1
- package/dist/assets/cesium/Workers/{GeometryInstance-451dc1cd.js → GeometryInstance-34d9e21e.js} +6 -6
- package/dist/assets/cesium/Workers/{GeometryPipeline-ce4339ed.js → GeometryPipeline-acb2399c.js} +22 -22
- package/dist/assets/cesium/Workers/{IndexDatatype-a55ceaa1.js → IndexDatatype-2643aa47.js} +13 -13
- package/dist/assets/cesium/Workers/{IntersectionTests-f6e6bd8a.js → IntersectionTests-271e513e.js} +37 -37
- package/dist/assets/cesium/Workers/{Math-2dbd6b93.js → Math-0a2ac845.js} +149 -139
- package/dist/assets/cesium/Workers/{Matrix2-13178034.js → Matrix2-e1298525.js} +256 -256
- package/dist/assets/cesium/Workers/{Matrix3-315394f6.js → Matrix3-41c58dde.js} +150 -150
- package/dist/assets/cesium/Workers/{OrientedBoundingBox-04920dc7.js → OrientedBoundingBox-5e04e31f.js} +19 -17
- package/dist/assets/cesium/Workers/{Plane-900aa728.js → Plane-4c3d403b.js} +5 -5
- package/dist/assets/cesium/Workers/{PolygonGeometryLibrary-a8680d96.js → PolygonGeometryLibrary-6762b65b.js} +6 -6
- package/dist/assets/cesium/Workers/PolygonPipeline-7dc7a431.js +1344 -0
- package/dist/assets/cesium/Workers/{PolylinePipeline-32f36d2a.js → PolylinePipeline-15fde655.js} +16 -16
- package/dist/assets/cesium/Workers/{PolylineVolumeGeometryLibrary-a510d657.js → PolylineVolumeGeometryLibrary-ba7dfed5.js} +7 -7
- package/dist/assets/cesium/Workers/{PrimitivePipeline-ba38434a.js → PrimitivePipeline-68f0b9a2.js} +6 -6
- package/dist/assets/cesium/Workers/{RectangleGeometryLibrary-bdba697e.js → RectangleGeometryLibrary-8eaf23da.js} +1 -1
- package/dist/assets/cesium/Workers/{RuntimeError-06c93819.js → RuntimeError-ef395448.js} +5 -5
- package/dist/assets/cesium/Workers/{TerrainEncoding-833187da.js → TerrainEncoding-eb8a645a.js} +30 -30
- package/dist/assets/cesium/Workers/Transforms-f6451f99.js +14698 -0
- package/dist/assets/cesium/Workers/{VertexFormat-6b480673.js → VertexFormat-030f11ff.js} +14 -14
- package/dist/assets/cesium/Workers/{WallGeometryLibrary-919eed92.js → WallGeometryLibrary-feef3109.js} +1 -1
- package/dist/assets/cesium/Workers/{WebGLConstants-a8cc3e8c.js → WebGLConstants-0b1ce7ba.js} +1 -1
- package/dist/assets/cesium/Workers/{WebMercatorProjection-13a90d41.js → WebMercatorProjection-13ed1a6e.js} +6 -6
- package/dist/assets/cesium/Workers/{arrayRemoveDuplicates-c2038105.js → arrayRemoveDuplicates-d2061e85.js} +5 -5
- package/dist/assets/cesium/Workers/cesiumWorkerBootstrapper.js +5 -5
- package/dist/assets/cesium/Workers/{combine-ca22a614.js → combine-d9581036.js} +5 -5
- package/dist/assets/cesium/Workers/combineGeometry.js +1 -1
- package/dist/assets/cesium/Workers/createBoxGeometry.js +1 -1
- package/dist/assets/cesium/Workers/createBoxOutlineGeometry.js +9 -9
- package/dist/assets/cesium/Workers/createCircleGeometry.js +13 -13
- package/dist/assets/cesium/Workers/createCircleOutlineGeometry.js +13 -13
- package/dist/assets/cesium/Workers/createCoplanarPolygonGeometry.js +11 -11
- package/dist/assets/cesium/Workers/createCoplanarPolygonOutlineGeometry.js +9 -9
- package/dist/assets/cesium/Workers/createCorridorGeometry.js +14 -14
- package/dist/assets/cesium/Workers/createCorridorOutlineGeometry.js +12 -12
- package/dist/assets/cesium/Workers/createCylinderGeometry.js +1 -1
- package/dist/assets/cesium/Workers/createCylinderOutlineGeometry.js +13 -13
- package/dist/assets/cesium/Workers/createEllipseGeometry.js +1 -1
- package/dist/assets/cesium/Workers/createEllipseOutlineGeometry.js +1 -1
- package/dist/assets/cesium/Workers/createEllipsoidGeometry.js +1 -1
- package/dist/assets/cesium/Workers/createEllipsoidOutlineGeometry.js +1 -1
- package/dist/assets/cesium/Workers/createFrustumGeometry.js +1 -1
- package/dist/assets/cesium/Workers/createFrustumOutlineGeometry.js +8 -8
- package/dist/assets/cesium/Workers/createGeometry.js +1 -1
- package/dist/assets/cesium/Workers/createGroundPolylineGeometry.js +33 -33
- package/dist/assets/cesium/Workers/createPlaneGeometry.js +8 -8
- package/dist/assets/cesium/Workers/createPlaneOutlineGeometry.js +6 -6
- package/dist/assets/cesium/Workers/createPolygonGeometry.js +25 -25
- package/dist/assets/cesium/Workers/createPolygonOutlineGeometry.js +17 -17
- package/dist/assets/cesium/Workers/createPolylineGeometry.js +11 -11
- package/dist/assets/cesium/Workers/createPolylineVolumeGeometry.js +9 -9
- package/dist/assets/cesium/Workers/createPolylineVolumeOutlineGeometry.js +9 -9
- package/dist/assets/cesium/Workers/createRectangleGeometry.js +16 -16
- package/dist/assets/cesium/Workers/createRectangleOutlineGeometry.js +12 -12
- package/dist/assets/cesium/Workers/createSimplePolylineGeometry.js +10 -10
- package/dist/assets/cesium/Workers/createSphereGeometry.js +11 -11
- package/dist/assets/cesium/Workers/createSphereOutlineGeometry.js +12 -12
- package/dist/assets/cesium/Workers/createTaskProcessorWorker.js +2 -2
- package/dist/assets/cesium/Workers/createVectorTileClampedPolylines.js +1 -1
- package/dist/assets/cesium/Workers/createVectorTileGeometries.js +8 -8
- package/dist/assets/cesium/Workers/createVectorTilePoints.js +1 -1
- package/dist/assets/cesium/Workers/createVectorTilePolygons.js +1 -1
- package/dist/assets/cesium/Workers/createVectorTilePolylines.js +1 -1
- package/dist/assets/cesium/Workers/createVerticesFromGoogleEarthEnterpriseBuffer.js +1 -1
- package/dist/assets/cesium/Workers/createVerticesFromHeightmap.js +27 -28
- package/dist/assets/cesium/Workers/createVerticesFromQuantizedTerrainMesh.js +33 -38
- package/dist/assets/cesium/Workers/createWallGeometry.js +14 -14
- package/dist/assets/cesium/Workers/createWallOutlineGeometry.js +14 -14
- package/dist/assets/cesium/Workers/decodeDraco.js +10 -2
- package/dist/assets/cesium/Workers/decodeGoogleEarthEnterprisePacket.js +15 -15
- package/dist/assets/cesium/Workers/decodeI3S.js +1 -1
- package/dist/assets/cesium/Workers/{defaultValue-0a909f67.js → defaultValue-fe22d8c0.js} +2 -2
- package/dist/assets/cesium/Workers/package.js +1 -1
- package/dist/assets/cesium/Workers/transcodeKTX2.js +46 -26
- package/dist/assets/cesium/Workers/transferTypedArrayTest.js +1 -1
- package/dist/assets/cesium/Workers/upsampleQuantizedTerrainMesh.js +24 -24
- package/dist/assets/{cesium.88cffd.js → cesium.253914.js} +36578 -33768
- package/dist/assets/cesium.js +1 -1
- package/dist/assets/{core.a66593.js → core.3a8205.js} +7824 -5377
- package/dist/assets/core.js +1 -1
- package/dist/assets/index.91ae2d55.js +1 -0
- package/dist/assets/{ol.d4539f.js → ol.1c946a.js} +5550 -5491
- package/dist/assets/ol.js +1 -1
- package/dist/assets/ui.0025be.css +5 -0
- package/dist/assets/{ui.d760e4.js → ui.0025be.js} +6260 -5164
- package/dist/assets/ui.js +1 -1
- package/dist/assets/vue.js +2 -2
- package/dist/assets/{vuetify.427322.css → vuetify.6efa21.css} +2 -2
- package/dist/assets/{vuetify.427322.js → vuetify.6efa21.js} +1 -1
- package/dist/assets/vuetify.js +2 -2
- package/dist/index.html +27 -7
- package/index.html +26 -6
- package/index.js +68 -15
- package/lib/cesium.js +1 -1
- package/lib/core.js +1 -1
- package/lib/ui.js +1 -1
- package/lib/vue.js +2 -2
- package/lib/vuetify.js +2 -2
- package/package.json +19 -10
- package/plugins/.eslintrc +9 -0
- package/plugins/@vcmap/create-link/fallbackCreateLink.vue +13 -9
- package/plugins/@vcmap/create-link/index.js +15 -6
- package/plugins/@vcmap/project-selector/{ContextsListComponent.vue → ModulesListComponent.vue} +14 -18
- package/plugins/@vcmap/project-selector/ProjectSelectorComponent.vue +19 -24
- package/plugins/@vcmap/project-selector/README.md +16 -20
- package/plugins/@vcmap/project-selector/config.json +13 -13
- package/plugins/@vcmap/project-selector/de.json +4 -1
- package/plugins/@vcmap/project-selector/en.json +4 -1
- package/plugins/@vcmap/project-selector/index.js +117 -107
- package/plugins/@vcmap/search-nominatim/LICENSE.md +5 -6
- package/plugins/@vcmap/search-nominatim/README.md +2 -1
- package/plugins/@vcmap/search-nominatim/config.json +1 -2
- package/plugins/@vcmap/search-nominatim/index.js +7 -4
- package/plugins/@vcmap/search-nominatim/nominatim.js +7 -2
- package/plugins/@vcmap/search-nominatim/package.json +2 -36
- package/plugins/@vcmap/simple-graph/README.md +29 -9
- package/plugins/@vcmap/simple-graph/SimpleGraphComponent.vue +2 -7
- package/plugins/@vcmap/simple-graph/index.js +2 -2
- package/plugins/@vcmap/simple-graph/simpleGraphView.js +3 -1
- package/plugins/@vcmap/theme-changer/README.md +5 -3
- package/plugins/@vcmap/theme-changer/ThemeChangerComponent.vue +6 -10
- package/plugins/@vcmap/theme-changer/config.json +67 -67
- package/plugins/@vcmap/theme-changer/index.js +11 -5
- package/plugins/@vcmap-show-case/buttons-example/ButtonsExample.vue +76 -11
- package/plugins/@vcmap-show-case/buttons-example/index.js +10 -8
- package/plugins/@vcmap-show-case/category-tester/Categories.vue +144 -117
- package/plugins/@vcmap-show-case/category-tester/Category.vue +46 -29
- package/plugins/@vcmap-show-case/category-tester/index.js +9 -3
- package/plugins/@vcmap-show-case/config-editor/ConfigEditor.vue +62 -0
- package/plugins/@vcmap-show-case/config-editor/index.js +13 -11
- package/plugins/@vcmap-show-case/context-menu-tester/index.js +18 -10
- package/plugins/@vcmap-show-case/form-inputs-example/FormInputsExample.vue +97 -109
- package/plugins/@vcmap-show-case/form-inputs-example/config.json +3 -3
- package/plugins/@vcmap-show-case/form-inputs-example/exampleActions.js +14 -4
- package/plugins/@vcmap-show-case/form-inputs-example/index.js +42 -19
- package/plugins/@vcmap-show-case/form-inputs-example/validation.js +2 -1
- package/plugins/@vcmap-show-case/icons-example/README.md +1 -1
- package/plugins/@vcmap-show-case/icons-example/allIconsComponent.vue +10 -10
- package/plugins/@vcmap-show-case/icons-example/index.js +10 -8
- package/plugins/@vcmap-show-case/list-example/ListExample.vue +221 -103
- package/plugins/@vcmap-show-case/list-example/index.js +10 -8
- package/plugins/@vcmap-show-case/notifier-tester/index.js +9 -3
- package/plugins/@vcmap-show-case/notifier-tester/notifierTester.vue +15 -21
- package/plugins/@vcmap-show-case/table-example/DataTableExample.vue +183 -0
- package/plugins/@vcmap-show-case/table-example/README.md +3 -0
- package/plugins/@vcmap-show-case/table-example/index.js +49 -0
- package/plugins/@vcmap-show-case/table-example/package.json +5 -0
- package/plugins/@vcmap-show-case/textfields-example/TextfieldsExample.vue +7 -30
- package/plugins/@vcmap-show-case/textfields-example/index.js +10 -4
- package/plugins/@vcmap-show-case/window-tester/WindowExample.vue +16 -13
- package/plugins/@vcmap-show-case/window-tester/emptyComponent.vue +4 -7
- package/plugins/@vcmap-show-case/window-tester/index.js +26 -20
- package/plugins/@vcmap-show-case/window-tester/myCustomHeader.vue +7 -3
- package/plugins/@vcmap-show-case/window-tester/toolbox-data.js +82 -5
- package/plugins/@vcmap-show-case/window-tester/windowExampleContent.vue +3 -7
- package/plugins/@vcmap-show-case/wizard-example/index.js +9 -3
- package/plugins/@vcmap-show-case/wizard-example/wizardExample.vue +36 -38
- package/src/actions/actionHelper.js +64 -37
- package/src/actions/styleSelector.vue +40 -24
- package/src/application/VcsApp.vue +117 -80
- package/src/application/VcsAttributions.vue +8 -9
- package/src/application/VcsAttributionsFooter.vue +12 -9
- package/src/application/VcsMap.vue +9 -5
- package/src/application/VcsNavbar.vue +44 -27
- package/src/application/VcsSettings.vue +5 -12
- package/src/application/attributionsHelper.js +23 -11
- package/src/application/vcsAppWrapper.vue +1 -3
- package/src/components/buttons/VcsActionButtonList.vue +20 -17
- package/src/components/buttons/VcsButton.vue +19 -23
- package/src/components/buttons/VcsFormButton.vue +176 -0
- package/src/components/form-inputs-controls/VcsCheckbox.vue +6 -7
- package/src/components/form-inputs-controls/VcsDatePicker.vue +142 -0
- package/src/components/form-inputs-controls/VcsFormSection.vue +11 -12
- package/src/components/form-inputs-controls/VcsLabel.vue +9 -10
- package/src/components/form-inputs-controls/VcsRadio.vue +44 -44
- package/src/components/form-inputs-controls/VcsSelect.vue +16 -13
- package/src/components/form-inputs-controls/VcsTextArea.vue +21 -14
- package/src/components/form-inputs-controls/VcsTextField.vue +44 -19
- package/src/components/form-inputs-controls/VcsWizard.vue +79 -77
- package/src/components/form-inputs-controls/VcsWizardStep.vue +20 -20
- package/src/components/form-inputs-controls/composables.js +13 -8
- package/src/components/form-output/VcsFormattedNumber.vue +26 -26
- package/src/components/icons/+all.js +13 -5
- package/src/components/icons/2DAreaIcon.vue +62 -10
- package/src/components/icons/2DDistanceIcon.vue +14 -2
- package/src/components/icons/3DAreaIcon.vue +62 -10
- package/src/components/icons/3DDistanceIcon.vue +14 -2
- package/src/components/icons/3DHeightIcon.vue +14 -2
- package/src/components/icons/AngleIcon.vue +12 -3
- package/src/components/icons/AssociationsIcon.vue +6 -1
- package/src/components/icons/AxisIcon.vue +34 -5
- package/src/components/icons/BoundingBoxIcon.vue +31 -5
- package/src/components/icons/CheckboxCheckedIcon.vue +4 -1
- package/src/components/icons/CheckboxIcon.vue +1 -8
- package/src/components/icons/CheckboxIndeterminateIcon.vue +9 -2
- package/src/components/icons/CircleIcon.vue +24 -4
- package/src/components/icons/ClippingHorizontalIcon.vue +14 -2
- package/src/components/icons/ClippingIcon.vue +13 -2
- package/src/components/icons/ClippingVerticalIcon.vue +14 -2
- package/src/components/icons/ColorPickerIcon.vue +13 -2
- package/src/components/icons/ColorSwatchIcon.vue +7 -1
- package/src/components/icons/CommentIcon.vue +6 -1
- package/src/components/icons/CompassIcon.vue +21 -3
- package/src/components/icons/ComponentsIcon.vue +14 -2
- package/src/components/icons/ConeIcon.vue +26 -4
- package/src/components/icons/DimensionsHouseIcon.vue +7 -1
- package/src/components/icons/EditIcon.vue +13 -2
- package/src/components/icons/ElevationProfileIcon.vue +6 -1
- package/src/components/icons/ExportAreaIcon.vue +13 -2
- package/src/components/icons/ExportFlightIcon.vue +13 -2
- package/src/components/icons/ExportIcon.vue +14 -2
- package/src/components/icons/ExternalLinkIcon.vue +18 -3
- package/src/components/icons/EyeIcon.vue +12 -2
- package/src/components/icons/FastForwardIcon.vue +13 -2
- package/src/components/icons/FilterIcon.vue +13 -2
- package/src/components/icons/GlobalTerrainIcon.vue +12 -2
- package/src/components/icons/GlobeNatureIcon.vue +7 -1
- package/src/components/icons/GroundIcon.vue +12 -2
- package/src/components/icons/HealthCareIndustriesIcon.vue +6 -1
- package/src/components/icons/HelpIcon.vue +12 -2
- package/src/components/icons/HideIcon.vue +17 -3
- package/src/components/icons/HomePointIcon.vue +13 -3
- package/src/components/icons/HospitalsIcon.vue +6 -1
- package/src/components/icons/HouseIcon.vue +20 -3
- package/src/components/icons/ImportIcon.vue +21 -3
- package/src/components/icons/InfoIcon.vue +19 -3
- package/src/components/icons/KebabIcon.vue +12 -2
- package/src/components/icons/LabelIcon.vue +21 -3
- package/src/components/icons/LayersIcon.vue +12 -2
- package/src/components/icons/LegendIcon.vue +20 -60
- package/src/components/icons/LineIcon.vue +20 -3
- package/src/components/icons/LinkIcon.vue +13 -2
- package/src/components/icons/LogoutIcon.vue +13 -2
- package/src/components/icons/MapIcon.vue +14 -2
- package/src/components/icons/MenuIcon.vue +7 -1
- package/src/components/icons/MinusIcon.vue +14 -2
- package/src/components/icons/ObjectAttributeIcon.vue +13 -2
- package/src/components/icons/ObjectSelectIcon.vue +14 -2
- package/src/components/icons/ObliqueViewIcon.vue +11 -2
- package/src/components/icons/PdfIcon.vue +12 -2
- package/src/components/icons/PedestrianIcon.vue +13 -2
- package/src/components/icons/PenIcon.vue +13 -3
- package/src/components/icons/PlayCircleIcon.vue +20 -3
- package/src/components/icons/PlusIcon.vue +14 -3
- package/src/components/icons/PoiIcon.vue +17 -3
- package/src/components/icons/PointSelectIcon.vue +12 -2
- package/src/components/icons/PolygonIcon.vue +7 -1
- package/src/components/icons/PresentationModeIcon.vue +13 -2
- package/src/components/icons/ProgressIcon.vue +8 -6
- package/src/components/icons/QueryIcon.vue +31 -5
- package/src/components/icons/RectangleIcon.vue +24 -4
- package/src/components/icons/ReturnIcon.vue +13 -2
- package/src/components/icons/RewindIcon.vue +13 -2
- package/src/components/icons/RotateLeftIcon.vue +13 -2
- package/src/components/icons/RotateRightIcon.vue +13 -2
- package/src/components/icons/ScreenshotIcon.vue +52 -10
- package/src/components/icons/SearchIcon.vue +13 -3
- package/src/components/icons/ShadowIcon.vue +14 -3
- package/src/components/icons/ShapesIcon.vue +13 -3
- package/src/components/icons/ShareIcon.vue +17 -4
- package/src/components/icons/SimpleCircleFilledIcon.vue +14 -10
- package/src/components/icons/SimpleCircleHalfFilledIcon.vue +6 -1
- package/src/components/icons/SimpleCircleOutlinedIcon.vue +14 -10
- package/src/components/icons/SkipNextIcon.vue +11 -2
- package/src/components/icons/SkipPreviousIcon.vue +17 -3
- package/src/components/icons/SplitViewIcon.vue +6 -1
- package/src/components/icons/TerrainBoxIcon.vue +12 -2
- package/src/components/icons/TextStyleIcon.vue +7 -1
- package/src/components/icons/ThreeDimensionsIcon.vue +13 -2
- package/src/components/icons/ToolsIcon.vue +12 -2
- package/src/components/icons/TouchIcon.vue +13 -2
- package/src/components/icons/TrashCanIcon.vue +13 -2
- package/src/components/icons/TriangleIcon.vue +6 -2
- package/src/components/icons/TwoDimensionsIcon.vue +14 -2
- package/src/components/icons/UploadIcon.vue +13 -2
- package/src/components/icons/UserProfileIcon.vue +13 -2
- package/src/components/icons/UserShareIcon.vue +12 -2
- package/src/components/icons/VideoRecorderIcon.vue +16 -3
- package/src/components/icons/ViewpointFlightIcon.vue +22 -4
- package/src/components/icons/ViewpointIcon.vue +22 -4
- package/src/components/icons/Viewshed360Icon.vue +14 -2
- package/src/components/icons/ViewshedConeIcon.vue +13 -2
- package/src/components/icons/ViewshedIcon.vue +14 -2
- package/src/components/icons/WalkingIcon.vue +13 -2
- package/src/components/icons/WallIcon.vue +19 -3
- package/src/components/icons/WandIcon.vue +129 -21
- package/src/components/imageElementInjector.vue +1 -3
- package/src/components/lists/VcsActionList.vue +21 -18
- package/src/components/lists/VcsList.vue +226 -97
- package/src/components/lists/VcsTreeview.vue +30 -26
- package/src/components/lists/VcsTreeviewLeaf.vue +23 -22
- package/src/components/lists/VcsTreeviewSearchbar.vue +19 -15
- package/src/components/notification/VcsBadge.vue +4 -6
- package/src/components/notification/VcsTooltip.vue +95 -94
- package/src/components/notification/validation.js +1 -1
- package/src/components/tables/VcsDataTable.vue +398 -0
- package/src/components/tables/VcsTable.vue +63 -300
- package/src/contentTree/LayerTree.vue +2 -3
- package/src/contentTree/contentTreeCollection.js +49 -23
- package/src/contentTree/contentTreeItem.js +36 -14
- package/src/contentTree/groupContentTreeItem.js +44 -22
- package/src/contentTree/layerContentTreeItem.js +45 -20
- package/src/contentTree/layerGroupContentTreeItem.js +53 -31
- package/src/contentTree/nodeContentTreeItem.js +18 -7
- package/src/contentTree/obliqueCollectionContentTreeItem.js +45 -20
- package/src/contentTree/subContentTreeItem.js +13 -4
- package/src/contentTree/vcsObjectContentTreeItem.js +24 -15
- package/src/contentTree/viewpointContentTreeItem.js +19 -6
- package/src/downloadHelper.js +52 -0
- package/src/featureInfo/AddressBalloonComponent.vue +11 -16
- package/src/featureInfo/BalloonComponent.vue +41 -31
- package/src/featureInfo/abstractFeatureInfoView.js +30 -14
- package/src/featureInfo/addressBalloonFeatureInfoView.js +19 -7
- package/src/featureInfo/balloonFeatureInfoView.js +22 -9
- package/src/featureInfo/balloonHelper.js +61 -42
- package/src/featureInfo/featureInfo.js +74 -34
- package/src/featureInfo/featureInfoInteraction.js +13 -7
- package/src/featureInfo/iframeFeatureInfoView.js +3 -1
- package/src/featureInfo/tableFeatureInfoView.js +15 -5
- package/src/i18n/de.js +8 -0
- package/src/i18n/en.js +8 -0
- package/src/i18n/i18nCollection.js +183 -155
- package/src/init.js +124 -38
- package/src/legend/legendHelper.js +11 -6
- package/src/legend/styleLegendItem.vue +18 -12
- package/src/legend/vcsLegend.vue +15 -17
- package/src/manager/buttonManager.js +6 -3
- package/src/manager/categoryManager/CategoryComponent.vue +99 -63
- package/src/manager/categoryManager/CategoryComponentList.vue +33 -8
- package/src/manager/categoryManager/CategoryManager.vue +23 -11
- package/src/manager/categoryManager/categoryManager.js +90 -45
- package/src/manager/contextMenu/contextMenuComponent.vue +2 -6
- package/src/manager/contextMenu/contextMenuInteraction.js +6 -1
- package/src/manager/contextMenu/contextMenuManager.js +37 -22
- package/src/manager/navbarManager.js +28 -3
- package/src/manager/toolbox/GroupToolboxComponent.vue +22 -21
- package/src/manager/toolbox/SelectToolboxComponent.vue +36 -35
- package/src/manager/toolbox/ToolboxManager.vue +18 -10
- package/src/manager/toolbox/toolboxManager.js +30 -12
- package/src/manager/window/WindowComponent.vue +24 -32
- package/src/manager/window/WindowComponentHeader.vue +38 -28
- package/src/manager/window/WindowManager.vue +45 -35
- package/src/manager/window/windowHelper.js +80 -24
- package/src/manager/window/windowManager.js +79 -39
- package/src/navigation/mapNavCompass.vue +18 -4
- package/src/navigation/mapNavigation.vue +65 -46
- package/src/navigation/obliqueRotation.vue +34 -13
- package/src/navigation/orientationToolsButton.vue +6 -10
- package/src/navigation/overviewMap.js +76 -45
- package/src/navigation/overviewMapClickedInteraction.js +6 -1
- package/src/navigation/tiltSlider.vue +6 -10
- package/src/navigation/vcsCompass.vue +1 -9
- package/src/navigation/vcsZoomButton.vue +36 -11
- package/src/notifier/notifier.js +22 -13
- package/src/notifier/notifierComponent.vue +21 -21
- package/src/pluginHelper.js +39 -5
- package/src/search/resultItem.vue +10 -15
- package/src/search/resultsComponent.vue +30 -24
- package/src/search/search.js +48 -22
- package/src/search/searchComponent.vue +35 -10
- package/src/setup.js +9 -9
- package/src/state.js +28 -12
- package/src/styles/_typography.scss +0 -1
- package/src/styles/shades.scss +4 -2
- package/src/styles/utils/_border.scss +1 -1
- package/src/styles/utils/_display.scss +1 -1
- package/src/styles/variables.scss +39 -34
- package/src/styles/vcsFont.scss +6 -5
- package/src/styles/vcsGrid.scss +9 -0
- package/src/uiConfig.js +6 -4
- package/src/vcsUiApp.js +192 -91
- package/src/vuePlugins/i18n.js +5 -4
- package/src/vuePlugins/vuetify.js +4 -0
- package/start.js +8 -2
- package/dist/assets/cesium/Workers/PolygonPipeline-844aab0a.js +0 -1345
- package/dist/assets/cesium/Workers/Transforms-40229881.js +0 -14696
- package/dist/assets/index.8b833ead.js +0 -1
- package/dist/assets/ui.d760e4.css +0 -5
- package/map.config.json +0 -44
- package/plugins/@vcmap-show-case/config-editor/editor.vue +0 -66
- /package/dist/assets/cesium/Workers/{GeometryOffsetAttribute-04332ce7.js → GeometryOffsetAttribute-9ad0019c.js} +0 -0
- /package/dist/assets/{vue.db5102.js → vue.c1ece7.js} +0 -0
@@ -9,6 +9,12 @@
|
|
9
9
|
height="24.004"
|
10
10
|
viewBox="0 0 24.002 24.004"
|
11
11
|
>
|
12
|
-
<path
|
12
|
+
<path
|
13
|
+
id="Path_18"
|
14
|
+
data-name="Path 18"
|
15
|
+
d="M23.723,11.8A1,1,0,0,0,23,11.492H20.747a.5.5,0,0,1-.5-.5v-1a.5.5,0,0,1,.5-.5h1.5a.5.5,0,0,0,.5-.5.492.492,0,0,0-.042-.2L21.556,6.166A.482.482,0,0,1,22,5.492a.5.5,0,0,0,.427-.761l-2.75-4.5A.521.521,0,0,0,18.951.1a.5.5,0,0,0-.128.128l-2.75,4.5a.5.5,0,0,0,.427.761.481.481,0,0,1,.481.481.49.49,0,0,1-.04.193L15.789,8.792a.5.5,0,0,0,.258.658.509.509,0,0,0,.2.042h1.5a.5.5,0,0,1,.5.5v1a.5.5,0,0,1-.5.5H16.7a1,1,0,0,1-.74-.327L9.736,4.319A1.032,1.032,0,0,0,8.277,4.3l-.02.02L2.034,11.165a1,1,0,0,1-.74.327H1a1,1,0,0,0-1,1c0,.015,0,.031,0,.046a12.012,12.012,0,0,0,24,0A1,1,0,0,0,23.723,11.8ZM3.151,15.992a.5.5,0,0,1-.465-.317A9.855,9.855,0,0,1,2.209,14.1a.5.5,0,0,1,.39-.59.478.478,0,0,1,.1-.01H5.052a.5.5,0,0,1,.5.465q.051.75.154,1.464a.5.5,0,0,1-.424.566A.485.485,0,0,1,5.206,16Zm3.941,4.519a.25.25,0,0,1-.3.03A10.012,10.012,0,0,1,4.3,18.4a.25.25,0,0,1,.192-.41H5.9a.5.5,0,0,1,.476.345,13.392,13.392,0,0,0,.77,1.878A.25.25,0,0,1,7.092,20.511ZM11,21.258a.251.251,0,0,1-.4.2,7.169,7.169,0,0,1-2.1-3.125.25.25,0,0,1,.144-.324.243.243,0,0,1,.089-.017H10.5a.5.5,0,0,1,.5.5Zm0-5.766a.5.5,0,0,1-.5.5H8.248a.5.5,0,0,1-.493-.415c-.085-.493-.15-1.009-.193-1.544a.5.5,0,0,1,.457-.539l.043,0H10.5a.5.5,0,0,1,.5.5Zm4.5,2.841a7.169,7.169,0,0,1-2.1,3.125.253.253,0,0,1-.263.024A.248.248,0,0,1,13,21.258V18.492a.5.5,0,0,1,.5-.5h1.766a.25.25,0,0,1,.233.341Zm.939-4.3c-.043.535-.108,1.051-.193,1.544a.5.5,0,0,1-.493.415H13.5a.5.5,0,0,1-.5-.5v-1.5a.5.5,0,0,1,.5-.5h2.44a.5.5,0,0,1,.5.5c0,.014,0,.028,0,.043ZM19.7,18.4a10,10,0,0,1-2.487,2.139.25.25,0,0,1-.353-.326,13.392,13.392,0,0,0,.77-1.878.5.5,0,0,1,.476-.345h1.4a.25.25,0,0,1,.25.25.254.254,0,0,1-.058.16Zm2.1-4.306a9.87,9.87,0,0,1-.477,1.579.5.5,0,0,1-.465.317H18.791a.5.5,0,0,1-.5-.495.485.485,0,0,1,0-.076q.1-.714.154-1.464a.5.5,0,0,1,.5-.465H21.3a.5.5,0,0,1,.5.5.475.475,0,0,1-.01.1Z"
|
16
|
+
transform="translate(0.001 -0.009)"
|
17
|
+
fill="currentColor"
|
18
|
+
/>
|
13
19
|
</svg>
|
14
20
|
</template>
|
@@ -10,8 +10,18 @@
|
|
10
10
|
>
|
11
11
|
<g id="Gruppe_1401" transform="translate(1 1)">
|
12
12
|
<g id="Gruppe_1400" transform="translate(0 -0.001)">
|
13
|
-
<path
|
14
|
-
|
13
|
+
<path
|
14
|
+
id="Pfad_520"
|
15
|
+
d="M13.747,10.452l-2.379-1.3a.442.442,0,0,0-.614.224.523.523,0,0,0,.2.671l1.428.78L7,12.968,1.613,10.827l1.427-.78a.523.523,0,0,0,.2-.671.439.439,0,0,0-.613-.224l-2.379,1.3A.508.508,0,0,0,0,10.928a.494.494,0,0,0,.3.441l6.542,2.6a.423.423,0,0,0,.313,0l6.542-2.6a.494.494,0,0,0,.3-.441.508.508,0,0,0-.252-.476"
|
16
|
+
transform="translate(0 0.001)"
|
17
|
+
fill="currentColor"
|
18
|
+
/>
|
19
|
+
<path
|
20
|
+
id="Pfad_521"
|
21
|
+
d="M2.931,7.48,7.1,8.78a.426.426,0,0,0,.252,0l4.163-1.3A.5.5,0,0,0,11.842,7V1.8a.494.494,0,0,0-.331-.48L7.347.019a.432.432,0,0,0-.252,0l-4.164,1.3A.494.494,0,0,0,2.6,1.8V7a.5.5,0,0,0,.331.48"
|
22
|
+
transform="translate(-0.221 0.001)"
|
23
|
+
fill="currentColor"
|
24
|
+
/>
|
15
25
|
</g>
|
16
26
|
</g>
|
17
27
|
</svg>
|
@@ -1,5 +1,10 @@
|
|
1
1
|
<template>
|
2
|
-
<svg
|
2
|
+
<svg
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
4
|
+
width="23.51"
|
5
|
+
height="23.542"
|
6
|
+
viewBox="0 0 23.51 23.542"
|
7
|
+
>
|
3
8
|
<g id="Group_845" data-name="Group 845" transform="translate(0.639 0.64)">
|
4
9
|
<path
|
5
10
|
id="Path_432"
|
@@ -1,7 +1,17 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
|
3
3
|
<template>
|
4
|
-
<svg
|
5
|
-
|
4
|
+
<svg
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
6
|
+
width="14"
|
7
|
+
height="14"
|
8
|
+
viewBox="0 0 14 14"
|
9
|
+
>
|
10
|
+
<path
|
11
|
+
id="help"
|
12
|
+
d="M11.656-45.967a2.151,2.151,0,0,0,.657-1.577,2.689,2.689,0,0,0-.822-1.972,2.689,2.689,0,0,0-1.972-.822,2.689,2.689,0,0,0-1.972.822,2.689,2.689,0,0,0-.822,1.972h1.38a1.354,1.354,0,0,1,.427-.986,1.354,1.354,0,0,1,.986-.427,1.354,1.354,0,0,1,.986.427,1.354,1.354,0,0,1,.427.986,1.354,1.354,0,0,1-.427.986l-.854.887A2.837,2.837,0,0,0,8.829-43.7v.362h1.38a2.837,2.837,0,0,1,.822-1.972ZM10.21-40.545v-1.38H8.829v1.38ZM4.557-50.371a6.769,6.769,0,0,1,4.962-2.07,6.742,6.742,0,0,1,4.946,2.054,6.742,6.742,0,0,1,2.054,4.946A6.742,6.742,0,0,1,14.466-40.5,6.742,6.742,0,0,1,9.52-38.441,6.742,6.742,0,0,1,4.574-40.5,6.742,6.742,0,0,1,2.52-45.441a6.715,6.715,0,0,1,2.038-4.93Z"
|
13
|
+
transform="translate(-2.52 52.441)"
|
14
|
+
fill="currentColor"
|
15
|
+
/>
|
6
16
|
</svg>
|
7
17
|
</template>
|
@@ -1,11 +1,25 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
|
3
3
|
<template>
|
4
|
-
<svg
|
4
|
+
<svg
|
5
|
+
id="icon-hide"
|
6
|
+
xmlns="http://www.w3.org/2000/svg"
|
7
|
+
width="16"
|
8
|
+
height="16"
|
9
|
+
viewBox="0 0 16 16"
|
10
|
+
>
|
5
11
|
<g id="Gruppe_1353">
|
6
12
|
<g id="Gruppe_1352">
|
7
|
-
<path
|
8
|
-
|
13
|
+
<path
|
14
|
+
id="Pfad_498"
|
15
|
+
d="M12.868,3.923A8.426,8.426,0,0,0,10.4,2.762v2.4c.054.049.115.088.166.14a3.508,3.508,0,0,1,1.072,2.57,3.51,3.51,0,0,1-1.072,2.571c-.051.051-.112.09-.166.139v2.4A8.532,8.532,0,0,0,16,7.872a8.387,8.387,0,0,0-3.132-3.949"
|
16
|
+
fill="currentColor"
|
17
|
+
/>
|
18
|
+
<path
|
19
|
+
id="Pfad_499"
|
20
|
+
d="M6.4,2.579A8.5,8.5,0,0,0,0,7.872a8.5,8.5,0,0,0,6.4,5.292V16h2V0h-2Zm-.991,7.88A3.588,3.588,0,0,1,4.358,7.872,3.646,3.646,0,0,1,6.4,4.608V6.417a2.112,2.112,0,0,0,0,2.91v1.818a3.562,3.562,0,0,1-.991-.686"
|
21
|
+
fill="currentColor"
|
22
|
+
/>
|
9
23
|
</g>
|
10
24
|
</g>
|
11
25
|
</svg>
|
@@ -1,8 +1,18 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
|
3
3
|
<template>
|
4
|
-
<svg
|
5
|
-
|
4
|
+
<svg
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
6
|
+
width="11.875"
|
7
|
+
height="15"
|
8
|
+
viewBox="0 0 11.875 15"
|
9
|
+
>
|
10
|
+
<path
|
11
|
+
id="Path_52"
|
12
|
+
data-name="Path 52"
|
13
|
+
d="M8.438,0A5.945,5.945,0,0,0,2.5,5.938c0,4.09,4.086,7.8,5.338,8.846a.937.937,0,0,0,1.2,0c1.25-1.041,5.339-4.756,5.339-8.846A5.944,5.944,0,0,0,8.438,0ZM12.7,5.7a.313.313,0,0,1-.2.551h-.625a.313.313,0,0,0-.313.313V9.375a.313.313,0,0,1-.313.313H9.688a.313.313,0,0,1-.313-.313V7.969a.938.938,0,0,0-1.875,0V9.375a.313.313,0,0,1-.313.313H5.625a.313.313,0,0,1-.313-.313V6.563A.313.313,0,0,0,5,6.25H4.375a.313.313,0,0,1-.2-.551L8.236,2.261a.313.313,0,0,1,.4,0Z"
|
14
|
+
transform="translate(-2.5)"
|
15
|
+
fill="currentColor"
|
16
|
+
/>
|
6
17
|
</svg>
|
7
18
|
</template>
|
8
|
-
|
@@ -1,5 +1,10 @@
|
|
1
1
|
<template>
|
2
|
-
<svg
|
2
|
+
<svg
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
4
|
+
width="24"
|
5
|
+
height="24"
|
6
|
+
viewBox="0 0 24 24"
|
7
|
+
>
|
3
8
|
<g id="Group_846" data-name="Group 846" transform="translate(0.5 0.5)">
|
4
9
|
<circle
|
5
10
|
id="Ellipse_87"
|
@@ -11,14 +11,31 @@
|
|
11
11
|
>
|
12
12
|
<defs>
|
13
13
|
<clipPath id="clip-path">
|
14
|
-
<rect
|
14
|
+
<rect
|
15
|
+
id="Rectangle_844"
|
16
|
+
data-name="Rectangle 844"
|
17
|
+
width="6"
|
18
|
+
height="6"
|
19
|
+
fill="currentColor"
|
20
|
+
/>
|
15
21
|
</clipPath>
|
16
22
|
</defs>
|
17
23
|
<rect id="size" width="24" height="24" fill="none" />
|
18
|
-
<path
|
24
|
+
<path
|
25
|
+
id="Path_532"
|
26
|
+
data-name="Path 532"
|
27
|
+
d="M21.362,8.505,12.266.474a1.936,1.936,0,0,0-2.542,0L.645,8.5A1.87,1.87,0,0,0,0,9.909V15H2V9.972l9-7.95,9,7.949V20H15V15a2,2,0,0,0-1.833-2H8.9A1.867,1.867,0,0,0,7.08,14.875V20h-1v2H7.255A1.868,1.868,0,0,0,9.08,20.125V15H13v5a.652.652,0,0,0-.011.133A1.886,1.886,0,0,0,14.845,22h5.288A1.893,1.893,0,0,0,22,20.117V9.9a1.872,1.872,0,0,0-.638-1.395"
|
28
|
+
transform="translate(1 1)"
|
29
|
+
fill="currentColor"
|
30
|
+
/>
|
19
31
|
<g id="Group_1445" data-name="Group 1445" transform="translate(0 17)">
|
20
32
|
<g id="Group_1444" data-name="Group 1444" clip-path="url(#clip-path)">
|
21
|
-
<path
|
33
|
+
<path
|
34
|
+
id="Path_533"
|
35
|
+
data-name="Path 533"
|
36
|
+
d="M3,0A3,3,0,1,0,6,3,3,3,0,0,0,3,0"
|
37
|
+
fill="currentColor"
|
38
|
+
/>
|
22
39
|
</g>
|
23
40
|
</g>
|
24
41
|
</svg>
|
@@ -1,8 +1,26 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
|
3
3
|
<template>
|
4
|
-
<svg
|
5
|
-
|
6
|
-
|
4
|
+
<svg
|
5
|
+
id="icon_24_import"
|
6
|
+
xmlns="http://www.w3.org/2000/svg"
|
7
|
+
width="24.003"
|
8
|
+
height="24"
|
9
|
+
viewBox="0 0 24.003 24"
|
10
|
+
>
|
11
|
+
<path
|
12
|
+
id="Union_20"
|
13
|
+
data-name="Union 20"
|
14
|
+
d="M10552.293,15354.1l-3.5-3.5a1,1,0,0,1,.705-1.707h1.749a.249.249,0,0,0,.251-.25v-7.248a1.5,1.5,0,0,1,3,0v7.252a.248.248,0,0,0,.25.246h1.75a1.018,1.018,0,0,1,.717.3,1,1,0,0,1-.008,1.414l-3.5,3.5a.99.99,0,0,1-1.41,0Zm-10.054-8.084a4.353,4.353,0,0,1-1.237-3.21,4.591,4.591,0,0,1,4.266-4.574.242.242,0,0,0,.224-.2,7.685,7.685,0,0,1,14.1-2.293.251.251,0,0,0,.193.119,5.7,5.7,0,0,1,3.444,1.584,5.8,5.8,0,0,1-3.4,9.938c-.042,0-.089.007-.131.007a1,1,0,0,1-.131-1.992,3.836,3.836,0,0,0,3.438-3.787,3.762,3.762,0,0,0-1.16-2.725,3.718,3.718,0,0,0-2.759-1.053.959.959,0,0,1-.94-.566,5.684,5.684,0,0,0-10.817,2.085,1.26,1.26,0,0,1-.019.143,1,1,0,0,1-1.184.778,2.594,2.594,0,0,0-3.121,2.536,2.409,2.409,0,0,0,.64,1.792,3.309,3.309,0,0,0,2.174.8,1,1,0,0,1,.026,2A5.525,5.525,0,0,1,10542.239,15346.02Z"
|
15
|
+
transform="translate(-10540.999 -15331.008)"
|
16
|
+
fill="currentColor"
|
17
|
+
/>
|
18
|
+
<rect
|
19
|
+
id="size"
|
20
|
+
width="24"
|
21
|
+
height="24"
|
22
|
+
transform="translate(0.001)"
|
23
|
+
fill="none"
|
24
|
+
/>
|
7
25
|
</svg>
|
8
26
|
</template>
|
@@ -1,10 +1,26 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
|
3
3
|
<template>
|
4
|
-
<svg
|
4
|
+
<svg
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
6
|
+
width="13.907"
|
7
|
+
height="13.907"
|
8
|
+
viewBox="0 0 13.907 13.907"
|
9
|
+
>
|
5
10
|
<g id="info-circle" transform="translate(-2 -2)">
|
6
|
-
<path
|
7
|
-
|
11
|
+
<path
|
12
|
+
id="Path_440"
|
13
|
+
data-name="Path 440"
|
14
|
+
d="M8.954,2a6.954,6.954,0,1,0,6.954,6.954A6.962,6.962,0,0,0,8.954,2Zm0,12.517a5.563,5.563,0,1,1,5.563-5.563A5.569,5.569,0,0,1,8.954,14.517Z"
|
15
|
+
fill="currentColor"
|
16
|
+
/>
|
17
|
+
<path
|
18
|
+
id="Path_441"
|
19
|
+
data-name="Path 441"
|
20
|
+
d="M11,10.163h2v4.744H11ZM11,7h2V8.581H11Z"
|
21
|
+
transform="translate(-3.046 -2)"
|
22
|
+
fill="currentColor"
|
23
|
+
/>
|
8
24
|
</g>
|
9
25
|
</svg>
|
10
26
|
</template>
|
@@ -1,8 +1,18 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
|
3
3
|
<template>
|
4
|
-
<svg
|
5
|
-
|
4
|
+
<svg
|
5
|
+
id="icon-kebab"
|
6
|
+
xmlns="http://www.w3.org/2000/svg"
|
7
|
+
width="16"
|
8
|
+
height="16"
|
9
|
+
viewBox="0 0 16 16"
|
10
|
+
>
|
11
|
+
<g
|
12
|
+
id="Group_860"
|
13
|
+
data-name="Group 860"
|
14
|
+
transform="translate(10 0) rotate(90)"
|
15
|
+
>
|
6
16
|
<circle
|
7
17
|
id="Ellipse_40"
|
8
18
|
data-name="Ellipse 40"
|
@@ -1,7 +1,25 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
<template>
|
3
|
-
<svg
|
4
|
-
|
5
|
-
|
3
|
+
<svg
|
4
|
+
id="icon_24_type_element"
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
6
|
+
width="24"
|
7
|
+
height="24.018"
|
8
|
+
viewBox="0 0 24 24.018"
|
9
|
+
>
|
10
|
+
<rect
|
11
|
+
id="size"
|
12
|
+
width="24"
|
13
|
+
height="24"
|
14
|
+
transform="translate(0 0.018)"
|
15
|
+
fill="none"
|
16
|
+
/>
|
17
|
+
<path
|
18
|
+
id="Union_50"
|
19
|
+
data-name="Union 50"
|
20
|
+
d="M18335.516,23247.385h.943a.256.256,0,0,0,.258-.258v-18.332a.256.256,0,0,0-.258-.258h-5.637a.256.256,0,0,0-.256.258v1.377a1.283,1.283,0,1,1-2.566,0v-1.949a2.265,2.265,0,0,1,2.252-2.264h15.5a2.266,2.266,0,0,1,2.252,2.264v1.949a1.284,1.284,0,1,1-2.568,0v-1.377a.256.256,0,0,0-.256-.258h-5.637a.256.256,0,0,0-.258.258v18.332a.256.256,0,0,0,.258.258h1.85a1.289,1.289,0,0,1,0,2.578l-5.877.006C18335.514,23249.951,18335.525,23247.4,18335.516,23247.385Zm-7.516-.414a3,3,0,1,1,3,3A3,3,0,0,1,18328,23246.971Zm7.514.414h0Z"
|
21
|
+
transform="translate(-18326 -23225.959)"
|
22
|
+
fill="currentColor"
|
23
|
+
/>
|
6
24
|
</svg>
|
7
25
|
</template>
|
@@ -1,8 +1,18 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
<template>
|
3
|
-
<svg
|
3
|
+
<svg
|
4
|
+
id="icon_24_layer"
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
6
|
+
width="24"
|
7
|
+
height="24"
|
8
|
+
viewBox="0 0 24 24"
|
9
|
+
>
|
4
10
|
<rect id="size" width="24" height="24" fill="none" />
|
5
|
-
<g
|
11
|
+
<g
|
12
|
+
id="Gruppe_1965"
|
13
|
+
data-name="Gruppe 1965"
|
14
|
+
transform="translate(-590.995 -459.826)"
|
15
|
+
>
|
6
16
|
<path
|
7
17
|
id="Pfad_752"
|
8
18
|
data-name="Pfad 752"
|
@@ -1,65 +1,25 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
<template>
|
3
|
-
<svg
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
<path id="Polygon_8" data-name="Polygon 8" d="M3.474,0,6.947,5.955H0Z" transform="translate(713 904)" fill="currentColor" />
|
24
|
-
<circle
|
25
|
-
id="Ellipse_88"
|
26
|
-
data-name="Ellipse 88"
|
27
|
-
cx="3.338"
|
28
|
-
cy="3.338"
|
29
|
-
r="3.338"
|
30
|
-
transform="translate(713 912.677)"
|
31
|
-
fill="currentColor"
|
32
|
-
/>
|
33
|
-
<line
|
34
|
-
id="Line_297"
|
35
|
-
data-name="Line 297"
|
36
|
-
x2="9"
|
37
|
-
transform="translate(724 907.978)"
|
38
|
-
fill="none"
|
39
|
-
stroke="currentColor"
|
40
|
-
stroke-linecap="round"
|
41
|
-
stroke-width="3"
|
42
|
-
/>
|
43
|
-
<line
|
44
|
-
id="Line_298"
|
45
|
-
data-name="Line 298"
|
46
|
-
x2="9"
|
47
|
-
transform="translate(724 916.016)"
|
48
|
-
fill="none"
|
49
|
-
stroke="currentColor"
|
50
|
-
stroke-linecap="round"
|
51
|
-
stroke-width="3"
|
52
|
-
/>
|
53
|
-
<line
|
54
|
-
id="Line_299"
|
55
|
-
data-name="Line 299"
|
56
|
-
x2="9"
|
57
|
-
transform="translate(724 924.053)"
|
58
|
-
fill="none"
|
59
|
-
stroke="currentColor"
|
60
|
-
stroke-linecap="round"
|
61
|
-
stroke-width="3"
|
62
|
-
/>
|
3
|
+
<svg
|
4
|
+
id="icon_24_legend"
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
6
|
+
width="24"
|
7
|
+
height="24"
|
8
|
+
viewBox="0 0 24 24"
|
9
|
+
>
|
10
|
+
<g transform="translate(-438 -549)">
|
11
|
+
<g fill="currentColor">
|
12
|
+
<path
|
13
|
+
d="M446.8,562.318a2.87,2.87,0,0,0-4.052,0l-1.766,1.765a2.87,2.87,0,0,0,0,4.053l1.766,1.765a2.868,2.868,0,0,0,4.052,0l1.766-1.765a2.87,2.87,0,0,0,0-4.053Zm.352,4.4-1.766,1.765a.865.865,0,0,1-1.224,0l-1.766-1.765a.869.869,0,0,1,0-1.225l1.766-1.765a.867.867,0,0,1,1.224,0l1.765,1.765A.868.868,0,0,1,447.155,566.722Z"
|
14
|
+
/>
|
15
|
+
<path
|
16
|
+
d="M445.642,551.372a1,1,0,0,0-1.728,0l-4.156,7.124a1,1,0,0,0,.864,1.5h8.311a1,1,0,0,0,.863-1.5ZM442.363,558l2.415-4.14,2.414,4.14Z"
|
17
|
+
/>
|
18
|
+
<path d="M459,563h-7a1,1,0,0,0,0,2h7a1,1,0,0,0,0-2Z" />
|
19
|
+
<path d="M459,567h-7a1,1,0,0,0,0,2h7a1,1,0,0,0,0-2Z" />
|
20
|
+
<path d="M452,554h7a1,1,0,0,0,0-2h-7a1,1,0,0,0,0,2Z" />
|
21
|
+
<path d="M459,556h-7a1,1,0,0,0,0,2h7a1,1,0,0,0,0-2Z" />
|
22
|
+
</g>
|
63
23
|
</g>
|
64
24
|
</svg>
|
65
25
|
</template>
|
@@ -1,7 +1,24 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
<template>
|
3
|
-
<svg
|
4
|
-
|
5
|
-
|
3
|
+
<svg
|
4
|
+
id="icon_24_line"
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
6
|
+
width="24"
|
7
|
+
height="24.008"
|
8
|
+
viewBox="0 0 24 24.008"
|
9
|
+
>
|
10
|
+
<path
|
11
|
+
id="Union_1"
|
12
|
+
data-name="Union 1"
|
13
|
+
d="M0,21a3,3,0,1,1,3,3A3,3,0,0,1,0,21Zm7.03-2.97L5.969,16.97a.252.252,0,0,1,0-.355L16.616,5.97a.25.25,0,0,1,.355,0L18.03,7.03a.249.249,0,0,1,0,.354L7.384,18.03a.249.249,0,0,1-.354,0ZM18,3a3,3,0,1,1,3,3A3,3,0,0,1,18,3Z"
|
14
|
+
fill="currentColor"
|
15
|
+
/>
|
16
|
+
<rect
|
17
|
+
id="size"
|
18
|
+
width="24"
|
19
|
+
height="24"
|
20
|
+
transform="translate(0 0.008)"
|
21
|
+
fill="none"
|
22
|
+
/>
|
6
23
|
</svg>
|
7
24
|
</template>
|
@@ -1,7 +1,18 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
|
3
3
|
<template>
|
4
|
-
<svg
|
5
|
-
|
4
|
+
<svg
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
6
|
+
width="15.997"
|
7
|
+
height="16"
|
8
|
+
viewBox="0 0 15.997 16"
|
9
|
+
>
|
10
|
+
<path
|
11
|
+
id="Path_79"
|
12
|
+
data-name="Path 79"
|
13
|
+
d="M9.587,11.452a.747.747,0,0,0-.406.975h0a.746.746,0,0,1-.162.814L6.908,15.354a1.493,1.493,0,0,1-2.111,0L3.213,13.77a1.493,1.493,0,0,1,0-2.111h0L5.327,9.547a.756.756,0,0,1,.814-.162A.747.747,0,1,0,6.711,8a2.264,2.264,0,0,0-2.44.487L2.158,10.6a2.99,2.99,0,0,0,0,4.223l1.584,1.583a2.985,2.985,0,0,0,4.222,0L10.076,14.3a2.245,2.245,0,0,0,.486-2.441A.747.747,0,0,0,9.587,11.452Zm-3.471,1a.755.755,0,0,0,1.056,0l5.807-5.806a.747.747,0,0,0-1.056-1.056L6.116,11.394A.747.747,0,0,0,6.116,12.45ZM16.41,3.74,14.827,2.157a2.99,2.99,0,0,0-4.223,0L8.492,4.268a2.244,2.244,0,0,0-.486,2.44.747.747,0,1,0,1.38-.57.747.747,0,0,1,.162-.811l2.111-2.111a1.493,1.493,0,0,1,2.111,0h0L15.355,4.8a1.493,1.493,0,0,1,0,2.111h0L13.24,9.019a.758.758,0,0,1-.814.162.747.747,0,0,0-.571,1.38h0a2.259,2.259,0,0,0,2.441-.486l2.111-2.111A2.991,2.991,0,0,0,16.41,3.74Z"
|
14
|
+
transform="translate(-1.285 -1.284)"
|
15
|
+
fill="currentColor"
|
16
|
+
/>
|
6
17
|
</svg>
|
7
18
|
</template>
|
@@ -1,7 +1,18 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
|
3
3
|
<template>
|
4
|
-
<svg
|
5
|
-
|
4
|
+
<svg
|
5
|
+
id="icon-logout"
|
6
|
+
xmlns="http://www.w3.org/2000/svg"
|
7
|
+
width="16.007"
|
8
|
+
height="16"
|
9
|
+
viewBox="0 0 16.007 16"
|
10
|
+
>
|
11
|
+
<path
|
12
|
+
id="Pfad_122"
|
13
|
+
d="M10.216,10.792a.584.584,0,0,0-.583.583v.292a.292.292,0,0,1-.292.292H6.133a.292.292,0,0,1-.292-.292V2.333a.292.292,0,0,1,.292-.292H9.341a.292.292,0,0,1,.292.292v.583a.583.583,0,0,0,1.167,0V1.458a.584.584,0,0,0-.583-.583H5.841V.292A.292.292,0,0,0,5.55,0a.286.286,0,0,0-.063.007L.237,1.174a.292.292,0,0,0-.229.285V12.542a.292.292,0,0,0,.229.285l5.25,1.167a.3.3,0,0,0,.246-.058.292.292,0,0,0,.109-.228v-.583h4.375a.584.584,0,0,0,.583-.583V11.374A.583.583,0,0,0,10.216,10.792Zm-5.833-3.5a.875.875,0,1,1-.875-.875.875.875,0,0,1,.875.875Zm9.356-.485-2.844-1.9a.583.583,0,0,0-.907.485V6.417H7.582a.875.875,0,1,0,0,1.75H9.988V9.188a.584.584,0,0,0,.907.485l2.844-1.9a.583.583,0,0,0,.162-.809A.576.576,0,0,0,13.739,6.806Z"
|
14
|
+
transform="translate(2.009 1)"
|
15
|
+
fill="currentColor"
|
16
|
+
/>
|
6
17
|
</svg>
|
7
18
|
</template>
|
@@ -1,8 +1,20 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
|
3
3
|
<template>
|
4
|
-
<svg
|
4
|
+
<svg
|
5
|
+
id="icon-map-overview"
|
6
|
+
xmlns="http://www.w3.org/2000/svg"
|
7
|
+
width="16"
|
8
|
+
height="16"
|
9
|
+
viewBox="0 0 16 16"
|
10
|
+
>
|
5
11
|
<rect id="size" width="16" height="16" fill="none" />
|
6
|
-
<path
|
12
|
+
<path
|
13
|
+
id="Path_20"
|
14
|
+
data-name="Path 20"
|
15
|
+
d="M15.5,2.074,11.459.224a1.262,1.262,0,0,0-.867-.038L5.255,2.076a.661.661,0,0,1-.374-.013L.772.221A.542.542,0,0,0,.239.249.56.56,0,0,0,0,.73L.013,13.411a.9.9,0,0,0,.5.782L4.6,16.031a1.225,1.225,0,0,0,.488.094,1.153,1.153,0,0,0,.377-.059l5.349-1.886a.638.638,0,0,1,.371.017l4.039,1.849h0a.531.531,0,0,0,.718-.234A.539.539,0,0,0,16,15.538V2.856A.907.907,0,0,0,15.5,2.074ZM1.666,10.489a.166.166,0,0,1,.165-.168.17.17,0,0,1,.058.01l3.043,1.125a.492.492,0,0,0,.333,0l1.679-.583a.168.168,0,0,1,.221.16v2.313a.17.17,0,0,1-.113.16l-1.7.583a1.061,1.061,0,0,1-.626-.018l-2.756-1.1a.538.538,0,0,1-.309-.462Zm6.2-.674a.727.727,0,0,0-.676-.089l-2.026.7a.162.162,0,0,1-.11,0L1.777,9.243a.169.169,0,0,1-.111-.159V7.149a.166.166,0,0,1,.228-.156l2.919,1.18A.489.489,0,0,0,5,8.209a.5.5,0,0,0,.122-.015L7.766,7.52a.506.506,0,0,0,.363-.614.5.5,0,0,0-.607-.367h0L6.5,6.8V6.091a.5.5,0,1,0-1,0v.964l-.467.119-1.2-.486v-1a.5.5,0,1,0-1,0v.6L1.775,5.892a.168.168,0,0,1-.109-.158V3.038A.212.212,0,0,1,1.849,2.8a.206.206,0,0,1,.126.025L4.742,3.958a1.043,1.043,0,0,0,.625.02L9.28,2.652a.164.164,0,0,1,.15.023A.168.168,0,0,1,9.5,2.81V6.091a.5.5,0,1,0,1,0V2.265l.2-.094a.933.933,0,0,1,.615.04l2.716,1.333a.59.59,0,0,1,.3.484V9.376a.169.169,0,0,1-.073.139.163.163,0,0,1-.154.018l-2.672-1.04a1.362,1.362,0,0,0-1.007.04l-.677.327a1.088,1.088,0,0,0-.584.937s-.013,2.312,0,2.874a.169.169,0,0,1-.113.162l-.662.23a.165.165,0,0,1-.211-.1.18.18,0,0,1-.009-.057V10.429a.746.746,0,0,0-.3-.618Zm2.317.064a.17.17,0,0,1,.095-.151l.583-.281a.422.422,0,0,1,.217-.009l3.148,1.19a.169.169,0,0,1,.109.158v2.372a.215.215,0,0,1-.186.238.211.211,0,0,1-.125-.024l-3-1.2-.632.214a.163.163,0,0,1-.151-.024.168.168,0,0,1-.067-.135Z"
|
16
|
+
transform="translate(0.001 -0.127)"
|
17
|
+
fill="currentColor"
|
18
|
+
/>
|
7
19
|
</svg>
|
8
20
|
</template>
|
@@ -1,5 +1,11 @@
|
|
1
1
|
<template>
|
2
|
-
<svg
|
2
|
+
<svg
|
3
|
+
id="icon_24_burger"
|
4
|
+
xmlns="http://www.w3.org/2000/svg"
|
5
|
+
width="24"
|
6
|
+
height="24"
|
7
|
+
viewBox="0 0 24 24"
|
8
|
+
>
|
3
9
|
<rect id="size" width="24" height="24" fill="none" />
|
4
10
|
<g id="Group_1047" data-name="Group 1047" transform="translate(866 20294)">
|
5
11
|
<rect
|
@@ -1,8 +1,20 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
|
3
3
|
<template>
|
4
|
-
<svg
|
5
|
-
|
4
|
+
<svg
|
5
|
+
id="icon-minus"
|
6
|
+
xmlns="http://www.w3.org/2000/svg"
|
7
|
+
width="16"
|
8
|
+
height="16"
|
9
|
+
viewBox="0 0 16 16"
|
10
|
+
>
|
11
|
+
<path
|
12
|
+
id="Path_444"
|
13
|
+
data-name="Path 444"
|
14
|
+
d="M25,20a1.154,1.154,0,0,1-1.154,1.154H16.154a1.154,1.154,0,1,1,0-2.308h7.692A1.154,1.154,0,0,1,25,20Z"
|
15
|
+
transform="translate(-12 -12)"
|
16
|
+
fill="currentColor"
|
17
|
+
/>
|
6
18
|
<rect id="size" width="16" height="16" fill="none" />
|
7
19
|
</svg>
|
8
20
|
</template>
|
@@ -1,7 +1,18 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
|
3
3
|
<template>
|
4
|
-
<svg
|
5
|
-
|
4
|
+
<svg
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
6
|
+
width="22.002"
|
7
|
+
height="22.38"
|
8
|
+
viewBox="0 0 22.002 22.38"
|
9
|
+
>
|
10
|
+
<path
|
11
|
+
id="Vereinigungsmenge_65"
|
12
|
+
d="M10643.685,13214.381a1.388,1.388,0,0,1-1.4-1.366v-2.043h-1.429v2.043a1.387,1.387,0,0,1-1.4,1.366h-2.54a1.388,1.388,0,0,1-1.406-1.366v-4.918a1.354,1.354,0,0,1,.53-1.071l4.865-3.774a1.431,1.431,0,0,1,1.755,0l4.865,3.773a1.341,1.341,0,0,1,.527,1.068v4.918a1.389,1.389,0,0,1-1.406,1.366Zm-.81-5.408a1.388,1.388,0,0,1,1.406,1.366v2.043h1.765v-3.964l-4.271-3.316-4.271,3.316v3.964h1.35v-2.043a1.387,1.387,0,0,1,1.4-1.366Zm-2.872-7.293a1,1,0,1,1,0-2h5a1,1,0,1,1,0,2Zm-4,0a1,1,0,0,1,0-2h1a1,1,0,1,1,0,2Zm11.816-.259a.441.441,0,0,1-.3-.119h.006a.43.43,0,0,1-.1-.435l.839-2.527a.423.423,0,0,1,.7-.166l1.691,1.685a.416.416,0,0,1,0,.594.412.412,0,0,1-.165.1l-2.527.842a.359.359,0,0,1-.133.023Zm3.794-2.1a.416.416,0,0,1-.3-.123h0l-1.979-1.983,3.963-3.966a.843.843,0,0,1,.6-.245.835.835,0,0,1,.594.245l1.39,1.39a.416.416,0,0,1,0,.594l-3.97,3.966a.42.42,0,0,1-.295.123Z"
|
13
|
+
transform="translate(-10634.502 -13192.501)"
|
14
|
+
fill="currentColor"
|
15
|
+
stroke="none"
|
16
|
+
/>
|
6
17
|
</svg>
|
7
18
|
</template>
|
@@ -1,8 +1,20 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
|
3
3
|
<template>
|
4
|
-
<svg
|
4
|
+
<svg
|
5
|
+
id="main-icon"
|
6
|
+
xmlns="http://www.w3.org/2000/svg"
|
7
|
+
width="24"
|
8
|
+
height="24"
|
9
|
+
viewBox="0 0 24 24"
|
10
|
+
>
|
5
11
|
<rect id="size" width="24" height="24" fill="none" />
|
6
|
-
<path
|
12
|
+
<path
|
13
|
+
id="Mouse_Pointer"
|
14
|
+
data-name="Mouse Pointer"
|
15
|
+
d="M13.846,23.8a.45.45,0,0,1-.409-.245l-2.7-5.728L7.055,20.031a.372.372,0,0,1-.409,0A.438.438,0,0,1,6.4,19.7V1.7a.45.45,0,0,1,.245-.409.36.36,0,0,1,.409.082L20.147,14.467c.082.082.164.327.082.409a.45.45,0,0,1-.409.245H15.565L18.511,21.1a.249.249,0,0,1,0,.327c-.082.082-.082.164-.245.245-3.787,1.881-4.337,2.128-4.419,2.128Z"
|
16
|
+
transform="translate(-1.4 -0.259)"
|
17
|
+
fill="currentColor"
|
18
|
+
/>
|
7
19
|
</svg>
|
8
20
|
</template>
|
@@ -1,10 +1,19 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
<template>
|
3
|
-
<svg
|
3
|
+
<svg
|
4
|
+
id="icon_24_oblique"
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
6
|
+
width="24"
|
7
|
+
height="24"
|
8
|
+
viewBox="0 0 24 24"
|
9
|
+
>
|
4
10
|
<rect width="24" height="24" fill="none" />
|
5
11
|
<g transform="translate(1 2.994)">
|
6
12
|
<g>
|
7
|
-
<path
|
13
|
+
<path
|
14
|
+
d="M19.769.862A1,1,0,0,0,18.778,0H3.222a1,1,0,0,0-.99.862l-2.222,16A1,1,0,0,0,1,18H21a1,1,0,0,0,.991-1.138ZM4.093,2H17.908l1.208,8.7L14.921,7.657a1,1,0,0,0-1.278.086L4.988,16H2.149ZM7.886,16l6.535-6.235L19.5,13.446,19.852,16Zm.753-7.6a2.876,2.876,0,0,0,3.083-2.6A2.841,2.841,0,0,0,8.639,3.2,2.841,2.841,0,0,0,5.556,5.8,2.876,2.876,0,0,0,8.639,8.4m0-3.2c.662,0,1.083.355,1.083.6s-.421.6-1.083.6-1.083-.355-1.083-.6.422-.6,1.083-.6"
|
15
|
+
fill="currentColor"
|
16
|
+
/>
|
8
17
|
</g>
|
9
18
|
</g>
|
10
19
|
</svg>
|