@shoutem/ui 7.1.0-beta.16 → 7.1.0-beta.17
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';
|
|
@@ -123,6 +124,7 @@ import videoCam from './video-cam.svg';
|
|
|
123
124
|
import videoCamOff from './video-cam-off.svg';
|
|
124
125
|
import videoChat from './video-chat.svg';
|
|
125
126
|
import web from './web.svg';
|
|
127
|
+
import wheelchair from './wheelchair.svg';
|
|
126
128
|
|
|
127
129
|
export const defaultConfig = [
|
|
128
130
|
{ name: 'about', icon: about },
|
|
@@ -210,6 +212,7 @@ export const defaultConfig = [
|
|
|
210
212
|
{ name: 'plus-button', icon: plusButton },
|
|
211
213
|
{ name: 'podcasts', icon: podcasts },
|
|
212
214
|
{ name: 'products', icon: products },
|
|
215
|
+
{ name: 'queue', icon: queue },
|
|
213
216
|
{ name: 'radio', icon: radio },
|
|
214
217
|
{ name: 'radiobutton-off', icon: radiobuttonOff },
|
|
215
218
|
{ name: 'radiobutton-on', icon: radiobuttonOn },
|
|
@@ -250,4 +253,5 @@ export const defaultConfig = [
|
|
|
250
253
|
{ name: 'video-cam-off', icon: videoCamOff },
|
|
251
254
|
{ name: 'video-chat', icon: videoChat },
|
|
252
255
|
{ name: 'web', icon: web },
|
|
256
|
+
{ name: 'wheelchair', icon: wheelchair },
|
|
253
257
|
];
|
|
@@ -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>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 22 24">
|
|
2
|
+
<title>wheelchair</title>
|
|
3
|
+
<path d="M13.701 15.897l1.366 2.732c-1.031 3.188-4.004 5.371-7.353 5.371-4.246 0-7.714-3.469-7.714-7.714 0-3.241 2.036-6.134 5.076-7.246l0.228 1.754c-2.183 0.964-3.589 3.107-3.589 5.491 0 3.308 2.692 6 6 6 3.442 0 6.228-2.946 5.987-6.388zM21.040 17.237l0.777 1.527-3.429 1.714c-0.121 0.067-0.254 0.094-0.388 0.094-0.321 0-0.629-0.188-0.763-0.469l-3.201-6.388h-6.321c-0.429 0-0.804-0.335-0.857-0.763l-1.286-10.433c-0.013-0.134 0.040-0.429 0.080-0.563 0.254-0.924 1.112-1.527 2.063-1.527 1.179 0 2.143 0.964 2.143 2.143 0 1.219-1.071 2.263-2.304 2.129l0.496 3.871h5.665v1.714h-5.451l0.214 1.714h6.094c0.321 0 0.629 0.188 0.763 0.469l3.054 6.094z"></path>
|
|
4
|
+
</svg>
|