@shoutem/ui 7.0.1 → 7.0.2-rc.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.
|
@@ -83,6 +83,7 @@ import playlistPlay from './playlist-play.svg';
|
|
|
83
83
|
import plusButton from './plus-button.svg';
|
|
84
84
|
import podcasts from './podcasts.svg';
|
|
85
85
|
import products from './products.svg';
|
|
86
|
+
import queue from './queue.svg';
|
|
86
87
|
import radio from './radio.svg';
|
|
87
88
|
import radiobuttonOff from './radiobutton-off.svg';
|
|
88
89
|
import radiobuttonOn from './radiobutton-on.svg';
|
|
@@ -210,6 +211,7 @@ export const defaultConfig = [
|
|
|
210
211
|
{ name: 'plus-button', icon: plusButton },
|
|
211
212
|
{ name: 'podcasts', icon: podcasts },
|
|
212
213
|
{ name: 'products', icon: products },
|
|
214
|
+
{ name: 'queue', icon: queue },
|
|
213
215
|
{ name: 'radio', icon: radio },
|
|
214
216
|
{ name: 'radiobutton-off', icon: radiobuttonOff },
|
|
215
217
|
{ name: 'radiobutton-on', icon: radiobuttonOn },
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<?xml version="1.0" ?><svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M0 2h20v4H0V2zm0 8h20v2H0v-2zm0 6h20v2H0v-2z"/></svg>
|