@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
@@ -1,15 +1,41 @@
|
|
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="24"
|
7
|
+
height="24.009"
|
8
|
+
viewBox="0 0 24 24.009"
|
9
|
+
>
|
5
10
|
<g id="icon_24_boundingbox" transform="translate(0 0.001)">
|
6
11
|
<g id="Group_270" data-name="Group 270" transform="translate(8438 22444)">
|
7
|
-
<g
|
8
|
-
|
12
|
+
<g
|
13
|
+
id="streamline-icon-vectors-anchor-square-1-alternate_24x24"
|
14
|
+
data-name="streamline-icon-vectors-anchor-square-1-alternate@24x24"
|
15
|
+
transform="translate(-8438 -22444)"
|
16
|
+
>
|
17
|
+
<path
|
18
|
+
id="Path_23"
|
19
|
+
data-name="Path 23"
|
20
|
+
d="M20.25,7.5h1.5a.25.25,0,0,1,.25.25v14a.25.25,0,0,1-.25.25h-1.5a.25.25,0,0,1-.25-.25v-14A.25.25,0,0,1,20.25,7.5ZM2.25,2h14a.25.25,0,0,1,.25.25v1.5a.25.25,0,0,1-.25.25h-14A.25.25,0,0,1,2,3.75V2.25A.25.25,0,0,1,2.25,2Zm0,0h1.5A.25.25,0,0,1,4,2.25v14a.25.25,0,0,1-.25.25H2.25A.25.25,0,0,1,2,16.25v-14A.25.25,0,0,1,2.25,2Zm5.5,18h14a.25.25,0,0,1,.25.25v1.5a.25.25,0,0,1-.25.25h-14a.25.25,0,0,1-.25-.25v-1.5A.25.25,0,0,1,7.75,20ZM21,0a3,3,0,1,1-3,3A3,3,0,0,1,21,0ZM3,18a3,3,0,1,1-3,3A3,3,0,0,1,3,18Z"
|
21
|
+
fill="currentColor"
|
22
|
+
/>
|
9
23
|
</g>
|
10
|
-
<path
|
24
|
+
<path
|
25
|
+
id="Path_3"
|
26
|
+
data-name="Path 3"
|
27
|
+
d="M45.718,31.78A.75.75,0,0,0,47,31.25v-.5a.5.5,0,0,1,.5-.5h7.555a.5.5,0,0,1,.5.5v.5a.75.75,0,0,0,1.28.53l2-2a.75.75,0,0,0,0-1.061h0l-2-2a.75.75,0,0,0-1.28.531v.5a.5.5,0,0,1-.5.5H47.5a.5.5,0,0,1-.5-.5v-.5a.75.75,0,0,0-1.28-.531l-2,2a.75.75,0,0,0,0,1.061h0Z"
|
28
|
+
transform="translate(-8483.164 -22416.676) rotate(-45)"
|
29
|
+
fill="currentColor"
|
30
|
+
/>
|
11
31
|
</g>
|
12
|
-
<rect
|
32
|
+
<rect
|
33
|
+
id="size"
|
34
|
+
width="24"
|
35
|
+
height="24"
|
36
|
+
transform="translate(0 0.008)"
|
37
|
+
fill="none"
|
38
|
+
/>
|
13
39
|
</g>
|
14
40
|
</svg>
|
15
41
|
</template>
|
@@ -3,7 +3,10 @@
|
|
3
3
|
<template>
|
4
4
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
5
5
|
<g id="icon-checkbox-check">
|
6
|
-
<path
|
6
|
+
<path
|
7
|
+
fill="currentColor"
|
8
|
+
d="m13,2H3c-.55,0-1,.45-1,1v10c0,.55.45,1,1,1h10c.55,0,1-.45,1-1V3c0-.55-.45-1-1-1Zm-.67,3.67l-4.23,5.88h0s-.01.03-.02.03c-.27.34-.77.39-1.1.12l-3.02-2.48c-.33-.28-.38-.77-.12-1.11,0,0,.01-.01.02-.02.27-.34.76-.4,1.09-.13l2.38,1.95,3.74-5.21s0-.01.01-.02c.26-.34.74-.41,1.09-.15h0c.35.27.43.78.17,1.14Z"
|
9
|
+
/>
|
7
10
|
</g>
|
8
11
|
</svg>
|
9
12
|
</template>
|
@@ -16,14 +16,7 @@
|
|
16
16
|
stroke-width="1"
|
17
17
|
>
|
18
18
|
<rect width="12" height="12" rx="2" stroke="none" />
|
19
|
-
<rect
|
20
|
-
x="0.5"
|
21
|
-
y="0.5"
|
22
|
-
width="11"
|
23
|
-
height="11"
|
24
|
-
rx="1.5"
|
25
|
-
fill="none"
|
26
|
-
/>
|
19
|
+
<rect x="0.5" y="0.5" width="11" height="11" rx="1.5" fill="none" />
|
27
20
|
</g>
|
28
21
|
<rect id="size" width="16" height="16" fill="none" />
|
29
22
|
</svg>
|
@@ -1,7 +1,14 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
|
3
3
|
<template>
|
4
|
-
<svg
|
5
|
-
|
4
|
+
<svg
|
5
|
+
id="icon-checkbox-half"
|
6
|
+
xmlns="http://www.w3.org/2000/svg"
|
7
|
+
viewBox="0 0 16 16"
|
8
|
+
>
|
9
|
+
<path
|
10
|
+
fill="currentColor"
|
11
|
+
d="m13,2H3c-.55,0-1,.45-1,1v10c0,.55.45,1,1,1h10c.55,0,1-.45,1-1V3c0-.55-.45-1-1-1Zm-3,7h-4c-.55,0-1-.45-1-1s.45-1,1-1h4c.55,0,1,.45,1,1s-.45,1-1,1Z"
|
12
|
+
/>
|
6
13
|
</svg>
|
7
14
|
</template>
|
@@ -1,10 +1,30 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
|
3
3
|
<template>
|
4
|
-
<svg
|
5
|
-
|
6
|
-
|
4
|
+
<svg
|
5
|
+
id="icon_24_circle"
|
6
|
+
xmlns="http://www.w3.org/2000/svg"
|
7
|
+
width="24"
|
8
|
+
height="24.008"
|
9
|
+
viewBox="0 0 24 24.008"
|
10
|
+
>
|
11
|
+
<g
|
12
|
+
id="streamline-icon-vectors-anchor-circle_24x24"
|
13
|
+
data-name="streamline-icon-vectors-anchor-circle@24x24"
|
14
|
+
>
|
15
|
+
<path
|
16
|
+
id="Path_24"
|
17
|
+
data-name="Path 24"
|
18
|
+
d="M12,0A3,3,0,1,1,9,3,3,3,0,0,1,12,0Zm0,18a3,3,0,1,1-3,3A3,3,0,0,1,12,18Zm9-9a3,3,0,1,1-3,3A3,3,0,0,1,21,9ZM3,9a3,3,0,1,1-3,3A3,3,0,0,1,3,9Zm13.207,9.806a.251.251,0,0,0-.085.338l.752,1.3a.254.254,0,0,0,.155.117.249.249,0,0,0,.192-.029,10.045,10.045,0,0,0,3.309-3.309.249.249,0,0,0,.029-.192.254.254,0,0,0-.117-.155l-1.3-.752a.251.251,0,0,0-.338.085A8.054,8.054,0,0,1,16.207,18.806Zm2.6-11.013a.251.251,0,0,0,.338.085l1.3-.752a.254.254,0,0,0,.117-.155.249.249,0,0,0-.029-.192,10.048,10.048,0,0,0-3.31-3.309.249.249,0,0,0-.192-.029.254.254,0,0,0-.155.117l-.752,1.3a.251.251,0,0,0,.085.338A8.048,8.048,0,0,1,18.805,7.793ZM3.47,6.779a.249.249,0,0,0-.029.192.254.254,0,0,0,.117.155l1.3.752A.251.251,0,0,0,5.2,7.793a8.034,8.034,0,0,1,2.6-2.6.251.251,0,0,0,.085-.338l-.752-1.3a.254.254,0,0,0-.155-.117.249.249,0,0,0-.192.029A10.047,10.047,0,0,0,3.47,6.779ZM5.2,16.207a.251.251,0,0,0-.338-.085l-1.3.752a.254.254,0,0,0-.117.155.249.249,0,0,0,.029.192A10.043,10.043,0,0,0,6.779,20.53a.249.249,0,0,0,.192.029.254.254,0,0,0,.155-.117l.752-1.3a.251.251,0,0,0-.085-.338A8.042,8.042,0,0,1,5.2,16.207Z"
|
19
|
+
fill="currentColor"
|
20
|
+
/>
|
7
21
|
</g>
|
8
|
-
<rect
|
22
|
+
<rect
|
23
|
+
id="size"
|
24
|
+
width="24"
|
25
|
+
height="24"
|
26
|
+
transform="translate(0 0.008)"
|
27
|
+
fill="none"
|
28
|
+
/>
|
9
29
|
</svg>
|
10
30
|
</template>
|
@@ -1,7 +1,19 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
|
3
3
|
<template>
|
4
|
-
<svg
|
5
|
-
|
4
|
+
<svg
|
5
|
+
id="icon_24_clipping_horizontal"
|
6
|
+
xmlns="http://www.w3.org/2000/svg"
|
7
|
+
width="24"
|
8
|
+
height="24"
|
9
|
+
viewBox="0 0 24 24"
|
10
|
+
>
|
11
|
+
<path
|
12
|
+
id="Vereinigungsmenge_58"
|
13
|
+
d="M10947,13163a1,1,0,0,1-1-1v-4.556l-1.711.516a1.082,1.082,0,0,1-.287.043,1,1,0,0,1-.288-1.959l2.286-.687V13155a1,1,0,0,1,1.946-.308l4.571-1.309h0l.6-.171.611-.176,6.267-1.879V13151a1,1,0,0,1,1.906-.417l1.807-.541a1,1,0,1,1,.575,1.916l-2.286.684V13162a1,1,0,0,1-1,1Zm8.486-8.385,0,0-1.226.347-6.257,1.88V13161h12v-7.674Zm-9.487-2.814v-1.6a1,1,0,0,1,2,0v1.6a1,1,0,0,1-2,0Zm14-4.8a1,1,0,0,1,0-2h1a1,1,0,0,1,1,1v1a1,1,0,0,1-2,0Zm-14,0v-1a1,1,0,0,1,1-1h1a1.581,1.581,0,1,1-2,2Zm6.8,0a1,1,0,0,1,0-2h2.4a1,1,0,0,1,0,2Z"
|
14
|
+
transform="translate(-10942 -13142)"
|
15
|
+
fill="currentColor"
|
16
|
+
stroke="none"
|
17
|
+
/>
|
6
18
|
</svg>
|
7
19
|
</template>
|
@@ -1,7 +1,18 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
|
3
3
|
<template>
|
4
|
-
<svg
|
5
|
-
|
4
|
+
<svg
|
5
|
+
id="icon_24_clipping"
|
6
|
+
xmlns="http://www.w3.org/2000/svg"
|
7
|
+
width="24"
|
8
|
+
height="24"
|
9
|
+
viewBox="0 0 24 24"
|
10
|
+
>
|
11
|
+
<path
|
12
|
+
id="Pfad_734"
|
13
|
+
d="M1104.119,550.833a.952.952,0,0,1,.952-.952h2.857a.952.952,0,1,1,0,1.9h-2.857A.952.952,0,0,1,1104.119,550.833Zm6.667.952h1.429v1.429a.952.952,0,0,0,1.9,0v-2.381a.952.952,0,0,0-.953-.952h-2.381a.952.952,0,1,0,0,1.9Zm2.381,3.333a.951.951,0,0,0-.952.952v2.857a.952.952,0,1,0,1.9,0v-2.857A.952.952,0,0,0,1113.166,555.119Zm3.054,10.755-2.1-2.1v-1.987a.952.952,0,1,0-1.9,0v.082l-10.082-10.082h.082a.952.952,0,0,0,0-1.9h-1.987l-2.1-2.1a.952.952,0,0,0-1.347,1.347l2.1,2.1v12.939a.951.951,0,0,0,.952.952h12.939l2.1,2.1a.952.952,0,0,0,1.347-1.347Z"
|
14
|
+
transform="translate(-1094.506 -545.506)"
|
15
|
+
fill="currentColor"
|
16
|
+
/>
|
6
17
|
</svg>
|
7
18
|
</template>
|
@@ -1,7 +1,19 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
|
3
3
|
<template>
|
4
|
-
<svg
|
5
|
-
|
4
|
+
<svg
|
5
|
+
id="icon_24_clipping_vertical"
|
6
|
+
xmlns="http://www.w3.org/2000/svg"
|
7
|
+
width="24"
|
8
|
+
height="24"
|
9
|
+
viewBox="0 0 24 24"
|
10
|
+
>
|
11
|
+
<path
|
12
|
+
id="Vereinigungsmenge_59"
|
13
|
+
d="M10954.042,13166.287l-.687-2.287H10944a1,1,0,0,1-1-1v-14a1,1,0,0,1,1-1h4.558l-.516-1.712a1,1,0,1,1,1.916-.575l.688,2.287h.357a1,1,0,0,1,.311,1.946l1.3,4.57v0l.172.6.176.611,1.88,6.269h.155a1,1,0,0,1,.416,1.9l.542,1.808a1,1,0,0,1-.671,1.246.975.975,0,0,1-.287.043A1,1,0,0,1,10954.042,13166.287ZM10945,13162h7.673l-1.289-4.514,0,0-.348-1.226-1.877-6.259H10945Zm14,2a1.581,1.581,0,1,1,2-2v1a1,1,0,0,1-1,1Zm0-6.8v-2.4a1,1,0,1,1,2,0v2.4a1,1,0,1,1-2,0Zm0-7.2a1,1,0,0,1,0-2h1a1,1,0,0,1,1,1v1a1,1,0,0,1-2,0Zm-4.8,0a1,1,0,1,1,0-2h1.6a1,1,0,1,1,0,2Z"
|
14
|
+
transform="translate(-10940 -13144)"
|
15
|
+
fill="currentColor"
|
16
|
+
stroke="none"
|
17
|
+
/>
|
6
18
|
</svg>
|
7
19
|
</template>
|
@@ -1,7 +1,18 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
|
3
3
|
<template>
|
4
|
-
<svg
|
5
|
-
|
4
|
+
<svg
|
5
|
+
id="icon-colorpicker"
|
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="colorize"
|
13
|
+
d="M6.8-36.318l6.246-6.271-1.489-1.495L5.312-37.812ZM17.478-46.708a.685.685,0,0,1,0,1.094l-2.433,2.443,1.489,1.495-1.089,1.094-1.089-1.094L7.418-34.75H3.75v-3.682l6.9-6.964L9.561-46.49l1.089-1.094,1.489,1.495,2.433-2.443a.738.738,0,0,1,.545-.219.738.738,0,0,1,.545.219Z"
|
14
|
+
transform="translate(-2.75 49.75)"
|
15
|
+
fill="currentColor"
|
16
|
+
/>
|
6
17
|
</svg>
|
7
18
|
</template>
|
@@ -1,7 +1,13 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
|
3
3
|
<template>
|
4
|
-
<svg
|
4
|
+
<svg
|
5
|
+
id="icon-colors"
|
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="color-swatch">
|
6
12
|
<path
|
7
13
|
id="color-swatch-2"
|
@@ -1,7 +1,12 @@
|
|
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="25"
|
7
|
+
height="24"
|
8
|
+
viewBox="0 0 25 24"
|
9
|
+
>
|
5
10
|
<g id="icon_24_comment" transform="translate(0.5)">
|
6
11
|
<path
|
7
12
|
id="Union_51"
|
@@ -1,8 +1,26 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
|
3
3
|
<template>
|
4
|
-
<svg
|
5
|
-
|
6
|
-
|
4
|
+
<svg
|
5
|
+
id="icon-oblique-panels"
|
6
|
+
xmlns="http://www.w3.org/2000/svg"
|
7
|
+
width="16"
|
8
|
+
height="16"
|
9
|
+
viewBox="0 0 16 16"
|
10
|
+
>
|
11
|
+
<rect
|
12
|
+
id="size"
|
13
|
+
width="16"
|
14
|
+
height="16"
|
15
|
+
transform="translate(0 0)"
|
16
|
+
fill="none"
|
17
|
+
/>
|
18
|
+
<path
|
19
|
+
id="Path_217"
|
20
|
+
data-name="Path 217"
|
21
|
+
d="M8,0a8,8,0,1,0,8,8A8,8,0,0,0,8,0Zm2.219,9.772a.333.333,0,0,1-.447.447L8.149,9.408a.333.333,0,0,0-.3,0l-1.623.811a.333.333,0,0,1-.447-.447l.811-1.623a.333.333,0,0,0,0-.3L5.781,6.228a.333.333,0,0,1,.447-.447l1.623.811a.333.333,0,0,0,.3,0l1.623-.811a.333.333,0,0,1,.447.447L9.408,7.851a.333.333,0,0,0,0,.3ZM8,.667a.333.333,0,0,1,.325.261l.791,3.557a.333.333,0,0,1-.176.371l-.791.4a.333.333,0,0,1-.3,0l-.791-.4a.333.333,0,0,1-.176-.371L7.675.928A.333.333,0,0,1,8,.667ZM.928,8.325a.333.333,0,0,1,0-.651l3.557-.791a.333.333,0,0,1,.371.176l.4.791a.333.333,0,0,1,0,.3l-.4.791a.333.333,0,0,1-.371.176ZM8,15.333a.333.333,0,0,1-.325-.261l-.791-3.557a.333.333,0,0,1,.176-.371l.791-.4a.333.333,0,0,1,.3,0l.791.4a.333.333,0,0,1,.176.371l-.791,3.557A.333.333,0,0,1,8,15.333Zm7.072-7.659a.333.333,0,0,1,0,.651l-3.557.791a.333.333,0,0,1-.371-.176l-.4-.791a.333.333,0,0,1,0-.3l.4-.791a.333.333,0,0,1,.371-.176Z"
|
22
|
+
transform="translate(0 0)"
|
23
|
+
fill="currentColor"
|
24
|
+
/>
|
7
25
|
</svg>
|
8
26
|
</template>
|
@@ -1,7 +1,19 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
|
3
3
|
<template>
|
4
|
-
<svg
|
5
|
-
|
4
|
+
<svg
|
5
|
+
id="icon_24_components"
|
6
|
+
xmlns="http://www.w3.org/2000/svg"
|
7
|
+
width="24.503"
|
8
|
+
height="24"
|
9
|
+
viewBox="0 0 24.503 24"
|
10
|
+
>
|
11
|
+
<path
|
12
|
+
id="Vereinigungsmenge_61"
|
13
|
+
d="M11234.08,13726.906l.833-2.922a.623.623,0,0,1,.145-.252l7.046-7.042a.578.578,0,0,1,.82,0l2.088,2.088a.578.578,0,0,1,0,.82l-7.046,7.045a.637.637,0,0,1-.248.146l-2.925.833a.571.571,0,0,1-.164.024A.577.577,0,0,1,11234.08,13726.906Zm-4.883-1a1.046,1.046,0,0,1-.183-.038.921.921,0,0,1-.2-.045.863.863,0,0,1-.107-.072.953.953,0,0,1-.21-.147l-.014-.011-5.622-5.957a1,1,0,0,1-.272-.688v-12.114a1,1,0,0,1,1.712-.7l4.917,4.985,4.909-4.909a1,1,0,0,1,1.412,0l5.623,5.622a1.006,1.006,0,0,1,.293.707v2.794l-2,2v-4.382l-3.625-3.621v9.54l1.044,1.044-1.412,1.412-.631-.627-4.913,4.913a.995.995,0,0,1-.709.293Zm1.014-12.954v9.54l3.624-3.621v-9.54Zm-5.619,5.6,3.62,3.838v-9.44l-3.62-3.672Z"
|
14
|
+
transform="translate(-11221.18 -13704.752)"
|
15
|
+
fill="currentColor"
|
16
|
+
stroke="none"
|
17
|
+
/>
|
6
18
|
</svg>
|
7
19
|
</template>
|
@@ -1,11 +1,33 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
|
3
3
|
<template>
|
4
|
-
<svg
|
5
|
-
|
4
|
+
<svg
|
5
|
+
id="icon_24_3dobject"
|
6
|
+
xmlns="http://www.w3.org/2000/svg"
|
7
|
+
width="24"
|
8
|
+
height="24"
|
9
|
+
viewBox="0 0 24 24"
|
10
|
+
>
|
11
|
+
<rect
|
12
|
+
id="size"
|
13
|
+
width="24"
|
14
|
+
height="24"
|
15
|
+
transform="translate(0 0)"
|
16
|
+
fill="none"
|
17
|
+
/>
|
6
18
|
<g id="Group_1448" data-name="Group 1448" transform="translate(1)">
|
7
|
-
<path
|
8
|
-
|
19
|
+
<path
|
20
|
+
id="Path_534"
|
21
|
+
data-name="Path 534"
|
22
|
+
d="M21.781,19.285c0-.011,0-.022,0-.034a1.569,1.569,0,0,0-.245-.844L15.676,2.354C15.465.74,13.1,0,10.892,0S6.319.74,6.108,2.354L4.994,5.4l1.878.686.593-1.623a7.811,7.811,0,0,0,3.427.708,7.814,7.814,0,0,0,3.427-.708l4.5,12.328a32.929,32.929,0,0,0-7.93-.924,32.929,32.929,0,0,0-7.93.924l.905-2.475-1.879-.686L.245,18.407A1.569,1.569,0,0,0,0,19.251c0,3.286,9.777,3.381,10.892,3.381s10.733-.095,10.885-3.306l0-.041M10.892,3.174A5.092,5.092,0,0,1,8.2,2.587,5.089,5.089,0,0,1,10.892,2a5.089,5.089,0,0,1,2.689.587,5.092,5.092,0,0,1-2.689.587m0,17.458c-4.915,0-7.909-.831-8.736-1.381.827-.55,3.822-1.381,8.736-1.381s7.909.831,8.736,1.381c-.827.55-3.821,1.381-8.736,1.381"
|
23
|
+
fill="currentColor"
|
24
|
+
/>
|
25
|
+
<path
|
26
|
+
id="Path_535"
|
27
|
+
data-name="Path 535"
|
28
|
+
d="M4.215,12.911a3,3,0,1,0-3-3,3,3,0,0,0,3,3"
|
29
|
+
fill="currentColor"
|
30
|
+
/>
|
9
31
|
</g>
|
10
32
|
</svg>
|
11
33
|
</template>
|
@@ -1,7 +1,13 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
|
3
3
|
<template>
|
4
|
-
<svg
|
4
|
+
<svg
|
5
|
+
id="icon_24_house_size"
|
6
|
+
xmlns="http://www.w3.org/2000/svg"
|
7
|
+
width="24"
|
8
|
+
height="24"
|
9
|
+
viewBox="0 0 24 24"
|
10
|
+
>
|
5
11
|
<path
|
6
12
|
id="Vereinigungsmenge_62"
|
7
13
|
data-name="Vereinigungsmenge 62"
|
@@ -1,7 +1,18 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
|
3
3
|
<template>
|
4
|
-
<svg
|
5
|
-
|
4
|
+
<svg
|
5
|
+
id="icon-edit"
|
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="mode-edit"
|
13
|
+
d="M15.562-46.062l-1.219,1.219-2.5-2.5,1.219-1.219a.636.636,0,0,1,.469-.187.636.636,0,0,1,.469.188L15.562-47a.636.636,0,0,1,.188.469.636.636,0,0,1-.188.469ZM3.75-39.25l7.375-7.375,2.5,2.5L6.25-36.75H3.75Z"
|
14
|
+
transform="translate(-1.75 50.75)"
|
15
|
+
fill="currentColor"
|
16
|
+
/>
|
6
17
|
</svg>
|
7
18
|
</template>
|
@@ -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_921" data-name="Group 921" transform="translate(-832 -536)">
|
4
9
|
<rect
|
5
10
|
id="Rectangle_774"
|
@@ -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="24.002"
|
7
|
+
height="24.002"
|
8
|
+
viewBox="0 0 24.002 24.002"
|
9
|
+
>
|
10
|
+
<path
|
11
|
+
id="Union_18"
|
12
|
+
data-name="Union 18"
|
13
|
+
d="M10434,14715a3,3,0,1,1,3,3A3,3,0,0,1,10434,14715Zm-18,0a3,3,0,1,1,3,3A3,3,0,0,1,10416,14715Zm7.749,1a.25.25,0,0,1-.251-.247v-1.5a.25.25,0,0,1,.251-.247h8.5a.248.248,0,0,1,.251.247v1.5a.248.248,0,0,1-.251.247Zm12.5-5.5a.248.248,0,0,1-.248-.247v-8.5a.248.248,0,0,1,.248-.248h1.5a.249.249,0,0,1,.251.248v8.5a.248.248,0,0,1-.251.247Zm-18,0a.25.25,0,0,1-.251-.247v-8.5a.251.251,0,0,1,.251-.248h1.5a.248.248,0,0,1,.251.248v8.5a.248.248,0,0,1-.251.247Zm8.053-4.846V14700a.257.257,0,0,0-.259-.259h-1.828a1.043,1.043,0,0,1-.735-1.78l3.649-3.653a1.048,1.048,0,0,1,1.478,0l3.653,3.649a1.045,1.045,0,0,1-.739,1.784h-1.828a.259.259,0,0,0-.259.259v5.655a1.566,1.566,0,0,1-3.132,0Zm7.7-8.654a3,3,0,1,1,3,3A3,3,0,0,1,10434,14697Zm-18,0a3,3,0,1,1,3,3A3,3,0,0,1,10416,14697Z"
|
14
|
+
transform="translate(-10416 -14693.999)"
|
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
|
+
xmlns="http://www.w3.org/2000/svg"
|
6
|
+
width="22.236"
|
7
|
+
height="21.75"
|
8
|
+
viewBox="0 0 22.236 21.75"
|
9
|
+
>
|
10
|
+
<path
|
11
|
+
id="Union_49"
|
12
|
+
data-name="Union 49"
|
13
|
+
d="M10945.5,13194a4.753,4.753,0,0,0-2.46-4.159.247.247,0,0,0-.266.017c-.026.017-.056.036-.082.057a.248.248,0,0,0-.07.344,2.25,2.25,0,1,1-3.748,0,.248.248,0,0,0-.066-.344c-.029-.021-.056-.04-.083-.057a.245.245,0,0,0-.265-.017,4.747,4.747,0,0,0-2.46,4.159.75.75,0,1,1-1.5,0,6.249,6.249,0,0,1,2.474-4.978.244.244,0,0,0,.1-.248.251.251,0,0,0-.183-.192,2.6,2.6,0,0,0-.636-.082h-3.5a1.5,1.5,0,0,1,0-3h.5a.248.248,0,0,0,.249-.248v-.752a.75.75,0,0,1,1.5,0v.752a.248.248,0,0,0,.251.248h1a2.548,2.548,0,0,0,1.9-.844,3.527,3.527,0,0,1,5.2,0,2.551,2.551,0,0,0,1.9.844h1a.248.248,0,0,0,.251-.248l.022-5.56h-1.029a.49.49,0,0,1-.354-.149.5.5,0,0,1,0-.705l1.748-1.748a.5.5,0,0,1,.706,0l1.748,1.751a.5.5,0,0,1-.354.852h-.968l-.022,5.56a.248.248,0,0,0,.249.248h.5a1.5,1.5,0,0,1,0,3h-3.5a2.592,2.592,0,0,0-.636.082.247.247,0,0,0-.136.09.252.252,0,0,0,.047.351A6.244,6.244,0,0,1,10947,13194a.75.75,0,1,1-1.5,0Zm-5.5-2.5a.75.75,0,1,0,.752-.749A.751.751,0,0,0,10940,13191.5Zm10.249-4.5h0Zm-18.5-4.249a.75.75,0,1,1,0-1.5h5a.75.75,0,0,1,0,1.5Zm10.116-2.748a2.175,2.175,0,0,1-.615-1.606,2.29,2.29,0,0,1,2.129-2.281.124.124,0,0,0,.112-.1,3.836,3.836,0,0,1,7.04-1.146.129.129,0,0,0,.093.06,2.842,2.842,0,0,1,1.723.791,2.893,2.893,0,0,1-1.7,4.961.446.446,0,0,1-.062,0,.5.5,0,0,1-.07-.993,1.911,1.911,0,0,0,1.719-1.891,1.882,1.882,0,0,0-.579-1.361,1.851,1.851,0,0,0-1.378-.523.486.486,0,0,1-.47-.284,2.838,2.838,0,0,0-5.4,1.043.248.248,0,0,1-.01.069.5.5,0,0,1-.59.388,1.3,1.3,0,0,0-1.082.261,1.281,1.281,0,0,0-.474,1,1.182,1.182,0,0,0,.317.894,1.635,1.635,0,0,0,1.086.4.5.5,0,0,1,.014,1A2.779,2.779,0,0,1,10941.867,13180Z"
|
14
|
+
transform="translate(-10930.999 -13173.001)"
|
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
|
5
|
-
|
4
|
+
<svg
|
5
|
+
id="icon_24_export"
|
6
|
+
xmlns="http://www.w3.org/2000/svg"
|
7
|
+
width="24"
|
8
|
+
height="24"
|
9
|
+
viewBox="0 0 24 24"
|
10
|
+
>
|
11
|
+
<path
|
12
|
+
id="Path_592"
|
13
|
+
data-name="Path 592"
|
14
|
+
d="M24,10.411a5.82,5.82,0,0,0-1.772-4.166A5.708,5.708,0,0,0,18.778,4.66a.249.249,0,0,1-.191-.12,7.683,7.683,0,0,0-14.1,2.294.25.25,0,0,1-.227.2A4.589,4.589,0,0,0,0,11.607a4.322,4.322,0,0,0,1.236,3.209A5.517,5.517,0,0,0,4.84,16.2a1,1,0,1,0-.03-2,3.29,3.29,0,0,1-2.172-.8A2.374,2.374,0,0,1,2,11.607,2.589,2.589,0,0,1,5.12,9.072,1,1,0,0,0,6.3,8.294a.974.974,0,0,0,.019-.141A5.685,5.685,0,0,1,17.138,6.065a.962.962,0,0,0,.941.57,3.7,3.7,0,0,1,2.758,1.051A3.751,3.751,0,0,1,22,10.411,3.834,3.834,0,0,1,18.559,14.2a1,1,0,0,0,.132,1.992.95.95,0,0,0,.131-.009A5.805,5.805,0,0,0,24,10.411ZM12.7,8.988a1,1,0,0,0-1.414,0l-3.5,3.5A1,1,0,0,0,8.5,14.2h1.75a.248.248,0,0,1,.25.248V21.7a1.5,1.5,0,0,0,3,0V14.448a.248.248,0,0,1,.248-.25H15.5a1,1,0,0,0,.707-1.707Z"
|
15
|
+
transform="translate(0.004 0.193)"
|
16
|
+
fill="currentColor"
|
17
|
+
/>
|
6
18
|
<rect id="size" width="24" height="24" fill="none" />
|
7
19
|
</svg>
|
8
20
|
</template>
|
@@ -1,10 +1,25 @@
|
|
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="14"
|
7
|
+
height="14"
|
8
|
+
viewBox="0 0 14 14"
|
9
|
+
>
|
5
10
|
<g id="external-link" transform="translate(-3 -3)">
|
6
|
-
<path
|
7
|
-
|
11
|
+
<path
|
12
|
+
id="Path_423"
|
13
|
+
data-name="Path 423"
|
14
|
+
d="M11,3a1,1,0,0,0,0,2h2.586L7.293,11.293a1,1,0,0,0,1.414,1.414L15,6.414V9a1,1,0,0,0,2,0V4a1,1,0,0,0-1-1Z"
|
15
|
+
fill="currentColor"
|
16
|
+
/>
|
17
|
+
<path
|
18
|
+
id="Path_424"
|
19
|
+
data-name="Path 424"
|
20
|
+
d="M5,5A2,2,0,0,0,3,7v8a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V12a1,1,0,0,0-2,0v3H5V7H8A1,1,0,0,0,8,5Z"
|
21
|
+
fill="currentColor"
|
22
|
+
/>
|
8
23
|
</g>
|
9
24
|
</svg>
|
10
25
|
</template>
|
@@ -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="16"
|
7
|
+
height="10"
|
8
|
+
viewBox="0 0 16 10"
|
9
|
+
>
|
10
|
+
<path
|
11
|
+
id="visibility"
|
12
|
+
d="M7.7-39.531a2.19,2.19,0,0,1,1.532-.594,2.19,2.19,0,0,1,1.532.594,1.848,1.848,0,0,1,.647,1.406,1.848,1.848,0,0,1-.647,1.406,2.19,2.19,0,0,1-1.532.594A2.19,2.19,0,0,1,7.7-36.719a1.848,1.848,0,0,1-.647-1.406A1.848,1.848,0,0,1,7.7-39.531ZM6.643-35.75a3.764,3.764,0,0,0,2.587.969,3.669,3.669,0,0,0,2.57-.984,3.093,3.093,0,0,0,1.072-2.359A3.093,3.093,0,0,0,11.8-40.484a3.669,3.669,0,0,0-2.57-.984,3.669,3.669,0,0,0-2.57.984,3.093,3.093,0,0,0-1.072,2.359A3.163,3.163,0,0,0,6.643-35.75Zm-2.281-6A8.933,8.933,0,0,1,9.23-43.125,8.933,8.933,0,0,1,14.1-41.75a7.839,7.839,0,0,1,3.132,3.625A7.839,7.839,0,0,1,14.1-34.5,8.933,8.933,0,0,1,9.23-33.125,8.933,8.933,0,0,1,4.362-34.5,7.839,7.839,0,0,1,1.23-38.125,7.839,7.839,0,0,1,4.362-41.75Z"
|
13
|
+
transform="translate(-1.23 43.125)"
|
14
|
+
fill="currentColor"
|
15
|
+
/>
|
6
16
|
</svg>
|
7
17
|
</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="10.711"
|
7
|
+
height="9.137"
|
8
|
+
viewBox="0 0 10.711 9.137"
|
9
|
+
>
|
10
|
+
<path
|
11
|
+
id="Path_91"
|
12
|
+
data-name="Path 91"
|
13
|
+
d="M18.344,12.774l-4.211,3.445a1,1,0,0,1-1.633-.774V14.9a.25.25,0,0,0-.389-.208L9.555,16.4A1,1,0,0,1,8,15.564V8.433A1,1,0,0,1,9.555,7.6l2.556,1.7a.25.25,0,0,0,.347-.069A.245.245,0,0,0,12.5,9.1V8.554a1,1,0,0,1,1.633-.774l4.211,3.445a1,1,0,0,1,.141,1.407.94.94,0,0,1-.141.141Z"
|
14
|
+
transform="translate(-8 -7.432)"
|
15
|
+
fill="currentColor"
|
16
|
+
/>
|
6
17
|
</svg>
|
7
18
|
</template>
|
@@ -1,8 +1,19 @@
|
|
1
1
|
<!-- eslint-disable max-len -->
|
2
2
|
|
3
3
|
<template>
|
4
|
-
<svg
|
5
|
-
|
4
|
+
<svg
|
5
|
+
id="icon-filter"
|
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="filter-list"
|
13
|
+
d="M5.75-28.77V-31.23h8v2.461Zm-2-7.73h12v2.52h-12Zm4.656,13v-2.52h2.687v2.52Z"
|
14
|
+
transform="translate(-1.75 38.5)"
|
15
|
+
fill="currentColor"
|
16
|
+
/>
|
6
17
|
<rect id="size" width="16" height="16" fill="none" />
|
7
18
|
</svg>
|
8
19
|
</template>
|
@@ -1,9 +1,19 @@
|
|
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="24"
|
7
|
+
height="24"
|
8
|
+
viewBox="0 0 24 24"
|
9
|
+
>
|
5
10
|
<g id="Gruppe_1898" transform="translate(-1832 -128)">
|
6
|
-
<path
|
11
|
+
<path
|
12
|
+
id="Pfad_722"
|
13
|
+
d="M1168,581.392c0-3.053-9.953-3.206-11.948-3.206-1.963,0-11.611.154-11.919,3.067a.848.848,0,0,0-.132.432,12,12,0,0,0,24,0,.721.721,0,0,0-.031-.149A1.079,1.079,0,0,0,1168,581.392Zm-11.948-1.491c5.868,0,9.3.914,10.116,1.491-.812.578-4.248,1.493-10.116,1.493s-9.3-.915-10.114-1.493C1146.75,580.814,1150.184,579.9,1156.052,579.9Zm-.909,11.933c-2.35-.6-4.31-3.6-4.923-7.572a49.279,49.279,0,0,0,4.923.328Zm1.714,0v-7.243c1.155-.019,3.026-.088,4.922-.315C1161.165,588.249,1159.214,591.237,1156.857,591.833Zm-11.012-8.592a12.736,12.736,0,0,0,2.589.742,14.577,14.577,0,0,0,2.321,6.531A10.286,10.286,0,0,1,1145.845,583.241Zm15.418,7.263a14.605,14.605,0,0,0,2.3-6.5,13.388,13.388,0,0,0,2.583-.718A10.294,10.294,0,0,1,1161.263,590.5Z"
|
14
|
+
transform="translate(688 -445.155)"
|
15
|
+
fill="currentColor"
|
16
|
+
/>
|
7
17
|
</g>
|
8
18
|
</svg>
|
9
19
|
</template>
|