@woosmap/ui 3.14.0 → 3.15.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.14.0",
3
+ "version": "3.15.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -52,6 +52,7 @@ import { ReactComponent as CaretTop } from '../../icons/caret-top.svg';
52
52
  import { ReactComponent as Charts } from '../../icons/charts.svg';
53
53
  import { ReactComponent as Chat } from '../../icons/chat.svg';
54
54
  import { ReactComponent as Check } from '../../icons/check.svg';
55
+ import { ReactComponent as Checked } from '../../icons/checked.svg';
55
56
  import { ReactComponent as CheckCircle } from '../../icons/check-circle.svg';
56
57
  import { ReactComponent as Clock } from '../../icons/clock.svg';
57
58
  import { ReactComponent as ClockReversed } from '../../icons/clock-reversed.svg';
@@ -197,6 +198,7 @@ const Icons = {
197
198
  charts: Charts,
198
199
  chat: Chat,
199
200
  check: Check,
201
+ checked: Checked,
200
202
  'check-circle': CheckCircle,
201
203
  clock: Clock,
202
204
  'clock-reversed': ClockReversed,
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.972 15.447a.789.789 0 0 1-.559-.231L7.156 11.96a.791.791 0 0 1 1.117-1.119l2.7 2.7 4.755-4.753A.79.79 0 1 1 16.844 9.9l-5.314 5.315a.784.784 0 0 1-.558.232Z"/><path d="M12 21.487A9.487 9.487 0 1 1 21.487 12 9.5 9.5 0 0 1 12 21.487ZM12 4.1a7.905 7.905 0 1 0 7.905 7.9A7.914 7.914 0 0 0 12 4.1Z"/></svg>