@woosmap/ui 4.39.0 → 4.40.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
|
@@ -170,6 +170,7 @@ import { ReactComponent as Members } from '../../icons/members.svg';
|
|
|
170
170
|
import { ReactComponent as Member } from '../../icons/member.svg';
|
|
171
171
|
import { ReactComponent as MenuVertical } from '../../icons/menu-vertical.svg';
|
|
172
172
|
import { ReactComponent as Phone } from '../../icons/phone.svg';
|
|
173
|
+
import { ReactComponent as Play } from '../../icons/play.svg';
|
|
173
174
|
import { ReactComponent as ProductActivated } from '../../icons/product-activated.svg';
|
|
174
175
|
import { ReactComponent as ProductAdd } from '../../icons/product-add.svg';
|
|
175
176
|
import { ReactComponent as Products } from '../../icons/products.svg';
|
|
@@ -487,6 +488,7 @@ const ConsoleIcons = {
|
|
|
487
488
|
members: Members,
|
|
488
489
|
'menu-vertical': MenuVertical,
|
|
489
490
|
phone: Phone,
|
|
491
|
+
play: Play,
|
|
490
492
|
'product-activated': ProductActivated,
|
|
491
493
|
'product-add': ProductAdd,
|
|
492
494
|
products: Products,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="m3.121,18.869V5.131c0-1.59,1.673-2.625,3.096-1.915l13.756,6.869c1.579.788,1.579,3.041,0,3.829l-13.756,6.869c-1.423.711-3.096-.324-3.096-1.915Z"/></svg>
|