@arco-iconbox/vue-smartcode 0.1.56 → 0.1.58

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 (80) hide show
  1. package/dist/icon.js +3594 -2818
  2. package/dist/icon.js.map +1 -1
  3. package/dist/icon.min.js +235 -139
  4. package/dist/icon.min.js.map +1 -1
  5. package/esm/IconLineApprovalTask/index.js +40 -0
  6. package/esm/IconLineBasicBlock/index.js +32 -0
  7. package/esm/IconLineCarousel/index.js +36 -0
  8. package/esm/IconLineCascade/index.js +44 -0
  9. package/esm/IconLineChartBar/index.js +32 -0
  10. package/esm/IconLineChartBubble/index.js +32 -0
  11. package/esm/IconLineChartDualAxis/index.js +36 -0
  12. package/esm/IconLineChartFunnel/index.js +36 -0
  13. package/esm/IconLineChartLine/index.js +32 -0
  14. package/esm/IconLineChartNormalTable/index.js +36 -0
  15. package/esm/IconLineChartPie/index.js +32 -0
  16. package/esm/IconLineChartPivotTable/index.js +36 -0
  17. package/esm/IconLineChartProgress/index.js +36 -0
  18. package/esm/IconLineChartRadar/index.js +36 -0
  19. package/esm/IconLineChartScatter/index.js +32 -0
  20. package/esm/IconLineDateRange/index.js +36 -0
  21. package/esm/IconLineIframe/index.js +32 -0
  22. package/esm/IconLineImage/index.js +32 -0
  23. package/esm/IconLineNoticeList/index.js +32 -0
  24. package/esm/IconLineNumberInput/index.js +36 -0
  25. package/esm/IconLineSearch/index.js +32 -0
  26. package/esm/IconLineSelect2/index.js +32 -0
  27. package/esm/IconLineTab/index.js +32 -0
  28. package/esm/IconLineTextInput/index.js +32 -0
  29. package/esm/index.js +24 -0
  30. package/lib/IconLineApprovalTask/index.js +41 -0
  31. package/lib/IconLineBasicBlock/index.js +33 -0
  32. package/lib/IconLineCarousel/index.js +37 -0
  33. package/lib/IconLineCascade/index.js +45 -0
  34. package/lib/IconLineChartBar/index.js +33 -0
  35. package/lib/IconLineChartBubble/index.js +33 -0
  36. package/lib/IconLineChartDualAxis/index.js +37 -0
  37. package/lib/IconLineChartFunnel/index.js +37 -0
  38. package/lib/IconLineChartLine/index.js +33 -0
  39. package/lib/IconLineChartNormalTable/index.js +37 -0
  40. package/lib/IconLineChartPie/index.js +33 -0
  41. package/lib/IconLineChartPivotTable/index.js +37 -0
  42. package/lib/IconLineChartProgress/index.js +37 -0
  43. package/lib/IconLineChartRadar/index.js +37 -0
  44. package/lib/IconLineChartScatter/index.js +33 -0
  45. package/lib/IconLineDateRange/index.js +37 -0
  46. package/lib/IconLineIframe/index.js +33 -0
  47. package/lib/IconLineImage/index.js +33 -0
  48. package/lib/IconLineNoticeList/index.js +33 -0
  49. package/lib/IconLineNumberInput/index.js +37 -0
  50. package/lib/IconLineSearch/index.js +33 -0
  51. package/lib/IconLineSelect2/index.js +33 -0
  52. package/lib/IconLineTab/index.js +33 -0
  53. package/lib/IconLineTextInput/index.js +33 -0
  54. package/lib/index.js +48 -0
  55. package/package.json +1 -1
  56. package/src/IconLineApprovalTask/index.vue +19 -0
  57. package/src/IconLineBasicBlock/index.vue +19 -0
  58. package/src/IconLineCarousel/index.vue +19 -0
  59. package/src/IconLineCascade/index.vue +19 -0
  60. package/src/IconLineChartBar/index.vue +19 -0
  61. package/src/IconLineChartBubble/index.vue +19 -0
  62. package/src/IconLineChartDualAxis/index.vue +19 -0
  63. package/src/IconLineChartFunnel/index.vue +19 -0
  64. package/src/IconLineChartLine/index.vue +19 -0
  65. package/src/IconLineChartNormalTable/index.vue +19 -0
  66. package/src/IconLineChartPie/index.vue +19 -0
  67. package/src/IconLineChartPivotTable/index.vue +19 -0
  68. package/src/IconLineChartProgress/index.vue +19 -0
  69. package/src/IconLineChartRadar/index.vue +19 -0
  70. package/src/IconLineChartScatter/index.vue +19 -0
  71. package/src/IconLineDateRange/index.vue +19 -0
  72. package/src/IconLineIframe/index.vue +19 -0
  73. package/src/IconLineImage/index.vue +19 -0
  74. package/src/IconLineNoticeList/index.vue +19 -0
  75. package/src/IconLineNumberInput/index.vue +19 -0
  76. package/src/IconLineSearch/index.vue +19 -0
  77. package/src/IconLineSelect2/index.vue +19 -0
  78. package/src/IconLineTab/index.vue +19 -0
  79. package/src/IconLineTextInput/index.vue +19 -0
  80. package/src/index.js +25 -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-image`]" width="1em" height="1em" v-bind="$attrs"><path d="M10.165 1.38672C10.9939 1.38672 11.6559 1.38612 12.1895 1.42969C12.7307 1.47392 13.1988 1.56701 13.6289 1.78613C14.3183 2.13747 14.8791 2.69829 15.2305 3.3877C15.4496 3.81783 15.5427 4.28592 15.5869 4.82715C15.6305 5.36068 15.6299 6.0227 15.6299 6.85156V9.15137C15.6299 9.98023 15.6305 10.6423 15.5869 11.1758C15.5427 11.7171 15.4497 12.1851 15.2305 12.6152C14.8791 13.3048 14.3185 13.8654 13.6289 14.2168C13.1987 14.436 12.7307 14.529 12.1895 14.5732C11.6559 14.6168 10.9939 14.6162 10.165 14.6162H5.83399C5.00507 14.6162 4.34311 14.6168 3.80957 14.5732C3.26833 14.529 2.80027 14.4359 2.37012 14.2168C1.68071 13.8655 1.1199 13.3046 0.768555 12.6152C0.549423 12.1851 0.456347 11.717 0.41211 11.1758C0.368537 10.6423 0.369141 9.98022 0.369141 9.15137V6.85156C0.369141 6.02268 0.368536 5.36068 0.41211 4.82715C0.456339 4.28585 0.549397 3.81788 0.768555 3.3877C1.11992 2.69817 1.68059 2.13749 2.37012 1.78613C2.80033 1.56693 3.26822 1.47392 3.80957 1.42969C4.34312 1.38611 5.00505 1.38672 5.83399 1.38672H10.165ZM8.08399 11.584C7.95937 11.7085 7.79045 11.7792 7.61426 11.7793C7.43791 11.7793 7.26826 11.7087 7.14356 11.584L5.9043 10.3447L3.14453 13.1045C3.33247 13.1718 3.57274 13.2198 3.91797 13.248C4.38479 13.2862 4.98319 13.2861 5.83399 13.2861H10.165C11.0157 13.2861 11.6143 13.2862 12.0811 13.248C12.5401 13.2105 12.8139 13.14 13.0254 13.0322C13.4647 12.8084 13.822 12.451 14.0459 12.0117C14.1536 11.8003 14.2242 11.5264 14.2617 11.0674C14.2762 10.8906 14.2825 10.6947 14.2881 10.4736L11.7412 7.92676L8.08399 11.584ZM5.83399 2.7168C4.98313 2.7168 4.38481 2.71773 3.91797 2.75586C3.45886 2.79337 3.18513 2.86393 2.97363 2.97168C2.53471 3.19547 2.17789 3.55229 1.9541 3.99121C1.84638 4.20269 1.77579 4.47652 1.73828 4.93555C1.70016 5.40237 1.69922 6.00077 1.69922 6.85156V9.15137C1.69922 10.0021 1.70016 10.6006 1.73828 11.0674C1.7758 11.5263 1.84636 11.8003 1.9541 12.0117C1.99876 12.0993 2.04967 12.183 2.10449 12.2637L5.43457 8.93457L5.53613 8.85156C5.64452 8.77938 5.77312 8.73926 5.90527 8.73926C6.0814 8.73941 6.25043 8.81004 6.375 8.93457L7.61328 10.1729L11.2715 6.51563L11.373 6.43262C11.4814 6.36056 11.6102 6.32129 11.7422 6.32129C11.9182 6.32146 12.0874 6.39126 12.2119 6.51563L14.2998 8.60352V6.85156C14.2998 6.00082 14.2998 5.40236 14.2617 4.93555C14.2242 4.47663 14.1536 4.20267 14.0459 3.99121C13.8221 3.55216 13.4644 3.19551 13.0254 2.97168C12.8139 2.86393 12.5401 2.79338 12.0811 2.75586C11.6142 2.71774 11.0158 2.7168 10.165 2.7168H5.83399ZM4.87695 4.7793C5.61792 4.77956 6.21856 5.38011 6.21875 6.12109C6.21875 6.86224 5.61804 7.46361 4.87695 7.46387C4.13565 7.46387 3.53418 6.8624 3.53418 6.12109C3.53437 5.37995 4.13576 4.7793 4.87695 4.7793Z"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconLineImage',
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-notice-list`]" width="1em" height="1em" v-bind="$attrs"><path d="M8.7041 1.20703C10.0995 1.20703 11.2134 1.20607 12.085 1.32324C12.9754 1.44302 13.7125 1.69689 14.2959 2.28027C14.8793 2.86366 15.1332 3.60074 15.2529 4.49121C15.3701 5.36276 15.3691 6.47666 15.3691 7.87207V8.12988C15.3691 9.52528 15.3701 10.6392 15.2529 11.5107C15.1332 12.4012 14.8793 13.1383 14.2959 13.7217C13.7125 14.3051 12.9754 14.5589 12.085 14.6787C11.2134 14.7959 10.0995 14.7949 8.7041 14.7949H7.2959C5.90049 14.7949 4.78659 14.7959 3.91504 14.6787C3.02458 14.5589 2.28749 14.3051 1.7041 13.7217C1.12072 13.1383 0.866848 12.4012 0.747071 11.5107C0.629894 10.6392 0.63086 9.52528 0.63086 8.12988V7.87207C0.63086 6.47666 0.629893 5.36276 0.747071 4.49121C0.866847 3.60074 1.12072 2.86366 1.7041 2.28027C2.28749 1.69689 3.02457 1.44302 3.91504 1.32324C4.78659 1.20607 5.90049 1.20703 7.2959 1.20703H8.7041ZM7.2959 2.53711C5.86297 2.53711 4.85509 2.53815 4.09277 2.64063C3.34957 2.74055 2.93972 2.92552 2.64453 3.2207C2.34934 3.51589 2.16437 3.92575 2.06445 4.66895C1.96198 5.43126 1.96094 6.43914 1.96094 7.87207V8.12988C1.96094 9.56282 1.96197 10.5707 2.06445 11.333C2.16437 12.0762 2.34934 12.4861 2.64453 12.7813C2.93972 13.0764 3.34959 13.2614 4.09277 13.3613C4.85509 13.4638 5.86297 13.4648 7.2959 13.4648H8.7041C10.137 13.4648 11.1449 13.4638 11.9072 13.3613C12.6504 13.2614 13.0603 13.0764 13.3555 12.7813C13.6507 12.4861 13.8356 12.0762 13.9355 11.333C14.038 10.5707 14.0391 9.56282 14.0391 8.12988V7.87207C14.0391 6.43914 14.038 5.43126 13.9355 4.66895C13.8356 3.92575 13.6507 3.51589 13.3555 3.2207C13.0603 2.92552 12.6504 2.74055 11.9072 2.64063C11.1449 2.53815 10.137 2.53711 8.7041 2.53711H7.2959ZM7.03906 8.57617C7.40712 8.57634 7.70508 8.87508 7.70508 9.24317C7.70508 9.61125 7.40712 9.91 7.03906 9.91016H4.48535C4.11727 9.91003 3.81836 9.61127 3.81836 9.24317C3.81836 8.87506 4.11727 8.57631 4.48535 8.57617H7.03906ZM9.13477 5.57422C9.50285 5.57422 9.80159 5.87316 9.80176 6.24121C9.80176 6.6094 9.50296 6.9082 9.13477 6.9082H4.48535C4.11727 6.90807 3.81836 6.60932 3.81836 6.24121C3.81853 5.87325 4.11738 5.57435 4.48535 5.57422H9.13477Z"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconLineNoticeList',
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-number-input`]" width="1em" height="1em" v-bind="$attrs"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.7549 1.46875C12.3039 1.46875 12.7562 1.46809 13.123 1.49805C13.4975 1.52864 13.8419 1.59424 14.165 1.75879C14.6665 2.01428 15.0746 2.42242 15.3301 2.92383C15.4947 3.24702 15.5602 3.59132 15.5908 3.96582C15.6208 4.33268 15.6201 4.78492 15.6201 5.33399V10.666C15.6201 11.2151 15.6208 11.6673 15.5908 12.0342C15.5602 12.4087 15.4947 12.753 15.3301 13.0762C15.0746 13.5776 14.6665 13.9857 14.165 14.2412C13.8419 14.4058 13.4975 14.4714 13.123 14.502C12.7562 14.5319 12.3039 14.5313 11.7549 14.5313H4.24414C3.69516 14.5313 3.2428 14.5319 2.87598 14.502C2.50156 14.4713 2.15711 14.4058 1.83399 14.2412C1.33261 13.9857 0.924419 13.5776 0.668947 13.0762C0.504346 12.753 0.438811 12.4086 0.408204 12.0342C0.378234 11.6673 0.378908 11.2151 0.378908 10.666V5.33399C0.378907 4.78492 0.378231 4.33268 0.408204 3.96582C0.438814 3.59135 0.50433 3.247 0.668947 2.92383C0.924422 2.42243 1.33261 2.0143 1.83399 1.75879C2.15711 1.59418 2.50156 1.52867 2.87598 1.49805C3.2428 1.46808 3.69516 1.46875 4.24414 1.46875H11.7549ZM4.24414 2.79883C3.67323 2.79883 3.28448 2.7997 2.98438 2.82422C2.69224 2.84811 2.542 2.89109 2.4375 2.94434C2.18662 3.07229 1.98241 3.27645 1.85449 3.52734C1.80125 3.63186 1.75826 3.78201 1.73438 4.07422C1.70985 4.37436 1.70899 4.76297 1.70899 5.33399V10.666C1.70899 11.237 1.70986 11.6256 1.73438 11.9258C1.75826 12.218 1.80126 12.3681 1.85449 12.4727C1.98241 12.7236 2.18663 12.9277 2.4375 13.0557C2.542 13.1089 2.69224 13.1519 2.98438 13.1758C3.28448 13.2003 3.67323 13.2012 4.24414 13.2012H11.7549C12.3258 13.2012 12.7145 13.2003 13.0146 13.1758C13.3069 13.1519 13.457 13.1089 13.5615 13.0557C13.8125 12.9277 14.0166 12.7236 14.1445 12.4727C14.1978 12.3681 14.2417 12.2181 14.2656 11.9258C14.2901 11.6256 14.29 11.237 14.29 10.666V5.33399C14.29 4.76297 14.2901 4.37436 14.2656 4.07422C14.2417 3.78193 14.1978 3.63187 14.1445 3.52734C14.0166 3.27643 13.8125 3.07225 13.5615 2.94434C13.457 2.89111 13.3069 2.84809 13.0146 2.82422C12.7145 2.79972 12.3258 2.79883 11.7549 2.79883H4.24414ZM10.0723 4.80567C11.0075 4.8626 12.0282 5.52235 12.0283 6.78125C12.0282 7.36919 11.7912 7.88458 11.4961 8.30957C11.2015 8.73389 10.8189 9.11185 10.457 9.43457C10.3247 9.55255 10.1746 9.67785 10.0283 9.80078H11.3633C11.7304 9.80078 12.028 10.0988 12.0283 10.4658C12.0283 10.8331 11.7306 11.1309 11.3633 11.1309H8.40137C8.17586 11.1307 7.96522 11.0165 7.84277 10.8271C7.72054 10.6377 7.70242 10.399 7.79492 10.1934C7.88265 9.99844 8.01898 9.83031 8.14258 9.69727C8.27144 9.5586 8.42307 9.42013 8.57617 9.28711C8.9227 8.98608 9.20661 8.76661 9.57129 8.44141C9.90584 8.14305 10.1975 7.84716 10.4033 7.55078C10.6085 7.25519 10.6982 7.00313 10.6982 6.78125C10.6982 6.42026 10.4371 6.15996 9.99121 6.13281C9.55789 6.10674 9.16086 6.33106 9.04883 6.81445C8.96575 7.17201 8.60863 7.3944 8.25098 7.31152C7.89363 7.2283 7.67106 6.87121 7.75391 6.51367C8.04102 5.27533 9.12494 4.74822 10.0723 4.80567ZM5.45606 4.92774C5.66142 4.83953 5.89827 4.86055 6.08496 4.9834C6.27152 5.10639 6.3837 5.31561 6.38379 5.53906V9.79492H6.63086C6.99798 9.79492 7.29566 10.0929 7.2959 10.46C7.2959 10.8272 6.99813 11.125 6.63086 11.125H4.73047C4.36353 11.1246 4.06543 10.827 4.06543 10.46C4.06567 10.0931 4.36368 9.79531 4.73047 9.79492H5.05371V6.54785L4.86231 6.63086C4.52488 6.77571 4.13321 6.61965 3.98828 6.28223C3.84363 5.94491 3.9997 5.55316 4.33692 5.4082L5.45606 4.92774Z"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconLineNumberInput',
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-search`]" width="1em" height="1em" v-bind="$attrs"><path d="M7.65527 1.61523C10.8559 1.61533 13.4509 4.21053 13.4512 7.41113C13.4511 8.89562 12.8916 10.249 11.9736 11.2744L13.9463 13.248C14.206 13.5077 14.206 13.9288 13.9463 14.1885C13.6866 14.448 13.2655 14.4481 13.0059 14.1885L10.9766 12.1592C10.0358 12.8186 8.89125 13.207 7.65527 13.207C4.45454 13.2069 1.85947 10.6119 1.85938 7.41113C1.85962 4.21053 4.45464 1.61533 7.65527 1.61523ZM7.65527 2.94531C5.18918 2.94541 3.1897 4.94507 3.18945 7.41113C3.18954 9.87733 5.18908 11.8769 7.65527 11.877C10.1215 11.8769 12.121 9.87733 12.1211 7.41113C12.1208 4.94507 10.1214 2.9454 7.65527 2.94531Z"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconLineSearch',
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-select-2`]" width="1em" height="1em" v-bind="$attrs"><path d="M9.85547 1.19141C10.6842 1.19141 11.3464 1.19081 11.8799 1.23438C12.421 1.2786 12.8892 1.37178 13.3193 1.59082C14.0087 1.94211 14.5695 2.50306 14.9209 3.19238C15.1401 3.62251 15.2331 4.09064 15.2773 4.63184C15.3209 5.16533 15.3203 5.82741 15.3203 6.65625V9.34473C15.3203 10.1735 15.3209 10.8356 15.2773 11.3691C15.2331 11.9104 15.14 12.3784 14.9209 12.8086C14.5696 13.4981 14.0088 14.0588 13.3193 14.4102C12.8892 14.6293 12.4211 14.7224 11.8799 14.7666C11.3464 14.8102 10.6843 14.8096 9.85547 14.8096H6.14258C5.31373 14.8096 4.65166 14.8102 4.11816 14.7666C3.57698 14.7224 3.10883 14.6293 2.67871 14.4102C1.9894 14.0588 1.42841 13.498 1.07715 12.8086C0.858137 12.3785 0.764916 11.9103 0.720703 11.3691C0.677158 10.8356 0.677734 10.1735 0.677734 9.34473V6.65625C0.677734 5.82741 0.677115 5.16533 0.720703 4.63184C0.764948 4.09062 0.857983 3.62252 1.07715 3.19238C1.42849 2.50297 1.9893 1.94216 2.67871 1.59082C3.10885 1.37165 3.57694 1.27862 4.11816 1.23438C4.65166 1.19079 5.31373 1.19141 6.14258 1.19141H9.85547ZM6.14258 2.52148C5.29182 2.52148 4.69336 2.52241 4.22656 2.56055C3.76763 2.59807 3.49367 2.66863 3.28223 2.77637C2.84342 3.00014 2.48647 3.35709 2.2627 3.7959C2.15496 4.00734 2.08439 4.28131 2.04688 4.74023C2.00874 5.20703 2.00781 5.8055 2.00781 6.65625V9.34473C2.00781 10.1954 2.00878 10.7939 2.04688 11.2607C2.08436 11.7196 2.15506 11.9936 2.2627 12.2051C2.48645 12.6441 2.8433 13.0017 3.28223 13.2256C3.49366 13.3333 3.76766 13.4039 4.22656 13.4414C4.69335 13.4795 5.29185 13.4795 6.14258 13.4795H9.85547C10.7062 13.4795 11.3047 13.4795 11.7715 13.4414C12.2302 13.4039 12.5034 13.3332 12.7148 13.2256C13.1541 13.0018 13.5115 12.6443 13.7354 12.2051C13.8431 11.9936 13.9137 11.7198 13.9512 11.2607C13.9893 10.7939 13.9902 10.1954 13.9902 9.34473V6.65625C13.9902 5.8055 13.9893 5.20703 13.9512 4.74023C13.9137 4.28134 13.8431 4.00733 13.7354 3.7959C13.5115 3.35698 13.1539 3.00007 12.7148 2.77637C12.5034 2.66878 12.2301 2.59803 11.7715 2.56055C11.3047 2.52243 10.7061 2.52148 9.85547 2.52148H6.14258ZM9.95703 6.87695C10.2456 6.65018 10.6636 6.69993 10.8906 6.98828C11.1175 7.27679 11.0676 7.69473 10.7793 7.92188L8.6084 9.62988C8.58662 9.64702 8.42843 9.78881 8.22754 9.84375C8.07836 9.88451 7.92067 9.88447 7.77148 9.84375C7.57084 9.78892 7.41278 9.64736 7.39062 9.62988L5.21973 7.92188C4.93123 7.69473 4.88132 7.27685 5.1084 6.98828C5.33553 6.69988 5.75345 6.65 6.04199 6.87695L7.99902 8.41699L9.95703 6.87695Z"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconLineSelect2',
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-tab`]" width="1em" height="1em" v-bind="$attrs"><path d="M10.165 1.38281C10.9938 1.38281 11.6559 1.38224 12.1895 1.42578C12.7306 1.47 13.1988 1.56319 13.6289 1.78223C14.3183 2.13351 14.8791 2.69443 15.2305 3.38379C15.4496 3.81394 15.5427 4.282 15.5869 4.82324C15.6305 5.35677 15.6299 6.01874 15.6299 6.84766V9.14746C15.6299 9.97635 15.6305 10.6383 15.5869 11.1719C15.5427 11.7132 15.4497 12.1811 15.2305 12.6113C14.8791 13.3009 14.3185 13.8615 13.6289 14.2129C13.1987 14.432 12.7307 14.5251 12.1895 14.5693C11.6559 14.6129 10.9938 14.6123 10.165 14.6123H5.83398C5.00511 14.6123 4.34308 14.6129 3.80957 14.5693C3.26836 14.5251 2.80025 14.4321 2.37012 14.2129C1.68076 13.8615 1.11983 13.3008 0.768555 12.6113C0.549491 12.1812 0.456327 11.7131 0.412109 11.1719C0.368551 10.6383 0.369141 9.97631 0.369141 9.14746V6.84766C0.36914 6.01874 0.368518 5.35677 0.412109 4.82324C0.45635 4.28196 0.549369 3.81396 0.768555 3.38379C1.11989 2.69434 1.68068 2.13358 2.37012 1.78223C2.80027 1.56305 3.26833 1.47002 3.80957 1.42578C4.34308 1.38219 5.00511 1.38281 5.83398 1.38281H10.165ZM11.4053 3.06543C11.4053 3.61432 11.405 4.06682 11.375 4.43359C11.3444 4.80801 11.2789 5.15246 11.1143 5.47559C10.8587 5.97684 10.4505 6.3852 9.94922 6.64062C9.62618 6.80503 9.28153 6.87079 8.90723 6.90137C8.54053 6.93128 8.0887 6.93066 7.54004 6.93066H1.69922V9.14746C1.69922 9.99819 1.70018 10.5967 1.73828 11.0635C1.77578 11.5224 1.84642 11.7964 1.9541 12.0078C2.17787 12.4468 2.53466 12.8045 2.97363 13.0283C3.18508 13.1361 3.45903 13.2066 3.91797 13.2441C4.38477 13.2823 4.98323 13.2822 5.83398 13.2822H10.165C11.0157 13.2822 11.6143 13.2822 12.0811 13.2441C12.5401 13.2066 12.8139 13.136 13.0254 13.0283C13.4647 12.8045 13.822 12.4471 14.0459 12.0078C14.1536 11.7963 14.2242 11.5226 14.2617 11.0635C14.2998 10.5967 14.2998 9.99819 14.2998 9.14746V6.84766C14.2998 5.99685 14.2999 5.39845 14.2617 4.93164C14.2242 4.47265 14.1536 4.19876 14.0459 3.9873C13.8221 3.54831 13.4644 3.19154 13.0254 2.96777C12.8139 2.86011 12.5399 2.78945 12.0811 2.75195C11.8826 2.73576 11.6605 2.72723 11.4053 2.72168V3.06543ZM6.84277 3.66992C6.84278 4.18552 6.84767 4.56002 6.77051 4.88379C6.70952 5.13946 6.61128 5.37986 6.4834 5.60059H7.54004C8.11046 5.60059 8.49883 5.60063 8.79883 5.57617C9.09084 5.55231 9.24118 5.50825 9.3457 5.45508C9.59676 5.32716 9.80168 5.12307 9.92969 4.87207C9.98291 4.76758 10.0259 4.61722 10.0498 4.3252C10.0743 4.02514 10.0752 3.63614 10.0752 3.06543V2.71289H6.84277V3.66992ZM5.5127 2.71387C4.82891 2.71462 4.32369 2.7188 3.91797 2.75195C3.45901 2.78947 3.18508 2.86003 2.97363 2.96777C2.5348 3.19156 2.17787 3.54846 1.9541 3.9873C1.84635 4.19877 1.7758 4.47262 1.73828 4.93164C1.72222 5.12823 1.71456 5.34835 1.70898 5.60059H3.58203C4.17315 5.60059 4.3539 5.59612 4.4873 5.56445C4.977 5.44772 5.35967 5.06483 5.47656 4.5752C5.50833 4.44177 5.51269 4.26141 5.5127 3.66992V2.71387Z"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconLineTab',
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-text-input`]" width="1em" height="1em" v-bind="$attrs"><path d="M10.8076 1.36719C11.5432 1.36719 12.1353 1.36723 12.6133 1.40625C13.099 1.44594 13.5264 1.52948 13.9209 1.73047C14.5476 2.04987 15.0566 2.55983 15.376 3.18652C15.577 3.58107 15.6615 4.00743 15.7012 4.49316C15.7402 4.97118 15.7393 5.56311 15.7393 6.29883V9.69727C15.7393 10.4329 15.7402 11.0249 15.7012 11.5029C15.6615 11.9887 15.577 12.415 15.376 12.8096C15.0566 13.4363 14.5475 13.9462 13.9209 14.2656C13.5264 14.4666 13.099 14.5511 12.6133 14.5908C12.1353 14.6298 11.5432 14.6289 10.8076 14.6289H5.19336C4.45772 14.6289 3.86567 14.6299 3.3877 14.5908C2.90202 14.5511 2.47556 14.4666 2.08105 14.2656C1.45425 13.9462 0.944387 13.4364 0.625 12.8096C0.424099 12.4151 0.340459 11.9886 0.300781 11.5029C0.261737 11.0249 0.261719 10.4329 0.261719 9.69727V6.29883C0.261719 5.56311 0.261726 4.97118 0.300781 4.49316C0.340472 4.0075 0.424028 3.58102 0.625 3.18652C0.944393 2.55968 1.45423 2.04989 2.08105 1.73047C2.47552 1.5295 2.90208 1.44595 3.3877 1.40625C3.86567 1.3672 4.45772 1.36719 5.19336 1.36719H10.8076ZM5.19336 2.69727C4.43579 2.69727 3.90736 2.69784 3.49609 2.73145C3.09272 2.76442 2.86038 2.82547 2.68457 2.91504C2.308 3.10695 2.00145 3.41345 1.80957 3.79004C1.72001 3.96586 1.65894 4.19812 1.62598 4.60156C1.59237 5.01286 1.5918 5.54117 1.5918 6.29883V9.69727C1.5918 10.4548 1.59239 10.9833 1.62598 11.3945C1.65892 11.7978 1.72007 12.0303 1.80957 12.2061C2.00144 12.5826 2.30804 12.8891 2.68457 13.0811C2.86038 13.1706 3.0927 13.2317 3.49609 13.2646C3.90736 13.2983 4.43579 13.2988 5.19336 13.2988H10.8076C11.565 13.2988 12.0936 13.2982 12.5049 13.2646C12.9081 13.2317 13.1406 13.1705 13.3164 13.0811C13.693 12.8892 13.9995 12.5827 14.1914 12.2061C14.281 12.0302 14.342 11.798 14.375 11.3945C14.4086 10.9833 14.4092 10.4548 14.4092 9.69727V6.29883C14.4092 5.54117 14.4086 5.01286 14.375 4.60156C14.342 4.19807 14.281 3.96587 14.1914 3.79004C13.9995 3.41349 13.693 3.10691 13.3164 2.91504C13.1406 2.82558 12.908 2.76439 12.5049 2.73145C12.0936 2.69788 11.565 2.69727 10.8076 2.69727H5.19336ZM7.30078 4.72656C7.66777 4.72683 7.96573 5.02457 7.96582 5.3916C7.96582 5.75871 7.66782 6.05637 7.30078 6.05664H6.53125V9.93945H7.30078C7.66782 9.93972 7.96582 10.2374 7.96582 10.6045C7.96576 10.9715 7.66779 11.2693 7.30078 11.2695H4.43164C4.06441 11.2695 3.76666 10.9717 3.7666 10.6045C3.7666 10.2372 4.06437 9.93945 4.43164 9.93945H5.20117V6.05664H4.43164C4.06437 6.05664 3.7666 5.75887 3.7666 5.3916C3.76669 5.02441 4.06443 4.72656 4.43164 4.72656H7.30078Z"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconLineTextInput',
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
@@ -300,4 +300,28 @@ export { default as IconColorCycle } from './IconColorCycle/index.vue';
300
300
  export { default as IconLineCopy } from './IconLineCopy/index.vue';
301
301
  export { default as IconColorLogo } from './IconColorLogo/index.vue';
302
302
  export { default as IconColorApprove } from './IconColorApprove/index.vue';
303
- export { default as IconFillDataFilter } from './IconFillDataFilter/index.vue';
303
+ export { default as IconFillDataFilter } from './IconFillDataFilter/index.vue';
304
+ export { default as IconLineSearch } from './IconLineSearch/index.vue';
305
+ export { default as IconLineChartBubble } from './IconLineChartBubble/index.vue';
306
+ export { default as IconLineBasicBlock } from './IconLineBasicBlock/index.vue';
307
+ export { default as IconLineChartLine } from './IconLineChartLine/index.vue';
308
+ export { default as IconLineCascade } from './IconLineCascade/index.vue';
309
+ export { default as IconLineChartDualAxis } from './IconLineChartDualAxis/index.vue';
310
+ export { default as IconLineApprovalTask } from './IconLineApprovalTask/index.vue';
311
+ export { default as IconLineChartFunnel } from './IconLineChartFunnel/index.vue';
312
+ export { default as IconLineChartNormalTable } from './IconLineChartNormalTable/index.vue';
313
+ export { default as IconLineChartProgress } from './IconLineChartProgress/index.vue';
314
+ export { default as IconLineChartPivotTable } from './IconLineChartPivotTable/index.vue';
315
+ export { default as IconLineChartBar } from './IconLineChartBar/index.vue';
316
+ export { default as IconLineDateRange } from './IconLineDateRange/index.vue';
317
+ export { default as IconLineChartScatter } from './IconLineChartScatter/index.vue';
318
+ export { default as IconLineImage } from './IconLineImage/index.vue';
319
+ export { default as IconLineNumberInput } from './IconLineNumberInput/index.vue';
320
+ export { default as IconLineChartPie } from './IconLineChartPie/index.vue';
321
+ export { default as IconLineTab } from './IconLineTab/index.vue';
322
+ export { default as IconLineChartRadar } from './IconLineChartRadar/index.vue';
323
+ export { default as IconLineTextInput } from './IconLineTextInput/index.vue';
324
+ export { default as IconLineCarousel } from './IconLineCarousel/index.vue';
325
+ export { default as IconLineSelect2 } from './IconLineSelect2/index.vue';
326
+ export { default as IconLineIframe } from './IconLineIframe/index.vue';
327
+ export { default as IconLineNoticeList } from './IconLineNoticeList/index.vue';