@arco-iconbox/vue-smartcode 0.1.29 → 0.1.31

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 +2423 -2003
  2. package/dist/icon.js.map +1 -1
  3. package/dist/icon.min.js +438 -390
  4. package/dist/icon.min.js.map +1 -1
  5. package/esm/IconColorInput/index.js +38 -0
  6. package/esm/IconColorNum/index.js +38 -0
  7. package/esm/IconColorRadio/index.js +31 -0
  8. package/esm/IconColorSwitch/index.js +51 -0
  9. package/esm/IconColorTextarea/index.js +38 -0
  10. package/esm/IconLineAlignBottom/index.js +36 -0
  11. package/esm/IconLineAlignCenter/index.js +36 -0
  12. package/esm/IconLineAlignLeft/index.js +32 -0
  13. package/esm/IconLineAlignRight/index.js +36 -0
  14. package/esm/IconLineAlignTop/index.js +36 -0
  15. package/esm/IconLineAlignVertically/index.js +36 -0
  16. package/esm/IconLineReset/index.js +36 -0
  17. package/esm/index.js +12 -0
  18. package/lib/IconColorInput/index.js +39 -0
  19. package/lib/IconColorNum/index.js +39 -0
  20. package/lib/IconColorRadio/index.js +32 -0
  21. package/lib/IconColorSwitch/index.js +52 -0
  22. package/lib/IconColorTextarea/index.js +39 -0
  23. package/lib/IconLineAlignBottom/index.js +37 -0
  24. package/lib/IconLineAlignCenter/index.js +37 -0
  25. package/lib/IconLineAlignLeft/index.js +33 -0
  26. package/lib/IconLineAlignRight/index.js +37 -0
  27. package/lib/IconLineAlignTop/index.js +37 -0
  28. package/lib/IconLineAlignVertically/index.js +37 -0
  29. package/lib/IconLineReset/index.js +37 -0
  30. package/lib/index.js +24 -0
  31. package/package.json +1 -1
  32. package/src/IconColorInput/index.vue +19 -0
  33. package/src/IconColorNum/index.vue +19 -0
  34. package/src/IconColorRadio/index.vue +19 -0
  35. package/src/IconColorSwitch/index.vue +19 -0
  36. package/src/IconColorTextarea/index.vue +19 -0
  37. package/src/IconLineAlignBottom/index.vue +19 -0
  38. package/src/IconLineAlignCenter/index.vue +19 -0
  39. package/src/IconLineAlignLeft/index.vue +19 -0
  40. package/src/IconLineAlignRight/index.vue +19 -0
  41. package/src/IconLineAlignTop/index.vue +19 -0
  42. package/src/IconLineAlignVertically/index.vue +19 -0
  43. package/src/IconLineReset/index.vue +19 -0
  44. package/src/index.js +13 -1
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-line-align-vertically`]" width="1em" height="1em" v-bind="$attrs"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.00076 1.16956C8.45881 1.16982 8.83064 1.54157 8.83084 1.99963V3.16956H10.8513C11.3094 3.16992 11.6814 3.54149 11.6814 3.99963C11.6814 4.45781 11.3094 4.82935 10.8513 4.82971H8.83084V7.16956H13.0779C13.536 7.16989 13.908 7.54147 13.908 7.99963C13.908 8.45783 13.536 8.82938 13.0779 8.82971H8.82986V11.1696H11.8045C12.2628 11.1696 12.6345 11.5413 12.6346 11.9996C12.6346 12.458 12.2629 12.8297 11.8045 12.8297H8.82986V13.9996C8.82986 14.458 8.45818 14.8297 7.99979 14.8297C7.54161 14.8294 7.16971 14.4579 7.16971 13.9996V12.8297H4.1951C3.73693 12.8294 3.36502 12.4579 3.36502 11.9996C3.36505 11.5414 3.73695 11.1698 4.1951 11.1696H7.16971V8.82971H2.92361C2.46522 8.82971 2.09354 8.45803 2.09354 7.99963C2.09357 7.54127 2.46524 7.16956 2.92361 7.16956H7.17068V4.82971H5.15018C4.69178 4.82971 4.3201 4.45803 4.3201 3.99963C4.32013 3.54127 4.6918 3.16956 5.15018 3.16956H7.17068V1.99963C7.17088 1.54141 7.54249 1.16956 8.00076 1.16956Z"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconLineAlignVertically',
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 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-line-reset`]" width="1em" height="1em" v-bind="$attrs"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.96878 1.63916C11.4813 1.63918 14.3289 4.487 14.3291 7.99951C14.3291 11.5122 11.4815 14.3598 7.96878 14.3599C6.306 14.3599 4.79102 13.7208 3.65823 12.6763C3.38845 12.4273 3.37124 12.0067 3.62014 11.7368C3.86909 11.4671 4.28967 11.45 4.5596 11.6987C5.45645 12.5257 6.65305 13.0298 7.96878 13.0298C10.7469 13.0298 12.9991 10.7777 12.9991 7.99951C12.9988 5.22154 10.7468 2.96926 7.96878 2.96924C5.54909 2.96925 3.52905 4.67817 3.04788 6.95459L3.86331 6.34229C4.15681 6.12179 4.57427 6.18084 4.79495 6.47412C5.01554 6.76775 4.95673 7.18614 4.66311 7.40674L2.67092 8.90186C2.37738 9.12236 1.9609 9.06342 1.74026 8.77002L0.24319 6.77881C0.0226955 6.4852 0.0824633 6.06776 0.376003 5.84717C0.669559 5.62704 1.08616 5.68567 1.30667 5.979L1.76663 6.59033C2.40806 3.75612 4.9406 1.63917 7.96878 1.63916Z"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconLineReset',
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
@@ -219,4 +219,16 @@ export { default as IconFillLink } from './IconFillLink/index.vue';
219
219
  export { default as IconFillRow2col } from './IconFillRow2col/index.vue';
220
220
  export { default as IconColorDataFilter } from './IconColorDataFilter/index.vue';
221
221
  export { default as IconColorKey } from './IconColorKey/index.vue';
222
- export { default as IconLinePass } from './IconLinePass/index.vue';
222
+ export { default as IconLinePass } from './IconLinePass/index.vue';
223
+ export { default as IconColorNum } from './IconColorNum/index.vue';
224
+ export { default as IconColorSwitch } from './IconColorSwitch/index.vue';
225
+ export { default as IconColorInput } from './IconColorInput/index.vue';
226
+ export { default as IconColorRadio } from './IconColorRadio/index.vue';
227
+ export { default as IconColorTextarea } from './IconColorTextarea/index.vue';
228
+ export { default as IconLineReset } from './IconLineReset/index.vue';
229
+ export { default as IconLineAlignTop } from './IconLineAlignTop/index.vue';
230
+ export { default as IconLineAlignRight } from './IconLineAlignRight/index.vue';
231
+ export { default as IconLineAlignLeft } from './IconLineAlignLeft/index.vue';
232
+ export { default as IconLineAlignVertically } from './IconLineAlignVertically/index.vue';
233
+ export { default as IconLineAlignCenter } from './IconLineAlignCenter/index.vue';
234
+ export { default as IconLineAlignBottom } from './IconLineAlignBottom/index.vue';