@designcrowd/fe-shared-lib 1.4.3-ast-generate-ai-2 → 1.4.3-ast-generate-ai-3
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.
package/package.json
CHANGED
|
@@ -260,6 +260,7 @@ import IconServices from './icons/services.vue';
|
|
|
260
260
|
import IconSettings from './icons/settings.vue';
|
|
261
261
|
import IconShare from './icons/share.vue';
|
|
262
262
|
import IconShop from './icons/shop.vue';
|
|
263
|
+
import IconStop from './icons/stop.vue';
|
|
263
264
|
import IconSms from './icons/sms.vue';
|
|
264
265
|
import IconSocialFacebookColor from './icons/social-facebook-color.vue';
|
|
265
266
|
import IconSocialFacebook from './icons/social-facebook.vue';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M11.9286 3C12.2262 3 12.4792 3.10417 12.6875 3.3125C12.8958 3.52083 13 3.77381 13 4.07143V11.9286C13 12.2262 12.8958 12.4792 12.6875 12.6875C12.4792 12.8958 12.2262 13 11.9286 13H4.07143C3.77381 13 3.52083 12.8958 3.3125 12.6875C3.10417 12.4792 3 12.2262 3 11.9286V4.07143C3 3.77381 3.10417 3.52083 3.3125 3.3125C3.52083 3.10417 3.77381 3 4.07143 3H11.9286Z"
|
|
4
|
+
/>
|
|
5
|
+
</template>
|