@woosmap/ui 4.163.0 → 4.164.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
|
@@ -135,6 +135,7 @@ import { ReactComponent as CaretLeft } from '../../icons/caret-left.svg';
|
|
|
135
135
|
import { ReactComponent as CaretRight } from '../../icons/caret-right.svg';
|
|
136
136
|
import { ReactComponent as CaretTop } from '../../icons/caret-top.svg';
|
|
137
137
|
import { ReactComponent as Charts } from '../../icons/charts.svg';
|
|
138
|
+
import { ReactComponent as Circle } from '../../icons/circle.svg';
|
|
138
139
|
import { ReactComponent as Check } from '../../icons/check.svg';
|
|
139
140
|
import { ReactComponent as Clock } from '../../icons/clock.svg';
|
|
140
141
|
import { ReactComponent as ClockReversed } from '../../icons/clock-reversed.svg';
|
|
@@ -591,6 +592,7 @@ const ConsoleIcons = {
|
|
|
591
592
|
'caret-top': CaretTop,
|
|
592
593
|
charts: Charts,
|
|
593
594
|
check: Check,
|
|
595
|
+
circle: Circle,
|
|
594
596
|
clock: Clock,
|
|
595
597
|
'clock-reversed': ClockReversed,
|
|
596
598
|
close: Close,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><circle cx="12" cy="12" r="9.372"/></svg>
|