@arco-iconbox/vue-smartcode 0.1.49 → 0.1.51

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.
Files changed (44) hide show
  1. package/dist/icon.js +3184 -2810
  2. package/dist/icon.js.map +1 -1
  3. package/dist/icon.min.js +854 -818
  4. package/dist/icon.min.js.map +1 -1
  5. package/esm/IconColorDoc/index.js +19 -26
  6. package/esm/IconColorImageNew/index.js +61 -0
  7. package/esm/IconColorMusic/index.js +48 -0
  8. package/esm/IconColorNone/index.js +48 -0
  9. package/esm/IconColorPdf/index.js +19 -26
  10. package/esm/IconColorPpt/index.js +48 -0
  11. package/esm/IconColorTxt/index.js +48 -0
  12. package/esm/IconColorVideo/index.js +48 -0
  13. package/esm/IconColorXls/index.js +19 -26
  14. package/esm/IconColorZip/index.js +48 -0
  15. package/esm/IconFillClick/index.js +32 -0
  16. package/esm/IconLineExportNew/index.js +32 -0
  17. package/esm/index.js +12 -3
  18. package/lib/IconColorDoc/index.js +18 -25
  19. package/lib/IconColorImageNew/index.js +62 -0
  20. package/lib/IconColorMusic/index.js +49 -0
  21. package/lib/IconColorNone/index.js +49 -0
  22. package/lib/IconColorPdf/index.js +18 -25
  23. package/lib/IconColorPpt/index.js +49 -0
  24. package/lib/IconColorTxt/index.js +49 -0
  25. package/lib/IconColorVideo/index.js +49 -0
  26. package/lib/IconColorXls/index.js +18 -25
  27. package/lib/IconColorZip/index.js +49 -0
  28. package/lib/IconFillClick/index.js +33 -0
  29. package/lib/IconLineExportNew/index.js +33 -0
  30. package/lib/index.js +130 -112
  31. package/package.json +1 -1
  32. package/src/IconColorDoc/index.vue +1 -1
  33. package/src/IconColorImageNew/index.vue +19 -0
  34. package/src/IconColorMusic/index.vue +19 -0
  35. package/src/IconColorNone/index.vue +19 -0
  36. package/src/IconColorPdf/index.vue +1 -1
  37. package/src/IconColorPpt/index.vue +19 -0
  38. package/src/IconColorTxt/index.vue +19 -0
  39. package/src/IconColorVideo/index.vue +19 -0
  40. package/src/IconColorXls/index.vue +1 -1
  41. package/src/IconColorZip/index.vue +19 -0
  42. package/src/IconFillClick/index.vue +19 -0
  43. package/src/IconLineExportNew/index.vue +19 -0
  44. package/src/index.js +13 -4
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-color-zip`]" width="1em" height="1em" v-bind="$attrs"><path d="M2 7.4C2 5.15979 2 4.03969 2.43597 3.18404C2.81947 2.43139 3.43139 1.81947 4.18404 1.43597C5.03969 1 6.15979 1 8.4 1H16L22 7V16.6C22 18.8402 22 19.9603 21.564 20.816C21.1805 21.5686 20.5686 22.1805 19.816 22.564C18.9603 23 17.8402 23 15.6 23H8.4C6.15979 23 5.03969 23 4.18404 22.564C3.43139 22.1805 2.81947 21.5686 2.43597 20.816C2 19.9603 2 18.8402 2 16.6V7.4Z" :fill="useCurrentColor ? 'currentColor' : '#D1D8E0'"/><g filter="url(#svg_14f9dc1ead__filter0_d_7405_395817)"><path d="M16 1L22 7H19.2C18.0799 7 17.5198 7 17.092 6.78201C16.7157 6.59027 16.4097 6.28431 16.218 5.90798C16 5.48016 16 4.9201 16 3.8V1Z" :fill="useCurrentColor ? 'currentColor' : '#E9EDF1'"/></g><path d="M15.0781 18.0293H8.92383V16.3066H12.001V14.584H15.0781V18.0293ZM12.001 14.584H8.92383V12.8604H12.001V14.584ZM15.0781 12.8604H12.001V11.1377H15.0781V12.8604ZM12.001 11.1377H8.92383V9.41504H12.001V11.1377ZM15.0781 9.41504H12.001V7.69238H15.0781V9.41504ZM12.001 7.69238H8.92383V5.96875H12.001V7.69238Z" :fill="useCurrentColor ? 'currentColor' : '#7E8FA3'"/><defs><filter id="svg_14f9dc1ead__filter0_d_7405_395817" x="14" y="0" width="10" height="10" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="1"/><feGaussianBlur stdDeviation="1"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.16 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_7405_395817"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_7405_395817" result="shape"/></filter></defs></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconColorZip',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'sc',
12
+ },
13
+ useCurrentColor: {
14
+ type: Boolean,
15
+ default: false,
16
+ },
17
+ },
18
+ };
19
+ </script>
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <svg viewBox="0 0 12 12" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-fill-click`]" width="1em" height="1em" v-bind="$attrs"><path d="M6.29923 6.2101C6.39589 6.17302 6.53592 6.21041 6.81582 6.28541L10.4277 7.25326C10.8261 7.36001 11.0251 7.41373 11.0918 7.51405C11.1495 7.60099 11.1613 7.71082 11.1229 7.80782C11.0784 7.9197 10.8941 8.01295 10.5266 8.19994L9.21832 8.86592C9.10848 8.9218 9.05316 8.94968 9.00546 8.98666C8.96321 9.01943 8.92557 9.0577 8.8928 9.09994C8.85582 9.14764 8.8273 9.20237 8.77143 9.31218L8.10608 10.6211C7.91906 10.9887 7.82525 11.1723 7.71334 11.2168C7.61632 11.2552 7.50651 11.244 7.41956 11.1863C7.31922 11.1196 7.26557 10.9201 7.15877 10.5215L6.19155 6.90969C6.11667 6.63023 6.07874 6.49034 6.11561 6.39371C6.14798 6.30939 6.21491 6.24247 6.29923 6.2101ZM5.89217 0.821289C7.75018 0.821372 9.36885 1.84059 10.2223 3.34515C10.5087 3.85029 10.3315 4.49201 9.82641 4.77856C9.32129 5.06496 8.67956 4.88776 8.39301 4.38271C7.8979 3.50986 6.9626 2.92511 5.89217 2.92503C4.3058 2.92507 3.01976 4.21107 3.01976 5.79744C3.01992 6.906 3.64764 7.86987 4.57204 8.34932C5.08753 8.61676 5.28881 9.25163 5.02142 9.76716C4.75396 10.2825 4.11904 10.4838 3.60357 10.2165C2.00942 9.38971 0.916179 7.72191 0.916016 5.79744C0.916016 3.04948 3.14421 0.82133 5.89217 0.821289Z"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconFillClick',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'sc',
12
+ },
13
+ useCurrentColor: {
14
+ type: Boolean,
15
+ default: true,
16
+ },
17
+ },
18
+ };
19
+ </script>
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <svg viewBox="0 0 14 14" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-line-export-new`]" width="1em" height="1em" v-bind="$attrs"><path d="M12.3257 11.4102C12.6928 11.4103 12.9907 11.708 12.9907 12.0752C12.9906 12.4423 12.6928 12.7401 12.3257 12.7402H1.67432C1.30711 12.7402 1.00938 12.4424 1.00928 12.0752C1.00928 11.7079 1.30705 11.4102 1.67432 11.4102H12.3257ZM7.00049 0.992188C7.36861 0.992264 7.66748 1.29104 7.66748 1.65918V8.18457L10.1685 5.68359C10.4288 5.4235 10.8515 5.42431 11.1118 5.68457C11.3712 5.94483 11.3714 6.36588 11.1118 6.62598L8.22607 9.51172C8.10195 9.63584 7.98016 9.75872 7.86963 9.85254C7.75325 9.95125 7.60515 10.0575 7.4126 10.1201C7.14499 10.207 6.85598 10.207 6.58838 10.1201C6.39537 10.0574 6.2469 9.95045 6.13037 9.85156C6.0199 9.75776 5.89797 9.63576 5.77393 9.51172L2.88916 6.62695C2.62884 6.36665 2.62891 5.94394 2.88916 5.68359C3.14952 5.42327 3.57217 5.42326 3.83252 5.68359L6.3335 8.18457V1.65918C6.3335 1.291 6.63231 0.992201 7.00049 0.992188Z"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconLineExportNew',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'sc',
12
+ },
13
+ useCurrentColor: {
14
+ type: Boolean,
15
+ default: true,
16
+ },
17
+ },
18
+ };
19
+ </script>
package/src/index.js CHANGED
@@ -232,9 +232,6 @@ export { default as IconLineAlignLeft } from './IconLineAlignLeft/index.vue';
232
232
  export { default as IconLineAlignVertically } from './IconLineAlignVertically/index.vue';
233
233
  export { default as IconLineAlignCenter } from './IconLineAlignCenter/index.vue';
234
234
  export { default as IconLineAlignBottom } from './IconLineAlignBottom/index.vue';
235
- export { default as IconColorDoc } from './IconColorDoc/index.vue';
236
- export { default as IconColorPdf } from './IconColorPdf/index.vue';
237
- export { default as IconColorXls } from './IconColorXls/index.vue';
238
235
  export { default as IconLineInfoData } from './IconLineInfoData/index.vue';
239
236
  export { default as IconLinePrint } from './IconLinePrint/index.vue';
240
237
  export { default as IconLineInternationalization } from './IconLineInternationalization/index.vue';
@@ -287,4 +284,16 @@ export { default as IconLineKey } from './IconLineKey/index.vue';
287
284
  export { default as IconLineKey2 } from './IconLineKey2/index.vue';
288
285
  export { default as IconLineLink2 } from './IconLineLink2/index.vue';
289
286
  export { default as IconLineComputer } from './IconLineComputer/index.vue';
290
- export { default as IconLinePhone } from './IconLinePhone/index.vue';
287
+ export { default as IconLinePhone } from './IconLinePhone/index.vue';
288
+ export { default as IconLineExportNew } from './IconLineExportNew/index.vue';
289
+ export { default as IconColorNone } from './IconColorNone/index.vue';
290
+ export { default as IconColorDoc } from './IconColorDoc/index.vue';
291
+ export { default as IconColorPpt } from './IconColorPpt/index.vue';
292
+ export { default as IconColorPdf } from './IconColorPdf/index.vue';
293
+ export { default as IconColorVideo } from './IconColorVideo/index.vue';
294
+ export { default as IconColorTxt } from './IconColorTxt/index.vue';
295
+ export { default as IconColorZip } from './IconColorZip/index.vue';
296
+ export { default as IconColorXls } from './IconColorXls/index.vue';
297
+ export { default as IconColorMusic } from './IconColorMusic/index.vue';
298
+ export { default as IconColorImageNew } from './IconColorImageNew/index.vue';
299
+ export { default as IconFillClick } from './IconFillClick/index.vue';