@shoutem/ui 7.1.0 → 7.2.0-rc.1
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';
|
|
@@ -89,6 +90,7 @@ import radiobuttonOff from './radiobutton-off.svg';
|
|
|
89
90
|
import radiobuttonOn from './radiobutton-on.svg';
|
|
90
91
|
import receipt from './receipt.svg';
|
|
91
92
|
import refresh from './refresh.svg';
|
|
93
|
+
import repeat from './repeat.svg';
|
|
92
94
|
import replay from './replay.svg';
|
|
93
95
|
import replay5 from './replay-5.svg';
|
|
94
96
|
import replay10 from './replay-10.svg';
|
|
@@ -199,6 +201,7 @@ export const defaultConfig = [
|
|
|
199
201
|
{ name: 'minus-button', icon: minusButton },
|
|
200
202
|
{ name: 'missing', icon: missing },
|
|
201
203
|
{ name: 'more-horizontal', icon: moreHorizontal },
|
|
204
|
+
{ name: 'music-note', icon: musicNote },
|
|
202
205
|
{ name: 'music-video', icon: musicVideo },
|
|
203
206
|
{ name: 'my-location', icon: myLocation },
|
|
204
207
|
{ name: 'news', icon: news },
|
|
@@ -218,6 +221,7 @@ export const defaultConfig = [
|
|
|
218
221
|
{ name: 'radiobutton-on', icon: radiobuttonOn },
|
|
219
222
|
{ name: 'receipt', icon: receipt },
|
|
220
223
|
{ name: 'refresh', icon: refresh },
|
|
224
|
+
{ name: 'repeat', icon: repeat },
|
|
221
225
|
{ name: 'replay-5', icon: replay5 },
|
|
222
226
|
{ name: 'replay-10', icon: replay10 },
|
|
223
227
|
{ name: 'replay-30', icon: replay30 },
|
|
@@ -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>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<?xml version="1.0" ?><svg viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg"><rect fill="none" height="256" width="256"/><polyline fill="none" points="200 88 224 64 200 40" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><path d="M32,128A64.1,64.1,0,0,1,96,64H224" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><polyline fill="none" points="56 168 32 192 56 216" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><path d="M224,128a64.1,64.1,0,0,1-64,64H32" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/></svg>
|