@woosmap/ui 3.40.0 → 3.41.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.40.0",
3
+ "version": "3.41.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -101,6 +101,7 @@ import { ReactComponent as MenuCircleVertical } from '../../icons/menu-circle-ve
101
101
  import { ReactComponent as MenuHorizontal } from '../../icons/menu-horizontal.svg';
102
102
  import { ReactComponent as MenuCircleHorizontal } from '../../icons/menu-circle-horizontal.svg';
103
103
  import { ReactComponent as Metrics } from '../../icons/metrics.svg';
104
+ import { ReactComponent as More } from '../../icons/more.svg';
104
105
  import { ReactComponent as Organization } from '../../icons/organization.svg';
105
106
  import { ReactComponent as Organizations } from '../../icons/organizations.svg';
106
107
  import { ReactComponent as Phone } from '../../icons/phone.svg';
@@ -246,6 +247,7 @@ const Icons = {
246
247
  members: Members,
247
248
  member: Member,
248
249
  metrics: Metrics,
250
+ more: More,
249
251
  'menu-vertical': MenuVertical,
250
252
  'menu-circle-vertical': MenuCircleVertical,
251
253
  'menu-horizontal': MenuHorizontal,
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.653 8.293c.688-.243.76-1.135.517-1.823s-1.136-.759-1.823-.516-.76 1.136-.517 1.823 1.136.759 1.823.516ZM12.653 13.17c.688-.244.76-1.136.517-1.823s-1.136-.76-1.823-.517-.76 1.136-.517 1.823 1.136.76 1.823.517ZM12.653 18.046c.688-.243.76-1.136.517-1.823s-1.136-.759-1.823-.516-.76 1.135-.517 1.823 1.136.759 1.823.516Z"/></svg>