@woosmap/ui 4.191.0 → 4.192.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": "4.191.0",
3
+ "version": "4.192.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -23,8 +23,10 @@ import { ReactComponent as Cars } from '../../icons/cars.svg';
23
23
  import { ReactComponent as Cb } from '../../icons/cb.svg';
24
24
  import { ReactComponent as ChatLove } from '../../icons/chat-love.svg';
25
25
  import { ReactComponent as ChatConversation } from '../../icons/chat-conversation.svg';
26
+ import { ReactComponent as Check } from '../../icons/check.svg';
26
27
  import { ReactComponent as CheckBig } from '../../icons/check-big.svg';
27
28
  import { ReactComponent as CallToAction } from '../../icons/call-to-action.svg';
29
+ import { ReactComponent as Cube } from '../../icons/cube.svg';
28
30
  import { ReactComponent as CubeBig } from '../../icons/cube-big.svg';
29
31
  import { ReactComponent as CustomersServices } from '../../icons/customers-services.svg';
30
32
  import { ReactComponent as Customize } from '../../icons/customize.svg';
@@ -248,9 +250,11 @@ const WebsiteIcons = {
248
250
  cars: Cars,
249
251
  'call-to-action': CallToAction,
250
252
  cb: Cb,
253
+ check: Check,
251
254
  'check-big': CheckBig,
252
255
  'chat-love': ChatLove,
253
256
  'chat-conversation': ChatConversation,
257
+ cube: Cube,
254
258
  'cube-big': CubeBig,
255
259
  'customers-services': CustomersServices,
256
260
  customize: Customize,