@arco-iconbox/vue-smartcode 0.1.66 → 0.1.67

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.
@@ -0,0 +1,32 @@
1
+ import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
2
+ import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
3
+ const _sfc_main = {
4
+ name: "IconLineQuotation",
5
+ props: {
6
+ prefix: {
7
+ type: String,
8
+ default: "sc"
9
+ },
10
+ useCurrentColor: {
11
+ type: Boolean,
12
+ default: true
13
+ }
14
+ }
15
+ };
16
+ const _hoisted_1 = ["fill"];
17
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M4.18627 1.57092C4.41893 1.42432 4.72664 1.49394 4.87377 1.7262C5.02079 1.9591 4.95138 2.26762 4.7185 2.41467C4.17425 2.75824 3.37265 3.42962 2.69018 4.33069C2.46575 4.62705 2.2589 4.94635 2.0769 5.28186C2.3808 5.18315 2.69936 5.13972 3.00951 5.15491C3.56817 5.18236 4.13029 5.39376 4.55541 5.81799C4.98616 6.24822 5.24183 6.86265 5.24194 7.62366C5.24194 8.51105 4.94848 9.21873 4.46557 9.70178C3.98683 10.1805 3.35185 10.4078 2.72826 10.3893C2.10452 10.3706 1.48361 10.1057 1.03588 9.59631C0.584675 9.08258 0.338579 8.35479 0.396233 7.46448C0.490664 6.00874 1.13747 4.7286 1.89428 3.72913C2.65096 2.72996 3.54312 1.97693 4.18627 1.57092ZM10.5574 1.57092C10.7901 1.42462 11.0979 1.49383 11.2449 1.7262C11.3918 1.95896 11.3221 2.26751 11.0896 2.41467C10.5454 2.75819 9.74371 3.42975 9.06127 4.33069C8.83691 4.62696 8.62996 4.94646 8.44799 5.28186C8.75186 5.18322 9.0705 5.13968 9.38061 5.15491C9.93928 5.18245 10.5014 5.39364 10.9265 5.81799C11.3572 6.24821 11.6129 6.86267 11.613 7.62366C11.613 8.51083 11.3194 9.21873 10.8367 9.70178C10.358 10.1804 9.72282 10.4076 9.09936 10.3893C8.47551 10.3707 7.85478 10.1058 7.40698 9.59631C6.95557 9.08257 6.70966 8.35499 6.76733 7.46448C6.86177 6.00876 7.50857 4.72859 8.26537 3.72913C9.02203 2.73009 9.91428 1.97687 10.5574 1.57092ZM2.96069 6.151C2.25862 6.11664 1.56262 6.53619 1.40893 7.32288C1.40148 7.39109 1.39582 7.46002 1.39135 7.52893C1.34815 8.19606 1.53365 8.65195 1.7849 8.93811C2.03979 9.22802 2.39427 9.3813 2.75756 9.39221C3.12118 9.40304 3.48613 9.27106 3.76049 8.99671C4.03082 8.72629 4.24389 8.28506 4.24389 7.62366C4.24379 7.09544 4.07306 6.74563 3.85131 6.52405C3.62381 6.297 3.30626 6.16799 2.96069 6.151ZM9.33178 6.151C8.62964 6.1165 7.93379 6.53615 7.78002 7.32288C7.77258 7.39107 7.76691 7.46004 7.76244 7.52893C7.71923 8.19633 7.90459 8.65198 8.156 8.93811C8.41096 9.22811 8.76525 9.38139 9.12865 9.39221C9.49214 9.40294 9.85732 9.27096 10.1316 8.99671C10.4017 8.72626 10.615 8.28477 10.615 7.62366C10.6149 7.09546 10.4441 6.74563 10.2224 6.52405C9.99496 6.29688 9.67737 6.16808 9.33178 6.151Z" }, null, -1);
18
+ const _hoisted_3 = [
19
+ _hoisted_2
20
+ ];
21
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
22
+ return openBlock(), createElementBlock("svg", mergeProps({
23
+ viewBox: "0 0 12 12",
24
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
25
+ xmlns: "http://www.w3.org/2000/svg",
26
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-quotation`],
27
+ width: "1em",
28
+ height: "1em"
29
+ }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
30
+ }
31
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
32
+ export { index as default };
package/esm/index.js CHANGED
@@ -335,3 +335,4 @@ export { default as IconColorQdrant } from "./IconColorQdrant/index.js";
335
335
  export { default as IconLineToolbarPreview } from "./IconLineToolbarPreview/index.js";
336
336
  export { default as IconLineToolbarVerify } from "./IconLineToolbarVerify/index.js";
337
337
  export { default as IconLineToolbarImport } from "./IconLineToolbarImport/index.js";
338
+ export { default as IconLineQuotation } from "./IconLineQuotation/index.js";
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+ var vue = require("vue");
3
+ var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
4
+ const _sfc_main = {
5
+ name: "IconLineQuotation",
6
+ props: {
7
+ prefix: {
8
+ type: String,
9
+ default: "sc"
10
+ },
11
+ useCurrentColor: {
12
+ type: Boolean,
13
+ default: true
14
+ }
15
+ }
16
+ };
17
+ const _hoisted_1 = ["fill"];
18
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M4.18627 1.57092C4.41893 1.42432 4.72664 1.49394 4.87377 1.7262C5.02079 1.9591 4.95138 2.26762 4.7185 2.41467C4.17425 2.75824 3.37265 3.42962 2.69018 4.33069C2.46575 4.62705 2.2589 4.94635 2.0769 5.28186C2.3808 5.18315 2.69936 5.13972 3.00951 5.15491C3.56817 5.18236 4.13029 5.39376 4.55541 5.81799C4.98616 6.24822 5.24183 6.86265 5.24194 7.62366C5.24194 8.51105 4.94848 9.21873 4.46557 9.70178C3.98683 10.1805 3.35185 10.4078 2.72826 10.3893C2.10452 10.3706 1.48361 10.1057 1.03588 9.59631C0.584675 9.08258 0.338579 8.35479 0.396233 7.46448C0.490664 6.00874 1.13747 4.7286 1.89428 3.72913C2.65096 2.72996 3.54312 1.97693 4.18627 1.57092ZM10.5574 1.57092C10.7901 1.42462 11.0979 1.49383 11.2449 1.7262C11.3918 1.95896 11.3221 2.26751 11.0896 2.41467C10.5454 2.75819 9.74371 3.42975 9.06127 4.33069C8.83691 4.62696 8.62996 4.94646 8.44799 5.28186C8.75186 5.18322 9.0705 5.13968 9.38061 5.15491C9.93928 5.18245 10.5014 5.39364 10.9265 5.81799C11.3572 6.24821 11.6129 6.86267 11.613 7.62366C11.613 8.51083 11.3194 9.21873 10.8367 9.70178C10.358 10.1804 9.72282 10.4076 9.09936 10.3893C8.47551 10.3707 7.85478 10.1058 7.40698 9.59631C6.95557 9.08257 6.70966 8.35499 6.76733 7.46448C6.86177 6.00876 7.50857 4.72859 8.26537 3.72913C9.02203 2.73009 9.91428 1.97687 10.5574 1.57092ZM2.96069 6.151C2.25862 6.11664 1.56262 6.53619 1.40893 7.32288C1.40148 7.39109 1.39582 7.46002 1.39135 7.52893C1.34815 8.19606 1.53365 8.65195 1.7849 8.93811C2.03979 9.22802 2.39427 9.3813 2.75756 9.39221C3.12118 9.40304 3.48613 9.27106 3.76049 8.99671C4.03082 8.72629 4.24389 8.28506 4.24389 7.62366C4.24379 7.09544 4.07306 6.74563 3.85131 6.52405C3.62381 6.297 3.30626 6.16799 2.96069 6.151ZM9.33178 6.151C8.62964 6.1165 7.93379 6.53615 7.78002 7.32288C7.77258 7.39107 7.76691 7.46004 7.76244 7.52893C7.71923 8.19633 7.90459 8.65198 8.156 8.93811C8.41096 9.22811 8.76525 9.38139 9.12865 9.39221C9.49214 9.40294 9.85732 9.27096 10.1316 8.99671C10.4017 8.72626 10.615 8.28477 10.615 7.62366C10.6149 7.09546 10.4441 6.74563 10.2224 6.52405C9.99496 6.29688 9.67737 6.16808 9.33178 6.151Z" }, null, -1);
19
+ const _hoisted_3 = [
20
+ _hoisted_2
21
+ ];
22
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
23
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
24
+ viewBox: "0 0 12 12",
25
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
26
+ xmlns: "http://www.w3.org/2000/svg",
27
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-quotation`],
28
+ width: "1em",
29
+ height: "1em"
30
+ }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
31
+ }
32
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
33
+ module.exports = index;
package/lib/index.js CHANGED
@@ -337,6 +337,7 @@ var index$5d = require("./IconColorQdrant/index.js");
337
337
  var index$5e = require("./IconLineToolbarPreview/index.js");
338
338
  var index$5f = require("./IconLineToolbarVerify/index.js");
339
339
  var index$5g = require("./IconLineToolbarImport/index.js");
340
+ var index$5h = require("./IconLineQuotation/index.js");
340
341
  exports.IconFillHeart = index;
341
342
  exports.IconFillMute = index$1;
342
343
  exports.IconFillSound = index$2;
@@ -674,3 +675,4 @@ exports.IconColorQdrant = index$5d;
674
675
  exports.IconLineToolbarPreview = index$5e;
675
676
  exports.IconLineToolbarVerify = index$5f;
676
677
  exports.IconLineToolbarImport = index$5g;
678
+ exports.IconLineQuotation = index$5h;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arco-iconbox/vue-smartcode",
3
- "version": "0.1.66",
3
+ "version": "0.1.67",
4
4
  "main": "lib/index.js",
5
5
  "module": "esm/index.js",
6
6
  "license": "ISC",
@@ -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-line-quotation`]" width="1em" height="1em" v-bind="$attrs"><path d="M4.18627 1.57092C4.41893 1.42432 4.72664 1.49394 4.87377 1.7262C5.02079 1.9591 4.95138 2.26762 4.7185 2.41467C4.17425 2.75824 3.37265 3.42962 2.69018 4.33069C2.46575 4.62705 2.2589 4.94635 2.0769 5.28186C2.3808 5.18315 2.69936 5.13972 3.00951 5.15491C3.56817 5.18236 4.13029 5.39376 4.55541 5.81799C4.98616 6.24822 5.24183 6.86265 5.24194 7.62366C5.24194 8.51105 4.94848 9.21873 4.46557 9.70178C3.98683 10.1805 3.35185 10.4078 2.72826 10.3893C2.10452 10.3706 1.48361 10.1057 1.03588 9.59631C0.584675 9.08258 0.338579 8.35479 0.396233 7.46448C0.490664 6.00874 1.13747 4.7286 1.89428 3.72913C2.65096 2.72996 3.54312 1.97693 4.18627 1.57092ZM10.5574 1.57092C10.7901 1.42462 11.0979 1.49383 11.2449 1.7262C11.3918 1.95896 11.3221 2.26751 11.0896 2.41467C10.5454 2.75819 9.74371 3.42975 9.06127 4.33069C8.83691 4.62696 8.62996 4.94646 8.44799 5.28186C8.75186 5.18322 9.0705 5.13968 9.38061 5.15491C9.93928 5.18245 10.5014 5.39364 10.9265 5.81799C11.3572 6.24821 11.6129 6.86267 11.613 7.62366C11.613 8.51083 11.3194 9.21873 10.8367 9.70178C10.358 10.1804 9.72282 10.4076 9.09936 10.3893C8.47551 10.3707 7.85478 10.1058 7.40698 9.59631C6.95557 9.08257 6.70966 8.35499 6.76733 7.46448C6.86177 6.00876 7.50857 4.72859 8.26537 3.72913C9.02203 2.73009 9.91428 1.97687 10.5574 1.57092ZM2.96069 6.151C2.25862 6.11664 1.56262 6.53619 1.40893 7.32288C1.40148 7.39109 1.39582 7.46002 1.39135 7.52893C1.34815 8.19606 1.53365 8.65195 1.7849 8.93811C2.03979 9.22802 2.39427 9.3813 2.75756 9.39221C3.12118 9.40304 3.48613 9.27106 3.76049 8.99671C4.03082 8.72629 4.24389 8.28506 4.24389 7.62366C4.24379 7.09544 4.07306 6.74563 3.85131 6.52405C3.62381 6.297 3.30626 6.16799 2.96069 6.151ZM9.33178 6.151C8.62964 6.1165 7.93379 6.53615 7.78002 7.32288C7.77258 7.39107 7.76691 7.46004 7.76244 7.52893C7.71923 8.19633 7.90459 8.65198 8.156 8.93811C8.41096 9.22811 8.76525 9.38139 9.12865 9.39221C9.49214 9.40294 9.85732 9.27096 10.1316 8.99671C10.4017 8.72626 10.615 8.28477 10.615 7.62366C10.6149 7.09546 10.4441 6.74563 10.2224 6.52405C9.99496 6.29688 9.67737 6.16808 9.33178 6.151Z"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconLineQuotation',
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
@@ -334,4 +334,5 @@ export { default as IconLineUpload } from './IconLineUpload/index.vue';
334
334
  export { default as IconColorQdrant } from './IconColorQdrant/index.vue';
335
335
  export { default as IconLineToolbarPreview } from './IconLineToolbarPreview/index.vue';
336
336
  export { default as IconLineToolbarVerify } from './IconLineToolbarVerify/index.vue';
337
- export { default as IconLineToolbarImport } from './IconLineToolbarImport/index.vue';
337
+ export { default as IconLineToolbarImport } from './IconLineToolbarImport/index.vue';
338
+ export { default as IconLineQuotation } from './IconLineQuotation/index.vue';