@arco-iconbox/vue-smartcode 0.1.83 → 0.1.85

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,38 @@
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: "IconColorNeo4j",
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
+ const _hoisted_2 = ["fill"];
18
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
19
+ return openBlock(), createElementBlock("svg", mergeProps({
20
+ viewBox: "0 0 24 24",
21
+ fill: "none",
22
+ xmlns: "http://www.w3.org/2000/svg",
23
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-neo4j`],
24
+ width: "1em",
25
+ height: "1em"
26
+ }, _ctx.$attrs), [
27
+ createElementVNode("path", {
28
+ d: "M1.26245 10.4667C1.47595 10.0964 1.77618 9.80622 2.12201 9.60717C2.4923 9.39367 2.89707 9.29248 3.29627 9.29248C3.72439 9.29248 4.1247 9.40702 4.47053 9.60717C4.84082 9.82067 5.13105 10.1209 5.3301 10.4667C5.46465 10.6991 5.55361 10.9449 5.60253 11.194C6.03398 13.2979 7.54962 14.1685 9.58901 13.4836C9.83587 13.4002 10.0894 13.359 10.3418 13.3601C10.7699 13.3601 11.1703 13.4747 11.5161 13.6748C11.8864 13.8883 12.1766 14.1886 12.3756 14.5344C12.5892 14.9047 12.6903 15.3094 12.6903 15.7086C12.6903 16.1368 12.5758 16.5371 12.3756 16.8829C12.1621 17.2532 11.8619 17.5434 11.5161 17.7425C11.1458 17.956 10.741 18.0572 10.3418 18.0572C10.0794 18.0572 9.82808 18.0138 9.59234 17.9348C7.5474 17.2465 6.02954 18.1205 5.60031 20.2311C5.60031 20.2311 5.60031 20.23 5.60031 20.2289C5.55027 20.4869 5.45686 20.7293 5.3301 20.9494C5.11659 21.3197 4.81636 21.61 4.47053 21.809C4.10024 22.0225 3.69547 22.1237 3.29627 22.1237C2.86816 22.1237 2.46784 22.0092 2.12201 21.809C1.75172 21.5955 1.46149 21.2953 1.26245 20.9494C1.04894 20.5792 0.947754 20.1744 0.947754 19.7752C0.947754 19.3471 1.06229 18.9468 1.26245 18.6009C1.47595 18.2306 1.77618 17.9404 2.12201 17.7414C2.4923 17.5279 2.89707 17.4267 3.29627 17.4267C3.56648 17.4267 3.82558 17.4723 4.06799 17.5568C5.42795 18.0082 6.55328 17.7658 7.27719 16.9252C7.88544 16.2202 7.88433 15.1938 7.27607 14.4888C6.54995 13.647 5.42017 13.4057 4.05465 13.8627C3.80667 13.9473 3.5498 13.9895 3.29627 13.9884C2.86816 13.9884 2.46784 13.8739 2.12201 13.6737C1.75172 13.4602 1.46149 13.16 1.26245 12.8141C1.04894 12.4439 0.947754 12.0391 0.947754 11.6399C0.947754 11.214 1.06229 10.8126 1.26245 10.4667Z",
29
+ fill: $props.useCurrentColor ? "currentColor" : "#014063"
30
+ }, null, 8, _hoisted_1),
31
+ createElementVNode("path", {
32
+ d: "M23.0518 9.10994V16.5736H20.3141V9.10994C20.3141 5.99749 18.6139 4.41291 16.0196 4.41291C13.4254 4.41291 11.7262 5.99749 11.7262 9.10994V12.4715C11.3015 12.2891 10.8344 12.1868 10.3429 12.1868C9.88701 12.1868 9.42776 12.2758 8.98853 12.4581V9.13885C8.98853 4.35508 11.813 1.87646 16.0207 1.87646C20.2274 1.87646 23.0807 4.29726 23.0518 9.10994Z",
33
+ fill: $props.useCurrentColor ? "currentColor" : "#000"
34
+ }, null, 8, _hoisted_2)
35
+ ], 16);
36
+ }
37
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
38
+ 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: "IconColorTugraph",
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 24 24",
20
+ fill: "none",
21
+ xmlns: "http://www.w3.org/2000/svg",
22
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-tugraph`],
23
+ width: "1em",
24
+ height: "1em"
25
+ }, _ctx.$attrs), [
26
+ createElementVNode("path", {
27
+ d: "M14.4709 18.906C14.4709 18.906 11.8943 18.7792 12.3167 16.1182C12.7391 13.4571 13.8373 8.8953 13.8373 8.8953H16.6251L15.1045 15.3579C15.1045 15.3579 14.8933 16.4983 15.8648 16.4983H19.4129L21.1869 8.8953H23.9747L21.5671 18.906H14.4709ZM11.0496 7.62811C8.95872 7.62811 8.89535 9.27543 8.89535 9.27543L6.61445 18.7792H3.95341C3.95341 18.7792 5.85418 10.6059 6.48774 8.00824C7.12132 5.41057 9.78239 5.09375 9.78239 5.09375L14.4709 5.22046L13.8373 7.62808L11.0496 7.62811ZM1.03889 5.22049H7.12129L0.0251465 9.27543L1.03889 5.22049Z",
28
+ fill: $props.useCurrentColor ? "currentColor" : "#4276BB"
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,40 @@
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: "IconLineGraphData",
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("g", { "clip-path": "url(#svg_8b52100650__clip0_9903_512484)" }, [
18
+ /* @__PURE__ */ createElementVNode("path", { d: "M11.999 0.449219C12.8985 0.449374 13.6279 1.17861 13.6279 2.07812C13.6278 2.60431 13.3766 3.07034 12.9893 3.36816L13.0508 3.65332C13.8358 7.3083 16.6907 10.1632 20.3457 10.9482L20.6299 11.0088C20.9278 10.622 21.3951 10.3723 21.9209 10.3721C22.8205 10.3721 23.5498 11.1014 23.5498 12.001C23.5495 12.9003 22.8203 13.6299 21.9209 13.6299C21.3942 13.6296 20.9267 13.3784 20.6289 12.9902L20.3457 13.0518C16.6909 13.8368 13.8359 16.6919 13.0508 20.3467L12.9893 20.6318C13.3769 20.9296 13.6279 21.3964 13.6279 21.9229C13.6279 22.8224 12.8985 23.5516 11.999 23.5518C11.0995 23.5516 10.3701 22.8224 10.3701 21.9229C10.3702 21.3967 10.6205 20.9296 11.0078 20.6318L10.9473 20.3467C10.1621 16.6919 7.3072 13.8368 3.65234 13.0518L3.36719 12.9902C3.06942 13.3782 2.60287 13.6298 2.07617 13.6299C1.17693 13.6297 0.447564 12.9002 0.447266 12.001C0.447266 11.1015 1.17675 10.3723 2.07617 10.3721C2.60192 10.3721 3.06837 10.6222 3.36621 11.0088L3.65234 10.9482C7.30726 10.1632 10.1622 7.30826 10.9473 3.65332L11.0078 3.36816C10.6208 3.07032 10.3702 2.60403 10.3701 2.07812C10.3701 1.17861 11.0995 0.449372 11.999 0.449219ZM4.98242 16.9619C6.11594 16.9619 7.0351 17.8802 7.03516 19.0137C7.03516 20.1472 6.11597 21.0664 4.98242 21.0664C3.84904 21.0662 2.93066 20.1471 2.93066 19.0137C2.93072 17.8803 3.84907 16.9621 4.98242 16.9619ZM19.0156 16.9658C20.1468 16.9659 21.0635 17.8834 21.0635 19.0146C21.0631 20.1456 20.1466 21.0624 19.0156 21.0625C17.8846 21.0625 16.9671 20.1456 16.9668 19.0146C16.9668 17.8834 17.8844 16.9658 19.0156 16.9658ZM11.999 6.67773C10.8732 8.99731 8.99631 10.8741 6.67676 12C8.99604 13.1257 10.8731 15.0022 11.999 17.3213C13.1248 15.0024 15.0014 13.1257 17.3203 12C15.0011 10.8741 13.1247 8.99708 11.999 6.67773ZM4.98242 2.93164C6.11595 2.93164 7.03512 3.84988 7.03516 4.9834C7.03515 6.11695 6.11597 7.03613 4.98242 7.03613C3.84909 7.03588 2.93067 6.11679 2.93066 4.9834C2.9307 3.85004 3.84911 2.93189 4.98242 2.93164ZM19.0156 2.93555C20.1468 2.93567 21.0635 3.85316 21.0635 4.98438C21.0633 6.11546 20.1467 7.0321 19.0156 7.03223C17.8844 7.03221 16.9669 6.11552 16.9668 4.98438C16.9668 3.8531 17.8844 2.93557 19.0156 2.93555Z" })
19
+ ], -1);
20
+ const _hoisted_3 = /* @__PURE__ */ createElementVNode("defs", null, [
21
+ /* @__PURE__ */ createElementVNode("clipPath", { id: "svg_8b52100650__clip0_9903_512484" }, [
22
+ /* @__PURE__ */ createElementVNode("path", { d: "M0 0H24V24H0z" })
23
+ ])
24
+ ], -1);
25
+ const _hoisted_4 = [
26
+ _hoisted_2,
27
+ _hoisted_3
28
+ ];
29
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
30
+ return openBlock(), createElementBlock("svg", mergeProps({
31
+ viewBox: "0 0 24 24",
32
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
33
+ xmlns: "http://www.w3.org/2000/svg",
34
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-graph-data`],
35
+ width: "1em",
36
+ height: "1em"
37
+ }, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
38
+ }
39
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
40
+ 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: "IconLineTuDatabase",
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: "M16.0635 13.4741C17.0297 13.4743 17.8268 14.1909 17.9561 15.1216C19.2411 15.7725 20.0741 17.0977 20.0742 18.5688V18.6011C20.8176 18.9695 21.3299 19.7339 21.3301 20.6196C21.3298 21.8641 20.3207 22.8733 19.0762 22.8735C17.8316 22.8735 16.8225 21.8642 16.8223 20.6196C16.8224 19.7331 17.3356 18.9681 18.0801 18.6001V18.5688C18.0799 17.8956 17.7186 17.2861 17.1533 16.9556C16.8438 17.1709 16.469 17.2992 16.0635 17.2993C15.0073 17.2991 14.1515 16.4425 14.1514 15.3862C14.1516 14.3301 15.0073 13.4744 16.0635 13.4741ZM12 1.96143C14.5059 1.96147 16.8237 2.42346 18.5518 3.21338C20.1917 3.96315 21.6764 5.20229 21.6768 6.92627C21.6768 6.94376 21.6761 6.96162 21.6758 6.979H21.6768V12.0444H19.6787C19.6796 12.0296 19.6816 12.0148 19.6816 12.0005H19.6826V10.0161C19.3264 10.2513 18.9439 10.4599 18.5518 10.6392C16.8237 11.4292 14.5061 11.892 12 11.8921C9.49385 11.892 7.17539 11.4292 5.44727 10.6392C5.0554 10.46 4.6733 10.2511 4.31738 10.0161V12.0005L4.32324 12.0903C4.3789 12.5596 4.86983 13.2554 6.27734 13.8989C7.69033 14.5449 9.71307 14.9711 12 14.9712C12.2363 14.9712 12.4699 14.9654 12.7002 14.9565V16.9526C12.4687 16.9607 12.2351 16.9663 12 16.9663C9.49385 16.9663 7.17539 16.5034 5.44727 15.7134C5.05542 15.5342 4.67329 15.3253 4.31738 15.0903V17.0737L4.32324 17.1646C4.37937 17.6338 4.87068 18.329 6.27734 18.9722C7.69033 19.6181 9.71307 20.0444 12 20.0444C12.2363 20.0444 12.4699 20.0387 12.7002 20.0298V22.0259C12.4687 22.0339 12.2351 22.0395 12 22.0396C9.49385 22.0395 7.17539 21.5767 5.44727 20.7866C3.88499 20.0722 2.46599 18.9136 2.33496 17.3149H2.32324V6.979H2.3252C2.32488 6.96162 2.32324 6.94376 2.32324 6.92627C2.32363 5.20241 3.80746 3.96317 5.44727 3.21338C7.17539 2.42332 9.49385 1.96148 12 1.96143ZM22.0869 13.4741C23.1433 13.4741 23.9997 14.3299 24 15.3862C23.9998 16.4426 23.1433 17.2993 22.0869 17.2993C21.0307 17.299 20.175 16.4424 20.1748 15.3862C20.1751 14.3301 21.0308 13.4744 22.0869 13.4741ZM12 3.95557C9.71311 3.95562 7.69033 4.38188 6.27734 5.02783C4.7771 5.71375 4.31782 6.45914 4.31738 6.92627C4.31738 7.39332 4.77665 8.1385 6.27734 8.82471C7.69034 9.4707 9.71302 9.89692 12 9.89697C14.2868 9.89692 16.3087 9.47062 17.7217 8.82471C19.2228 8.13844 19.6816 7.39337 19.6816 6.92627C19.6812 6.45913 19.2221 5.71377 17.7217 5.02783C16.3087 4.38205 14.2865 3.95561 12 3.95557Z" }, 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 24 24",
24
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
25
+ xmlns: "http://www.w3.org/2000/svg",
26
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-tu-database`],
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
@@ -367,3 +367,7 @@ export { default as IconColorStop } from "./IconColorStop/index.js";
367
367
  export { default as IconColorSuccess } from "./IconColorSuccess/index.js";
368
368
  export { default as IconLineFile2 } from "./IconLineFile2/index.js";
369
369
  export { default as IconLineDown } from "./IconLineDown/index.js";
370
+ export { default as IconColorNeo4j } from "./IconColorNeo4j/index.js";
371
+ export { default as IconColorTugraph } from "./IconColorTugraph/index.js";
372
+ export { default as IconLineGraphData } from "./IconLineGraphData/index.js";
373
+ export { default as IconLineTuDatabase } from "./IconLineTuDatabase/index.js";
@@ -0,0 +1,39 @@
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: "IconColorNeo4j",
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
+ const _hoisted_2 = ["fill"];
19
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
20
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
21
+ viewBox: "0 0 24 24",
22
+ fill: "none",
23
+ xmlns: "http://www.w3.org/2000/svg",
24
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-neo4j`],
25
+ width: "1em",
26
+ height: "1em"
27
+ }, _ctx.$attrs), [
28
+ vue.createElementVNode("path", {
29
+ d: "M1.26245 10.4667C1.47595 10.0964 1.77618 9.80622 2.12201 9.60717C2.4923 9.39367 2.89707 9.29248 3.29627 9.29248C3.72439 9.29248 4.1247 9.40702 4.47053 9.60717C4.84082 9.82067 5.13105 10.1209 5.3301 10.4667C5.46465 10.6991 5.55361 10.9449 5.60253 11.194C6.03398 13.2979 7.54962 14.1685 9.58901 13.4836C9.83587 13.4002 10.0894 13.359 10.3418 13.3601C10.7699 13.3601 11.1703 13.4747 11.5161 13.6748C11.8864 13.8883 12.1766 14.1886 12.3756 14.5344C12.5892 14.9047 12.6903 15.3094 12.6903 15.7086C12.6903 16.1368 12.5758 16.5371 12.3756 16.8829C12.1621 17.2532 11.8619 17.5434 11.5161 17.7425C11.1458 17.956 10.741 18.0572 10.3418 18.0572C10.0794 18.0572 9.82808 18.0138 9.59234 17.9348C7.5474 17.2465 6.02954 18.1205 5.60031 20.2311C5.60031 20.2311 5.60031 20.23 5.60031 20.2289C5.55027 20.4869 5.45686 20.7293 5.3301 20.9494C5.11659 21.3197 4.81636 21.61 4.47053 21.809C4.10024 22.0225 3.69547 22.1237 3.29627 22.1237C2.86816 22.1237 2.46784 22.0092 2.12201 21.809C1.75172 21.5955 1.46149 21.2953 1.26245 20.9494C1.04894 20.5792 0.947754 20.1744 0.947754 19.7752C0.947754 19.3471 1.06229 18.9468 1.26245 18.6009C1.47595 18.2306 1.77618 17.9404 2.12201 17.7414C2.4923 17.5279 2.89707 17.4267 3.29627 17.4267C3.56648 17.4267 3.82558 17.4723 4.06799 17.5568C5.42795 18.0082 6.55328 17.7658 7.27719 16.9252C7.88544 16.2202 7.88433 15.1938 7.27607 14.4888C6.54995 13.647 5.42017 13.4057 4.05465 13.8627C3.80667 13.9473 3.5498 13.9895 3.29627 13.9884C2.86816 13.9884 2.46784 13.8739 2.12201 13.6737C1.75172 13.4602 1.46149 13.16 1.26245 12.8141C1.04894 12.4439 0.947754 12.0391 0.947754 11.6399C0.947754 11.214 1.06229 10.8126 1.26245 10.4667Z",
30
+ fill: $props.useCurrentColor ? "currentColor" : "#014063"
31
+ }, null, 8, _hoisted_1),
32
+ vue.createElementVNode("path", {
33
+ d: "M23.0518 9.10994V16.5736H20.3141V9.10994C20.3141 5.99749 18.6139 4.41291 16.0196 4.41291C13.4254 4.41291 11.7262 5.99749 11.7262 9.10994V12.4715C11.3015 12.2891 10.8344 12.1868 10.3429 12.1868C9.88701 12.1868 9.42776 12.2758 8.98853 12.4581V9.13885C8.98853 4.35508 11.813 1.87646 16.0207 1.87646C20.2274 1.87646 23.0807 4.29726 23.0518 9.10994Z",
34
+ fill: $props.useCurrentColor ? "currentColor" : "#000"
35
+ }, null, 8, _hoisted_2)
36
+ ], 16);
37
+ }
38
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
39
+ 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: "IconColorTugraph",
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 24 24",
21
+ fill: "none",
22
+ xmlns: "http://www.w3.org/2000/svg",
23
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-tugraph`],
24
+ width: "1em",
25
+ height: "1em"
26
+ }, _ctx.$attrs), [
27
+ vue.createElementVNode("path", {
28
+ d: "M14.4709 18.906C14.4709 18.906 11.8943 18.7792 12.3167 16.1182C12.7391 13.4571 13.8373 8.8953 13.8373 8.8953H16.6251L15.1045 15.3579C15.1045 15.3579 14.8933 16.4983 15.8648 16.4983H19.4129L21.1869 8.8953H23.9747L21.5671 18.906H14.4709ZM11.0496 7.62811C8.95872 7.62811 8.89535 9.27543 8.89535 9.27543L6.61445 18.7792H3.95341C3.95341 18.7792 5.85418 10.6059 6.48774 8.00824C7.12132 5.41057 9.78239 5.09375 9.78239 5.09375L14.4709 5.22046L13.8373 7.62808L11.0496 7.62811ZM1.03889 5.22049H7.12129L0.0251465 9.27543L1.03889 5.22049Z",
29
+ fill: $props.useCurrentColor ? "currentColor" : "#4276BB"
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,41 @@
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: "IconLineGraphData",
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("g", { "clip-path": "url(#svg_8b52100650__clip0_9903_512484)" }, [
19
+ /* @__PURE__ */ vue.createElementVNode("path", { d: "M11.999 0.449219C12.8985 0.449374 13.6279 1.17861 13.6279 2.07812C13.6278 2.60431 13.3766 3.07034 12.9893 3.36816L13.0508 3.65332C13.8358 7.3083 16.6907 10.1632 20.3457 10.9482L20.6299 11.0088C20.9278 10.622 21.3951 10.3723 21.9209 10.3721C22.8205 10.3721 23.5498 11.1014 23.5498 12.001C23.5495 12.9003 22.8203 13.6299 21.9209 13.6299C21.3942 13.6296 20.9267 13.3784 20.6289 12.9902L20.3457 13.0518C16.6909 13.8368 13.8359 16.6919 13.0508 20.3467L12.9893 20.6318C13.3769 20.9296 13.6279 21.3964 13.6279 21.9229C13.6279 22.8224 12.8985 23.5516 11.999 23.5518C11.0995 23.5516 10.3701 22.8224 10.3701 21.9229C10.3702 21.3967 10.6205 20.9296 11.0078 20.6318L10.9473 20.3467C10.1621 16.6919 7.3072 13.8368 3.65234 13.0518L3.36719 12.9902C3.06942 13.3782 2.60287 13.6298 2.07617 13.6299C1.17693 13.6297 0.447564 12.9002 0.447266 12.001C0.447266 11.1015 1.17675 10.3723 2.07617 10.3721C2.60192 10.3721 3.06837 10.6222 3.36621 11.0088L3.65234 10.9482C7.30726 10.1632 10.1622 7.30826 10.9473 3.65332L11.0078 3.36816C10.6208 3.07032 10.3702 2.60403 10.3701 2.07812C10.3701 1.17861 11.0995 0.449372 11.999 0.449219ZM4.98242 16.9619C6.11594 16.9619 7.0351 17.8802 7.03516 19.0137C7.03516 20.1472 6.11597 21.0664 4.98242 21.0664C3.84904 21.0662 2.93066 20.1471 2.93066 19.0137C2.93072 17.8803 3.84907 16.9621 4.98242 16.9619ZM19.0156 16.9658C20.1468 16.9659 21.0635 17.8834 21.0635 19.0146C21.0631 20.1456 20.1466 21.0624 19.0156 21.0625C17.8846 21.0625 16.9671 20.1456 16.9668 19.0146C16.9668 17.8834 17.8844 16.9658 19.0156 16.9658ZM11.999 6.67773C10.8732 8.99731 8.99631 10.8741 6.67676 12C8.99604 13.1257 10.8731 15.0022 11.999 17.3213C13.1248 15.0024 15.0014 13.1257 17.3203 12C15.0011 10.8741 13.1247 8.99708 11.999 6.67773ZM4.98242 2.93164C6.11595 2.93164 7.03512 3.84988 7.03516 4.9834C7.03515 6.11695 6.11597 7.03613 4.98242 7.03613C3.84909 7.03588 2.93067 6.11679 2.93066 4.9834C2.9307 3.85004 3.84911 2.93189 4.98242 2.93164ZM19.0156 2.93555C20.1468 2.93567 21.0635 3.85316 21.0635 4.98438C21.0633 6.11546 20.1467 7.0321 19.0156 7.03223C17.8844 7.03221 16.9669 6.11552 16.9668 4.98438C16.9668 3.8531 17.8844 2.93557 19.0156 2.93555Z" })
20
+ ], -1);
21
+ const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("defs", null, [
22
+ /* @__PURE__ */ vue.createElementVNode("clipPath", { id: "svg_8b52100650__clip0_9903_512484" }, [
23
+ /* @__PURE__ */ vue.createElementVNode("path", { d: "M0 0H24V24H0z" })
24
+ ])
25
+ ], -1);
26
+ const _hoisted_4 = [
27
+ _hoisted_2,
28
+ _hoisted_3
29
+ ];
30
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
31
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
32
+ viewBox: "0 0 24 24",
33
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
34
+ xmlns: "http://www.w3.org/2000/svg",
35
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-graph-data`],
36
+ width: "1em",
37
+ height: "1em"
38
+ }, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
39
+ }
40
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
41
+ 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: "IconLineTuDatabase",
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: "M16.0635 13.4741C17.0297 13.4743 17.8268 14.1909 17.9561 15.1216C19.2411 15.7725 20.0741 17.0977 20.0742 18.5688V18.6011C20.8176 18.9695 21.3299 19.7339 21.3301 20.6196C21.3298 21.8641 20.3207 22.8733 19.0762 22.8735C17.8316 22.8735 16.8225 21.8642 16.8223 20.6196C16.8224 19.7331 17.3356 18.9681 18.0801 18.6001V18.5688C18.0799 17.8956 17.7186 17.2861 17.1533 16.9556C16.8438 17.1709 16.469 17.2992 16.0635 17.2993C15.0073 17.2991 14.1515 16.4425 14.1514 15.3862C14.1516 14.3301 15.0073 13.4744 16.0635 13.4741ZM12 1.96143C14.5059 1.96147 16.8237 2.42346 18.5518 3.21338C20.1917 3.96315 21.6764 5.20229 21.6768 6.92627C21.6768 6.94376 21.6761 6.96162 21.6758 6.979H21.6768V12.0444H19.6787C19.6796 12.0296 19.6816 12.0148 19.6816 12.0005H19.6826V10.0161C19.3264 10.2513 18.9439 10.4599 18.5518 10.6392C16.8237 11.4292 14.5061 11.892 12 11.8921C9.49385 11.892 7.17539 11.4292 5.44727 10.6392C5.0554 10.46 4.6733 10.2511 4.31738 10.0161V12.0005L4.32324 12.0903C4.3789 12.5596 4.86983 13.2554 6.27734 13.8989C7.69033 14.5449 9.71307 14.9711 12 14.9712C12.2363 14.9712 12.4699 14.9654 12.7002 14.9565V16.9526C12.4687 16.9607 12.2351 16.9663 12 16.9663C9.49385 16.9663 7.17539 16.5034 5.44727 15.7134C5.05542 15.5342 4.67329 15.3253 4.31738 15.0903V17.0737L4.32324 17.1646C4.37937 17.6338 4.87068 18.329 6.27734 18.9722C7.69033 19.6181 9.71307 20.0444 12 20.0444C12.2363 20.0444 12.4699 20.0387 12.7002 20.0298V22.0259C12.4687 22.0339 12.2351 22.0395 12 22.0396C9.49385 22.0395 7.17539 21.5767 5.44727 20.7866C3.88499 20.0722 2.46599 18.9136 2.33496 17.3149H2.32324V6.979H2.3252C2.32488 6.96162 2.32324 6.94376 2.32324 6.92627C2.32363 5.20241 3.80746 3.96317 5.44727 3.21338C7.17539 2.42332 9.49385 1.96148 12 1.96143ZM22.0869 13.4741C23.1433 13.4741 23.9997 14.3299 24 15.3862C23.9998 16.4426 23.1433 17.2993 22.0869 17.2993C21.0307 17.299 20.175 16.4424 20.1748 15.3862C20.1751 14.3301 21.0308 13.4744 22.0869 13.4741ZM12 3.95557C9.71311 3.95562 7.69033 4.38188 6.27734 5.02783C4.7771 5.71375 4.31782 6.45914 4.31738 6.92627C4.31738 7.39332 4.77665 8.1385 6.27734 8.82471C7.69034 9.4707 9.71302 9.89692 12 9.89697C14.2868 9.89692 16.3087 9.47062 17.7217 8.82471C19.2228 8.13844 19.6816 7.39337 19.6816 6.92627C19.6812 6.45913 19.2221 5.71377 17.7217 5.02783C16.3087 4.38205 14.2865 3.95561 12 3.95557Z" }, 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 24 24",
25
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
26
+ xmlns: "http://www.w3.org/2000/svg",
27
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-tu-database`],
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
@@ -369,6 +369,10 @@ var index$5J = require("./IconColorStop/index.js");
369
369
  var index$5K = require("./IconColorSuccess/index.js");
370
370
  var index$5L = require("./IconLineFile2/index.js");
371
371
  var index$5M = require("./IconLineDown/index.js");
372
+ var index$5N = require("./IconColorNeo4j/index.js");
373
+ var index$5O = require("./IconColorTugraph/index.js");
374
+ var index$5P = require("./IconLineGraphData/index.js");
375
+ var index$5Q = require("./IconLineTuDatabase/index.js");
372
376
  exports.IconFillHeart = index;
373
377
  exports.IconFillMute = index$1;
374
378
  exports.IconFillSound = index$2;
@@ -738,3 +742,7 @@ exports.IconColorStop = index$5J;
738
742
  exports.IconColorSuccess = index$5K;
739
743
  exports.IconLineFile2 = index$5L;
740
744
  exports.IconLineDown = index$5M;
745
+ exports.IconColorNeo4j = index$5N;
746
+ exports.IconColorTugraph = index$5O;
747
+ exports.IconLineGraphData = index$5P;
748
+ exports.IconLineTuDatabase = index$5Q;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arco-iconbox/vue-smartcode",
3
- "version": "0.1.83",
3
+ "version": "0.1.85",
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 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-color-neo4j`]" width="1em" height="1em" v-bind="$attrs"><path d="M1.26245 10.4667C1.47595 10.0964 1.77618 9.80622 2.12201 9.60717C2.4923 9.39367 2.89707 9.29248 3.29627 9.29248C3.72439 9.29248 4.1247 9.40702 4.47053 9.60717C4.84082 9.82067 5.13105 10.1209 5.3301 10.4667C5.46465 10.6991 5.55361 10.9449 5.60253 11.194C6.03398 13.2979 7.54962 14.1685 9.58901 13.4836C9.83587 13.4002 10.0894 13.359 10.3418 13.3601C10.7699 13.3601 11.1703 13.4747 11.5161 13.6748C11.8864 13.8883 12.1766 14.1886 12.3756 14.5344C12.5892 14.9047 12.6903 15.3094 12.6903 15.7086C12.6903 16.1368 12.5758 16.5371 12.3756 16.8829C12.1621 17.2532 11.8619 17.5434 11.5161 17.7425C11.1458 17.956 10.741 18.0572 10.3418 18.0572C10.0794 18.0572 9.82808 18.0138 9.59234 17.9348C7.5474 17.2465 6.02954 18.1205 5.60031 20.2311C5.60031 20.2311 5.60031 20.23 5.60031 20.2289C5.55027 20.4869 5.45686 20.7293 5.3301 20.9494C5.11659 21.3197 4.81636 21.61 4.47053 21.809C4.10024 22.0225 3.69547 22.1237 3.29627 22.1237C2.86816 22.1237 2.46784 22.0092 2.12201 21.809C1.75172 21.5955 1.46149 21.2953 1.26245 20.9494C1.04894 20.5792 0.947754 20.1744 0.947754 19.7752C0.947754 19.3471 1.06229 18.9468 1.26245 18.6009C1.47595 18.2306 1.77618 17.9404 2.12201 17.7414C2.4923 17.5279 2.89707 17.4267 3.29627 17.4267C3.56648 17.4267 3.82558 17.4723 4.06799 17.5568C5.42795 18.0082 6.55328 17.7658 7.27719 16.9252C7.88544 16.2202 7.88433 15.1938 7.27607 14.4888C6.54995 13.647 5.42017 13.4057 4.05465 13.8627C3.80667 13.9473 3.5498 13.9895 3.29627 13.9884C2.86816 13.9884 2.46784 13.8739 2.12201 13.6737C1.75172 13.4602 1.46149 13.16 1.26245 12.8141C1.04894 12.4439 0.947754 12.0391 0.947754 11.6399C0.947754 11.214 1.06229 10.8126 1.26245 10.4667Z" :fill="useCurrentColor ? 'currentColor' : '#014063'"/><path d="M23.0518 9.10994V16.5736H20.3141V9.10994C20.3141 5.99749 18.6139 4.41291 16.0196 4.41291C13.4254 4.41291 11.7262 5.99749 11.7262 9.10994V12.4715C11.3015 12.2891 10.8344 12.1868 10.3429 12.1868C9.88701 12.1868 9.42776 12.2758 8.98853 12.4581V9.13885C8.98853 4.35508 11.813 1.87646 16.0207 1.87646C20.2274 1.87646 23.0807 4.29726 23.0518 9.10994Z" :fill="useCurrentColor ? 'currentColor' : '#000'"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconColorNeo4j',
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 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-color-tugraph`]" width="1em" height="1em" v-bind="$attrs"><path d="M14.4709 18.906C14.4709 18.906 11.8943 18.7792 12.3167 16.1182C12.7391 13.4571 13.8373 8.8953 13.8373 8.8953H16.6251L15.1045 15.3579C15.1045 15.3579 14.8933 16.4983 15.8648 16.4983H19.4129L21.1869 8.8953H23.9747L21.5671 18.906H14.4709ZM11.0496 7.62811C8.95872 7.62811 8.89535 9.27543 8.89535 9.27543L6.61445 18.7792H3.95341C3.95341 18.7792 5.85418 10.6059 6.48774 8.00824C7.12132 5.41057 9.78239 5.09375 9.78239 5.09375L14.4709 5.22046L13.8373 7.62808L11.0496 7.62811ZM1.03889 5.22049H7.12129L0.0251465 9.27543L1.03889 5.22049Z" :fill="useCurrentColor ? 'currentColor' : '#4276BB'"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconColorTugraph',
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 24 24" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-line-graph-data`]" width="1em" height="1em" v-bind="$attrs"><g clip-path="url(#svg_8b52100650__clip0_9903_512484)"><path d="M11.999 0.449219C12.8985 0.449374 13.6279 1.17861 13.6279 2.07812C13.6278 2.60431 13.3766 3.07034 12.9893 3.36816L13.0508 3.65332C13.8358 7.3083 16.6907 10.1632 20.3457 10.9482L20.6299 11.0088C20.9278 10.622 21.3951 10.3723 21.9209 10.3721C22.8205 10.3721 23.5498 11.1014 23.5498 12.001C23.5495 12.9003 22.8203 13.6299 21.9209 13.6299C21.3942 13.6296 20.9267 13.3784 20.6289 12.9902L20.3457 13.0518C16.6909 13.8368 13.8359 16.6919 13.0508 20.3467L12.9893 20.6318C13.3769 20.9296 13.6279 21.3964 13.6279 21.9229C13.6279 22.8224 12.8985 23.5516 11.999 23.5518C11.0995 23.5516 10.3701 22.8224 10.3701 21.9229C10.3702 21.3967 10.6205 20.9296 11.0078 20.6318L10.9473 20.3467C10.1621 16.6919 7.3072 13.8368 3.65234 13.0518L3.36719 12.9902C3.06942 13.3782 2.60287 13.6298 2.07617 13.6299C1.17693 13.6297 0.447564 12.9002 0.447266 12.001C0.447266 11.1015 1.17675 10.3723 2.07617 10.3721C2.60192 10.3721 3.06837 10.6222 3.36621 11.0088L3.65234 10.9482C7.30726 10.1632 10.1622 7.30826 10.9473 3.65332L11.0078 3.36816C10.6208 3.07032 10.3702 2.60403 10.3701 2.07812C10.3701 1.17861 11.0995 0.449372 11.999 0.449219ZM4.98242 16.9619C6.11594 16.9619 7.0351 17.8802 7.03516 19.0137C7.03516 20.1472 6.11597 21.0664 4.98242 21.0664C3.84904 21.0662 2.93066 20.1471 2.93066 19.0137C2.93072 17.8803 3.84907 16.9621 4.98242 16.9619ZM19.0156 16.9658C20.1468 16.9659 21.0635 17.8834 21.0635 19.0146C21.0631 20.1456 20.1466 21.0624 19.0156 21.0625C17.8846 21.0625 16.9671 20.1456 16.9668 19.0146C16.9668 17.8834 17.8844 16.9658 19.0156 16.9658ZM11.999 6.67773C10.8732 8.99731 8.99631 10.8741 6.67676 12C8.99604 13.1257 10.8731 15.0022 11.999 17.3213C13.1248 15.0024 15.0014 13.1257 17.3203 12C15.0011 10.8741 13.1247 8.99708 11.999 6.67773ZM4.98242 2.93164C6.11595 2.93164 7.03512 3.84988 7.03516 4.9834C7.03515 6.11695 6.11597 7.03613 4.98242 7.03613C3.84909 7.03588 2.93067 6.11679 2.93066 4.9834C2.9307 3.85004 3.84911 2.93189 4.98242 2.93164ZM19.0156 2.93555C20.1468 2.93567 21.0635 3.85316 21.0635 4.98438C21.0633 6.11546 20.1467 7.0321 19.0156 7.03223C17.8844 7.03221 16.9669 6.11552 16.9668 4.98438C16.9668 3.8531 17.8844 2.93557 19.0156 2.93555Z"/></g><defs><clipPath id="svg_8b52100650__clip0_9903_512484"><path d="M0 0H24V24H0z"/></clipPath></defs></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconLineGraphData',
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 24 24" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-line-tu-database`]" width="1em" height="1em" v-bind="$attrs"><path d="M16.0635 13.4741C17.0297 13.4743 17.8268 14.1909 17.9561 15.1216C19.2411 15.7725 20.0741 17.0977 20.0742 18.5688V18.6011C20.8176 18.9695 21.3299 19.7339 21.3301 20.6196C21.3298 21.8641 20.3207 22.8733 19.0762 22.8735C17.8316 22.8735 16.8225 21.8642 16.8223 20.6196C16.8224 19.7331 17.3356 18.9681 18.0801 18.6001V18.5688C18.0799 17.8956 17.7186 17.2861 17.1533 16.9556C16.8438 17.1709 16.469 17.2992 16.0635 17.2993C15.0073 17.2991 14.1515 16.4425 14.1514 15.3862C14.1516 14.3301 15.0073 13.4744 16.0635 13.4741ZM12 1.96143C14.5059 1.96147 16.8237 2.42346 18.5518 3.21338C20.1917 3.96315 21.6764 5.20229 21.6768 6.92627C21.6768 6.94376 21.6761 6.96162 21.6758 6.979H21.6768V12.0444H19.6787C19.6796 12.0296 19.6816 12.0148 19.6816 12.0005H19.6826V10.0161C19.3264 10.2513 18.9439 10.4599 18.5518 10.6392C16.8237 11.4292 14.5061 11.892 12 11.8921C9.49385 11.892 7.17539 11.4292 5.44727 10.6392C5.0554 10.46 4.6733 10.2511 4.31738 10.0161V12.0005L4.32324 12.0903C4.3789 12.5596 4.86983 13.2554 6.27734 13.8989C7.69033 14.5449 9.71307 14.9711 12 14.9712C12.2363 14.9712 12.4699 14.9654 12.7002 14.9565V16.9526C12.4687 16.9607 12.2351 16.9663 12 16.9663C9.49385 16.9663 7.17539 16.5034 5.44727 15.7134C5.05542 15.5342 4.67329 15.3253 4.31738 15.0903V17.0737L4.32324 17.1646C4.37937 17.6338 4.87068 18.329 6.27734 18.9722C7.69033 19.6181 9.71307 20.0444 12 20.0444C12.2363 20.0444 12.4699 20.0387 12.7002 20.0298V22.0259C12.4687 22.0339 12.2351 22.0395 12 22.0396C9.49385 22.0395 7.17539 21.5767 5.44727 20.7866C3.88499 20.0722 2.46599 18.9136 2.33496 17.3149H2.32324V6.979H2.3252C2.32488 6.96162 2.32324 6.94376 2.32324 6.92627C2.32363 5.20241 3.80746 3.96317 5.44727 3.21338C7.17539 2.42332 9.49385 1.96148 12 1.96143ZM22.0869 13.4741C23.1433 13.4741 23.9997 14.3299 24 15.3862C23.9998 16.4426 23.1433 17.2993 22.0869 17.2993C21.0307 17.299 20.175 16.4424 20.1748 15.3862C20.1751 14.3301 21.0308 13.4744 22.0869 13.4741ZM12 3.95557C9.71311 3.95562 7.69033 4.38188 6.27734 5.02783C4.7771 5.71375 4.31782 6.45914 4.31738 6.92627C4.31738 7.39332 4.77665 8.1385 6.27734 8.82471C7.69034 9.4707 9.71302 9.89692 12 9.89697C14.2868 9.89692 16.3087 9.47062 17.7217 8.82471C19.2228 8.13844 19.6816 7.39337 19.6816 6.92627C19.6812 6.45913 19.2221 5.71377 17.7217 5.02783C16.3087 4.38205 14.2865 3.95561 12 3.95557Z"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconLineTuDatabase',
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
@@ -366,4 +366,8 @@ export { default as IconLineStop } from './IconLineStop/index.vue';
366
366
  export { default as IconColorStop } from './IconColorStop/index.vue';
367
367
  export { default as IconColorSuccess } from './IconColorSuccess/index.vue';
368
368
  export { default as IconLineFile2 } from './IconLineFile2/index.vue';
369
- export { default as IconLineDown } from './IconLineDown/index.vue';
369
+ export { default as IconLineDown } from './IconLineDown/index.vue';
370
+ export { default as IconColorNeo4j } from './IconColorNeo4j/index.vue';
371
+ export { default as IconColorTugraph } from './IconColorTugraph/index.vue';
372
+ export { default as IconLineGraphData } from './IconLineGraphData/index.vue';
373
+ export { default as IconLineTuDatabase } from './IconLineTuDatabase/index.vue';