@shoutem/ui 7.2.0-rc.0 → 7.2.0-rc.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.
|
@@ -90,6 +90,7 @@ import radiobuttonOff from './radiobutton-off.svg';
|
|
|
90
90
|
import radiobuttonOn from './radiobutton-on.svg';
|
|
91
91
|
import receipt from './receipt.svg';
|
|
92
92
|
import refresh from './refresh.svg';
|
|
93
|
+
import repeat from './repeat.svg';
|
|
93
94
|
import replay from './replay.svg';
|
|
94
95
|
import replay5 from './replay-5.svg';
|
|
95
96
|
import replay10 from './replay-10.svg';
|
|
@@ -220,6 +221,7 @@ export const defaultConfig = [
|
|
|
220
221
|
{ name: 'radiobutton-on', icon: radiobuttonOn },
|
|
221
222
|
{ name: 'receipt', icon: receipt },
|
|
222
223
|
{ name: 'refresh', icon: refresh },
|
|
224
|
+
{ name: 'repeat', icon: repeat },
|
|
223
225
|
{ name: 'replay-5', icon: replay5 },
|
|
224
226
|
{ name: 'replay-10', icon: replay10 },
|
|
225
227
|
{ name: 'replay-30', icon: replay30 },
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<?xml version="1.0" ?><svg height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7.41421356,19 L9.70710678,21.2928932 L8.29289322,22.7071068 L3.58578644,18 L8.29289322,13.2928932 L9.70710678,14.7071068 L7.41421356,17 L16,17 C17.6568542,17 19,15.6568542 19,14 L19,11 L21,11 L21,14 C21,16.7614237 18.7614237,19 16,19 L7.41421356,19 Z M16.5867862,5.00099979 L14.2928932,2.70710678 L15.7071068,1.29289322 L20.4142136,6 L15.7071068,10.7071068 L14.2928932,9.29289322 L16.5847866,7.00099979 L8,7.00099979 C6.34314575,7.00099979 5,8.34414554 5,10.0009998 L5,13.0009998 L3,13.0009998 L3,10.0009998 C3,7.23957604 5.23857625,5.00099979 8,5.00099979 L16.5867862,5.00099979 Z" fill-rule="evenodd"/></svg>
|
package/package.json
CHANGED