Skip to content

Commit 3105446

Browse files
Merge pull request #833 from shoutem/hotfix/7.0.2
Add Queue and Wheelchair icons
2 parents a44924b + 091a3eb commit 3105446

File tree

5 files changed

+12
-3
lines changed

5 files changed

+12
-3
lines changed

components/Icon/assets/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ import playlistPlay from './playlist-play.svg';
8383
import plusButton from './plus-button.svg';
8484
import podcasts from './podcasts.svg';
8585
import products from './products.svg';
86+
import queue from './queue.svg';
8687
import radio from './radio.svg';
8788
import radiobuttonOff from './radiobutton-off.svg';
8889
import radiobuttonOn from './radiobutton-on.svg';
@@ -123,6 +124,7 @@ import videoCam from './video-cam.svg';
123124
import videoCamOff from './video-cam-off.svg';
124125
import videoChat from './video-chat.svg';
125126
import web from './web.svg';
127+
import wheelchair from './wheelchair.svg';
126128

127129
export const defaultConfig = [
128130
{ name: 'about', icon: about },
@@ -210,6 +212,7 @@ export const defaultConfig = [
210212
{ name: 'plus-button', icon: plusButton },
211213
{ name: 'podcasts', icon: podcasts },
212214
{ name: 'products', icon: products },
215+
{ name: 'queue', icon: queue },
213216
{ name: 'radio', icon: radio },
214217
{ name: 'radiobutton-off', icon: radiobuttonOff },
215218
{ name: 'radiobutton-on', icon: radiobuttonOn },
@@ -250,4 +253,5 @@ export const defaultConfig = [
250253
{ name: 'video-cam-off', icon: videoCamOff },
251254
{ name: 'video-chat', icon: videoChat },
252255
{ name: 'web', icon: web },
256+
{ name: 'wheelchair', icon: wheelchair },
253257
];

components/Icon/assets/queue.svg

Lines changed: 1 addition & 0 deletions
Loading

components/Icon/assets/wheelchair.svg

Lines changed: 4 additions & 0 deletions
Loading

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shoutem/ui",
3-
"version": "7.0.1",
3+
"version": "7.0.2",
44
"description": "Styleable set of components for React Native applications",
55
"scripts": {
66
"lint": "eslint .",

0 commit comments

Comments
 (0)