@agrotools1/at-icons 1.0.7 → 1.0.9

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.
Files changed (31) hide show
  1. package/dist/AtAtCurralRegularIcon/AtAtCurralRegularIcon.vue.js +46 -0
  2. package/dist/AtAtCurralRegularIcon/AtAtCurralRegularIcon.vue2.js +4 -0
  3. package/dist/AtAtCurralRegularIcon/index.js +5 -0
  4. package/dist/AtAtCurralSolidIcon/AtAtCurralSolidIcon.vue.js +46 -0
  5. package/dist/AtAtCurralSolidIcon/AtAtCurralSolidIcon.vue2.js +4 -0
  6. package/dist/AtAtCurralSolidIcon/index.js +5 -0
  7. package/dist/AtFileTypeIcon/AtCsvType.vue.js +93 -0
  8. package/dist/AtFileTypeIcon/AtCsvType.vue2.js +4 -0
  9. package/dist/AtFileTypeIcon/AtDocType.vue.js +81 -0
  10. package/dist/AtFileTypeIcon/AtDocType.vue2.js +4 -0
  11. package/dist/AtFileTypeIcon/AtDocxType.vue.js +93 -0
  12. package/dist/AtFileTypeIcon/AtDocxType.vue2.js +4 -0
  13. package/dist/AtFileTypeIcon/AtPdfType.vue.js +89 -0
  14. package/dist/AtFileTypeIcon/AtPdfType.vue2.js +4 -0
  15. package/dist/AtFileTypeIcon/AtPngType.vue.js +81 -0
  16. package/dist/AtFileTypeIcon/AtPngType.vue2.js +4 -0
  17. package/dist/AtFileTypeIcon/AtShapeType.vue.js +93 -0
  18. package/dist/AtFileTypeIcon/AtShapeType.vue2.js +4 -0
  19. package/dist/AtFileTypeIcon/AtTxtFile.vue.js +101 -0
  20. package/dist/AtFileTypeIcon/AtTxtFile.vue2.js +4 -0
  21. package/dist/AtFileTypeIcon/AtZipType.vue.js +93 -0
  22. package/dist/AtFileTypeIcon/AtZipType.vue2.js +4 -0
  23. package/dist/AtFileTypeIcon/index.js +18 -0
  24. package/dist/AtJornadaCampo/AtJornadaCampo.vue.d.ts.map +1 -1
  25. package/dist/AtJornadaCampo/AtJornadaCampo.vue.js +9 -11
  26. package/dist/AtUserRegularIcon/AtUserRegularIcon.vue.js +47 -0
  27. package/dist/AtUserRegularIcon/AtUserRegularIcon.vue2.js +4 -0
  28. package/dist/AtUserRegularIcon/index.js +5 -0
  29. package/dist/components/IconWrapper/IconWrapper.css +1 -1
  30. package/dist/components/IconWrapper/IconWrapper.vue.js +2 -2
  31. package/package.json +17 -5
@@ -0,0 +1,46 @@
1
+ import { defineComponent as a, createBlock as s, openBlock as l, normalizeProps as n, guardReactiveProps as c, withCtx as p, createElementBlock as h, normalizeStyle as m, normalizeClass as d, createElementVNode as t } from "vue";
2
+ import u from "../components/IconWrapper/IconWrapper.vue.js";
3
+ const w = ["width", "height"], g = /* @__PURE__ */ a({
4
+ __name: "AtAtCurralRegularIcon",
5
+ props: {
6
+ size: {},
7
+ color: {},
8
+ class: {},
9
+ style: {},
10
+ onClickCallback: { type: Function }
11
+ },
12
+ setup(r) {
13
+ const o = r;
14
+ return (_, e) => (l(), s(u, n(c(o)), {
15
+ default: p(({ class: i, style: C }) => [
16
+ (l(), h("svg", {
17
+ class: d(i),
18
+ style: m(C),
19
+ fill: "currentColor",
20
+ width: C.width,
21
+ height: C.height,
22
+ viewBox: "0 0 28 28",
23
+ xmlns: "http://www.w3.org/2000/svg"
24
+ }, e[0] || (e[0] = [
25
+ t("g", { "clip-path": "url(#clip0_2707_1799)" }, [
26
+ t("path", { d: "M26.1515 3.16667H24.6598C24.7714 2.82758 24.8331 2.46358 24.8331 2.08333C24.8331 1.48533 24.3489 1 23.7498 1C23.1507 1 22.6665 1.48533 22.6665 2.08333C22.6665 2.6705 22.2765 3.16667 21.815 3.16667H17.018C16.5565 3.16667 16.1665 2.6705 16.1665 2.08333C16.1665 1.48533 15.6822 1 15.0831 1C14.484 1 13.9998 1.48533 13.9998 2.08333C13.9998 2.46358 14.0615 2.82758 14.1731 3.16667H12.6814C12.104 3.16667 11.6847 3.74192 11.883 4.28358C12.2795 5.36583 13.2339 6.17725 14.3974 6.37117L14.834 8.58225H8.58205C6.96788 8.58225 5.51622 9.29292 4.5228 10.4174L1.36922 13.1853C0.919634 13.5797 0.874134 14.2643 1.26847 14.715C1.48297 14.9588 1.78305 15.0833 2.08313 15.0833C2.33663 15.0833 2.5923 14.9945 2.79705 14.8147L3.16647 14.4908V23.75C3.16647 25.5418 4.62463 27 6.41647 27C7.63413 27 8.69688 26.3262 9.25372 25.3328C11.4908 25.0533 13.3054 23.4077 13.8395 21.5833H16.1665V23.75C16.1665 25.5418 17.6246 27 19.4165 27C21.2083 27 22.6665 25.5418 22.6665 23.75V19.4167C22.6665 18.8187 22.1822 18.3333 21.5831 18.3333C20.984 18.3333 20.4998 18.8187 20.4998 19.4167V23.75C20.4998 24.3469 20.0145 24.8333 19.4165 24.8333C18.8185 24.8333 18.3331 24.3469 18.3331 23.75V20.5C18.3331 19.902 17.8489 19.4167 17.2498 19.4167H8.58313C7.98405 19.4167 7.4998 19.902 7.4998 20.5V23.75C7.4998 24.3469 7.01447 24.8333 6.41647 24.8333C5.81847 24.8333 5.33313 24.3469 5.33313 23.75V14C5.33313 13.6523 5.38838 13.3175 5.49022 13.0033C6.16188 13.6219 7.05563 14 8.04147 14C9.95138 14 11.532 12.5873 11.7941 10.75H15.263L15.6226 12.57C15.2868 12.9513 15.0831 13.4518 15.0831 14C15.0831 15.1971 16.0527 16.1667 17.2498 16.1667H21.5831C22.7802 16.1667 23.7498 15.1971 23.7498 14C23.7498 13.4518 23.5461 12.9513 23.2103 12.57L24.4355 6.37225C25.599 6.17833 26.5545 5.36583 26.95 4.28467C27.1482 3.743 26.729 3.16667 26.1515 3.16667ZM17.018 5.33333H21.815C22.0316 5.33333 22.2418 5.30842 22.4455 5.26183L21.1465 11.8333H17.6864L16.3875 5.26183C16.5911 5.30842 16.8013 5.33333 17.018 5.33333Z" })
27
+ ], -1),
28
+ t("defs", null, [
29
+ t("clipPath", { id: "clip0_2707_1799" }, [
30
+ t("rect", {
31
+ width: "26",
32
+ height: "26",
33
+ fill: "white",
34
+ transform: "translate(1 1)"
35
+ })
36
+ ])
37
+ ], -1)
38
+ ]), 14, w))
39
+ ]),
40
+ _: 1
41
+ }, 16));
42
+ }
43
+ });
44
+ export {
45
+ g as default
46
+ };
@@ -0,0 +1,4 @@
1
+ import f from "./AtAtCurralRegularIcon.vue.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,5 @@
1
+ import r from "./AtAtCurralRegularIcon.vue.js";
2
+ const t = r;
3
+ export {
4
+ t as AtAtCurralRegularIcon
5
+ };
@@ -0,0 +1,46 @@
1
+ import { defineComponent as s, createBlock as a, openBlock as l, normalizeProps as n, guardReactiveProps as c, withCtx as p, createElementBlock as h, normalizeStyle as d, normalizeClass as m, createElementVNode as t } from "vue";
2
+ import H from "../components/IconWrapper/IconWrapper.vue.js";
3
+ const u = ["width", "height"], g = /* @__PURE__ */ s({
4
+ __name: "AtAtCurralSolidIcon",
5
+ props: {
6
+ size: {},
7
+ color: {},
8
+ class: {},
9
+ style: {},
10
+ onClickCallback: { type: Function }
11
+ },
12
+ setup(o) {
13
+ const r = o;
14
+ return (w, C) => (l(), a(H, n(c(r)), {
15
+ default: p(({ class: i, style: e }) => [
16
+ (l(), h("svg", {
17
+ class: m(i),
18
+ style: d(e),
19
+ fill: "currentColor",
20
+ width: e.width,
21
+ height: e.height,
22
+ viewBox: "0 0 28 28",
23
+ xmlns: "http://www.w3.org/2000/svg"
24
+ }, C[0] || (C[0] = [
25
+ t("g", { "clip-path": "url(#clip0_2707_1803)" }, [
26
+ t("path", { d: "M26.1472 3.16667C26.7084 3.16667 27.1471 3.71158 26.9684 4.2435C26.6055 5.3225 25.5525 6.17508 24.441 6.41667L23.2071 12.5808C23.6534 13.0922 23.8766 13.8039 23.6729 14.5753C23.4194 15.534 22.4964 16.1667 21.5041 16.1667H18.4111C17.4188 16.1667 16.4958 15.534 16.2423 14.5753C16.0376 13.8039 16.2607 13.0922 16.7081 12.5808L15.4742 6.41667C14.3833 6.17942 13.3466 5.35392 12.9663 4.30308C12.767 3.75167 13.1862 3.16667 13.7734 3.16667H15.471C15.3431 2.92833 15.2337 2.677 15.1471 2.41483C14.9163 1.72042 15.4428 1 16.1751 1C16.6301 1 17.057 1.2795 17.1859 1.71608C17.434 2.56 18.11 3.16667 18.903 3.16667H21.0155C21.8085 3.16667 22.4834 2.56 22.7326 1.71608C22.8615 1.2795 23.2883 1 23.7433 1C24.4756 1 25.0021 1.72042 24.7714 2.41483C24.6847 2.677 24.5753 2.92833 24.4475 3.16667H26.1494H26.1472ZM18.552 18.3333C16.862 18.3333 15.2294 17.4623 14.4689 15.9533C13.8395 14.7053 13.8633 13.3208 14.4158 12.1594L13.7084 8.58333H11.8321V9.125C11.8321 11.8127 9.6448 14 6.95705 14H6.41538C5.8163 14 5.33205 13.5147 5.33205 12.9167C5.33205 12.3187 5.8163 11.8333 6.41538 11.8333H6.95705C8.45097 11.8333 9.66538 10.6178 9.66538 9.125V8.58333H8.58205C6.9993 8.58333 5.58663 9.27775 4.59538 10.3643C4.58563 10.3719 4.57372 10.3741 4.56397 10.3817L1.36922 13.1853C0.919634 13.5797 0.874134 14.2643 1.26847 14.715C1.48297 14.9588 1.78305 15.0833 2.08313 15.0833C2.33663 15.0833 2.5923 14.9945 2.79705 14.8147L3.16647 14.4908V24.2917C3.16647 25.7878 4.37872 27 5.8748 27C7.19647 27 8.29388 26.0521 8.53222 24.7998C10.9979 24.6318 12.7258 23.2452 13.4581 21.5833H17.2498V24.8333C17.2498 26.0304 18.2194 27 19.4165 27H20.4998C21.6969 27 22.6665 26.0304 22.6665 24.8333V18.3333H18.552Z" })
27
+ ], -1),
28
+ t("defs", null, [
29
+ t("clipPath", { id: "clip0_2707_1803" }, [
30
+ t("rect", {
31
+ width: "26",
32
+ height: "26",
33
+ fill: "white",
34
+ transform: "translate(1 1)"
35
+ })
36
+ ])
37
+ ], -1)
38
+ ]), 14, u))
39
+ ]),
40
+ _: 1
41
+ }, 16));
42
+ }
43
+ });
44
+ export {
45
+ g as default
46
+ };
@@ -0,0 +1,4 @@
1
+ import f from "./AtAtCurralSolidIcon.vue.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,5 @@
1
+ import o from "./AtAtCurralSolidIcon.vue.js";
2
+ const t = o;
3
+ export {
4
+ t as AtAtCurralSolidIcon
5
+ };
@@ -0,0 +1,93 @@
1
+ import { defineComponent as t, createBlock as r, openBlock as d, normalizeProps as p, guardReactiveProps as u, withCtx as a, createElementBlock as c, normalizeStyle as f, normalizeClass as s, createElementVNode as l } from "vue";
2
+ import v from "../components/IconWrapper/IconWrapper.vue.js";
3
+ const h = ["width", "height"], B = /* @__PURE__ */ t({
4
+ __name: "AtCsvType",
5
+ props: {
6
+ size: {},
7
+ color: {},
8
+ class: {},
9
+ style: {},
10
+ onClickCallback: { type: Function }
11
+ },
12
+ setup(n) {
13
+ const i = n;
14
+ return (H, C) => (d(), r(v, p(u(i)), {
15
+ default: a(({ class: o, style: e }) => [
16
+ (d(), c("svg", {
17
+ viewBox: "0 0 34 34",
18
+ fill: "none",
19
+ xmlns: "http://www.w3.org/2000/svg",
20
+ width: e.width,
21
+ height: e.height,
22
+ class: s(o),
23
+ style: f(e)
24
+ }, C[0] || (C[0] = [
25
+ l("path", {
26
+ "fill-rule": "evenodd",
27
+ "clip-rule": "evenodd",
28
+ d: "M4.49063 20.0962C13.0216 21.5758 21.5527 21.526 30.0836 20.0962V8.236C30.0836 8.10087 30.0398 7.96948 29.9588 7.86147L24.3408 0.370832C24.2229 0.213678 24.0379 0.121094 23.8415 0.121094H6.36329C5.86666 0.121094 5.39026 0.318397 5.0391 0.669558C4.68794 1.02087 4.49063 1.49712 4.49063 1.99375V16.3509C4.49063 17.278 4.27325 18.0637 4.27325 18.6901C4.27325 19.556 4.49063 20.0962 4.49063 20.0962Z",
29
+ fill: "#D8DFE3"
30
+ }, null, -1),
31
+ l("path", {
32
+ "fill-rule": "evenodd",
33
+ "clip-rule": "evenodd",
34
+ d: "M0.7453 18.478V31.9564C0.7453 32.453 0.942604 32.9294 1.29376 33.2806C1.64493 33.6317 2.12133 33.829 2.61796 33.829H31.3321C31.8287 33.829 32.305 33.6317 32.6563 33.2806C33.0075 32.9294 33.2048 32.453 33.2048 31.9564C33.2048 29.5645 33.2048 24.3609 33.2048 21.969C33.2048 21.4723 33.0075 20.9959 32.6563 20.6448C32.305 20.2936 31.8287 20.0963 31.3321 20.0963H3.24223C2.44582 20.0963 0.7453 18.478 0.7453 18.478Z",
35
+ fill: "#1FB35B"
36
+ }, null, -1),
37
+ l("path", {
38
+ "fill-rule": "evenodd",
39
+ "clip-rule": "evenodd",
40
+ d: "M2.61796 20.0961C2.04807 20.0961 1.63204 19.865 1.32582 19.5803C1.03773 19.3125 0.7453 18.8404 0.7453 18.2235C0.7453 17.8275 0.942604 17.2505 1.29376 16.8993C1.64493 16.5481 2.12133 16.3508 2.61796 16.3508H4.49062V20.0961C4.49062 20.0961 4.65107 20.0961 2.61796 20.0961Z",
41
+ fill: "#198043"
42
+ }, null, -1),
43
+ l("path", {
44
+ "fill-rule": "evenodd",
45
+ "clip-rule": "evenodd",
46
+ d: "M23.8415 0.121094V6.36334C23.8415 6.85997 24.0388 7.33637 24.39 7.68753C24.7411 8.0387 25.2174 8.236 25.7142 8.236H30.0836C30.0836 8.10087 30.0398 7.96948 29.9588 7.86147L24.3408 0.370832C24.2229 0.213678 24.0379 0.121094 23.8415 0.121094Z",
47
+ fill: "#AFBDC7"
48
+ }, null, -1),
49
+ l("path", {
50
+ "fill-rule": "evenodd",
51
+ "clip-rule": "evenodd",
52
+ d: "M10.1086 8.86036H18.2235C18.5679 8.86036 18.8476 8.58066 18.8476 8.23609C18.8476 7.89152 18.5679 7.61182 18.2235 7.61182H10.1086C9.76401 7.61182 9.48431 7.89152 9.48431 8.23609C9.48431 8.58066 9.76401 8.86036 10.1086 8.86036Z",
53
+ fill: "#1FB35B"
54
+ }, null, -1),
55
+ l("path", {
56
+ "fill-rule": "evenodd",
57
+ "clip-rule": "evenodd",
58
+ d: "M10.1086 12.6055H24.4656C24.8102 12.6055 25.0899 12.3258 25.0899 11.9812C25.0899 11.6366 24.8102 11.3569 24.4656 11.3569H10.1086C9.76401 11.3569 9.48431 11.6366 9.48431 11.9812C9.48431 12.3258 9.76401 12.6055 10.1086 12.6055Z",
59
+ fill: "#1FB35B"
60
+ }, null, -1),
61
+ l("path", {
62
+ "fill-rule": "evenodd",
63
+ "clip-rule": "evenodd",
64
+ d: "M10.1086 16.3508H24.4656C24.8102 16.3508 25.0899 16.0711 25.0899 15.7266C25.0899 15.382 24.8102 15.1023 24.4656 15.1023H10.1086C9.76401 15.1023 9.48431 15.382 9.48431 15.7266C9.48431 16.0711 9.76401 16.3508 10.1086 16.3508Z",
65
+ fill: "#1FB35B"
66
+ }, null, -1),
67
+ l("path", {
68
+ "fill-rule": "evenodd",
69
+ "clip-rule": "evenodd",
70
+ d: "M20.4528 24.0734L22.9498 30.3157C23.0444 30.5527 23.2741 30.708 23.5292 30.708C23.7845 30.708 24.014 30.5527 24.1089 30.3157L26.6058 24.0734C26.7337 23.7536 26.5779 23.39 26.2579 23.262C25.9381 23.1341 25.5745 23.2899 25.4465 23.6097L23.5292 28.403L21.6119 23.6097C21.484 23.2899 21.1204 23.1341 20.8005 23.262C20.4807 23.39 20.3249 23.7536 20.4528 24.0734Z",
71
+ fill: "#D8DFE3"
72
+ }, null, -1),
73
+ l("path", {
74
+ "fill-rule": "evenodd",
75
+ "clip-rule": "evenodd",
76
+ d: "M10.7772 23.2175H10.4205C8.69674 23.2175 7.29944 24.6148 7.29944 26.3386V27.5871C7.29944 29.3109 8.69674 30.7082 10.4205 30.7082H10.7772C11.8907 30.7082 12.902 30.0586 13.3649 29.0458C13.4295 28.9047 13.4422 28.8781 13.4837 28.7861C13.6472 28.4232 13.4499 28.092 13.2155 27.9742C12.8242 27.7775 12.4692 27.9955 12.3483 28.267C12.3116 28.3494 12.2295 28.5269 12.2295 28.5269C11.9696 29.0951 11.4022 29.4598 10.7772 29.4598H10.4205C9.38618 29.4598 8.54783 28.6213 8.54783 27.5871V26.3386C8.54783 25.3044 9.38618 24.4659 10.4205 24.4659H10.7772C11.4022 24.4659 11.9696 24.8306 12.2295 25.3988C12.2295 25.3988 12.3056 25.5693 12.3483 25.6587C12.5358 26.0518 12.9793 26.1077 13.2597 25.9255C13.4567 25.7973 13.6428 25.4876 13.4837 25.1396C13.3649 24.8799 13.3649 24.8799 13.3649 24.8799C12.902 23.8671 11.8907 23.2175 10.7772 23.2175Z",
77
+ fill: "#D8DFE3"
78
+ }, null, -1),
79
+ l("path", {
80
+ "fill-rule": "evenodd",
81
+ "clip-rule": "evenodd",
82
+ d: "M14.4781 28.5271V28.8365C14.4781 29.3328 14.6753 29.8089 15.0262 30.1598C15.3772 30.5108 15.8531 30.7079 16.3495 30.7079H17.7565C18.2528 30.7079 18.7288 30.5108 19.0798 30.1598C19.4308 29.8089 19.628 29.3328 19.628 28.8365C19.628 28.7526 19.628 28.6693 19.628 28.5881C19.628 27.8224 19.1617 27.1338 18.4507 26.8493L16.1809 25.9415C15.9065 25.8317 15.7265 25.5659 15.7265 25.2703V25.0899C15.7265 24.9244 15.7923 24.7656 15.9093 24.6486C16.0265 24.5314 16.1851 24.4657 16.3507 24.4657H17.7553C17.9208 24.4657 18.0796 24.5314 18.1967 24.6486C18.3137 24.7656 18.3794 24.9244 18.3794 25.0899V25.3983C18.3794 25.5744 18.4573 25.7338 18.5357 25.8147C18.6575 25.953 18.8325 26.0263 19.0037 26.0263C19.3075 26.0263 19.628 25.7917 19.628 25.3983V25.0899C19.628 24.5933 19.4307 24.1169 19.0795 23.7657C18.7282 23.4146 18.2519 23.2173 17.7553 23.2173H16.3508C15.854 23.2173 15.3778 23.4146 15.0266 23.7657C14.6755 24.1169 14.4781 24.5933 14.4781 25.0899V25.2703C14.4781 26.0763 14.9689 26.8013 15.7173 27.1006L17.9871 28.0086C18.2241 28.1033 18.3794 28.3329 18.3794 28.5881V28.8365C18.3794 29.0017 18.3138 29.1602 18.197 29.2771C18.0802 29.3939 17.9217 29.4595 17.7565 29.4595H16.3495C16.1842 29.4595 16.0259 29.3939 15.909 29.2771C15.7922 29.1602 15.7265 29.0017 15.7265 28.8366C15.7265 28.8365 15.7265 28.8365 15.7265 28.5269C15.7265 28.1153 15.391 27.8986 15.1132 27.8986C14.8498 27.8986 14.4781 28.1028 14.4781 28.5232V28.5271Z",
83
+ fill: "#D8DFE3"
84
+ }, null, -1)
85
+ ]), 14, h))
86
+ ]),
87
+ _: 1
88
+ }, 16));
89
+ }
90
+ });
91
+ export {
92
+ B as default
93
+ };
@@ -0,0 +1,4 @@
1
+ import f from "./AtCsvType.vue.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,81 @@
1
+ import { defineComponent as t, createBlock as r, openBlock as d, normalizeProps as p, guardReactiveProps as u, withCtx as a, createElementBlock as c, normalizeStyle as s, normalizeClass as f, createElementVNode as l } from "vue";
2
+ import h from "../components/IconWrapper/IconWrapper.vue.js";
3
+ const v = ["width", "height"], D = /* @__PURE__ */ t({
4
+ __name: "AtDocType",
5
+ props: {
6
+ size: {},
7
+ color: {},
8
+ class: {},
9
+ style: {},
10
+ onClickCallback: { type: Function }
11
+ },
12
+ setup(o) {
13
+ const n = o;
14
+ return (H, C) => (d(), r(h, p(u(n)), {
15
+ default: a(({ class: i, style: e }) => [
16
+ (d(), c("svg", {
17
+ viewBox: "0 0 34 34",
18
+ fill: "none",
19
+ xmlns: "http://www.w3.org/2000/svg",
20
+ width: e.width,
21
+ height: e.height,
22
+ class: f(i),
23
+ style: s(e)
24
+ }, C[0] || (C[0] = [
25
+ l("path", {
26
+ "fill-rule": "evenodd",
27
+ "clip-rule": "evenodd",
28
+ d: "M4.49057 20.0962C13.0215 21.5758 21.5526 21.526 30.0835 20.0962V8.236C30.0835 8.10087 30.0398 7.96948 29.9587 7.86147L24.3408 0.370832C24.2229 0.213678 24.0378 0.121094 23.8414 0.121094H6.36323C5.8666 0.121094 5.3902 0.318397 5.03904 0.669558C4.68787 1.02087 4.49057 1.49712 4.49057 1.99375V16.3509C4.49057 17.2779 4.27319 18.0637 4.27319 18.6901C4.27319 19.556 4.49057 20.0962 4.49057 20.0962Z",
29
+ fill: "#D8DFE3"
30
+ }, null, -1),
31
+ l("path", {
32
+ "fill-rule": "evenodd",
33
+ "clip-rule": "evenodd",
34
+ d: "M0.745361 18.478V31.9564C0.745361 32.453 0.942665 32.9294 1.29383 33.2806C1.64499 33.6317 2.12139 33.829 2.61802 33.829H31.3322C31.8288 33.829 32.3051 33.6317 32.6564 33.2806C33.0075 32.9294 33.2048 32.453 33.2048 31.9564C33.2048 29.5645 33.2048 24.3609 33.2048 21.969C33.2048 21.4723 33.0075 20.9959 32.6564 20.6448C32.3051 20.2936 31.8288 20.0963 31.3322 20.0963H3.24229C2.44589 20.0963 0.745361 18.478 0.745361 18.478Z",
35
+ fill: "#2D98DB"
36
+ }, null, -1),
37
+ l("path", {
38
+ "fill-rule": "evenodd",
39
+ "clip-rule": "evenodd",
40
+ d: "M2.61802 20.0961C2.04813 20.0961 1.6321 19.865 1.32589 19.5803C1.0378 19.3125 0.745361 18.8404 0.745361 18.2235C0.745361 17.8275 0.942665 17.2505 1.29383 16.8993C1.64499 16.5481 2.12139 16.3508 2.61802 16.3508H4.49068V20.0961C4.49068 20.0961 4.65113 20.0961 2.61802 20.0961Z",
41
+ fill: "#216896"
42
+ }, null, -1),
43
+ l("path", {
44
+ "fill-rule": "evenodd",
45
+ "clip-rule": "evenodd",
46
+ d: "M23.8416 0.121094V6.36334C23.8416 6.85997 24.0389 7.33637 24.39 7.68753C24.7412 8.0387 25.2174 8.236 25.7142 8.236H30.0836C30.0836 8.10087 30.0399 7.96948 29.9589 7.86147L24.3409 0.370832C24.223 0.213678 24.038 0.121094 23.8416 0.121094Z",
47
+ fill: "#AFBDC7"
48
+ }, null, -1),
49
+ l("path", {
50
+ "fill-rule": "evenodd",
51
+ "clip-rule": "evenodd",
52
+ d: "M9.48462 8.23603C9.48462 7.89142 9.76398 7.61206 10.1086 7.61206H18.2235C18.5681 7.61206 18.8475 7.89142 18.8475 8.23603C18.8475 8.58064 18.5681 8.86 18.2235 8.86H10.1086C9.76398 8.86 9.48462 8.58064 9.48462 8.23603ZM9.48462 11.9813C9.48462 11.6367 9.76398 11.3574 10.1086 11.3574H24.4656C24.8102 11.3574 25.0896 11.6367 25.0896 11.9813C25.0896 12.3259 24.8102 12.6053 24.4656 12.6053H10.1086C9.76398 12.6053 9.48462 12.3259 9.48462 11.9813ZM9.48462 15.7267C9.48462 15.3821 9.76398 15.1028 10.1086 15.1028H24.4656C24.8102 15.1028 25.0896 15.3821 25.0896 15.7267C25.0896 16.0713 24.8102 16.3507 24.4656 16.3507H10.1086C9.76398 16.3507 9.48462 16.0713 9.48462 15.7267Z",
53
+ fill: "black"
54
+ }, null, -1),
55
+ l("path", {
56
+ "fill-rule": "evenodd",
57
+ "clip-rule": "evenodd",
58
+ d: "M12.93 26.3383C12.93 25.5106 12.6012 24.7168 12.0159 24.1314C11.4306 23.5461 10.6367 23.2173 9.80899 23.2173C8.69288 23.2173 7.62427 23.2173 7.62427 23.2173C7.2794 23.2173 7 23.4967 7 23.8416V30.0837C7 30.4285 7.2794 30.7079 7.62427 30.7079H9.80899C10.6367 30.7079 11.4306 30.3791 12.0159 29.7938C12.6012 29.2084 12.93 28.4146 12.93 27.5869V26.3383ZM11.6816 26.3383V27.5869C11.6816 28.0835 11.4843 28.5598 11.1332 28.9111C10.782 29.2622 10.3056 29.4595 9.80899 29.4595H8.24839V24.4657H9.80899C10.3056 24.4657 10.782 24.663 11.1332 25.0141C11.4843 25.3655 11.6816 25.8417 11.6816 26.3383Z",
59
+ fill: "#D8DFE3"
60
+ }, null, -1),
61
+ l("path", {
62
+ "fill-rule": "evenodd",
63
+ "clip-rule": "evenodd",
64
+ d: "M23.9928 23.2793H23.6359C21.9122 23.2793 20.5149 24.6766 20.5149 26.4003V27.6489C20.5149 29.3726 21.9122 30.7699 23.6359 30.7699H23.9928C25.1062 30.7699 26.1174 30.1203 26.5804 29.1076C26.6449 28.9665 26.6992 28.8478 26.6992 28.8478L26.1329 29.2093C25.8863 28.3156 25.6728 28.205 25.5715 28.3409L25.5637 28.3287L25.4449 28.5885C25.1852 29.1569 24.6177 29.5215 23.9928 29.5215H23.6361C22.6018 29.5215 21.7633 28.683 21.7633 27.6489V26.4003C21.7633 25.3662 22.6018 24.5277 23.6359 24.5277H23.9928C24.6177 24.5277 25.1852 24.8923 25.4449 25.4606L25.5637 25.7205L25.5654 25.7239L25.5703 25.7346L25.5784 25.7505L25.5817 25.7573L25.5843 25.762C25.7765 26.125 26.1329 26.0883 26.1329 26.0883L26.1691 26.0761C26.3288 26.0188 26.952 25.7547 26.6992 25.2014L26.5804 24.9416C26.1174 23.9289 25.1062 23.2793 23.9928 23.2793Z",
65
+ fill: "#D8DFE3"
66
+ }, null, -1),
67
+ l("path", {
68
+ "fill-rule": "evenodd",
69
+ "clip-rule": "evenodd",
70
+ d: "M16.7533 23.2173C15.0724 23.2173 13.6321 24.8615 13.6321 26.9626C13.6321 29.0637 15.0724 30.7079 16.7533 30.7079C18.4342 30.7079 19.8743 29.0637 19.8743 26.9626C19.8743 24.8615 18.4342 23.2173 16.7533 23.2173ZM16.7533 24.4657C17.8294 24.4657 18.6259 25.6174 18.6259 26.9626C18.6259 28.3078 17.8294 29.4595 16.7533 29.4595C15.6772 29.4595 14.8806 28.3078 14.8806 26.9626C14.8806 25.6174 15.6772 24.4657 16.7533 24.4657Z",
71
+ fill: "#D8DFE3"
72
+ }, null, -1)
73
+ ]), 14, v))
74
+ ]),
75
+ _: 1
76
+ }, 16));
77
+ }
78
+ });
79
+ export {
80
+ D as default
81
+ };
@@ -0,0 +1,4 @@
1
+ import f from "./AtDocType.vue.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,93 @@
1
+ import { defineComponent as t, createBlock as r, openBlock as d, normalizeProps as p, guardReactiveProps as u, withCtx as a, createElementBlock as c, normalizeStyle as f, normalizeClass as s, createElementVNode as l } from "vue";
2
+ import v from "../components/IconWrapper/IconWrapper.vue.js";
3
+ const h = ["width", "height"], M = /* @__PURE__ */ t({
4
+ __name: "AtDocxType",
5
+ props: {
6
+ size: {},
7
+ color: {},
8
+ class: {},
9
+ style: {},
10
+ onClickCallback: { type: Function }
11
+ },
12
+ setup(n) {
13
+ const o = n;
14
+ return (H, C) => (d(), r(v, p(u(o)), {
15
+ default: a(({ class: i, style: e }) => [
16
+ (d(), c("svg", {
17
+ viewBox: "0 0 34 34",
18
+ fill: "none",
19
+ xmlns: "http://www.w3.org/2000/svg",
20
+ width: e.width,
21
+ height: e.height,
22
+ class: s(i),
23
+ style: f(e)
24
+ }, C[0] || (C[0] = [
25
+ l("path", {
26
+ "fill-rule": "evenodd",
27
+ "clip-rule": "evenodd",
28
+ d: "M4.49063 20.0962C13.0216 21.5758 21.5527 21.526 30.0836 20.0962V8.236C30.0836 8.10087 30.0398 7.96948 29.9588 7.86147L24.3408 0.370832C24.2229 0.213678 24.0379 0.121094 23.8415 0.121094H6.36329C5.86666 0.121094 5.39026 0.318397 5.0391 0.669558C4.68794 1.02087 4.49063 1.49712 4.49063 1.99375V16.3509C4.49063 17.2779 4.27325 18.0637 4.27325 18.6901C4.27325 19.556 4.49063 20.0962 4.49063 20.0962Z",
29
+ fill: "#D8DFE3"
30
+ }, null, -1),
31
+ l("path", {
32
+ "fill-rule": "evenodd",
33
+ "clip-rule": "evenodd",
34
+ d: "M0.7453 18.478V31.9564C0.7453 32.453 0.942604 32.9294 1.29376 33.2806C1.64493 33.6317 2.12133 33.829 2.61796 33.829H31.3321C31.8287 33.829 32.305 33.6317 32.6563 33.2806C33.0075 32.9294 33.2048 32.453 33.2048 31.9564C33.2048 29.5645 33.2048 24.3609 33.2048 21.969C33.2048 21.4723 33.0075 20.9959 32.6563 20.6448C32.305 20.2936 31.8287 20.0963 31.3321 20.0963H3.24223C2.44582 20.0963 0.7453 18.478 0.7453 18.478Z",
35
+ fill: "#2D98DB"
36
+ }, null, -1),
37
+ l("path", {
38
+ "fill-rule": "evenodd",
39
+ "clip-rule": "evenodd",
40
+ d: "M2.61796 20.0961C2.04807 20.0961 1.63204 19.865 1.32582 19.5803C1.03773 19.3125 0.7453 18.8404 0.7453 18.2235C0.7453 17.8275 0.942604 17.2505 1.29376 16.8993C1.64493 16.5481 2.12133 16.3508 2.61796 16.3508H4.49062V20.0961C4.49062 20.0961 4.65107 20.0961 2.61796 20.0961Z",
41
+ fill: "#216896"
42
+ }, null, -1),
43
+ l("path", {
44
+ "fill-rule": "evenodd",
45
+ "clip-rule": "evenodd",
46
+ d: "M23.8415 0.121094V6.36334C23.8415 6.85997 24.0388 7.33637 24.39 7.68753C24.7411 8.0387 25.2174 8.236 25.7142 8.236H30.0836C30.0836 8.10087 30.0398 7.96948 29.9588 7.86147L24.3408 0.370832C24.2229 0.213678 24.0379 0.121094 23.8415 0.121094Z",
47
+ fill: "#AFBDC7"
48
+ }, null, -1),
49
+ l("path", {
50
+ "fill-rule": "evenodd",
51
+ "clip-rule": "evenodd",
52
+ d: "M9.48456 8.23603C9.48456 7.89142 9.76392 7.61206 10.1085 7.61206H18.2234C18.568 7.61206 18.8474 7.89142 18.8474 8.23603C18.8474 8.58064 18.568 8.86 18.2234 8.86H10.1085C9.76392 8.86 9.48456 8.58064 9.48456 8.23603ZM9.48456 11.9813C9.48456 11.6367 9.76392 11.3574 10.1085 11.3574H24.4655C24.8101 11.3574 25.0895 11.6367 25.0895 11.9813C25.0895 12.3259 24.8101 12.6053 24.4655 12.6053H10.1085C9.76392 12.6053 9.48456 12.3259 9.48456 11.9813ZM9.48456 15.7267C9.48456 15.3821 9.76392 15.1028 10.1085 15.1028H24.4655C24.8101 15.1028 25.0895 15.3821 25.0895 15.7267C25.0895 16.0713 24.8101 16.3507 24.4655 16.3507H10.1085C9.76392 16.3507 9.48456 16.0713 9.48456 15.7267Z",
53
+ fill: "black"
54
+ }, null, -1),
55
+ l("path", {
56
+ "fill-rule": "evenodd",
57
+ "clip-rule": "evenodd",
58
+ d: "M9.4326 26.3383C9.4326 25.5106 9.10376 24.7168 8.51844 24.1314C7.93313 23.5461 7.13927 23.2173 6.31155 23.2173C5.19545 23.2173 4.12683 23.2173 4.12683 23.2173C3.78196 23.2173 3.50256 23.4967 3.50256 23.8416V30.0837C3.50256 30.4285 3.78196 30.7079 4.12683 30.7079H6.31155C7.13927 30.7079 7.93313 30.3791 8.51844 29.7938C9.10376 29.2084 9.4326 28.4146 9.4326 27.5869V26.3383ZM8.18421 26.3383V27.5869C8.18421 28.0835 7.98691 28.5598 7.63575 28.9111C7.28459 29.2622 6.80818 29.4595 6.31155 29.4595H4.75095V24.4657H6.31155C6.80818 24.4657 7.28459 24.663 7.63575 25.0141C7.98691 25.3655 8.18421 25.8417 8.18421 26.3383Z",
59
+ fill: "#D8DFE3"
60
+ }, null, -1),
61
+ l("path", {
62
+ "fill-rule": "evenodd",
63
+ "clip-rule": "evenodd",
64
+ d: "M20.4954 23.2793H20.1385C18.4148 23.2793 17.0175 24.6766 17.0175 26.4003V27.6489C17.0175 29.3726 18.4148 30.7699 20.1385 30.7699H20.4954C21.6088 30.7699 22.62 30.1203 23.0829 29.1076C23.1475 28.9665 23.2017 28.8478 23.2017 28.8478L22.6354 29.2093C22.3888 28.3156 22.1754 28.205 22.0741 28.3409L22.0663 28.3287L21.9475 28.5885C21.6877 29.1569 21.1202 29.5215 20.4954 29.5215H20.1387C19.1043 29.5215 18.2658 28.683 18.2658 27.6489V26.4003C18.2658 25.3662 19.1043 24.5277 20.1385 24.5277H20.4954C21.1202 24.5277 21.6877 24.8923 21.9475 25.4606L22.0663 25.7205L22.0679 25.7239L22.0729 25.7346L22.081 25.7505L22.0843 25.7573L22.0868 25.762C22.279 26.125 22.6354 26.0883 22.6354 26.0883L22.6717 26.0761C22.8314 26.0188 23.4546 25.7547 23.2017 25.2014L23.0829 24.9416C22.62 23.9289 21.6088 23.2793 20.4954 23.2793Z",
65
+ fill: "#D8DFE3"
66
+ }, null, -1),
67
+ l("path", {
68
+ "fill-rule": "evenodd",
69
+ "clip-rule": "evenodd",
70
+ d: "M13.2558 23.2173C11.5749 23.2173 10.1346 24.8615 10.1346 26.9626C10.1346 29.0637 11.5749 30.7079 13.2558 30.7079C14.9367 30.7079 16.3769 29.0637 16.3769 26.9626C16.3769 24.8615 14.9367 23.2173 13.2558 23.2173ZM13.2558 24.4657C14.3319 24.4657 15.1285 25.6174 15.1285 26.9626C15.1285 28.3078 14.3319 29.4595 13.2558 29.4595C12.1797 29.4595 11.3832 28.3078 11.3832 26.9626C11.3832 25.6174 12.1797 24.4657 13.2558 24.4657Z",
71
+ fill: "#D8DFE3"
72
+ }, null, -1),
73
+ l("path", {
74
+ "fill-rule": "evenodd",
75
+ "clip-rule": "evenodd",
76
+ d: "M24.8309 30.4946L30.2929 24.2524C30.5198 23.9932 30.4934 23.5984 30.2342 23.3716C29.9749 23.1448 29.5803 23.171 29.3533 23.4303L23.8915 29.6726C23.6646 29.9318 23.6909 30.3265 23.9502 30.5533C24.2095 30.7802 24.6041 30.7539 24.8309 30.4946Z",
77
+ fill: "#D8DFE3"
78
+ }, null, -1),
79
+ l("path", {
80
+ "fill-rule": "evenodd",
81
+ "clip-rule": "evenodd",
82
+ d: "M30.2929 29.6726L24.8309 23.4303C24.6041 23.171 24.2095 23.1448 23.9502 23.3716C23.6909 23.5984 23.6646 23.9932 23.8915 24.2524L29.3533 30.4946C29.5803 30.7539 29.9749 30.7802 30.2342 30.5533C30.4934 30.3265 30.5198 29.9318 30.2929 29.6726Z",
83
+ fill: "#D8DFE3"
84
+ }, null, -1)
85
+ ]), 14, h))
86
+ ]),
87
+ _: 1
88
+ }, 16));
89
+ }
90
+ });
91
+ export {
92
+ M as default
93
+ };
@@ -0,0 +1,4 @@
1
+ import f from "./AtDocxType.vue.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,89 @@
1
+ import { defineComponent as t, createBlock as r, openBlock as o, normalizeProps as p, guardReactiveProps as u, withCtx as a, createElementBlock as s, normalizeStyle as c, normalizeClass as f, createElementVNode as l } from "vue";
2
+ import h from "../components/IconWrapper/IconWrapper.vue.js";
3
+ const v = ["width", "height"], M = /* @__PURE__ */ t({
4
+ __name: "AtPdfType",
5
+ props: {
6
+ size: {},
7
+ color: {},
8
+ class: {},
9
+ style: {},
10
+ onClickCallback: { type: Function }
11
+ },
12
+ setup(d) {
13
+ const n = d;
14
+ return (H, C) => (o(), r(h, p(u(n)), {
15
+ default: a(({ class: i, style: e }) => [
16
+ (o(), s("svg", {
17
+ viewBox: "0 0 34 34",
18
+ fill: "none",
19
+ xmlns: "http://www.w3.org/2000/svg",
20
+ width: e.width,
21
+ height: e.height,
22
+ class: f(i),
23
+ style: c(e)
24
+ }, C[0] || (C[0] = [
25
+ l("path", {
26
+ "fill-rule": "evenodd",
27
+ "clip-rule": "evenodd",
28
+ d: "M4.49063 20.0962C13.0216 21.5758 21.5527 21.526 30.0836 20.0962V8.236C30.0836 8.10087 30.0398 7.96948 29.9588 7.86147L24.3408 0.370832C24.2229 0.213678 24.0379 0.121094 23.8415 0.121094H6.36329C5.86666 0.121094 5.39026 0.318397 5.0391 0.669558C4.68794 1.02087 4.49063 1.49712 4.49063 1.99375V16.3509C4.49063 17.2779 4.27325 18.0637 4.27325 18.6901C4.27325 19.556 4.49063 20.0962 4.49063 20.0962Z",
29
+ fill: "#D8DFE3"
30
+ }, null, -1),
31
+ l("path", {
32
+ "fill-rule": "evenodd",
33
+ "clip-rule": "evenodd",
34
+ d: "M0.7453 18.478V31.9564C0.7453 32.453 0.942604 32.9294 1.29376 33.2806C1.64493 33.6317 2.12133 33.829 2.61796 33.829H31.3321C31.8287 33.829 32.305 33.6317 32.6563 33.2806C33.0075 32.9294 33.2048 32.453 33.2048 31.9564C33.2048 29.5645 33.2048 24.3609 33.2048 21.969C33.2048 21.4723 33.0075 20.9959 32.6563 20.6448C32.305 20.2936 31.8287 20.0963 31.3321 20.0963H4.49062C3.69421 20.0963 0.7453 18.478 0.7453 18.478Z",
35
+ fill: "#CB4A50"
36
+ }, null, -1),
37
+ l("path", {
38
+ "fill-rule": "evenodd",
39
+ "clip-rule": "evenodd",
40
+ d: "M2.61796 20.0961C2.04807 20.0961 1.63204 19.865 1.32582 19.5803C1.03773 19.3125 0.7453 18.8404 0.7453 18.2235C0.7453 17.8275 0.942604 17.2505 1.29376 16.8993C1.64493 16.5481 2.12133 16.3508 2.61796 16.3508H4.49062V20.0961C4.49062 20.0961 4.65107 20.0961 2.61796 20.0961Z",
41
+ fill: "#732529"
42
+ }, null, -1),
43
+ l("path", {
44
+ "fill-rule": "evenodd",
45
+ "clip-rule": "evenodd",
46
+ d: "M23.8415 0.121094V6.36334C23.8415 6.85997 24.0388 7.33637 24.39 7.68753C24.7411 8.0387 25.2174 8.236 25.7142 8.236H30.0836C30.0836 8.10087 30.0398 7.96948 29.9588 7.86147L24.3408 0.370832C24.2229 0.213678 24.0379 0.121094 23.8415 0.121094Z",
47
+ fill: "#AFBDC7"
48
+ }, null, -1),
49
+ l("path", {
50
+ d: "M10.1086 8.23608H18.2235M10.1086 11.9814H24.4656M10.1086 15.7267H24.4656",
51
+ stroke: "black",
52
+ "stroke-width": "1.24794",
53
+ "stroke-miterlimit": "1.5",
54
+ "stroke-linecap": "round",
55
+ "stroke-linejoin": "round"
56
+ }, null, -1),
57
+ l("path", {
58
+ "fill-rule": "evenodd",
59
+ "clip-rule": "evenodd",
60
+ d: "M20.2619 26.3383C20.2619 25.5106 19.933 24.7168 19.3477 24.1314C18.7624 23.5461 17.9685 23.2173 17.1407 23.2173C16.0245 23.2173 14.9559 23.2173 14.9559 23.2173C14.6112 23.2173 14.3317 23.4967 14.3317 23.8416V30.0837C14.3317 30.4285 14.6112 30.7079 14.9559 30.7079H17.1407C17.9685 30.7079 18.7624 30.3791 19.3477 29.7938C19.933 29.2084 20.2619 28.4146 20.2619 27.5869V26.3383ZM19.0133 26.3383V27.5869C19.0133 28.0835 18.816 28.5598 18.4648 28.9111C18.1137 29.2622 17.6373 29.4595 17.1407 29.4595H15.5802V24.4657H17.1407C17.6373 24.4657 18.1137 24.663 18.4648 25.0141C18.816 25.3655 19.0133 25.8417 19.0133 26.3383Z",
61
+ fill: "#D8DFE3"
62
+ }, null, -1),
63
+ l("path", {
64
+ "fill-rule": "evenodd",
65
+ "clip-rule": "evenodd",
66
+ d: "M26.0294 23.2173H22.1281C21.7834 23.2173 21.5038 23.4967 21.5038 23.8416V30.0837C21.5038 30.4282 21.7835 30.7079 22.1281 30.7079C22.4725 30.7079 22.7522 30.4282 22.7522 30.0837V24.4657H26.0294C26.374 24.4657 26.6537 24.186 26.6537 23.8416C26.6537 23.497 26.374 23.2173 26.0294 23.2173Z",
67
+ fill: "#D8DFE3"
68
+ }, null, -1),
69
+ l("path", {
70
+ "fill-rule": "evenodd",
71
+ "clip-rule": "evenodd",
72
+ d: "M8.54484 27.977H11.2693C12.3502 27.977 13.2265 27.1007 13.2265 26.0198V25.1744C13.2265 24.0935 12.3502 23.2173 11.2693 23.2173C9.88536 23.2173 7.92057 23.2173 7.92057 23.2173C7.57585 23.2173 7.29645 23.4967 7.29645 23.8416V30.0837C7.29645 30.4282 7.57615 30.7079 7.92057 30.7079C8.26514 30.7079 8.54484 30.4282 8.54484 30.0837V27.977ZM8.54484 26.7284H11.2693C11.6608 26.7284 11.9779 26.4113 11.9781 26.0198V25.1744C11.9779 24.783 11.6608 24.4657 11.2693 24.4657H8.54484V26.7284Z",
73
+ fill: "#D8DFE3"
74
+ }, null, -1),
75
+ l("path", {
76
+ "fill-rule": "evenodd",
77
+ "clip-rule": "evenodd",
78
+ d: "M22.9083 27.5867H25.2492C25.5937 27.5867 25.8734 27.307 25.8734 26.9624C25.8734 26.6178 25.5937 26.3381 25.2492 26.3381H22.9083C22.5638 26.3381 22.2841 26.6178 22.2841 26.9624C22.2841 27.307 22.5638 27.5867 22.9083 27.5867Z",
79
+ fill: "#D8DFE3"
80
+ }, null, -1)
81
+ ]), 14, v))
82
+ ]),
83
+ _: 1
84
+ }, 16));
85
+ }
86
+ });
87
+ export {
88
+ M as default
89
+ };
@@ -0,0 +1,4 @@
1
+ import f from "./AtPdfType.vue.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,81 @@
1
+ import { defineComponent as t, createBlock as r, openBlock as d, normalizeProps as p, guardReactiveProps as u, withCtx as a, createElementBlock as c, normalizeStyle as s, normalizeClass as f, createElementVNode as l } from "vue";
2
+ import h from "../components/IconWrapper/IconWrapper.vue.js";
3
+ const V = ["width", "height"], M = /* @__PURE__ */ t({
4
+ __name: "AtPngType",
5
+ props: {
6
+ size: {},
7
+ color: {},
8
+ class: {},
9
+ style: {},
10
+ onClickCallback: { type: Function }
11
+ },
12
+ setup(n) {
13
+ const o = n;
14
+ return (v, C) => (d(), r(h, p(u(o)), {
15
+ default: a(({ class: i, style: e }) => [
16
+ (d(), c("svg", {
17
+ viewBox: "0 0 34 34",
18
+ fill: "none",
19
+ xmlns: "http://www.w3.org/2000/svg",
20
+ width: e.width,
21
+ height: e.height,
22
+ class: f(i),
23
+ style: s(e)
24
+ }, C[0] || (C[0] = [
25
+ l("path", {
26
+ "fill-rule": "evenodd",
27
+ "clip-rule": "evenodd",
28
+ d: "M4.49063 20.0962C13.0216 21.5758 21.5527 21.526 30.0836 20.0962V8.236C30.0836 8.10087 30.0398 7.96948 29.9588 7.86147L24.3408 0.370832C24.2229 0.213678 24.0379 0.121094 23.8415 0.121094H6.36329C5.86666 0.121094 5.39026 0.318397 5.0391 0.669558C4.68794 1.02087 4.49063 1.49712 4.49063 1.99375V16.3509C4.49063 17.278 4.27325 18.0637 4.27325 18.6901C4.27325 19.556 4.49063 20.0962 4.49063 20.0962Z",
29
+ fill: "#D8DFE3"
30
+ }, null, -1),
31
+ l("path", {
32
+ "fill-rule": "evenodd",
33
+ "clip-rule": "evenodd",
34
+ d: "M0.7453 18.478V31.9564C0.7453 32.453 0.942604 32.9294 1.29376 33.2806C1.64493 33.6317 2.12133 33.829 2.61796 33.829H31.3321C31.8287 33.829 32.305 33.6317 32.6563 33.2806C33.0075 32.9294 33.2048 32.453 33.2048 31.9564C33.2048 29.5645 33.2048 24.3609 33.2048 21.969C33.2048 21.4723 33.0075 20.9959 32.6563 20.6448C32.305 20.2936 31.8287 20.0963 31.3321 20.0963H3.24223C2.44582 20.0963 0.7453 18.478 0.7453 18.478Z",
35
+ fill: "#8776E8"
36
+ }, null, -1),
37
+ l("path", {
38
+ "fill-rule": "evenodd",
39
+ "clip-rule": "evenodd",
40
+ d: "M2.61796 20.0961C2.04807 20.0961 1.63204 19.865 1.32582 19.5803C1.03773 19.3125 0.7453 18.8404 0.7453 18.2235C0.7453 17.8275 0.942604 17.2505 1.29376 16.8993C1.64493 16.5481 2.12133 16.3508 2.61796 16.3508H4.49062V20.0961C4.49062 20.0961 4.65107 20.0961 2.61796 20.0961Z",
41
+ fill: "#55499A"
42
+ }, null, -1),
43
+ l("path", {
44
+ "fill-rule": "evenodd",
45
+ "clip-rule": "evenodd",
46
+ d: "M23.8415 0.121094V6.36334C23.8415 6.85997 24.0388 7.33637 24.39 7.68753C24.7411 8.0387 25.2174 8.236 25.7142 8.236H30.0836C30.0836 8.10087 30.0398 7.96948 29.9588 7.86147L24.3408 0.370832C24.2229 0.213678 24.0379 0.121094 23.8415 0.121094Z",
47
+ fill: "#AFBDC7"
48
+ }, null, -1),
49
+ l("path", {
50
+ "fill-rule": "evenodd",
51
+ "clip-rule": "evenodd",
52
+ d: "M9.16046 17.9501C9.02233 18.1114 8.99087 18.3384 9.07971 18.5312C9.1684 18.7242 9.36136 18.8476 9.57379 18.8476H11.9666L14.8015 15.5344L13.4887 14C13.3702 13.8614 13.1969 13.7817 13.0144 13.7817C12.8321 13.7817 12.6587 13.8614 12.5401 14C12.5401 14 10.3594 16.5489 9.16046 17.9501ZM13.6097 18.8476H25.0006C25.2129 18.8476 25.4058 18.7242 25.4947 18.5312C25.5835 18.3384 25.5519 18.1114 25.4139 17.9501C23.8348 16.1046 20.37 12.0551 20.37 12.0551C20.2514 11.9165 20.0782 11.8367 19.8957 11.8367C19.7133 11.8367 19.5401 11.9165 19.4214 12.0551L13.6097 18.8476ZM11.357 6.36328C9.63446 6.36328 8.23596 7.76178 8.23596 9.48433C8.23596 11.207 9.63446 12.6055 11.357 12.6055C13.0797 12.6055 14.4782 11.207 14.4782 9.48433C14.4782 7.76178 13.0797 6.36328 11.357 6.36328Z",
53
+ fill: "#8776E8"
54
+ }, null, -1),
55
+ l("path", {
56
+ "fill-rule": "evenodd",
57
+ "clip-rule": "evenodd",
58
+ d: "M24.2316 23.2173H24.23C22.1624 23.2173 20.4863 24.8934 20.4863 26.9611V26.9626C20.4863 29.0311 22.1632 30.7079 24.2316 30.7079C25.4245 30.7079 26.5149 30.0341 27.0484 28.9671C27.094 28.8759 27.1298 28.8043 27.1298 28.8043C27.1726 28.7198 27.1967 28.6243 27.1966 28.5232V27.3527C27.1967 27.008 26.9172 26.7284 26.5725 26.7286H24.2316C23.8871 26.7284 23.6074 27.0083 23.6074 27.3527C23.6074 27.6973 23.8871 27.977 24.2316 27.977H25.9482V28.3758L25.9317 28.4087C25.6098 29.0528 24.9516 29.4595 24.2316 29.4595C22.8526 29.4595 21.7347 28.3416 21.7347 26.9626V26.9611C21.7347 25.5828 22.8519 24.4657 24.23 24.4657H24.2316C24.5981 24.4657 24.9485 24.5711 25.2466 24.7595C25.439 24.881 25.6096 25.0369 25.749 25.2215C25.9564 25.4965 26.3482 25.5514 26.6231 25.3439C26.8982 25.1364 26.953 24.7446 26.7455 24.4696C26.5148 24.1638 26.2321 23.9052 25.9133 23.7039C25.4192 23.3918 24.8387 23.2173 24.2316 23.2173Z",
59
+ fill: "#D8DFE3"
60
+ }, null, -1),
61
+ l("path", {
62
+ "fill-rule": "evenodd",
63
+ "clip-rule": "evenodd",
64
+ d: "M8.00196 27.977H10.7263C11.8072 27.977 12.6835 27.1007 12.6835 26.0198V25.1744C12.6835 24.0935 11.8072 23.2173 10.7263 23.2173C9.34248 23.2173 7.37769 23.2173 7.37769 23.2173C7.03297 23.2173 6.75342 23.4967 6.75342 23.8416V30.0837C6.75342 30.4282 7.03312 30.7079 7.37769 30.7079C7.72211 30.7079 8.00181 30.4282 8.00196 30.0837V27.977ZM8.00196 26.7284H10.7265C11.1178 26.7284 11.4351 26.4113 11.4351 26.0198V25.1744C11.4351 24.783 11.1178 24.4657 10.7263 24.4657H8.00196V26.7284Z",
65
+ fill: "#D8DFE3"
66
+ }, null, -1),
67
+ l("path", {
68
+ "fill-rule": "evenodd",
69
+ "clip-rule": "evenodd",
70
+ d: "M14.8683 30.0837V25.7653L18.4283 30.4609C18.5903 30.6745 18.8706 30.7608 19.1247 30.6754C19.3787 30.5899 19.55 30.3518 19.55 30.0837V23.8416C19.55 23.497 19.2703 23.2173 18.9257 23.2173C18.5813 23.2173 18.3014 23.497 18.3014 23.8416V28.2272L14.7414 23.5317C14.5795 23.3181 14.2992 23.2317 14.0451 23.3172C13.791 23.4026 13.6198 23.6408 13.6199 23.9088V30.0837C13.6198 30.4282 13.8996 30.7079 14.2441 30.7079C14.5886 30.7079 14.8683 30.4282 14.8683 30.0837Z",
71
+ fill: "#D8DFE3"
72
+ }, null, -1)
73
+ ]), 14, V))
74
+ ]),
75
+ _: 1
76
+ }, 16));
77
+ }
78
+ });
79
+ export {
80
+ M as default
81
+ };
@@ -0,0 +1,4 @@
1
+ import f from "./AtPngType.vue.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,93 @@
1
+ import { defineComponent as t, createBlock as r, openBlock as d, normalizeProps as p, guardReactiveProps as u, withCtx as a, createElementBlock as c, normalizeStyle as f, normalizeClass as s, createElementVNode as l } from "vue";
2
+ import h from "../components/IconWrapper/IconWrapper.vue.js";
3
+ const v = ["width", "height"], H = /* @__PURE__ */ t({
4
+ __name: "AtShapeType",
5
+ props: {
6
+ size: {},
7
+ color: {},
8
+ class: {},
9
+ style: {},
10
+ onClickCallback: { type: Function }
11
+ },
12
+ setup(n) {
13
+ const i = n;
14
+ return (V, C) => (d(), r(h, p(u(i)), {
15
+ default: a(({ class: o, style: e }) => [
16
+ (d(), c("svg", {
17
+ viewBox: "0 0 34 34",
18
+ fill: "none",
19
+ xmlns: "http://www.w3.org/2000/svg",
20
+ width: e.width,
21
+ height: e.height,
22
+ class: s(o),
23
+ style: f(e)
24
+ }, C[0] || (C[0] = [
25
+ l("path", {
26
+ "fill-rule": "evenodd",
27
+ "clip-rule": "evenodd",
28
+ d: "M4.49063 20.0962C13.0216 21.5758 21.5527 21.526 30.0836 20.0962V8.236C30.0836 8.10087 30.0398 7.96948 29.9588 7.86147L24.3408 0.370832C24.2229 0.213678 24.0379 0.121094 23.8415 0.121094H6.36329C5.86666 0.121094 5.39026 0.318397 5.0391 0.669558C4.68794 1.02087 4.49063 1.49712 4.49063 1.99375V16.3509C4.49063 17.2779 4.27325 18.0637 4.27325 18.6901C4.27325 19.556 4.49063 20.0962 4.49063 20.0962Z",
29
+ fill: "#D8DFE3"
30
+ }, null, -1),
31
+ l("path", {
32
+ "fill-rule": "evenodd",
33
+ "clip-rule": "evenodd",
34
+ d: "M0.7453 18.478V31.9564C0.7453 32.453 0.942604 32.9294 1.29376 33.2806C1.64493 33.6317 2.12133 33.829 2.61796 33.829H31.3321C31.8287 33.829 32.305 33.6317 32.6563 33.2806C33.0075 32.9294 33.2048 32.453 33.2048 31.9564C33.2048 29.5645 33.2048 24.3609 33.2048 21.969C33.2048 21.4723 33.0075 20.9959 32.6563 20.6448C32.305 20.2936 31.8287 20.0963 31.3321 20.0963H3.24223C2.44582 20.0963 0.7453 18.478 0.7453 18.478Z",
35
+ fill: "#CD8923"
36
+ }, null, -1),
37
+ l("path", {
38
+ "fill-rule": "evenodd",
39
+ "clip-rule": "evenodd",
40
+ d: "M13.5625 23.7961V30.0382C13.5625 30.3828 13.8422 30.6625 14.1866 30.6625C14.5312 30.6625 14.8109 30.3828 14.8109 30.0382V23.7961C14.8109 23.4516 14.5312 23.1719 14.1866 23.1719C13.8422 23.1719 13.5625 23.4516 13.5625 23.7961Z",
41
+ fill: "#D8DFE3"
42
+ }, null, -1),
43
+ l("path", {
44
+ "fill-rule": "evenodd",
45
+ "clip-rule": "evenodd",
46
+ d: "M17.8539 23.7961V30.0382C17.854 30.3828 18.1337 30.6625 18.4782 30.6625C18.8227 30.6625 19.1024 30.3828 19.1024 30.0382V23.7961C19.1024 23.4516 18.8227 23.1719 18.4782 23.1719C18.1337 23.1719 17.854 23.4516 17.8539 23.7961Z",
47
+ fill: "#D8DFE3"
48
+ }, null, -1),
49
+ l("path", {
50
+ "fill-rule": "evenodd",
51
+ "clip-rule": "evenodd",
52
+ d: "M14.967 27.5415H18.4781C18.8227 27.5415 19.1024 27.2618 19.1024 26.9172C19.1024 26.5727 18.8227 26.293 18.4781 26.293H14.967C14.6224 26.293 14.3427 26.5727 14.3427 26.9172C14.3427 27.2618 14.6224 27.5415 14.967 27.5415Z",
53
+ fill: "#D8DFE3"
54
+ }, null, -1),
55
+ l("path", {
56
+ "fill-rule": "evenodd",
57
+ "clip-rule": "evenodd",
58
+ d: "M2.61796 20.0961C2.04807 20.0961 1.63204 19.865 1.32582 19.5803C1.03773 19.3125 0.7453 18.8404 0.7453 18.2235C0.7453 17.8275 0.942604 17.2505 1.29376 16.8993C1.64493 16.5481 2.12133 16.3508 2.61796 16.3508H4.49062V20.0961C4.49062 20.0961 4.65107 20.0961 2.61796 20.0961Z",
59
+ fill: "#8A6123"
60
+ }, null, -1),
61
+ l("path", {
62
+ "fill-rule": "evenodd",
63
+ "clip-rule": "evenodd",
64
+ d: "M23.8415 0.121094V6.36334C23.8415 6.85997 24.0388 7.33638 24.39 7.68754C24.7411 8.0387 25.2174 8.236 25.7142 8.236H30.0836C30.0836 8.10087 30.0398 7.96948 29.9588 7.86147L24.3408 0.370832C24.2229 0.213678 24.0379 0.121094 23.8415 0.121094Z",
65
+ fill: "#AFBDC7"
66
+ }, null, -1),
67
+ l("path", {
68
+ "fill-rule": "evenodd",
69
+ "clip-rule": "evenodd",
70
+ d: "M21.5029 10.8957L16.2063 16.1924L17.2035 17.1896C17.4472 17.4333 17.8426 17.4333 18.0863 17.1896L22.5002 12.7757C22.744 12.5319 22.744 12.1367 22.5002 11.893L21.5029 10.8957ZM15.2062 15.4271L20.7375 9.89552L20.0844 7.79469C19.7363 6.67544 18.7537 5.87214 17.5876 5.75349L11.3083 5.11499L14.6306 8.43724C15.3266 8.1051 16.1859 8.22705 16.7621 8.80323C17.4929 9.53402 17.4929 10.7207 16.7621 11.4515C16.0313 12.1824 14.8447 12.1824 14.1137 11.4515C13.5377 10.8754 13.4157 10.0161 13.7479 9.32008L10.4255 5.99769L11.0641 12.2771C11.1826 13.4432 11.9861 14.4259 13.1053 14.7739L15.2062 15.4271Z",
71
+ fill: "#CD8923"
72
+ }, null, -1),
73
+ l("path", {
74
+ "fill-rule": "evenodd",
75
+ "clip-rule": "evenodd",
76
+ d: "M21.8423 27.977H24.5668C25.6477 27.977 26.5239 27.1007 26.5239 26.0198V25.1744C26.5239 24.0935 25.6477 23.2173 24.5668 23.2173C23.1828 23.2173 21.218 23.2173 21.218 23.2173C20.8733 23.2173 20.5938 23.4967 20.5938 23.8416V30.0837C20.5938 30.4282 20.8735 30.7079 21.218 30.7079C21.5626 30.7079 21.8423 30.4282 21.8423 30.0837V27.977ZM21.8423 26.7284H24.5668C24.9581 26.7284 25.2754 26.4113 25.2754 26.0198V25.1744C25.2754 24.783 24.9581 24.4657 24.5668 24.4657H21.8423V26.7284Z",
77
+ fill: "#D8DFE3"
78
+ }, null, -1),
79
+ l("path", {
80
+ "fill-rule": "evenodd",
81
+ "clip-rule": "evenodd",
82
+ d: "M7.24118 28.5271L7.24103 28.5269V28.8365C7.24103 29.3328 7.43818 29.8089 7.78919 30.1598C8.1402 30.5108 8.61616 30.7079 9.11249 30.7079H10.5195C11.0159 30.7079 11.4918 30.5108 11.8428 30.1598C12.1937 29.8089 12.3908 29.3328 12.3908 28.8365C12.3908 28.7526 12.3908 28.6693 12.3908 28.5881C12.3908 27.8224 11.9246 27.1338 11.2138 26.8493L8.94395 25.9415C8.66949 25.8317 8.48957 25.5659 8.48957 25.2703V25.0899C8.48957 24.9244 8.55534 24.7656 8.67234 24.6486C8.78934 24.5314 8.94814 24.4657 9.11369 24.4657H10.5182C10.6839 24.4657 10.8425 24.5314 10.9597 24.6486C11.0767 24.7656 11.1425 24.9244 11.1425 25.0899V25.3983C11.1425 25.5744 11.2204 25.7338 11.2987 25.8147C11.4205 25.953 11.5955 26.0263 11.7667 26.0263C12.0705 26.0263 12.3908 25.7917 12.3908 25.3983V25.0899C12.3908 24.5933 12.1935 24.1169 11.8424 23.7657C11.4912 23.4146 11.015 23.2173 10.5182 23.2173H9.11369C8.61706 23.2173 8.1408 23.4146 7.78949 23.7657C7.43833 24.1169 7.24103 24.5933 7.24103 25.0899V25.2703C7.24103 26.0763 7.73181 26.8013 8.48028 27.1006L10.7501 28.0086C10.9871 28.1033 11.1425 28.3329 11.1425 28.5881V28.8365C11.1425 29.0017 11.0768 29.1602 10.96 29.2771C10.8431 29.3939 10.6848 29.4595 10.5195 29.4595H9.11249C8.94724 29.4595 8.78889 29.3939 8.67204 29.2771C8.55519 29.1602 8.48957 29.0017 8.48957 28.8366C8.48957 28.8365 8.48957 28.8365 8.48957 28.5269C8.48957 28.1153 8.15399 27.8986 7.87623 27.8986C7.61286 27.8986 7.24103 28.1028 7.24103 28.5232C7.24103 28.5271 7.24118 28.5271 7.24118 28.5271Z",
83
+ fill: "#D8DFE3"
84
+ }, null, -1)
85
+ ]), 14, v))
86
+ ]),
87
+ _: 1
88
+ }, 16));
89
+ }
90
+ });
91
+ export {
92
+ H as default
93
+ };
@@ -0,0 +1,4 @@
1
+ import f from "./AtShapeType.vue.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,101 @@
1
+ import { defineComponent as C, createBlock as r, openBlock as i, normalizeProps as u, guardReactiveProps as p, withCtx as a, createElementBlock as c, normalizeStyle as s, normalizeClass as f, createElementVNode as l } from "vue";
2
+ import h from "../components/IconWrapper/IconWrapper.vue.js";
3
+ const v = ["width", "height"], H = /* @__PURE__ */ C({
4
+ __name: "AtTxtFile",
5
+ props: {
6
+ size: {},
7
+ color: {},
8
+ class: {},
9
+ style: {},
10
+ onClickCallback: { type: Function }
11
+ },
12
+ setup(n) {
13
+ const o = n;
14
+ return (D, d) => (i(), r(h, u(p(o)), {
15
+ default: a(({ class: t, style: e }) => [
16
+ (i(), c("svg", {
17
+ viewBox: "0 0 34 34",
18
+ fill: "none",
19
+ xmlns: "http://www.w3.org/2000/svg",
20
+ width: e.width,
21
+ height: e.height,
22
+ class: f(t),
23
+ style: s(e)
24
+ }, d[0] || (d[0] = [
25
+ l("path", {
26
+ "fill-rule": "evenodd",
27
+ "clip-rule": "evenodd",
28
+ d: "M4.49057 20.0962C13.0215 21.5758 21.5526 21.526 30.0835 20.0962V8.236C30.0835 8.10087 30.0398 7.96948 29.9587 7.86147L24.3408 0.370832C24.2229 0.213678 24.0378 0.121094 23.8414 0.121094H6.36323C5.8666 0.121094 5.3902 0.318397 5.03904 0.669558C4.68787 1.02087 4.49057 1.49712 4.49057 1.99375V16.3509C4.49057 17.2779 4.27319 18.0637 4.27319 18.6901C4.27319 19.556 4.49057 20.0962 4.49057 20.0962Z",
29
+ fill: "#D8DFE3"
30
+ }, null, -1),
31
+ l("path", {
32
+ "fill-rule": "evenodd",
33
+ "clip-rule": "evenodd",
34
+ d: "M0.745239 18.478V31.9564C0.745239 32.453 0.942542 32.9294 1.2937 33.2806C1.64486 33.6317 2.12127 33.829 2.6179 33.829H31.3321C31.8287 33.829 32.3049 33.6317 32.6562 33.2806C33.0074 32.9294 33.2047 32.453 33.2047 31.9564C33.2047 29.5645 33.2047 24.3609 33.2047 21.969C33.2047 21.4723 33.0074 20.9959 32.6562 20.6448C32.3049 20.2936 31.8287 20.0963 31.3321 20.0963H4.49355C3.69715 20.0963 0.745239 18.478 0.745239 18.478Z",
35
+ fill: "#2D98DB"
36
+ }, null, -1),
37
+ l("path", {
38
+ "fill-rule": "evenodd",
39
+ "clip-rule": "evenodd",
40
+ d: "M2.6179 20.0961C2.04801 20.0961 1.63198 19.865 1.32576 19.5803C1.03767 19.3125 0.745239 18.8404 0.745239 18.2235C0.745239 17.8275 0.942542 17.2505 1.2937 16.8993C1.64486 16.5481 2.12127 16.3508 2.6179 16.3508H4.49056V20.0961C4.49056 20.0961 4.65101 20.0961 2.6179 20.0961Z",
41
+ fill: "#216896"
42
+ }, null, -1),
43
+ l("path", {
44
+ "fill-rule": "evenodd",
45
+ "clip-rule": "evenodd",
46
+ d: "M23.8414 0.121094V6.36334C23.8414 6.85997 24.0387 7.33637 24.3899 7.68753C24.7411 8.0387 25.2173 8.236 25.7141 8.236H30.0835C30.0835 8.10087 30.0398 7.96948 29.9587 7.86147L24.3408 0.370832C24.2229 0.213678 24.0378 0.121094 23.8414 0.121094Z",
47
+ fill: "#AFBDC7"
48
+ }, null, -1),
49
+ l("path", {
50
+ d: "M10.1085 8.23584H18.2234M10.1085 11.9812H24.4655M10.1085 15.7265H24.4655",
51
+ stroke: "black",
52
+ "stroke-width": "1.24794",
53
+ "stroke-miterlimit": "1.5",
54
+ "stroke-linecap": "round",
55
+ "stroke-linejoin": "round"
56
+ }, null, -1),
57
+ l("path", {
58
+ "fill-rule": "evenodd",
59
+ "clip-rule": "evenodd",
60
+ d: "M9.25024 24.2317V30.0837C9.25024 30.4282 9.52994 30.7079 9.87436 30.7079C10.2189 30.7079 10.4986 30.4282 10.4986 30.0837V24.2317C10.4986 23.8871 10.2189 23.6074 9.87436 23.6074C9.52994 23.6074 9.25024 23.8871 9.25024 24.2317Z",
61
+ fill: "#D8DFE3"
62
+ }, null, -1),
63
+ l("path", {
64
+ "fill-rule": "evenodd",
65
+ "clip-rule": "evenodd",
66
+ d: "M12.2153 23.2173H7.53369C7.18912 23.2173 6.90942 23.497 6.90942 23.8416C6.90942 24.186 7.18912 24.4657 7.53369 24.4657H12.2152C12.5598 24.4657 12.8395 24.186 12.8395 23.8416C12.8395 23.497 12.5598 23.2173 12.2153 23.2173Z",
67
+ fill: "#D8DFE3"
68
+ }, null, -1),
69
+ l("path", {
70
+ "fill-rule": "evenodd",
71
+ "clip-rule": "evenodd",
72
+ d: "M26.4162 23.2173H21.7346C21.3902 23.2173 21.1103 23.497 21.1105 23.8416C21.1105 24.186 21.3902 24.4657 21.7346 24.4657H26.4162C26.7608 24.4657 27.0405 24.186 27.0405 23.8416C27.0405 23.497 26.7608 23.2173 26.4162 23.2173Z",
73
+ fill: "#D8DFE3"
74
+ }, null, -1),
75
+ l("path", {
76
+ "fill-rule": "evenodd",
77
+ "clip-rule": "evenodd",
78
+ d: "M14.7137 30.4946L20.1756 24.2524C20.4026 23.9932 20.3762 23.5984 20.1169 23.3716C19.8577 23.1448 19.4629 23.171 19.2361 23.4303L13.7741 29.6726C13.5473 29.9318 13.5736 30.3265 13.8328 30.5533C14.0921 30.7802 14.4869 30.7539 14.7137 30.4946Z",
79
+ fill: "#D8DFE3"
80
+ }, null, -1),
81
+ l("path", {
82
+ "fill-rule": "evenodd",
83
+ "clip-rule": "evenodd",
84
+ d: "M20.1756 29.6726L14.7137 23.4303C14.4869 23.171 14.0921 23.1448 13.8328 23.3716C13.5736 23.5984 13.5473 23.9932 13.7741 24.2524L19.2361 30.4946C19.4629 30.7539 19.8577 30.7802 20.1169 30.5533C20.3762 30.3265 20.4026 29.9318 20.1756 29.6726Z",
85
+ fill: "#D8DFE3"
86
+ }, null, -1),
87
+ l("path", {
88
+ "fill-rule": "evenodd",
89
+ "clip-rule": "evenodd",
90
+ d: "M23.4511 24.2317V30.0837C23.4511 30.4282 23.731 30.7079 24.0754 30.7079C24.42 30.7079 24.6997 30.4282 24.6997 30.0837V24.2317C24.6997 23.8871 24.42 23.6074 24.0754 23.6074C23.731 23.6074 23.4511 23.8871 23.4511 24.2317Z",
91
+ fill: "#D8DFE3"
92
+ }, null, -1)
93
+ ]), 14, v))
94
+ ]),
95
+ _: 1
96
+ }, 16));
97
+ }
98
+ });
99
+ export {
100
+ H as default
101
+ };
@@ -0,0 +1,4 @@
1
+ import f from "./AtTxtFile.vue.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,93 @@
1
+ import { defineComponent as t, createBlock as r, openBlock as d, normalizeProps as p, guardReactiveProps as u, withCtx as a, createElementBlock as c, normalizeStyle as f, normalizeClass as s, createElementVNode as l } from "vue";
2
+ import v from "../components/IconWrapper/IconWrapper.vue.js";
3
+ const h = ["width", "height"], m = /* @__PURE__ */ t({
4
+ __name: "AtZipType",
5
+ props: {
6
+ size: {},
7
+ color: {},
8
+ class: {},
9
+ style: {},
10
+ onClickCallback: { type: Function }
11
+ },
12
+ setup(n) {
13
+ const i = n;
14
+ return (V, C) => (d(), r(v, p(u(i)), {
15
+ default: a(({ class: o, style: e }) => [
16
+ (d(), c("svg", {
17
+ viewBox: "0 0 34 34",
18
+ fill: "none",
19
+ xmlns: "http://www.w3.org/2000/svg",
20
+ width: e.width,
21
+ height: e.height,
22
+ class: s(o),
23
+ style: f(e)
24
+ }, C[0] || (C[0] = [
25
+ l("path", {
26
+ "fill-rule": "evenodd",
27
+ "clip-rule": "evenodd",
28
+ d: "M4.49063 20.0962C13.0216 21.5758 21.5527 21.526 30.0836 20.0962V8.236C30.0836 8.10087 30.0398 7.96948 29.9588 7.86147L24.3408 0.370832C24.2229 0.213678 24.0379 0.121094 23.8415 0.121094H6.36329C5.86666 0.121094 5.39026 0.318397 5.0391 0.669558C4.68794 1.02087 4.49063 1.49712 4.49063 1.99375V16.3509C4.49063 17.278 4.27325 18.0637 4.27325 18.6901C4.27325 19.556 4.49063 20.0962 4.49063 20.0962Z",
29
+ fill: "#D8DFE3"
30
+ }, null, -1),
31
+ l("path", {
32
+ "fill-rule": "evenodd",
33
+ "clip-rule": "evenodd",
34
+ d: "M0.7453 18.478V31.9564C0.7453 32.453 0.942604 32.9294 1.29376 33.2806C1.64493 33.6317 2.12133 33.829 2.61796 33.829H31.3321C31.8287 33.829 32.305 33.6317 32.6563 33.2806C33.0075 32.9294 33.2048 32.453 33.2048 31.9564C33.2048 29.5645 33.2048 24.3609 33.2048 21.969C33.2048 21.4723 33.0075 20.9959 32.6563 20.6448C32.305 20.2936 31.8287 20.0963 31.3321 20.0963H3.24223C2.44582 20.0963 0.7453 18.478 0.7453 18.478Z",
35
+ fill: "#2D98DB"
36
+ }, null, -1),
37
+ l("path", {
38
+ "fill-rule": "evenodd",
39
+ "clip-rule": "evenodd",
40
+ d: "M2.61796 20.0961C2.04807 20.0961 1.63204 19.865 1.32582 19.5803C1.03773 19.3125 0.7453 18.8404 0.7453 18.2235C0.7453 17.8275 0.942604 17.2505 1.29376 16.8993C1.64493 16.5481 2.12133 16.3508 2.61796 16.3508H4.49062V20.0961C4.49062 20.0961 4.65107 20.0961 2.61796 20.0961Z",
41
+ fill: "#216896"
42
+ }, null, -1),
43
+ l("path", {
44
+ "fill-rule": "evenodd",
45
+ "clip-rule": "evenodd",
46
+ d: "M23.8415 0.121094V6.36334C23.8415 6.85997 24.0388 7.33637 24.39 7.68753C24.7411 8.0387 25.2174 8.236 25.7142 8.236H30.0836C30.0836 8.10087 30.0398 7.96948 29.9588 7.86147L24.3408 0.370832C24.2229 0.213678 24.0379 0.121094 23.8415 0.121094Z",
47
+ fill: "#AFBDC7"
48
+ }, null, -1),
49
+ l("path", {
50
+ "fill-rule": "evenodd",
51
+ "clip-rule": "evenodd",
52
+ d: "M16.3508 23.8416V30.0837C16.3508 30.4282 16.6305 30.7079 16.9749 30.7079C17.3195 30.7079 17.5992 30.4282 17.5992 30.0837V23.8416C17.5992 23.497 17.3195 23.2173 16.9749 23.2173C16.6305 23.2173 16.3508 23.497 16.3508 23.8416Z",
53
+ fill: "#D8DFE3"
54
+ }, null, -1),
55
+ l("path", {
56
+ "fill-rule": "evenodd",
57
+ "clip-rule": "evenodd",
58
+ d: "M20.0961 27.977H22.8206C23.9015 27.977 24.7778 27.1007 24.7778 26.0198V25.1744C24.7778 24.0935 23.9015 23.2173 22.8206 23.2173C21.4367 23.2173 19.4719 23.2173 19.4719 23.2173C19.1271 23.2173 18.8476 23.4967 18.8476 23.8416V30.0837C18.8476 30.4282 19.1273 30.7079 19.4719 30.7079C19.8164 30.7079 20.0961 30.4282 20.0961 30.0837V27.977ZM20.0961 26.7284H22.8206C23.2119 26.7284 23.5292 26.4113 23.5292 26.0198V25.1744C23.5292 24.783 23.2119 24.4657 22.8206 24.4657H20.0961V26.7284Z",
59
+ fill: "#D8DFE3"
60
+ }, null, -1),
61
+ l("path", {
62
+ "fill-rule": "evenodd",
63
+ "clip-rule": "evenodd",
64
+ d: "M10.1086 24.4657H13.5418L9.60926 29.7091C9.46739 29.8983 9.44446 30.1514 9.55023 30.3629C9.656 30.5743 9.87218 30.7079 10.1086 30.7079H14.7902C15.1348 30.7079 15.4145 30.4282 15.4145 30.0837C15.4145 29.7392 15.1348 29.4595 14.7902 29.4595H11.357L15.2896 24.2161C15.4314 24.0269 15.4544 23.7738 15.3486 23.5623C15.2428 23.3509 15.0266 23.2173 14.7902 23.2173H10.1086C9.76401 23.2173 9.48431 23.497 9.48431 23.8416C9.48431 24.186 9.76401 24.4657 10.1086 24.4657Z",
65
+ fill: "#D8DFE3"
66
+ }, null, -1),
67
+ l("path", {
68
+ "fill-rule": "evenodd",
69
+ "clip-rule": "evenodd",
70
+ d: "M14.4782 13.625V11.1475V11.1468C14.4782 10.5403 14.7191 9.95859 15.1478 9.52982C15.5766 9.10106 16.1583 8.86016 16.7646 8.86016H17.1853C17.7917 8.86016 18.3733 9.10106 18.8022 9.52982C19.231 9.95859 19.4719 10.5403 19.4719 11.1468V13.625C19.69 13.5177 19.8911 13.3748 20.0662 13.1996C20.4851 12.7809 20.7203 12.2128 20.7203 11.6205C20.7203 11.6116 20.7203 11.6028 20.7203 11.5941C20.7203 11.073 20.7842 10.5541 20.9105 10.0486L20.9107 10.0483C21.2241 8.79454 20.5194 7.51095 19.2935 7.10226C19.1952 7.06945 19.096 7.03649 18.997 7.00338C17.6845 6.56593 16.2656 6.56593 14.9531 7.00338C14.8541 7.03649 14.7549 7.06945 14.6566 7.10226C13.4305 7.51095 12.726 8.79454 13.0394 10.0483V10.0486C13.1658 10.5541 13.2296 11.073 13.2296 11.5941V11.6205C13.2296 12.2128 13.465 12.7809 13.8839 13.1996C14.0589 13.3748 14.2601 13.5177 14.4782 13.625Z",
71
+ fill: "#2D98DB"
72
+ }, null, -1),
73
+ l("path", {
74
+ "fill-rule": "evenodd",
75
+ "clip-rule": "evenodd",
76
+ d: "M14.4357 5.86012L14.5584 5.81922C16.127 5.29622 17.8231 5.29622 19.3918 5.81922L19.5145 5.86012C19.6512 4.22192 20.1163 1.76754 21.6123 0.121094H12.3378C13.8337 1.76754 14.2987 4.22192 14.4357 5.86012Z",
77
+ fill: "#2D98DB"
78
+ }, null, -1),
79
+ l("path", {
80
+ "fill-rule": "evenodd",
81
+ "clip-rule": "evenodd",
82
+ d: "M18.2235 11.1467V13.7921C18.2235 13.8333 18.2275 13.8742 18.2356 13.9146L18.4806 15.1398C18.5707 15.5906 18.454 16.058 18.1627 16.4135C17.8713 16.769 17.4358 16.975 16.9761 16.975C16.9754 16.975 16.9746 16.975 16.9739 16.975C16.5143 16.975 16.0788 16.769 15.7874 16.4135C15.496 16.058 15.3793 15.5906 15.4693 15.1398L15.7144 13.9149L15.7266 13.7921V11.1467C15.7266 10.8715 15.8359 10.6074 16.0307 10.4128C16.2253 10.218 16.4894 10.1086 16.7646 10.1086H17.1853C17.4606 10.1086 17.7248 10.218 17.9194 10.4128C18.1141 10.6074 18.2235 10.8715 18.2235 11.1467Z",
83
+ fill: "#2D98DB"
84
+ }, null, -1)
85
+ ]), 14, h))
86
+ ]),
87
+ _: 1
88
+ }, 16));
89
+ }
90
+ });
91
+ export {
92
+ m as default
93
+ };
@@ -0,0 +1,4 @@
1
+ import f from "./AtZipType.vue.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,18 @@
1
+ import { default as t } from "./AtCsvType.vue.js";
2
+ import { default as a } from "./AtDocType.vue.js";
3
+ import { default as r } from "./AtDocxType.vue.js";
4
+ import { default as T } from "./AtPdfType.vue.js";
5
+ import { default as s } from "./AtPngType.vue.js";
6
+ import { default as l } from "./AtShapeType.vue.js";
7
+ import { default as n } from "./AtTxtFile.vue.js";
8
+ import { default as y } from "./AtZipType.vue.js";
9
+ export {
10
+ t as AtCsvTypeIcon,
11
+ a as AtDocTypeIcon,
12
+ r as AtDocxTypeIcon,
13
+ s as AtPNGTypeIcon,
14
+ T as AtPdfTypeIcon,
15
+ l as AtShapeTypeIcon,
16
+ n as AtTXTTypeIcon,
17
+ y as AtZipTypeIcon
18
+ };
@@ -1 +1 @@
1
- {"version":3,"file":"AtJornadaCampo.vue.d.ts","sourceRoot":"","sources":["../../src/AtJornadaCampo/AtJornadaCampo.vue"],"names":[],"mappings":"AAsCA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,2CAA2C,CAAA;;AAiFjF,wBAOG"}
1
+ {"version":3,"file":"AtJornadaCampo.vue.d.ts","sourceRoot":"","sources":["../../src/AtJornadaCampo/AtJornadaCampo.vue"],"names":[],"mappings":"AAmCA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,2CAA2C,CAAA;;AA+EjF,wBAOG"}
@@ -1,6 +1,6 @@
1
- import { defineComponent as a, createBlock as s, openBlock as o, normalizeProps as c, guardReactiveProps as n, withCtx as p, createElementBlock as h, normalizeStyle as d, normalizeClass as m, createElementVNode as C } from "vue";
1
+ import { defineComponent as n, createBlock as s, openBlock as o, normalizeProps as a, guardReactiveProps as c, withCtx as p, createElementBlock as h, normalizeStyle as d, normalizeClass as m, createElementVNode as C } from "vue";
2
2
  import w from "../components/IconWrapper/IconWrapper.vue.js";
3
- const _ = ["width", "height"], g = /* @__PURE__ */ a({
3
+ const u = ["width", "height"], M = /* @__PURE__ */ n({
4
4
  __name: "AtJornadaCampo",
5
5
  props: {
6
6
  size: {},
@@ -10,11 +10,11 @@ const _ = ["width", "height"], g = /* @__PURE__ */ a({
10
10
  onClickCallback: { type: Function }
11
11
  },
12
12
  setup(l) {
13
- const i = l;
14
- return (u, e) => (o(), s(w, c(n(i)), {
15
- default: p(({ class: r, style: t }) => [
13
+ const r = l;
14
+ return (f, e) => (o(), s(w, a(c(r)), {
15
+ default: p(({ class: i, style: t }) => [
16
16
  (o(), h("svg", {
17
- class: m(r),
17
+ class: m(i),
18
18
  style: d(t),
19
19
  fill: "currentColor",
20
20
  width: t.width,
@@ -22,9 +22,7 @@ const _ = ["width", "height"], g = /* @__PURE__ */ a({
22
22
  viewBox: "0 0 28 28",
23
23
  xmlns: "http://www.w3.org/2000/svg"
24
24
  }, e[0] || (e[0] = [
25
- C("g", { "clip-path": "url(#clip0_2588_70)" }, [
26
- C("path", { d: "M11.498 6.85267C11.82 7.168 12.2433 7.32533 12.6667 7.32533C13.09 7.32533 13.5133 7.168 13.8347 6.85267L15.0233 5.69C16.3233 4.39 16.3233 2.27533 15.0233 0.976C14.394 0.346667 13.5567 0 12.6667 0C11.7767 0 10.9393 0.346667 10.3093 0.976C9.01 2.276 9.01 4.39067 10.3147 5.69533L11.498 6.85267ZM11.252 1.91933C11.63 1.54133 12.132 1.33333 12.6667 1.33333C13.2013 1.33333 13.7033 1.54133 14.0807 1.91867C14.8607 2.69867 14.8607 3.96733 14.086 4.742L12.9027 5.89933C12.7727 6.02733 12.5607 6.02733 12.4307 5.89933L11.2527 4.74733C10.4733 3.96733 10.4733 2.69867 11.2527 1.91867L11.252 1.91933ZM2.66667 14.6667C2.66667 15.4033 2.07 16 1.33333 16C0.596667 16 0 15.4033 0 14.6667C0 13.93 0.596667 13.3333 1.33333 13.3333C2.07 13.3333 2.66667 13.93 2.66667 14.6667ZM9.66667 10.6667C9.66667 11.4033 9.07 12 8.33333 12C7.59667 12 7 11.4033 7 10.6667C7 9.93 7.59667 9.33333 8.33333 9.33333C9.07 9.33333 9.66667 9.93 9.66667 10.6667ZM1.33333 8.66667C1.33333 7.196 2.52933 6 4 6H8.66667C9.03467 6 9.33333 6.29867 9.33333 6.66667C9.33333 7.03467 9.03467 7.33333 8.66667 7.33333H4C3.26467 7.33333 2.66667 7.93133 2.66667 8.66667C2.66667 9.402 3.26467 10 4 10H5.33333C5.70133 10 6 10.2987 6 10.6667C6 11.0347 5.70133 11.3333 5.33333 11.3333H4C2.52933 11.3333 1.33333 10.1373 1.33333 8.66667ZM16 12.6667C16 14.1373 14.804 15.3333 13.3333 15.3333H4.66667C4.29867 15.3333 4 15.0347 4 14.6667C4 14.2987 4.29867 14 4.66667 14H13.3333C14.0687 14 14.6667 13.402 14.6667 12.6667C14.6667 11.9313 14.0687 11.3333 13.3333 11.3333H11.3333C10.9653 11.3333 10.6667 11.0347 10.6667 10.6667C10.6667 10.2987 10.9653 10 11.3333 10H13.3333C14.804 10 16 11.196 16 12.6667ZM13.334 3.19133C13.334 3.55933 13.0353 3.858 12.6673 3.858C12.2993 3.858 12.0007 3.55933 12.0007 3.19133C12.0007 2.82333 12.2993 2.52467 12.6673 2.52467C13.0353 2.52467 13.334 2.82333 13.334 3.19133Z" })
27
- ], -1),
25
+ C("path", { d: "M11.498 6.85267C11.82 7.168 12.2433 7.32533 12.6667 7.32533C13.09 7.32533 13.5133 7.168 13.8347 6.85267L15.0233 5.69C16.3233 4.39 16.3233 2.27533 15.0233 0.976C14.394 0.346667 13.5567 0 12.6667 0C11.7767 0 10.9393 0.346667 10.3093 0.976C9.01 2.276 9.01 4.39067 10.3147 5.69533L11.498 6.85267ZM11.252 1.91933C11.63 1.54133 12.132 1.33333 12.6667 1.33333C13.2013 1.33333 13.7033 1.54133 14.0807 1.91867C14.8607 2.69867 14.8607 3.96733 14.086 4.742L12.9027 5.89933C12.7727 6.02733 12.5607 6.02733 12.4307 5.89933L11.2527 4.74733C10.4733 3.96733 10.4733 2.69867 11.2527 1.91867L11.252 1.91933ZM2.66667 14.6667C2.66667 15.4033 2.07 16 1.33333 16C0.596667 16 0 15.4033 0 14.6667C0 13.93 0.596667 13.3333 1.33333 13.3333C2.07 13.3333 2.66667 13.93 2.66667 14.6667ZM9.66667 10.6667C9.66667 11.4033 9.07 12 8.33333 12C7.59667 12 7 11.4033 7 10.6667C7 9.93 7.59667 9.33333 8.33333 9.33333C9.07 9.33333 9.66667 9.93 9.66667 10.6667ZM1.33333 8.66667C1.33333 7.196 2.52933 6 4 6H8.66667C9.03467 6 9.33333 6.29867 9.33333 6.66667C9.33333 7.03467 9.03467 7.33333 8.66667 7.33333H4C3.26467 7.33333 2.66667 7.93133 2.66667 8.66667C2.66667 9.402 3.26467 10 4 10H5.33333C5.70133 10 6 10.2987 6 10.6667C6 11.0347 5.70133 11.3333 5.33333 11.3333H4C2.52933 11.3333 1.33333 10.1373 1.33333 8.66667ZM16 12.6667C16 14.1373 14.804 15.3333 13.3333 15.3333H4.66667C4.29867 15.3333 4 15.0347 4 14.6667C4 14.2987 4.29867 14 4.66667 14H13.3333C14.0687 14 14.6667 13.402 14.6667 12.6667C14.6667 11.9313 14.0687 11.3333 13.3333 11.3333H11.3333C10.9653 11.3333 10.6667 11.0347 10.6667 10.6667C10.6667 10.2987 10.9653 10 11.3333 10H13.3333C14.804 10 16 11.196 16 12.6667ZM13.334 3.19133C13.334 3.55933 13.0353 3.858 12.6673 3.858C12.2993 3.858 12.0007 3.55933 12.0007 3.19133C12.0007 2.82333 12.2993 2.52467 12.6673 2.52467C13.0353 2.52467 13.334 2.82333 13.334 3.19133Z" }, null, -1),
28
26
  C("defs", null, [
29
27
  C("clipPath", { id: "clip0_2588_70" }, [
30
28
  C("rect", {
@@ -34,12 +32,12 @@ const _ = ["width", "height"], g = /* @__PURE__ */ a({
34
32
  })
35
33
  ])
36
34
  ], -1)
37
- ]), 14, _))
35
+ ]), 14, u))
38
36
  ]),
39
37
  _: 1
40
38
  }, 16));
41
39
  }
42
40
  });
43
41
  export {
44
- g as default
42
+ M as default
45
43
  };
@@ -0,0 +1,47 @@
1
+ import { defineComponent as s, createBlock as a, openBlock as l, normalizeProps as n, guardReactiveProps as c, withCtx as p, createElementBlock as h, normalizeStyle as d, normalizeClass as m, createElementVNode as t } from "vue";
2
+ import u from "../components/IconWrapper/IconWrapper.vue.js";
3
+ const w = ["width", "height"], k = /* @__PURE__ */ s({
4
+ __name: "AtUserRegularIcon",
5
+ props: {
6
+ size: {},
7
+ color: {},
8
+ class: {},
9
+ style: {},
10
+ onClickCallback: { type: Function }
11
+ },
12
+ setup(o) {
13
+ const r = o;
14
+ return (_, C) => (l(), a(u, n(c(r)), {
15
+ default: p(({ class: i, style: e }) => [
16
+ (l(), h("svg", {
17
+ class: m(i),
18
+ style: d(e),
19
+ fill: "currentColor",
20
+ width: e.width,
21
+ height: e.height,
22
+ viewBox: "0 0 28 28",
23
+ xmlns: "http://www.w3.org/2000/svg"
24
+ }, C[0] || (C[0] = [
25
+ t("g", { "clip-path": "url(#clip0_1886_3511)" }, [
26
+ t("path", { d: "M14 14C15.2856 14 16.5423 13.6188 17.6112 12.9046C18.6801 12.1903 19.5132 11.1752 20.0052 9.98744C20.4972 8.79973 20.6259 7.49279 20.3751 6.23192C20.1243 4.97104 19.5052 3.81285 18.5962 2.90381C17.6872 1.99477 16.529 1.3757 15.2681 1.1249C14.0072 0.874095 12.7003 1.00282 11.5126 1.49479C10.3248 1.98676 9.30968 2.81988 8.59545 3.8888C7.88122 4.95772 7.5 6.21442 7.5 7.5C7.50172 9.22338 8.18709 10.8757 9.40571 12.0943C10.6243 13.3129 12.2766 13.9983 14 14ZM14 3.16667C14.8571 3.16667 15.6949 3.42081 16.4075 3.89697C17.1201 4.37312 17.6755 5.04989 18.0035 5.84171C18.3315 6.63352 18.4173 7.50481 18.2501 8.34539C18.0829 9.18598 17.6702 9.9581 17.0641 10.5641C16.4581 11.1702 15.686 11.5829 14.8454 11.7501C14.0048 11.9173 13.1335 11.8315 12.3417 11.5035C11.5499 11.1755 10.8731 10.6201 10.397 9.90747C9.92081 9.19486 9.66667 8.35705 9.66667 7.5C9.66667 6.35073 10.1232 5.24853 10.9359 4.43587C11.7485 3.62322 12.8507 3.16667 14 3.16667Z" }),
27
+ t("path", { d: "M14 16.1667C11.415 16.1696 8.93673 17.1977 7.10888 19.0256C5.28102 20.8534 4.25287 23.3317 4.25 25.9167C4.25 26.204 4.36414 26.4796 4.5673 26.6827C4.77047 26.8859 5.04602 27 5.33333 27C5.62065 27 5.8962 26.8859 6.09937 26.6827C6.30253 26.4796 6.41667 26.204 6.41667 25.9167C6.41667 23.9055 7.21562 21.9766 8.63777 20.5545C10.0599 19.1323 11.9888 18.3334 14 18.3334C16.0112 18.3334 17.9401 19.1323 19.3622 20.5545C20.7844 21.9766 21.5833 23.9055 21.5833 25.9167C21.5833 26.204 21.6975 26.4796 21.9006 26.6827C22.1038 26.8859 22.3793 27 22.6667 27C22.954 27 23.2295 26.8859 23.4327 26.6827C23.6359 26.4796 23.75 26.204 23.75 25.9167C23.7471 23.3317 22.719 20.8534 20.8911 19.0256C19.0633 17.1977 16.585 16.1696 14 16.1667Z" })
28
+ ], -1),
29
+ t("defs", null, [
30
+ t("clipPath", { id: "clip0_1886_3511" }, [
31
+ t("rect", {
32
+ width: "26",
33
+ height: "26",
34
+ fill: "white",
35
+ transform: "translate(1 1)"
36
+ })
37
+ ])
38
+ ], -1)
39
+ ]), 14, w))
40
+ ]),
41
+ _: 1
42
+ }, 16));
43
+ }
44
+ });
45
+ export {
46
+ k as default
47
+ };
@@ -0,0 +1,4 @@
1
+ import f from "./AtUserRegularIcon.vue.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,5 @@
1
+ import o from "./AtUserRegularIcon.vue.js";
2
+ const t = o;
3
+ export {
4
+ t as AtUserRegularIcon
5
+ };
@@ -1 +1 @@
1
- .icon--size-12[data-v-f9855590]{width:12px;height:12px}.icon--size-16[data-v-f9855590]{width:16px;height:16px}.icon--size-20[data-v-f9855590]{width:20px;height:20px}.icon--size-24[data-v-f9855590]{width:24px;height:24px}.icon--size-28[data-v-f9855590]{width:28px;height:28px}.icon--size-32[data-v-f9855590]{width:32px;height:32px}
1
+ .icon--size-12[data-v-2c0814de]{width:12px;height:12px}.icon--size-16[data-v-2c0814de]{width:16px;height:16px}.icon--size-20[data-v-2c0814de]{width:20px;height:20px}.icon--size-24[data-v-2c0814de]{width:24px;height:24px}.icon--size-28[data-v-2c0814de]{width:28px;height:28px}.icon--size-32[data-v-2c0814de]{width:32px;height:32px}
@@ -1,7 +1,7 @@
1
1
  import o from "./IconWrapper.vue2.js";
2
2
  /* empty css */
3
3
  import r from "../../_virtual/_plugin-vue_export-helper.js";
4
- const f = /* @__PURE__ */ r(o, [["__scopeId", "data-v-f9855590"]]);
4
+ const c = /* @__PURE__ */ r(o, [["__scopeId", "data-v-2c0814de"]]);
5
5
  export {
6
- f as default
6
+ c as default
7
7
  };
package/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "@agrotools1/at-icons",
3
3
  "type": "module",
4
- "version": "1.0.7",
4
+ "version": "1.0.9",
5
5
  "private": false,
6
+ "packageManager": "pnpm@9.1.0",
6
7
  "description": "Ícones da Agrotools",
7
8
  "author": "Agrotools",
8
9
  "license": "MIT",
@@ -14,16 +15,27 @@
14
15
  "icons",
15
16
  "svg"
16
17
  ],
18
+ "sideEffects": false,
19
+ "exports": {
20
+ ".": {
21
+ "types": "./dist/index.d.ts",
22
+ "import": "./dist/index.js"
23
+ },
24
+ "./*": {
25
+ "types": "./dist/*/index.d.ts",
26
+ "import": "./dist/*/index.js"
27
+ }
28
+ },
17
29
  "main": "./dist/index.js",
18
30
  "module": "./dist/index.js",
19
31
  "types": "./dist/index.d.ts",
20
32
  "files": [
21
33
  "dist"
22
34
  ],
23
- "publishConfig": {
24
- "access": "public"
25
- },
26
35
  "scripts": {
27
36
  "generate-icons": "node scripts/generate-icons.cjs"
37
+ },
38
+ "publishConfig": {
39
+ "access": "public"
28
40
  }
29
- }
41
+ }