@woosmap/ui 4.38.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
|
@@ -124,6 +124,7 @@ import { ReactComponent as AlphabeticalOrder } from '../../icons/alphabetical-or
|
|
|
124
124
|
import { ReactComponent as AlphabeticalOrderReversed } from '../../icons/alphabetical-order-reversed.svg';
|
|
125
125
|
import { ReactComponent as ArrowBotton } from '../../icons/arrow-bottom.svg';
|
|
126
126
|
import { ReactComponent as ArrowLeft } from '../../icons/arrow-left.svg';
|
|
127
|
+
import { ReactComponent as ArrowLink } from '../../icons/arrow-link.svg';
|
|
127
128
|
import { ReactComponent as ArrowRight } from '../../icons/arrow-right.svg';
|
|
128
129
|
import { ReactComponent as ArrowTop } from '../../icons/arrow-top.svg';
|
|
129
130
|
import { ReactComponent as Asset } from '../../icons/asset.svg';
|
|
@@ -169,6 +170,7 @@ import { ReactComponent as Members } from '../../icons/members.svg';
|
|
|
169
170
|
import { ReactComponent as Member } from '../../icons/member.svg';
|
|
170
171
|
import { ReactComponent as MenuVertical } from '../../icons/menu-vertical.svg';
|
|
171
172
|
import { ReactComponent as Phone } from '../../icons/phone.svg';
|
|
173
|
+
import { ReactComponent as Play } from '../../icons/play.svg';
|
|
172
174
|
import { ReactComponent as ProductActivated } from '../../icons/product-activated.svg';
|
|
173
175
|
import { ReactComponent as ProductAdd } from '../../icons/product-add.svg';
|
|
174
176
|
import { ReactComponent as Products } from '../../icons/products.svg';
|
|
@@ -318,6 +320,7 @@ const WebsiteIcons = {
|
|
|
318
320
|
autocomplete: Autocomplete,
|
|
319
321
|
'autocomplete-check': AutocompleteCheck,
|
|
320
322
|
automotive: Automotive,
|
|
323
|
+
'arrow-link': ArrowLink,
|
|
321
324
|
battery: Battery,
|
|
322
325
|
blog: Blog,
|
|
323
326
|
book: Book,
|
|
@@ -485,6 +488,7 @@ const ConsoleIcons = {
|
|
|
485
488
|
members: Members,
|
|
486
489
|
'menu-vertical': MenuVertical,
|
|
487
490
|
phone: Phone,
|
|
491
|
+
play: Play,
|
|
488
492
|
'product-activated': ProductActivated,
|
|
489
493
|
'product-add': ProductAdd,
|
|
490
494
|
products: Products,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.217,11.6,15.509,6.9a.56.56,0,1,0-.792.792L18.47,11.44H4.179a.56.56,0,1,0,0,1.12H18.47l-3.753,3.752a.56.56,0,0,0,.792.792L20.217,12.4A.559.559,0,0,0,20.217,11.6Z" /></svg>
|
|
@@ -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>
|