@arco-iconbox/vue-smartcode 0.1.97 → 0.1.99

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,33 @@
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: "IconColorForm",
5
+ props: {
6
+ prefix: {
7
+ type: String,
8
+ default: "sc"
9
+ },
10
+ useCurrentColor: {
11
+ type: Boolean,
12
+ default: false
13
+ }
14
+ }
15
+ };
16
+ const _hoisted_1 = ["fill"];
17
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
18
+ return openBlock(), createElementBlock("svg", mergeProps({
19
+ viewBox: "0 0 16 16",
20
+ fill: "none",
21
+ xmlns: "http://www.w3.org/2000/svg",
22
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-form`],
23
+ width: "1em",
24
+ height: "1em"
25
+ }, _ctx.$attrs), [
26
+ createElementVNode("path", {
27
+ d: "M8.34827 0.691453C9.24098 0.69145 9.82912 0.682978 10.3688 0.895555C10.9083 1.1082 11.3322 1.51531 11.985 2.12407L13.2184 3.27446C13.9367 3.94435 14.4171 4.37823 14.6705 4.96098C14.9238 5.54381 14.9137 6.19137 14.9137 7.17387V9.97466C14.9137 11.0906 14.9146 11.9817 14.8209 12.6788C14.7251 13.391 14.5218 13.9807 14.0553 14.4473C13.5886 14.914 12.9981 15.1181 12.2858 15.2139C11.5887 15.3076 10.6976 15.3057 9.58167 15.3057H6.41956C5.30359 15.3057 4.41258 15.3076 3.71545 15.2139C3.00313 15.1181 2.41362 14.9138 1.9469 14.4473C1.48021 13.9806 1.27612 13.3911 1.1803 12.6788C1.08658 11.9817 1.08752 11.0907 1.08752 9.97466V6.02348C1.08752 4.90737 1.08659 4.01655 1.1803 3.31938C1.2761 2.60685 1.48011 2.01762 1.9469 1.55083C2.41368 1.08411 3.00296 0.880019 3.71545 0.784226C4.41259 0.690547 5.30354 0.691453 6.41956 0.691453H8.34827ZM4.64807 10.3985C4.20634 10.3985 3.84842 10.7566 3.84827 11.1983C3.84827 11.6401 4.20624 11.9981 4.64807 11.9981H9.07385C9.51528 11.9976 9.87366 11.6398 9.87366 11.1983C9.8735 10.7569 9.51518 10.399 9.07385 10.3985H4.64807ZM4.64807 7.19829C4.20641 7.19829 3.84853 7.55649 3.84827 7.99809C3.84827 8.43992 4.20624 8.7979 4.64807 8.7979H7.65881C8.10024 8.79742 8.4596 8.43963 8.4596 7.99809C8.45933 7.55678 8.10008 7.19876 7.65881 7.19829H4.64807ZM9.82874 2.0479C9.77783 2.04403 9.72811 2.06473 9.69495 2.10356C9.65672 2.14851 9.65686 2.24583 9.65686 2.4395V4.81743C9.65686 5.26547 9.65658 5.49005 9.74377 5.66118C9.82048 5.81164 9.9429 5.93412 10.0934 6.01079C10.2644 6.09793 10.4885 6.0977 10.9362 6.0977H13.3151C13.5088 6.0977 13.6061 6.09785 13.651 6.05962C13.6899 6.02635 13.7107 5.97591 13.7067 5.92485C13.7018 5.86614 13.6333 5.79773 13.4967 5.66118L10.0934 2.25786C9.95645 2.12092 9.88755 2.05253 9.82874 2.0479Z",
28
+ fill: $props.useCurrentColor ? "currentColor" : "#009A29"
29
+ }, null, 8, _hoisted_1)
30
+ ], 16);
31
+ }
32
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
33
+ export { index as default };
package/esm/index.js CHANGED
@@ -387,3 +387,4 @@ export { default as IconLineArrowsUp } from "./IconLineArrowsUp/index.js";
387
387
  export { default as IconLineForm } from "./IconLineForm/index.js";
388
388
  export { default as IconColorDateRange } from "./IconColorDateRange/index.js";
389
389
  export { default as IconColorNumRange } from "./IconColorNumRange/index.js";
390
+ export { default as IconColorForm } from "./IconColorForm/index.js";
@@ -0,0 +1,34 @@
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: "IconColorForm",
6
+ props: {
7
+ prefix: {
8
+ type: String,
9
+ default: "sc"
10
+ },
11
+ useCurrentColor: {
12
+ type: Boolean,
13
+ default: false
14
+ }
15
+ }
16
+ };
17
+ const _hoisted_1 = ["fill"];
18
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
19
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
20
+ viewBox: "0 0 16 16",
21
+ fill: "none",
22
+ xmlns: "http://www.w3.org/2000/svg",
23
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-form`],
24
+ width: "1em",
25
+ height: "1em"
26
+ }, _ctx.$attrs), [
27
+ vue.createElementVNode("path", {
28
+ d: "M8.34827 0.691453C9.24098 0.69145 9.82912 0.682978 10.3688 0.895555C10.9083 1.1082 11.3322 1.51531 11.985 2.12407L13.2184 3.27446C13.9367 3.94435 14.4171 4.37823 14.6705 4.96098C14.9238 5.54381 14.9137 6.19137 14.9137 7.17387V9.97466C14.9137 11.0906 14.9146 11.9817 14.8209 12.6788C14.7251 13.391 14.5218 13.9807 14.0553 14.4473C13.5886 14.914 12.9981 15.1181 12.2858 15.2139C11.5887 15.3076 10.6976 15.3057 9.58167 15.3057H6.41956C5.30359 15.3057 4.41258 15.3076 3.71545 15.2139C3.00313 15.1181 2.41362 14.9138 1.9469 14.4473C1.48021 13.9806 1.27612 13.3911 1.1803 12.6788C1.08658 11.9817 1.08752 11.0907 1.08752 9.97466V6.02348C1.08752 4.90737 1.08659 4.01655 1.1803 3.31938C1.2761 2.60685 1.48011 2.01762 1.9469 1.55083C2.41368 1.08411 3.00296 0.880019 3.71545 0.784226C4.41259 0.690547 5.30354 0.691453 6.41956 0.691453H8.34827ZM4.64807 10.3985C4.20634 10.3985 3.84842 10.7566 3.84827 11.1983C3.84827 11.6401 4.20624 11.9981 4.64807 11.9981H9.07385C9.51528 11.9976 9.87366 11.6398 9.87366 11.1983C9.8735 10.7569 9.51518 10.399 9.07385 10.3985H4.64807ZM4.64807 7.19829C4.20641 7.19829 3.84853 7.55649 3.84827 7.99809C3.84827 8.43992 4.20624 8.7979 4.64807 8.7979H7.65881C8.10024 8.79742 8.4596 8.43963 8.4596 7.99809C8.45933 7.55678 8.10008 7.19876 7.65881 7.19829H4.64807ZM9.82874 2.0479C9.77783 2.04403 9.72811 2.06473 9.69495 2.10356C9.65672 2.14851 9.65686 2.24583 9.65686 2.4395V4.81743C9.65686 5.26547 9.65658 5.49005 9.74377 5.66118C9.82048 5.81164 9.9429 5.93412 10.0934 6.01079C10.2644 6.09793 10.4885 6.0977 10.9362 6.0977H13.3151C13.5088 6.0977 13.6061 6.09785 13.651 6.05962C13.6899 6.02635 13.7107 5.97591 13.7067 5.92485C13.7018 5.86614 13.6333 5.79773 13.4967 5.66118L10.0934 2.25786C9.95645 2.12092 9.88755 2.05253 9.82874 2.0479Z",
29
+ fill: $props.useCurrentColor ? "currentColor" : "#009A29"
30
+ }, null, 8, _hoisted_1)
31
+ ], 16);
32
+ }
33
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
34
+ module.exports = index;
package/lib/index.js CHANGED
@@ -389,6 +389,7 @@ var index$61 = require("./IconLineArrowsUp/index.js");
389
389
  var index$62 = require("./IconLineForm/index.js");
390
390
  var index$63 = require("./IconColorDateRange/index.js");
391
391
  var index$64 = require("./IconColorNumRange/index.js");
392
+ var index$65 = require("./IconColorForm/index.js");
392
393
  exports.IconFillHeart = index;
393
394
  exports.IconFillMute = index$1;
394
395
  exports.IconFillSound = index$2;
@@ -778,3 +779,4 @@ exports.IconLineArrowsUp = index$61;
778
779
  exports.IconLineForm = index$62;
779
780
  exports.IconColorDateRange = index$63;
780
781
  exports.IconColorNumRange = index$64;
782
+ exports.IconColorForm = index$65;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arco-iconbox/vue-smartcode",
3
- "version": "0.1.97",
3
+ "version": "0.1.99",
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 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-color-form`]" width="1em" height="1em" v-bind="$attrs"><path d="M8.34827 0.691453C9.24098 0.69145 9.82912 0.682978 10.3688 0.895555C10.9083 1.1082 11.3322 1.51531 11.985 2.12407L13.2184 3.27446C13.9367 3.94435 14.4171 4.37823 14.6705 4.96098C14.9238 5.54381 14.9137 6.19137 14.9137 7.17387V9.97466C14.9137 11.0906 14.9146 11.9817 14.8209 12.6788C14.7251 13.391 14.5218 13.9807 14.0553 14.4473C13.5886 14.914 12.9981 15.1181 12.2858 15.2139C11.5887 15.3076 10.6976 15.3057 9.58167 15.3057H6.41956C5.30359 15.3057 4.41258 15.3076 3.71545 15.2139C3.00313 15.1181 2.41362 14.9138 1.9469 14.4473C1.48021 13.9806 1.27612 13.3911 1.1803 12.6788C1.08658 11.9817 1.08752 11.0907 1.08752 9.97466V6.02348C1.08752 4.90737 1.08659 4.01655 1.1803 3.31938C1.2761 2.60685 1.48011 2.01762 1.9469 1.55083C2.41368 1.08411 3.00296 0.880019 3.71545 0.784226C4.41259 0.690547 5.30354 0.691453 6.41956 0.691453H8.34827ZM4.64807 10.3985C4.20634 10.3985 3.84842 10.7566 3.84827 11.1983C3.84827 11.6401 4.20624 11.9981 4.64807 11.9981H9.07385C9.51528 11.9976 9.87366 11.6398 9.87366 11.1983C9.8735 10.7569 9.51518 10.399 9.07385 10.3985H4.64807ZM4.64807 7.19829C4.20641 7.19829 3.84853 7.55649 3.84827 7.99809C3.84827 8.43992 4.20624 8.7979 4.64807 8.7979H7.65881C8.10024 8.79742 8.4596 8.43963 8.4596 7.99809C8.45933 7.55678 8.10008 7.19876 7.65881 7.19829H4.64807ZM9.82874 2.0479C9.77783 2.04403 9.72811 2.06473 9.69495 2.10356C9.65672 2.14851 9.65686 2.24583 9.65686 2.4395V4.81743C9.65686 5.26547 9.65658 5.49005 9.74377 5.66118C9.82048 5.81164 9.9429 5.93412 10.0934 6.01079C10.2644 6.09793 10.4885 6.0977 10.9362 6.0977H13.3151C13.5088 6.0977 13.6061 6.09785 13.651 6.05962C13.6899 6.02635 13.7107 5.97591 13.7067 5.92485C13.7018 5.86614 13.6333 5.79773 13.4967 5.66118L10.0934 2.25786C9.95645 2.12092 9.88755 2.05253 9.82874 2.0479Z" :fill="useCurrentColor ? 'currentColor' : '#009A29'"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconColorForm',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'sc',
12
+ },
13
+ useCurrentColor: {
14
+ type: Boolean,
15
+ default: false,
16
+ },
17
+ },
18
+ };
19
+ </script>
package/src/index.js CHANGED
@@ -386,4 +386,5 @@ export { default as IconLineArrowsDown } from './IconLineArrowsDown/index.vue';
386
386
  export { default as IconLineArrowsUp } from './IconLineArrowsUp/index.vue';
387
387
  export { default as IconLineForm } from './IconLineForm/index.vue';
388
388
  export { default as IconColorDateRange } from './IconColorDateRange/index.vue';
389
- export { default as IconColorNumRange } from './IconColorNumRange/index.vue';
389
+ export { default as IconColorNumRange } from './IconColorNumRange/index.vue';
390
+ export { default as IconColorForm } from './IconColorForm/index.vue';