@woosmap/ui 3.59.0 → 3.60.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
|
@@ -21,7 +21,7 @@ import { ReactComponent as PuzzleStar } from '../../icons/puzzle-star.svg';
|
|
|
21
21
|
import { ReactComponent as SaveMoney } from '../../icons/save-money.svg';
|
|
22
22
|
import { ReactComponent as Schedule } from '../../icons/schedule.svg';
|
|
23
23
|
import { ReactComponent as Security } from '../../icons/security.svg';
|
|
24
|
-
import { ReactComponent as Speed
|
|
24
|
+
import { ReactComponent as Speed } from '../../icons/speed.svg';
|
|
25
25
|
import { ReactComponent as World } from '../../icons/world.svg';
|
|
26
26
|
import { ReactComponent as Zoom } from '../../icons/zoom.svg';
|
|
27
27
|
|