Skip to content

Commit

Permalink
Merge pull request #833 from shoutem/hotfix/7.0.2
Browse files Browse the repository at this point in the history
Add Queue and Wheelchair icons
  • Loading branch information
Definitely-Not-Vlad authored Jul 9, 2024
2 parents a44924b + 091a3eb commit 3105446
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
4 changes: 4 additions & 0 deletions components/Icon/assets/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ import playlistPlay from './playlist-play.svg';
import plusButton from './plus-button.svg';
import podcasts from './podcasts.svg';
import products from './products.svg';
import queue from './queue.svg';
import radio from './radio.svg';
import radiobuttonOff from './radiobutton-off.svg';
import radiobuttonOn from './radiobutton-on.svg';
Expand Down Expand Up @@ -123,6 +124,7 @@ import videoCam from './video-cam.svg';
import videoCamOff from './video-cam-off.svg';
import videoChat from './video-chat.svg';
import web from './web.svg';
import wheelchair from './wheelchair.svg';

export const defaultConfig = [
{ name: 'about', icon: about },
Expand Down Expand Up @@ -210,6 +212,7 @@ export const defaultConfig = [
{ name: 'plus-button', icon: plusButton },
{ name: 'podcasts', icon: podcasts },
{ name: 'products', icon: products },
{ name: 'queue', icon: queue },
{ name: 'radio', icon: radio },
{ name: 'radiobutton-off', icon: radiobuttonOff },
{ name: 'radiobutton-on', icon: radiobuttonOn },
Expand Down Expand Up @@ -250,4 +253,5 @@ export const defaultConfig = [
{ name: 'video-cam-off', icon: videoCamOff },
{ name: 'video-chat', icon: videoChat },
{ name: 'web', icon: web },
{ name: 'wheelchair', icon: wheelchair },
];
1 change: 1 addition & 0 deletions components/Icon/assets/queue.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions components/Icon/assets/wheelchair.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shoutem/ui",
"version": "7.0.1",
"version": "7.0.2",
"description": "Styleable set of components for React Native applications",
"scripts": {
"lint": "eslint .",
Expand Down

0 comments on commit 3105446

Please sign in to comment.