@shoutem/ui 7.0.2-rc.0 → 7.0.2
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.
|
@@ -124,6 +124,7 @@ import videoCam from './video-cam.svg';
|
|
|
124
124
|
import videoCamOff from './video-cam-off.svg';
|
|
125
125
|
import videoChat from './video-chat.svg';
|
|
126
126
|
import web from './web.svg';
|
|
127
|
+
import wheelchair from './wheelchair.svg';
|
|
127
128
|
|
|
128
129
|
export const defaultConfig = [
|
|
129
130
|
{ name: 'about', icon: about },
|
|
@@ -252,4 +253,5 @@ export const defaultConfig = [
|
|
|
252
253
|
{ name: 'video-cam-off', icon: videoCamOff },
|
|
253
254
|
{ name: 'video-chat', icon: videoChat },
|
|
254
255
|
{ name: 'web', icon: web },
|
|
256
|
+
{ name: 'wheelchair', icon: wheelchair },
|
|
255
257
|
];
|
|
@@ -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>
|