@woosmap/ui 4.192.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
|
@@ -23,6 +23,7 @@ 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';
|
|
26
27
|
import { ReactComponent as Check } from '../../icons/check.svg';
|
|
27
28
|
import { ReactComponent as CheckBig } from '../../icons/check-big.svg';
|
|
28
29
|
import { ReactComponent as CallToAction } from '../../icons/call-to-action.svg';
|
|
@@ -254,6 +255,7 @@ const WebsiteIcons = {
|
|
|
254
255
|
'check-big': CheckBig,
|
|
255
256
|
'chat-love': ChatLove,
|
|
256
257
|
'chat-conversation': ChatConversation,
|
|
258
|
+
circle: Circle,
|
|
257
259
|
cube: Cube,
|
|
258
260
|
'cube-big': CubeBig,
|
|
259
261
|
'customers-services': CustomersServices,
|