@kengic/vue 0.26.6-beta.134 → 0.26.6-beta.137

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,8 @@
1
+ const a = {
2
+ width: 24,
3
+ height: 24,
4
+ body: '<path fill="currentColor" d="M20 20H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2M4 6v12h16V6H4m2 3h12v2H6V9m0 4h10v2H6v-2Z"/>'
5
+ };
6
+ export {
7
+ a as default
8
+ };