@woosmap/ui 3.184.0 → 3.185.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@woosmap/ui",
3
- "version": "3.184.0",
3
+ "version": "3.185.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -6,6 +6,7 @@ import { ReactComponent as AutocompleteCheck } from '../../icons/autocomplete-ch
6
6
  import { ReactComponent as Buildings } from '../../icons/buildings.svg';
7
7
  import { ReactComponent as Battery } from '../../icons/battery.svg';
8
8
  import { ReactComponent as Blog } from '../../icons/blog.svg';
9
+ import { ReactComponent as MarkerPng } from '../../images/marker.png';
9
10
  import { ReactComponent as Book } from '../../icons/book.svg';
10
11
  import { ReactComponent as Calendar } from '../../icons/calendar.svg';
11
12
  import { ReactComponent as Care } from '../../icons/care.svg';
@@ -538,6 +539,7 @@ const ConsoleIcons = {
538
539
  longitude: Longitude,
539
540
  manage: Manage,
540
541
  marker: Marker,
542
+ markerPng: MarkerPng,
541
543
  member: Member,
542
544
  members: Members,
543
545
  'menu-circle-horizontal': MenuCircleHorizontal,