@arco-iconbox/vue-smartcode 0.1.45 → 0.1.46

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: "IconFillQuotation",
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: "M0.842606 7.46021C0.84155 6.31454 1.1371 5.18811 1.7005 4.19054C2.26389 3.19296 3.07594 2.35823 4.05762 1.76757C4.14042 1.70233 4.23625 1.6556 4.33864 1.63053C4.44103 1.60546 4.54761 1.60264 4.65119 1.62225C4.75476 1.64186 4.85293 1.68345 4.93907 1.74422C5.02521 1.80499 5.09732 1.88352 5.15053 1.97452C5.20375 2.06552 5.23684 2.16687 5.24756 2.27174C5.25829 2.37661 5.2464 2.48256 5.21271 2.58245C5.17901 2.68234 5.1243 2.77384 5.05224 2.85078C4.98019 2.92773 4.89247 2.98833 4.79501 3.02851C3.92037 3.55106 3.21993 4.32077 2.78194 5.24067H3.02528C3.4628 5.24067 3.8905 5.37042 4.25429 5.61349C4.61808 5.85657 4.90162 6.20206 5.06905 6.60628C5.23649 7.0105 5.28029 7.4553 5.19494 7.88441C5.10958 8.31353 4.89889 8.7077 4.58951 9.01708C4.28014 9.32646 3.88597 9.53714 3.45685 9.6225C3.02773 9.70786 2.58294 9.66405 2.17872 9.49662C1.7745 9.32918 1.429 9.04564 1.18593 8.68185C0.942852 8.31807 0.81311 7.89037 0.81311 7.45284L0.842606 7.46021ZM6.74172 7.46021C6.74193 6.31579 7.03809 5.19087 7.60142 4.1947C8.16476 3.19853 8.97613 2.36496 9.95673 1.77495C10.0395 1.7097 10.1354 1.66297 10.2378 1.6379C10.3401 1.61283 10.4467 1.61001 10.5503 1.62962C10.6539 1.64924 10.752 1.69083 10.8382 1.7516C10.9243 1.81237 10.9964 1.8909 11.0496 1.98189C11.1029 2.07289 11.1359 2.17424 11.1467 2.27911C11.1574 2.38398 11.1455 2.48993 11.1118 2.58982C11.0781 2.68971 11.0234 2.78121 10.9514 2.85816C10.8793 2.93511 10.7916 2.99571 10.6941 3.03588C9.81948 3.55843 9.11904 4.32814 8.68105 5.24805H8.92439C9.36191 5.24805 9.78961 5.37779 10.1534 5.62087C10.5172 5.86394 10.8007 6.20943 10.9682 6.61366C11.1356 7.01788 11.1794 7.46267 11.094 7.89179C11.0087 8.32091 10.798 8.71508 10.4886 9.02445C10.1792 9.33383 9.78508 9.54452 9.35596 9.62988C8.92684 9.71523 8.48205 9.67142 8.07783 9.50399C7.67361 9.33656 7.32811 9.05302 7.08504 8.68923C6.84196 8.32544 6.71222 7.89774 6.71222 7.46021H6.74172Z" }, 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-fill-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
@@ -275,3 +275,4 @@ export { default as IconLineNotListContain } from "./IconLineNotListContain/inde
275
275
  export { default as IconLineDotDrag } from "./IconLineDotDrag/index.js";
276
276
  export { default as IconLineWorkFlow } from "./IconLineWorkFlow/index.js";
277
277
  export { default as IconLineEr } from "./IconLineEr/index.js";
278
+ export { default as IconFillQuotation } from "./IconFillQuotation/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: "IconFillQuotation",
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: "M0.842606 7.46021C0.84155 6.31454 1.1371 5.18811 1.7005 4.19054C2.26389 3.19296 3.07594 2.35823 4.05762 1.76757C4.14042 1.70233 4.23625 1.6556 4.33864 1.63053C4.44103 1.60546 4.54761 1.60264 4.65119 1.62225C4.75476 1.64186 4.85293 1.68345 4.93907 1.74422C5.02521 1.80499 5.09732 1.88352 5.15053 1.97452C5.20375 2.06552 5.23684 2.16687 5.24756 2.27174C5.25829 2.37661 5.2464 2.48256 5.21271 2.58245C5.17901 2.68234 5.1243 2.77384 5.05224 2.85078C4.98019 2.92773 4.89247 2.98833 4.79501 3.02851C3.92037 3.55106 3.21993 4.32077 2.78194 5.24067H3.02528C3.4628 5.24067 3.8905 5.37042 4.25429 5.61349C4.61808 5.85657 4.90162 6.20206 5.06905 6.60628C5.23649 7.0105 5.28029 7.4553 5.19494 7.88441C5.10958 8.31353 4.89889 8.7077 4.58951 9.01708C4.28014 9.32646 3.88597 9.53714 3.45685 9.6225C3.02773 9.70786 2.58294 9.66405 2.17872 9.49662C1.7745 9.32918 1.429 9.04564 1.18593 8.68185C0.942852 8.31807 0.81311 7.89037 0.81311 7.45284L0.842606 7.46021ZM6.74172 7.46021C6.74193 6.31579 7.03809 5.19087 7.60142 4.1947C8.16476 3.19853 8.97613 2.36496 9.95673 1.77495C10.0395 1.7097 10.1354 1.66297 10.2378 1.6379C10.3401 1.61283 10.4467 1.61001 10.5503 1.62962C10.6539 1.64924 10.752 1.69083 10.8382 1.7516C10.9243 1.81237 10.9964 1.8909 11.0496 1.98189C11.1029 2.07289 11.1359 2.17424 11.1467 2.27911C11.1574 2.38398 11.1455 2.48993 11.1118 2.58982C11.0781 2.68971 11.0234 2.78121 10.9514 2.85816C10.8793 2.93511 10.7916 2.99571 10.6941 3.03588C9.81948 3.55843 9.11904 4.32814 8.68105 5.24805H8.92439C9.36191 5.24805 9.78961 5.37779 10.1534 5.62087C10.5172 5.86394 10.8007 6.20943 10.9682 6.61366C11.1356 7.01788 11.1794 7.46267 11.094 7.89179C11.0087 8.32091 10.798 8.71508 10.4886 9.02445C10.1792 9.33383 9.78508 9.54452 9.35596 9.62988C8.92684 9.71523 8.48205 9.67142 8.07783 9.50399C7.67361 9.33656 7.32811 9.05302 7.08504 8.68923C6.84196 8.32544 6.71222 7.89774 6.71222 7.46021H6.74172Z" }, 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-fill-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
@@ -277,6 +277,7 @@ var index$4h = require("./IconLineNotListContain/index.js");
277
277
  var index$4i = require("./IconLineDotDrag/index.js");
278
278
  var index$4j = require("./IconLineWorkFlow/index.js");
279
279
  var index$4k = require("./IconLineEr/index.js");
280
+ var index$4l = require("./IconFillQuotation/index.js");
280
281
  exports.IconFillHeart = index;
281
282
  exports.IconFillMute = index$1;
282
283
  exports.IconFillSound = index$2;
@@ -554,3 +555,4 @@ exports.IconLineNotListContain = index$4h;
554
555
  exports.IconLineDotDrag = index$4i;
555
556
  exports.IconLineWorkFlow = index$4j;
556
557
  exports.IconLineEr = index$4k;
558
+ exports.IconFillQuotation = index$4l;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arco-iconbox/vue-smartcode",
3
- "version": "0.1.45",
3
+ "version": "0.1.46",
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-fill-quotation`]" width="1em" height="1em" v-bind="$attrs"><path d="M0.842606 7.46021C0.84155 6.31454 1.1371 5.18811 1.7005 4.19054C2.26389 3.19296 3.07594 2.35823 4.05762 1.76757C4.14042 1.70233 4.23625 1.6556 4.33864 1.63053C4.44103 1.60546 4.54761 1.60264 4.65119 1.62225C4.75476 1.64186 4.85293 1.68345 4.93907 1.74422C5.02521 1.80499 5.09732 1.88352 5.15053 1.97452C5.20375 2.06552 5.23684 2.16687 5.24756 2.27174C5.25829 2.37661 5.2464 2.48256 5.21271 2.58245C5.17901 2.68234 5.1243 2.77384 5.05224 2.85078C4.98019 2.92773 4.89247 2.98833 4.79501 3.02851C3.92037 3.55106 3.21993 4.32077 2.78194 5.24067H3.02528C3.4628 5.24067 3.8905 5.37042 4.25429 5.61349C4.61808 5.85657 4.90162 6.20206 5.06905 6.60628C5.23649 7.0105 5.28029 7.4553 5.19494 7.88441C5.10958 8.31353 4.89889 8.7077 4.58951 9.01708C4.28014 9.32646 3.88597 9.53714 3.45685 9.6225C3.02773 9.70786 2.58294 9.66405 2.17872 9.49662C1.7745 9.32918 1.429 9.04564 1.18593 8.68185C0.942852 8.31807 0.81311 7.89037 0.81311 7.45284L0.842606 7.46021ZM6.74172 7.46021C6.74193 6.31579 7.03809 5.19087 7.60142 4.1947C8.16476 3.19853 8.97613 2.36496 9.95673 1.77495C10.0395 1.7097 10.1354 1.66297 10.2378 1.6379C10.3401 1.61283 10.4467 1.61001 10.5503 1.62962C10.6539 1.64924 10.752 1.69083 10.8382 1.7516C10.9243 1.81237 10.9964 1.8909 11.0496 1.98189C11.1029 2.07289 11.1359 2.17424 11.1467 2.27911C11.1574 2.38398 11.1455 2.48993 11.1118 2.58982C11.0781 2.68971 11.0234 2.78121 10.9514 2.85816C10.8793 2.93511 10.7916 2.99571 10.6941 3.03588C9.81948 3.55843 9.11904 4.32814 8.68105 5.24805H8.92439C9.36191 5.24805 9.78961 5.37779 10.1534 5.62087C10.5172 5.86394 10.8007 6.20943 10.9682 6.61366C11.1356 7.01788 11.1794 7.46267 11.094 7.89179C11.0087 8.32091 10.798 8.71508 10.4886 9.02445C10.1792 9.33383 9.78508 9.54452 9.35596 9.62988C8.92684 9.71523 8.48205 9.67142 8.07783 9.50399C7.67361 9.33656 7.32811 9.05302 7.08504 8.68923C6.84196 8.32544 6.71222 7.89774 6.71222 7.46021H6.74172Z"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconFillQuotation',
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
@@ -274,4 +274,5 @@ export { default as IconLineLessThan } from './IconLineLessThan/index.vue';
274
274
  export { default as IconLineNotListContain } from './IconLineNotListContain/index.vue';
275
275
  export { default as IconLineDotDrag } from './IconLineDotDrag/index.vue';
276
276
  export { default as IconLineWorkFlow } from './IconLineWorkFlow/index.vue';
277
- export { default as IconLineEr } from './IconLineEr/index.vue';
277
+ export { default as IconLineEr } from './IconLineEr/index.vue';
278
+ export { default as IconFillQuotation } from './IconFillQuotation/index.vue';