@designcrowd/fe-shared-lib 1.4.6 → 1.4.7-ast-generate-ai-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.
@@ -205,6 +205,7 @@ export const IconSample = () => {
205
205
  { name: 'reorderable' },
206
206
  { name: 'search' },
207
207
  { name: 'secure' },
208
+ { name: 'send' },
208
209
  { name: 'services' },
209
210
  { name: 'settings' },
210
211
  { name: 'share' },
@@ -224,6 +225,7 @@ export const IconSample = () => {
224
225
  { name: 'star-filled' },
225
226
  { name: 'star-hollow' },
226
227
  { name: 'sticker' },
228
+ { name: 'stop' },
227
229
  { name: 'submit' },
228
230
  { name: 'time' },
229
231
  { name: 'text-image' },
@@ -255,10 +255,12 @@ import IconReorderable from './icons/reorderable.vue';
255
255
  import IconRequestPayment from './icons/request-payment.vue';
256
256
  import IconSearch from './icons/search.vue';
257
257
  import IconSecure from './icons/secure.vue';
258
+ import IconSend from './icons/send.vue';
258
259
  import IconServices from './icons/services.vue';
259
260
  import IconSettings from './icons/settings.vue';
260
261
  import IconShare from './icons/share.vue';
261
262
  import IconShop from './icons/shop.vue';
263
+ import IconStop from './icons/stop.vue';
262
264
  import IconSms from './icons/sms.vue';
263
265
  import IconSocialFacebookColor from './icons/social-facebook-color.vue';
264
266
  import IconSocialFacebook from './icons/social-facebook.vue';
@@ -610,6 +612,7 @@ export default {
610
612
  IconShop,
611
613
  IconSearch,
612
614
  IconSecure,
615
+ IconSend,
613
616
  IconServices,
614
617
  IconSettings,
615
618
  IconShare,
@@ -629,6 +632,7 @@ export default {
629
632
  IconStarFilled,
630
633
  IconStarHollow,
631
634
  IconSticker,
635
+ IconStop,
632
636
  IconStyles,
633
637
  IconSubmit,
634
638
  IconTemplates,
@@ -0,0 +1,12 @@
1
+ <template>
2
+ <g clip-path="url(#clip0_3927_472)">
3
+ <path
4
+ d="M10.34 15.818L7.22803 8.837L0.228027 5.731L14.514 0.744002C14.526 0.740002 14.537 0.738002 14.548 0.733002L15.783 0.302002L15.351 1.535C15.347 1.545 15.343 1.557 15.34 1.567L10.34 15.818ZM3.69403 5.874L7.57003 7.595L12.31 2.864L3.69403 5.874ZM10.197 12.36L13.215 3.766L8.47303 8.496L10.197 12.36Z"
5
+ />
6
+ </g>
7
+ <defs>
8
+ <clipPath id="clip0_3927_472">
9
+ <rect width="16" height="16" fill="white" />
10
+ </clipPath>
11
+ </defs>
12
+ </template>
@@ -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>