@shoutem/ui 7.0.0 → 7.0.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.
@@ -110,6 +110,7 @@ import speedMeter from './speed-meter.svg';
110
110
  import stamp from './stamp.svg';
111
111
  import stop from './stop.svg';
112
112
  import takeAPhoto from './take-a-photo.svg';
113
+ import tiktok from './tiktok.svg';
113
114
  import trophy from './trophy.svg';
114
115
  import turnOff from './turn-off.svg';
115
116
  import tweet from './tweet.svg';
@@ -236,6 +237,7 @@ export const defaultConfig = [
236
237
  { name: 'stamp', icon: stamp },
237
238
  { name: 'stop', icon: stop },
238
239
  { name: 'take-a-photo', icon: takeAPhoto },
240
+ { name: 'tiktok', icon: tiktok },
239
241
  { name: 'trophy', icon: trophy },
240
242
  { name: 'turn-off', icon: turnOff },
241
243
  { name: 'tweet', icon: tweet },
@@ -0,0 +1 @@
1
+ <?xml version="1.0" ?><svg viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z"/></svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shoutem/ui",
3
- "version": "7.0.0",
3
+ "version": "7.0.1",
4
4
  "description": "Styleable set of components for React Native applications",
5
5
  "scripts": {
6
6
  "lint": "eslint .",