@arco-iconbox/vue-smartcode 0.1.35 → 0.1.37

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: "IconColorMarkdown",
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 12 12",
20
+ fill: "none",
21
+ xmlns: "http://www.w3.org/2000/svg",
22
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-markdown`],
23
+ width: "1em",
24
+ height: "1em"
25
+ }, _ctx.$attrs), [
26
+ createElementVNode("path", {
27
+ d: "M10.0148 3.3832C10.0852 3.45352 10.125 3.54844 10.125 3.64805V10.875C10.125 11.0824 9.95742 11.25 9.75 11.25H2.25C2.04258 11.25 1.875 11.0824 1.875 10.875V1.125C1.875 0.917578 2.04258 0.75 2.25 0.75H7.22695C7.32656 0.75 7.42266 0.789844 7.49297 0.860156L10.0148 3.3832ZM9.26016 3.82031L7.05469 1.61484V3.82031H9.26016ZM4.99371 7.04215L5.68641 8.60045C5.70114 8.6336 5.72517 8.66176 5.75559 8.68153C5.78601 8.70129 5.82151 8.71181 5.85778 8.71181H6.13968C6.21386 8.71181 6.28106 8.66808 6.31112 8.60027L7.00381 7.03758V8.88279C7.00381 8.98636 7.08777 9.07032 7.19134 9.07032H7.51169C7.61527 9.07032 7.69923 8.98636 7.69923 8.88279V5.69534C7.69923 5.59177 7.61527 5.5078 7.51169 5.5078H7.10452C7.068 5.5078 7.03227 5.51847 7.00172 5.53848C6.97118 5.5585 6.94714 5.587 6.93257 5.62049L6.00124 7.76018L5.06992 5.62049C5.05534 5.587 5.0313 5.55851 5.00076 5.53849C4.97021 5.51847 4.93449 5.50781 4.89797 5.50781H4.4883C4.38473 5.50781 4.30077 5.59178 4.30077 5.69535V8.8828C4.30077 8.98637 4.38473 9.07034 4.4883 9.07034H4.80619C4.90976 9.07034 4.99372 8.98637 4.99372 8.8828V7.04214L4.99371 7.04215Z",
28
+ fill: $props.useCurrentColor ? "currentColor" : "#9B59F7"
29
+ }, null, 8, _hoisted_1)
30
+ ], 16);
31
+ }
32
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
33
+ export { index as default };
@@ -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: "IconColorYaml",
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 12 12",
20
+ fill: "none",
21
+ xmlns: "http://www.w3.org/2000/svg",
22
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-yaml`],
23
+ width: "1em",
24
+ height: "1em"
25
+ }, _ctx.$attrs), [
26
+ createElementVNode("path", {
27
+ d: "M3.98921 0.617188C3.07477 0.617188 2.33514 1.35848 2.33514 2.27293V5.16924H1.0929C0.865361 5.16924 0.679352 5.3552 0.679352 5.58279V8.06556C0.679352 8.29309 0.865307 8.47905 1.0929 8.47905H2.33514V9.71963C2.33514 10.6341 3.07477 11.3754 3.98921 11.3754H8.95476C9.8692 11.3754 10.6105 10.6341 10.6105 9.71963V3.92694C10.6105 3.48833 10.2009 3.06618 9.48089 2.35861L9.17498 2.05265L8.86902 1.7468C8.16156 1.02681 7.73978 0.617188 7.30069 0.617188H3.98927H3.98921ZM3.98921 1.44422H7.00656C7.30445 1.51872 7.30069 1.88692 7.30069 2.25109V3.5135C7.30069 3.74104 7.48664 3.927 7.71423 3.927H8.95476C9.36857 3.927 9.78346 3.92673 9.78346 4.34054V9.71963C9.78346 10.1748 9.40994 10.5483 8.95476 10.5483H3.98927C3.53409 10.5483 3.16223 10.1748 3.16223 9.71963V8.47905H7.30074C7.52833 8.47905 7.71429 8.29315 7.71429 8.06556V5.58279C7.71429 5.3552 7.52833 5.16924 7.30074 5.16924H3.16218V2.27293C3.16218 1.8178 3.53403 1.44422 3.98921 1.44422ZM3.01081 5.93743H3.22264L3.90847 7.79322H3.66641L3.4647 7.21835H2.77886L2.57715 7.79322H2.33509L3.01081 5.93743ZM1.10462 5.94754H1.35674L1.78034 6.88549L2.21406 5.94754H2.46618L1.90137 7.07715V7.79322H1.66943V7.08721L1.10462 5.94754ZM4.16059 5.94754H4.50351L5.02797 7.4503H5.03808L5.55243 5.94754H5.90546V7.79322H5.67346V6.67372C5.67346 6.55941 5.67685 6.39465 5.68357 6.17949H5.67346L5.11877 7.79322H4.91705L4.36231 6.17949H4.35225C4.3657 6.41482 4.37242 6.58631 4.37242 6.69389V7.79322H4.16059V5.94754ZM6.40975 5.94754H6.6417V7.58144H7.36787V7.79322H6.40986V5.94754H6.40975ZM3.12178 6.1896C3.10161 6.28374 3.07133 6.3812 3.03098 6.48206L2.84944 7.01664H3.39407L3.20247 6.48206C3.16212 6.36776 3.13523 6.27029 3.12178 6.1896Z",
28
+ fill: $props.useCurrentColor ? "currentColor" : "#4080FF"
29
+ }, null, 8, _hoisted_1)
30
+ ], 16);
31
+ }
32
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
33
+ export { index as default };
@@ -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: "IconFillResource",
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: "M6.42627 2.02197C6.89294 2.02197 7.12643 2.02194 7.35107 2.05615C7.74082 2.11556 8.11535 2.25144 8.45264 2.45557C8.64713 2.57328 8.8266 2.72277 9.18506 3.02197C9.54319 3.3209 9.72221 3.47071 9.9165 3.58838C10.2537 3.79249 10.6284 3.92836 11.0181 3.98779C11.2428 4.02205 11.4769 4.02197 11.9438 4.02197H13.9927C15.6722 4.02197 16.5122 4.02235 17.1538 4.34912C17.7183 4.63674 18.1777 5.09616 18.4653 5.66064C18.7921 6.30228 18.7925 7.14222 18.7925 8.82178V13.1772C18.7925 14.8573 18.7922 15.6976 18.4653 16.3394C18.1777 16.9038 17.7183 17.3633 17.1538 17.6509C16.5122 17.9776 15.6722 17.978 13.9927 17.978H6.0083C4.32845 17.978 3.48788 17.9777 2.84619 17.6509C2.28171 17.3633 1.82229 16.9038 1.53467 16.3394C1.20779 15.6976 1.20752 14.8572 1.20752 13.1772V6.82178C1.20752 5.14226 1.20792 4.30227 1.53467 3.66064C1.82229 3.09616 2.28171 2.63674 2.84619 2.34912C3.48789 2.02227 4.32836 2.02197 6.0083 2.02197H6.42627ZM7.00049 7.00049C6.06884 7.00049 5.60236 6.99973 5.23486 7.15186C4.74481 7.35484 4.35484 7.74481 4.15186 8.23486C3.99976 8.60235 4.00049 9.0689 4.00049 10.0005H16.0005C16.0005 9.06887 16.0003 8.60236 15.8481 8.23486C15.6452 7.74481 15.2552 7.35484 14.7651 7.15186C14.3977 6.9998 13.9318 7.00049 13.0005 7.00049H7.00049Z" }, 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 20 20",
24
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
25
+ xmlns: "http://www.w3.org/2000/svg",
26
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fill-resource`],
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
@@ -256,3 +256,6 @@ export { default as IconColorOval } from "./IconColorOval/index.js";
256
256
  export { default as IconColorRect } from "./IconColorRect/index.js";
257
257
  export { default as IconColorText } from "./IconColorText/index.js";
258
258
  export { default as IconLinePlay } from "./IconLinePlay/index.js";
259
+ export { default as IconFillResource } from "./IconFillResource/index.js";
260
+ export { default as IconColorMarkdown } from "./IconColorMarkdown/index.js";
261
+ export { default as IconColorYaml } from "./IconColorYaml/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: "IconColorMarkdown",
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 12 12",
21
+ fill: "none",
22
+ xmlns: "http://www.w3.org/2000/svg",
23
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-markdown`],
24
+ width: "1em",
25
+ height: "1em"
26
+ }, _ctx.$attrs), [
27
+ vue.createElementVNode("path", {
28
+ d: "M10.0148 3.3832C10.0852 3.45352 10.125 3.54844 10.125 3.64805V10.875C10.125 11.0824 9.95742 11.25 9.75 11.25H2.25C2.04258 11.25 1.875 11.0824 1.875 10.875V1.125C1.875 0.917578 2.04258 0.75 2.25 0.75H7.22695C7.32656 0.75 7.42266 0.789844 7.49297 0.860156L10.0148 3.3832ZM9.26016 3.82031L7.05469 1.61484V3.82031H9.26016ZM4.99371 7.04215L5.68641 8.60045C5.70114 8.6336 5.72517 8.66176 5.75559 8.68153C5.78601 8.70129 5.82151 8.71181 5.85778 8.71181H6.13968C6.21386 8.71181 6.28106 8.66808 6.31112 8.60027L7.00381 7.03758V8.88279C7.00381 8.98636 7.08777 9.07032 7.19134 9.07032H7.51169C7.61527 9.07032 7.69923 8.98636 7.69923 8.88279V5.69534C7.69923 5.59177 7.61527 5.5078 7.51169 5.5078H7.10452C7.068 5.5078 7.03227 5.51847 7.00172 5.53848C6.97118 5.5585 6.94714 5.587 6.93257 5.62049L6.00124 7.76018L5.06992 5.62049C5.05534 5.587 5.0313 5.55851 5.00076 5.53849C4.97021 5.51847 4.93449 5.50781 4.89797 5.50781H4.4883C4.38473 5.50781 4.30077 5.59178 4.30077 5.69535V8.8828C4.30077 8.98637 4.38473 9.07034 4.4883 9.07034H4.80619C4.90976 9.07034 4.99372 8.98637 4.99372 8.8828V7.04214L4.99371 7.04215Z",
29
+ fill: $props.useCurrentColor ? "currentColor" : "#9B59F7"
30
+ }, null, 8, _hoisted_1)
31
+ ], 16);
32
+ }
33
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
34
+ module.exports = index;
@@ -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: "IconColorYaml",
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 12 12",
21
+ fill: "none",
22
+ xmlns: "http://www.w3.org/2000/svg",
23
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-yaml`],
24
+ width: "1em",
25
+ height: "1em"
26
+ }, _ctx.$attrs), [
27
+ vue.createElementVNode("path", {
28
+ d: "M3.98921 0.617188C3.07477 0.617188 2.33514 1.35848 2.33514 2.27293V5.16924H1.0929C0.865361 5.16924 0.679352 5.3552 0.679352 5.58279V8.06556C0.679352 8.29309 0.865307 8.47905 1.0929 8.47905H2.33514V9.71963C2.33514 10.6341 3.07477 11.3754 3.98921 11.3754H8.95476C9.8692 11.3754 10.6105 10.6341 10.6105 9.71963V3.92694C10.6105 3.48833 10.2009 3.06618 9.48089 2.35861L9.17498 2.05265L8.86902 1.7468C8.16156 1.02681 7.73978 0.617188 7.30069 0.617188H3.98927H3.98921ZM3.98921 1.44422H7.00656C7.30445 1.51872 7.30069 1.88692 7.30069 2.25109V3.5135C7.30069 3.74104 7.48664 3.927 7.71423 3.927H8.95476C9.36857 3.927 9.78346 3.92673 9.78346 4.34054V9.71963C9.78346 10.1748 9.40994 10.5483 8.95476 10.5483H3.98927C3.53409 10.5483 3.16223 10.1748 3.16223 9.71963V8.47905H7.30074C7.52833 8.47905 7.71429 8.29315 7.71429 8.06556V5.58279C7.71429 5.3552 7.52833 5.16924 7.30074 5.16924H3.16218V2.27293C3.16218 1.8178 3.53403 1.44422 3.98921 1.44422ZM3.01081 5.93743H3.22264L3.90847 7.79322H3.66641L3.4647 7.21835H2.77886L2.57715 7.79322H2.33509L3.01081 5.93743ZM1.10462 5.94754H1.35674L1.78034 6.88549L2.21406 5.94754H2.46618L1.90137 7.07715V7.79322H1.66943V7.08721L1.10462 5.94754ZM4.16059 5.94754H4.50351L5.02797 7.4503H5.03808L5.55243 5.94754H5.90546V7.79322H5.67346V6.67372C5.67346 6.55941 5.67685 6.39465 5.68357 6.17949H5.67346L5.11877 7.79322H4.91705L4.36231 6.17949H4.35225C4.3657 6.41482 4.37242 6.58631 4.37242 6.69389V7.79322H4.16059V5.94754ZM6.40975 5.94754H6.6417V7.58144H7.36787V7.79322H6.40986V5.94754H6.40975ZM3.12178 6.1896C3.10161 6.28374 3.07133 6.3812 3.03098 6.48206L2.84944 7.01664H3.39407L3.20247 6.48206C3.16212 6.36776 3.13523 6.27029 3.12178 6.1896Z",
29
+ fill: $props.useCurrentColor ? "currentColor" : "#4080FF"
30
+ }, null, 8, _hoisted_1)
31
+ ], 16);
32
+ }
33
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
34
+ module.exports = index;
@@ -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: "IconFillResource",
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: "M6.42627 2.02197C6.89294 2.02197 7.12643 2.02194 7.35107 2.05615C7.74082 2.11556 8.11535 2.25144 8.45264 2.45557C8.64713 2.57328 8.8266 2.72277 9.18506 3.02197C9.54319 3.3209 9.72221 3.47071 9.9165 3.58838C10.2537 3.79249 10.6284 3.92836 11.0181 3.98779C11.2428 4.02205 11.4769 4.02197 11.9438 4.02197H13.9927C15.6722 4.02197 16.5122 4.02235 17.1538 4.34912C17.7183 4.63674 18.1777 5.09616 18.4653 5.66064C18.7921 6.30228 18.7925 7.14222 18.7925 8.82178V13.1772C18.7925 14.8573 18.7922 15.6976 18.4653 16.3394C18.1777 16.9038 17.7183 17.3633 17.1538 17.6509C16.5122 17.9776 15.6722 17.978 13.9927 17.978H6.0083C4.32845 17.978 3.48788 17.9777 2.84619 17.6509C2.28171 17.3633 1.82229 16.9038 1.53467 16.3394C1.20779 15.6976 1.20752 14.8572 1.20752 13.1772V6.82178C1.20752 5.14226 1.20792 4.30227 1.53467 3.66064C1.82229 3.09616 2.28171 2.63674 2.84619 2.34912C3.48789 2.02227 4.32836 2.02197 6.0083 2.02197H6.42627ZM7.00049 7.00049C6.06884 7.00049 5.60236 6.99973 5.23486 7.15186C4.74481 7.35484 4.35484 7.74481 4.15186 8.23486C3.99976 8.60235 4.00049 9.0689 4.00049 10.0005H16.0005C16.0005 9.06887 16.0003 8.60236 15.8481 8.23486C15.6452 7.74481 15.2552 7.35484 14.7651 7.15186C14.3977 6.9998 13.9318 7.00049 13.0005 7.00049H7.00049Z" }, 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 20 20",
25
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
26
+ xmlns: "http://www.w3.org/2000/svg",
27
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fill-resource`],
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
@@ -258,6 +258,9 @@ var index$3_ = require("./IconColorOval/index.js");
258
258
  var index$3$ = require("./IconColorRect/index.js");
259
259
  var index$40 = require("./IconColorText/index.js");
260
260
  var index$41 = require("./IconLinePlay/index.js");
261
+ var index$42 = require("./IconFillResource/index.js");
262
+ var index$43 = require("./IconColorMarkdown/index.js");
263
+ var index$44 = require("./IconColorYaml/index.js");
261
264
  exports.IconFillHeart = index;
262
265
  exports.IconFillMute = index$1;
263
266
  exports.IconFillSound = index$2;
@@ -516,3 +519,6 @@ exports.IconColorOval = index$3_;
516
519
  exports.IconColorRect = index$3$;
517
520
  exports.IconColorText = index$40;
518
521
  exports.IconLinePlay = index$41;
522
+ exports.IconFillResource = index$42;
523
+ exports.IconColorMarkdown = index$43;
524
+ exports.IconColorYaml = index$44;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arco-iconbox/vue-smartcode",
3
- "version": "0.1.35",
3
+ "version": "0.1.37",
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="none" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-color-markdown`]" width="1em" height="1em" v-bind="$attrs"><path d="M10.0148 3.3832C10.0852 3.45352 10.125 3.54844 10.125 3.64805V10.875C10.125 11.0824 9.95742 11.25 9.75 11.25H2.25C2.04258 11.25 1.875 11.0824 1.875 10.875V1.125C1.875 0.917578 2.04258 0.75 2.25 0.75H7.22695C7.32656 0.75 7.42266 0.789844 7.49297 0.860156L10.0148 3.3832ZM9.26016 3.82031L7.05469 1.61484V3.82031H9.26016ZM4.99371 7.04215L5.68641 8.60045C5.70114 8.6336 5.72517 8.66176 5.75559 8.68153C5.78601 8.70129 5.82151 8.71181 5.85778 8.71181H6.13968C6.21386 8.71181 6.28106 8.66808 6.31112 8.60027L7.00381 7.03758V8.88279C7.00381 8.98636 7.08777 9.07032 7.19134 9.07032H7.51169C7.61527 9.07032 7.69923 8.98636 7.69923 8.88279V5.69534C7.69923 5.59177 7.61527 5.5078 7.51169 5.5078H7.10452C7.068 5.5078 7.03227 5.51847 7.00172 5.53848C6.97118 5.5585 6.94714 5.587 6.93257 5.62049L6.00124 7.76018L5.06992 5.62049C5.05534 5.587 5.0313 5.55851 5.00076 5.53849C4.97021 5.51847 4.93449 5.50781 4.89797 5.50781H4.4883C4.38473 5.50781 4.30077 5.59178 4.30077 5.69535V8.8828C4.30077 8.98637 4.38473 9.07034 4.4883 9.07034H4.80619C4.90976 9.07034 4.99372 8.98637 4.99372 8.8828V7.04214L4.99371 7.04215Z" :fill="useCurrentColor ? 'currentColor' : '#9B59F7'"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconColorMarkdown',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'sc',
12
+ },
13
+ useCurrentColor: {
14
+ type: Boolean,
15
+ default: false,
16
+ },
17
+ },
18
+ };
19
+ </script>
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <svg viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-color-yaml`]" width="1em" height="1em" v-bind="$attrs"><path d="M3.98921 0.617188C3.07477 0.617188 2.33514 1.35848 2.33514 2.27293V5.16924H1.0929C0.865361 5.16924 0.679352 5.3552 0.679352 5.58279V8.06556C0.679352 8.29309 0.865307 8.47905 1.0929 8.47905H2.33514V9.71963C2.33514 10.6341 3.07477 11.3754 3.98921 11.3754H8.95476C9.8692 11.3754 10.6105 10.6341 10.6105 9.71963V3.92694C10.6105 3.48833 10.2009 3.06618 9.48089 2.35861L9.17498 2.05265L8.86902 1.7468C8.16156 1.02681 7.73978 0.617188 7.30069 0.617188H3.98927H3.98921ZM3.98921 1.44422H7.00656C7.30445 1.51872 7.30069 1.88692 7.30069 2.25109V3.5135C7.30069 3.74104 7.48664 3.927 7.71423 3.927H8.95476C9.36857 3.927 9.78346 3.92673 9.78346 4.34054V9.71963C9.78346 10.1748 9.40994 10.5483 8.95476 10.5483H3.98927C3.53409 10.5483 3.16223 10.1748 3.16223 9.71963V8.47905H7.30074C7.52833 8.47905 7.71429 8.29315 7.71429 8.06556V5.58279C7.71429 5.3552 7.52833 5.16924 7.30074 5.16924H3.16218V2.27293C3.16218 1.8178 3.53403 1.44422 3.98921 1.44422ZM3.01081 5.93743H3.22264L3.90847 7.79322H3.66641L3.4647 7.21835H2.77886L2.57715 7.79322H2.33509L3.01081 5.93743ZM1.10462 5.94754H1.35674L1.78034 6.88549L2.21406 5.94754H2.46618L1.90137 7.07715V7.79322H1.66943V7.08721L1.10462 5.94754ZM4.16059 5.94754H4.50351L5.02797 7.4503H5.03808L5.55243 5.94754H5.90546V7.79322H5.67346V6.67372C5.67346 6.55941 5.67685 6.39465 5.68357 6.17949H5.67346L5.11877 7.79322H4.91705L4.36231 6.17949H4.35225C4.3657 6.41482 4.37242 6.58631 4.37242 6.69389V7.79322H4.16059V5.94754ZM6.40975 5.94754H6.6417V7.58144H7.36787V7.79322H6.40986V5.94754H6.40975ZM3.12178 6.1896C3.10161 6.28374 3.07133 6.3812 3.03098 6.48206L2.84944 7.01664H3.39407L3.20247 6.48206C3.16212 6.36776 3.13523 6.27029 3.12178 6.1896Z" :fill="useCurrentColor ? 'currentColor' : '#4080FF'"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconColorYaml',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'sc',
12
+ },
13
+ useCurrentColor: {
14
+ type: Boolean,
15
+ default: false,
16
+ },
17
+ },
18
+ };
19
+ </script>
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <svg viewBox="0 0 20 20" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-fill-resource`]" width="1em" height="1em" v-bind="$attrs"><path d="M6.42627 2.02197C6.89294 2.02197 7.12643 2.02194 7.35107 2.05615C7.74082 2.11556 8.11535 2.25144 8.45264 2.45557C8.64713 2.57328 8.8266 2.72277 9.18506 3.02197C9.54319 3.3209 9.72221 3.47071 9.9165 3.58838C10.2537 3.79249 10.6284 3.92836 11.0181 3.98779C11.2428 4.02205 11.4769 4.02197 11.9438 4.02197H13.9927C15.6722 4.02197 16.5122 4.02235 17.1538 4.34912C17.7183 4.63674 18.1777 5.09616 18.4653 5.66064C18.7921 6.30228 18.7925 7.14222 18.7925 8.82178V13.1772C18.7925 14.8573 18.7922 15.6976 18.4653 16.3394C18.1777 16.9038 17.7183 17.3633 17.1538 17.6509C16.5122 17.9776 15.6722 17.978 13.9927 17.978H6.0083C4.32845 17.978 3.48788 17.9777 2.84619 17.6509C2.28171 17.3633 1.82229 16.9038 1.53467 16.3394C1.20779 15.6976 1.20752 14.8572 1.20752 13.1772V6.82178C1.20752 5.14226 1.20792 4.30227 1.53467 3.66064C1.82229 3.09616 2.28171 2.63674 2.84619 2.34912C3.48789 2.02227 4.32836 2.02197 6.0083 2.02197H6.42627ZM7.00049 7.00049C6.06884 7.00049 5.60236 6.99973 5.23486 7.15186C4.74481 7.35484 4.35484 7.74481 4.15186 8.23486C3.99976 8.60235 4.00049 9.0689 4.00049 10.0005H16.0005C16.0005 9.06887 16.0003 8.60236 15.8481 8.23486C15.6452 7.74481 15.2552 7.35484 14.7651 7.15186C14.3977 6.9998 13.9318 7.00049 13.0005 7.00049H7.00049Z"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconFillResource',
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
@@ -255,4 +255,7 @@ export { default as IconColorTime } from './IconColorTime/index.vue';
255
255
  export { default as IconColorOval } from './IconColorOval/index.vue';
256
256
  export { default as IconColorRect } from './IconColorRect/index.vue';
257
257
  export { default as IconColorText } from './IconColorText/index.vue';
258
- export { default as IconLinePlay } from './IconLinePlay/index.vue';
258
+ export { default as IconLinePlay } from './IconLinePlay/index.vue';
259
+ export { default as IconFillResource } from './IconFillResource/index.vue';
260
+ export { default as IconColorMarkdown } from './IconColorMarkdown/index.vue';
261
+ export { default as IconColorYaml } from './IconColorYaml/index.vue';