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