@shoutem/ui 7.1.0 → 7.2.0-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.
@@ -70,6 +70,7 @@ import micOff from './mic-off.svg';
70
70
  import minusButton from './minus-button.svg';
71
71
  import missing from './missing.svg';
72
72
  import moreHorizontal from './more-horizontal.svg';
73
+ import musicNote from './music-note.svg';
73
74
  import musicVideo from './music-video.svg';
74
75
  import myLocation from './my-location.svg';
75
76
  import news from './news.svg';
@@ -199,6 +200,7 @@ export const defaultConfig = [
199
200
  { name: 'minus-button', icon: minusButton },
200
201
  { name: 'missing', icon: missing },
201
202
  { name: 'more-horizontal', icon: moreHorizontal },
203
+ { name: 'music-note', icon: musicNote },
202
204
  { name: 'music-video', icon: musicVideo },
203
205
  { name: 'my-location', icon: myLocation },
204
206
  { name: 'news', icon: news },
@@ -0,0 +1 @@
1
+ <?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'><svg enable-background="new 0 0 91 91" height="91px" id="Layer_1" version="1.1" viewBox="0 0 91 91" width="91px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g><path d="M5.267,85.849c6.968,5.063,17.556,3.888,24.87,0.297c7.782-3.821,11.096-10.533,11.288-18.878 c0.304-13.335,0.225-26.681,0.225-40.022c14.563-5.81,29.142-11.582,43.716-17.366c-0.023,8.936-0.073,30.755-0.012,32.784 c-9.601-3.646-22.022,0.239-29.207,6.821c-3.921,3.593-7.729,8.699-7.049,14.312c0.563,4.662,4.029,7.964,8.221,9.619 c8.412,3.324,19.311,1.179,26.262-4.427c7.033-5.671,7.006-13.296,7.079-21.514c0.123-13.836,0.075-27.671,0.048-41.51 c-0.003-1.567-1.728-3.229-3.372-2.567C71.03,9.957,54.733,16.538,38.417,23.066c-1.063,0.425-1.875,1.249-1.875,2.462 c0,10.673-0.076,32.71-0.069,33.064C28,55.314,16.363,57.881,9.676,62.991C2.706,68.314-3.961,79.146,5.267,85.849z M84.784,57.084 c-1.435,7.687-9.938,11.533-17.009,12.006c-6.736,0.451-16.763-2.83-11.104-11.261c5.598-8.337,19.659-13.923,28.776-8.231 C85.405,52.154,85.232,54.678,84.784,57.084z M9.855,68.868c3.589-3.65,7.903-6.014,12.918-7.151 c4.132-0.936,9.454-1.427,13.783-0.073c0.176,5.106,0.323,10.827-2.448,14.831c-4.073,5.882-12.455,8.217-19.291,7.6 c-2.833-0.257-6.278-1.092-8.149-3.434C3.479,76.654,6.941,71.831,9.855,68.868z"/></g></svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shoutem/ui",
3
- "version": "7.1.0",
3
+ "version": "7.2.0-rc.0",
4
4
  "description": "Styleable set of components for React Native applications",
5
5
  "scripts": {
6
6
  "lint": "eslint .",