@opentinyvue/vue-icon-multicolor 2.27.3 → 2.28.0

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 (121) hide show
  1. package/lib/activitys.js +51 -0
  2. package/lib/administrative-fees.js +48 -0
  3. package/lib/air-fares.js +47 -0
  4. package/lib/album-upload.js +62 -0
  5. package/lib/analysis-report-1.js +48 -0
  6. package/lib/analysis-report.js +49 -0
  7. package/lib/apply.js +47 -0
  8. package/lib/archives.js +48 -0
  9. package/lib/baggage-fees.js +48 -0
  10. package/lib/car-insurance.js +55 -0
  11. package/lib/car-rental.js +55 -0
  12. package/lib/case-study.js +65 -0
  13. package/lib/ceremony-fees.js +48 -0
  14. package/lib/condolences.js +48 -0
  15. package/lib/entertainment-expense.js +54 -0
  16. package/lib/expert-consultation-fees.js +48 -0
  17. package/lib/expert-reimburse-form.js +48 -0
  18. package/lib/expert-teaching-fees.js +48 -0
  19. package/lib/express-delivery.js +57 -0
  20. package/lib/ferry-fares.js +53 -0
  21. package/lib/file-upload.js +61 -0
  22. package/lib/fuel-cost.js +54 -0
  23. package/lib/gift-cost.js +55 -0
  24. package/lib/home-page.js +51 -0
  25. package/lib/housing-subsidy.js +49 -0
  26. package/lib/incidental-expenses.js +55 -0
  27. package/lib/landline-phone.js +48 -0
  28. package/lib/line-rental.js +58 -0
  29. package/lib/living-subsidy.js +55 -0
  30. package/lib/lodging-fees.js +54 -0
  31. package/lib/maintenance-service.js +48 -0
  32. package/lib/meal-allowance.js +48 -0
  33. package/lib/meal-subsidy.js +52 -0
  34. package/lib/meeting-expenses.js +53 -0
  35. package/lib/meeting-reimburse-form.js +64 -0
  36. package/lib/newspaper-subscription.js +49 -0
  37. package/lib/office-equipments.js +59 -0
  38. package/lib/office-supplies.js +48 -0
  39. package/lib/others.js +49 -0
  40. package/lib/phone-bills.js +51 -0
  41. package/lib/photo-identification.js +50 -0
  42. package/lib/physical-examination.js +56 -0
  43. package/lib/private-vehicle-allowance.js +48 -0
  44. package/lib/professional-terminology.js +48 -0
  45. package/lib/reception-reimburse-form.js +46 -0
  46. package/lib/reimbursement-form.js +61 -0
  47. package/lib/service-charges.js +47 -0
  48. package/lib/share-arrow.js +48 -0
  49. package/lib/ship.js +53 -0
  50. package/lib/taxi-fares.js +49 -0
  51. package/lib/train-fares.js +54 -0
  52. package/lib/training-fees.js +48 -0
  53. package/lib/training.js +51 -0
  54. package/lib/travel-application-form.js +60 -0
  55. package/lib/travel-expenses.js +54 -0
  56. package/lib/travel-order.js +49 -0
  57. package/lib/venue-hospitality-fees.js +59 -0
  58. package/lib/venue-rental-fees.js +48 -0
  59. package/lib/visa-fees.js +49 -0
  60. package/lib/white-pager.js +49 -0
  61. package/package.json +2 -2
  62. /package/src/{activitys/index.d.ts → activitys.d.ts} +0 -0
  63. /package/src/{administrative-fees/index.d.ts → administrative-fees.d.ts} +0 -0
  64. /package/src/{air-fares/index.d.ts → air-fares.d.ts} +0 -0
  65. /package/src/{album-upload/index.d.ts → album-upload.d.ts} +0 -0
  66. /package/src/{analysis-report-1/index.d.ts → analysis-report-1.d.ts} +0 -0
  67. /package/src/{analysis-report/index.d.ts → analysis-report.d.ts} +0 -0
  68. /package/src/{apply/index.d.ts → apply.d.ts} +0 -0
  69. /package/src/{archives/index.d.ts → archives.d.ts} +0 -0
  70. /package/src/{baggage-fees/index.d.ts → baggage-fees.d.ts} +0 -0
  71. /package/src/{car-insurance/index.d.ts → car-insurance.d.ts} +0 -0
  72. /package/src/{car-rental/index.d.ts → car-rental.d.ts} +0 -0
  73. /package/src/{case-study/index.d.ts → case-study.d.ts} +0 -0
  74. /package/src/{ceremony-fees/index.d.ts → ceremony-fees.d.ts} +0 -0
  75. /package/src/{condolences/index.d.ts → condolences.d.ts} +0 -0
  76. /package/src/{entertainment-expense/index.d.ts → entertainment-expense.d.ts} +0 -0
  77. /package/src/{expert-consultation-fees/index.d.ts → expert-consultation-fees.d.ts} +0 -0
  78. /package/src/{expert-reimburse-form/index.d.ts → expert-reimburse-form.d.ts} +0 -0
  79. /package/src/{expert-teaching-fees/index.d.ts → expert-teaching-fees.d.ts} +0 -0
  80. /package/src/{express-delivery/index.d.ts → express-delivery.d.ts} +0 -0
  81. /package/src/{ferry-fares/index.d.ts → ferry-fares.d.ts} +0 -0
  82. /package/src/{file-upload/index.d.ts → file-upload.d.ts} +0 -0
  83. /package/src/{fuel-cost/index.d.ts → fuel-cost.d.ts} +0 -0
  84. /package/src/{gift-cost/index.d.ts → gift-cost.d.ts} +0 -0
  85. /package/src/{home-page/index.d.ts → home-page.d.ts} +0 -0
  86. /package/src/{housing-subsidy/index.d.ts → housing-subsidy.d.ts} +0 -0
  87. /package/src/{incidental-expenses/index.d.ts → incidental-expenses.d.ts} +0 -0
  88. /package/src/{landline-phone/index.d.ts → landline-phone.d.ts} +0 -0
  89. /package/src/{line-rental/index.d.ts → line-rental.d.ts} +0 -0
  90. /package/src/{living-subsidy/index.d.ts → living-subsidy.d.ts} +0 -0
  91. /package/src/{lodging-fees/index.d.ts → lodging-fees.d.ts} +0 -0
  92. /package/src/{maintenance-service/index.d.ts → maintenance-service.d.ts} +0 -0
  93. /package/src/{meal-allowance/index.d.ts → meal-allowance.d.ts} +0 -0
  94. /package/src/{meal-subsidy/index.d.ts → meal-subsidy.d.ts} +0 -0
  95. /package/src/{meeting-expenses/index.d.ts → meeting-expenses.d.ts} +0 -0
  96. /package/src/{meeting-reimburse-form/index.d.ts → meeting-reimburse-form.d.ts} +0 -0
  97. /package/src/{newspaper-subscription/index.d.ts → newspaper-subscription.d.ts} +0 -0
  98. /package/src/{office-equipments/index.d.ts → office-equipments.d.ts} +0 -0
  99. /package/src/{office-supplies/index.d.ts → office-supplies.d.ts} +0 -0
  100. /package/src/{others/index.d.ts → others.d.ts} +0 -0
  101. /package/src/{phone-bills/index.d.ts → phone-bills.d.ts} +0 -0
  102. /package/src/{photo-identification/index.d.ts → photo-identification.d.ts} +0 -0
  103. /package/src/{physical-examination/index.d.ts → physical-examination.d.ts} +0 -0
  104. /package/src/{private-vehicle-allowance/index.d.ts → private-vehicle-allowance.d.ts} +0 -0
  105. /package/src/{professional-terminology/index.d.ts → professional-terminology.d.ts} +0 -0
  106. /package/src/{reception-reimburse-form/index.d.ts → reception-reimburse-form.d.ts} +0 -0
  107. /package/src/{reimbursement-form/index.d.ts → reimbursement-form.d.ts} +0 -0
  108. /package/src/{service-charges/index.d.ts → service-charges.d.ts} +0 -0
  109. /package/src/{share-arrow/index.d.ts → share-arrow.d.ts} +0 -0
  110. /package/src/{ship/index.d.ts → ship.d.ts} +0 -0
  111. /package/src/{taxi-fares/index.d.ts → taxi-fares.d.ts} +0 -0
  112. /package/src/{train-fares/index.d.ts → train-fares.d.ts} +0 -0
  113. /package/src/{training-fees/index.d.ts → training-fees.d.ts} +0 -0
  114. /package/src/{training/index.d.ts → training.d.ts} +0 -0
  115. /package/src/{travel-application-form/index.d.ts → travel-application-form.d.ts} +0 -0
  116. /package/src/{travel-expenses/index.d.ts → travel-expenses.d.ts} +0 -0
  117. /package/src/{travel-order/index.d.ts → travel-order.d.ts} +0 -0
  118. /package/src/{venue-hospitality-fees/index.d.ts → venue-hospitality-fees.d.ts} +0 -0
  119. /package/src/{venue-rental-fees/index.d.ts → venue-rental-fees.d.ts} +0 -0
  120. /package/src/{visa-fees/index.d.ts → visa-fees.d.ts} +0 -0
  121. /package/src/{white-pager/index.d.ts → white-pager.d.ts} +0 -0
@@ -0,0 +1,48 @@
1
+ import { svg } from "@opentinyvue/vue-common";
2
+ var render = function render2() {
3
+ var _vm = this;
4
+ var _h = _vm.$createElement;
5
+ var _c = _vm._self._c || _h;
6
+ return _c("svg", _vm._g({
7
+ attrs: {
8
+ "viewBox": "0 0 24 24",
9
+ "xmlns": "http://www.w3.org/2000/svg"
10
+ }
11
+ }, _vm.$listeners), [_c("defs", [_c("clipPath", {
12
+ attrs: {
13
+ "id": "ceremony-fees_svg__a"
14
+ }
15
+ }, [_c("path", {
16
+ attrs: {
17
+ "fill": "#fff",
18
+ "fill-opacity": "0",
19
+ "d": "M0 0h24v24H0z"
20
+ }
21
+ })])]), _c("g", {
22
+ attrs: {
23
+ "clip-path": "url(#ceremony-fees_svg__a)",
24
+ "clip-rule": "evenodd",
25
+ "fill-rule": "evenodd"
26
+ }
27
+ }, [_c("path", {
28
+ attrs: {
29
+ "d": "M5.051 13.666c.06.18.14.344.243.49a1.715 1.715 0 0 0 .663.57c.236.114.498.177.786.19h10.463c.279-.01.584-.072.814-.18a1.717 1.717 0 0 0 .659-.54c.113-.155.203-.331.268-.53H21.375c.35 0 .625.275.625.625s-.275.625-.625.625h-.208V21a1 1 0 0 1-1 1H3.833a1 1 0 0 1-1-1v-6.084h-.208A.619.619 0 0 1 2 14.291c0-.35.275-.625.625-.625h2.426Zm11.305 0h.85-.85Z",
30
+ "fill": "var(--aui-second-color, rgba(0,103,209,0.7))"
31
+ }
32
+ }), _c("path", {
33
+ attrs: {
34
+ "d": "M12 2c-1.974 0-2.674 1.38-2.674 3.08 0 .094.003.188.008.281-.242.208-.325.63-.18 1.049.12.35.37.605.635.687.075.147.16.287.253.417l.062.083c.35.475.469.858.354 1.15-.064.164-.2.298-.41.405-.038.02-.079.039-.123.059l-.14.06-.239.095-.653.247-.204.078-.207.083-.21.088-.209.092c-.975.444-1.892 1.061-1.89 2.015l-.006.56v.152l.001.074.006.14c.03.453.154.753.62.771h1.34l.833-2.276a.665.665 0 0 1 .146-.238.65.65 0 0 1 .553-.187.64.64 0 0 1 .483.36c.036.075.058.15.066.227a1.15 1.15 0 0 1-.037.306l-.662 1.808h4.969l-.66-1.802a.666.666 0 0 1 .012-.505.644.644 0 0 1 .357-.355.622.622 0 0 1 .468 0c.153.06.294.23.37.38l.835 2.283h1.34c.452-.019.583-.302.616-.733l.008-.141.003-.15-.007-.673c.003-.886-.788-1.482-1.682-1.918l-.208-.098-.21-.092a9.926 9.926 0 0 0-.104-.044l-.312-.126-.4-.154-.54-.204-.155-.063-.14-.06a2.953 2.953 0 0 1-.124-.059c-.21-.106-.346-.241-.41-.404-.11-.281-.005-.646.315-1.096l.04-.055c.118-.155.222-.322.313-.5.266-.082.515-.337.636-.687.144-.418.061-.84-.18-1.049a4.68 4.68 0 0 0 .008-.28C14.674 3.379 13.974 2 12 2Z",
35
+ "fill": "var(--aui-first-color, rgba(0,103,209,1))"
36
+ }
37
+ })])]);
38
+ };
39
+ var CeremonyFees = {
40
+ render
41
+ };
42
+ var ceremonyFees = svg({
43
+ name: "IconCeremonyFees",
44
+ component: CeremonyFees
45
+ });
46
+ export {
47
+ ceremonyFees as default
48
+ };
@@ -0,0 +1,48 @@
1
+ import { svg } from "@opentinyvue/vue-common";
2
+ var render = function render2() {
3
+ var _vm = this;
4
+ var _h = _vm.$createElement;
5
+ var _c = _vm._self._c || _h;
6
+ return _c("svg", _vm._g({
7
+ attrs: {
8
+ "viewBox": "0 0 24 24",
9
+ "xmlns": "http://www.w3.org/2000/svg"
10
+ }
11
+ }, _vm.$listeners), [_c("defs", [_c("clipPath", {
12
+ attrs: {
13
+ "id": "condolences_svg__a"
14
+ }
15
+ }, [_c("path", {
16
+ attrs: {
17
+ "fill": "#fff",
18
+ "fill-opacity": "0",
19
+ "d": "M0 0h24v24H0z"
20
+ }
21
+ })])]), _c("g", {
22
+ attrs: {
23
+ "clip-path": "url(#condolences_svg__a)",
24
+ "clip-rule": "evenodd",
25
+ "fill-rule": "evenodd"
26
+ }
27
+ }, [_c("path", {
28
+ attrs: {
29
+ "d": "m10.357 22-7.662-.015A1.322 1.322 0 0 1 2 21.77c-.56-.376-.83-1.242-.81-2.599.005-.235.007-.414.007-.535 0-.096.004-.192.014-.287.171-1.604 1.82-3.03 4.948-4.276.617-.245 1.018-.418 1.203-.519.214-.116.336-.284.36-.434.016-.254-.18-.684-.481-1.134a5.874 5.874 0 0 1-.417-.676 1.83 1.83 0 0 1-.297-.181c-.358-.27-.625-.675-.802-1.219-.212-.654-.223-1.217-.033-1.687.065-.16.152-.308.263-.446a14.299 14.299 0 0 1-.002-.205c0-2.088.486-3.589 1.46-4.503C8.17 2.356 9.008 2 10.357 2s2.186.356 2.944 1.069c.973.914 1.46 2.415 1.46 4.503l-.003.205c.11.138.199.287.263.446.19.47.179 1.033-.033 1.687a3.583 3.583 0 0 1-.082.226 3.913 3.913 0 0 0-.354-.016c-2.337 0-4.231 2.07-4.231 4.623 0 2.542 2.24 5.47 4.295 7.249l-4.26.008Z",
30
+ "fill": "var(--aui-second-color, rgba(0,103,209,0.7))"
31
+ }
32
+ }), _c("path", {
33
+ attrs: {
34
+ "d": "M15.146 11.62c.831 0 1.592.48 2.175 1 .583-.52 1.344-1 2.176-1 1.836 0 3.324 1.533 3.324 3.424 0 2.858-4.049 6.37-5.5 6.576-1.45-.206-5.5-3.718-5.5-6.576 0-1.89 1.5-3.424 3.325-3.424Z",
35
+ "fill": "var(--aui-first-color, rgba(0,103,209,1))"
36
+ }
37
+ })])]);
38
+ };
39
+ var Conolences = {
40
+ render
41
+ };
42
+ var condolences = svg({
43
+ name: "ColorIconConolences",
44
+ component: Conolences
45
+ });
46
+ export {
47
+ condolences as default
48
+ };
@@ -0,0 +1,54 @@
1
+ import { svg } from "@opentinyvue/vue-common";
2
+ var render = function render2() {
3
+ var _vm = this;
4
+ var _h = _vm.$createElement;
5
+ var _c = _vm._self._c || _h;
6
+ return _c("svg", _vm._g({
7
+ attrs: {
8
+ "viewBox": "0 0 24 24",
9
+ "xmlns": "http://www.w3.org/2000/svg"
10
+ }
11
+ }, _vm.$listeners), [_c("defs", [_c("clipPath", {
12
+ attrs: {
13
+ "id": "entertainment-expense_svg__a"
14
+ }
15
+ }, [_c("path", {
16
+ attrs: {
17
+ "fill": "#fff",
18
+ "fill-opacity": "0",
19
+ "d": "M0 0h24v24H0z"
20
+ }
21
+ })])]), _c("g", {
22
+ attrs: {
23
+ "clip-path": "url(#entertainment-expense_svg__a)",
24
+ "fill-rule": "evenodd"
25
+ }
26
+ }, [_c("path", {
27
+ attrs: {
28
+ "d": "M18.644 8.721c.464.6.715 1.386.754 2.357a2.917 2.917 0 0 1 .873.07 2.838 2.838 0 0 1 1.003.461 2.912 2.912 0 0 1 .793.86 2.938 2.938 0 0 1 .374.96 3.021 3.021 0 0 1-.374 2.154 2.941 2.941 0 0 1-1.345 1.17 2.817 2.817 0 0 1-1.114.228c-.636 0-1.175-.086-1.62-.258-.255.451-.539.873-.853 1.266a8.422 8.422 0 0 1-1.627 1.567c-.223.161-.451.31-.686.444H7.08a6.976 6.976 0 0 1-.724-.485 7.453 7.453 0 0 1-1.47-1.508q-.942-1.279-1.43-2.958A11.675 11.675 0 0 1 3 11.793q-.001-1.33.412-2.246.193-.427.475-.77.06-.073.125-.143.278-.3.632-.528c.028-.014.14-.07.17-.079A.634.634 0 0 1 5 8H17.65a.64.64 0 0 1 .39.13q.27.202.487.45v.001q.06.068.116.14Zm1.368 3.819a1.095 1.095 0 0 0-.294-.04h-.043c-.058-.001-.152-.002-.175 0 0 1 0 1.5-.5 3 .127.056.273.04.436.021.089-.01.183-.021.282-.021a1.1 1.1 0 0 0 .494-.116 1.231 1.231 0 0 0 .407-.317 1.5 1.5 0 0 0 .278-.477A1.67 1.67 0 0 0 21 14a1.772 1.772 0 0 0-.103-.59 1.572 1.572 0 0 0-.278-.477 1.232 1.232 0 0 0-.607-.393Z",
29
+ "clip-rule": "evenodd",
30
+ "fill": "var(--aui-first-color, rgba(0,103,209,1))"
31
+ }
32
+ }), _c("path", {
33
+ attrs: {
34
+ "d": "M3 20h18c.56 0 1 .44 1 1s-.44 1-1 1H3c-.57 0-1-.44-1-1s.43-1 1-1Z",
35
+ "fill": "var(--aui-second-color, rgba(0,103,209,0.7))"
36
+ }
37
+ }), _c("path", {
38
+ attrs: {
39
+ "d": "M8.5 3.28c-.17.09-.31.17-.42.26-.06.05-.11.09-.14.13.06.08.13.17.22.24.06.06.16.15.31.26.19.14.33.26.42.35.18.18.3.38.37.59a1.016 1.016 0 0 1 .02.63c-.04.18-.14.35-.27.51-.21.24-.52.46-.95.67-.36.17-.78.04-.96-.3-.18-.34-.04-.74.32-.92.19-.09.33-.18.42-.25-.05-.05-.14-.12-.26-.21-.18-.14-.32-.26-.42-.35a2.31 2.31 0 0 1-.45-.54c-.11-.16-.18-.33-.2-.51-.01-.06-.01-.11-.01-.17 0-.06 0-.12.01-.17.02-.18.09-.35.2-.52.2-.32.57-.62 1.11-.9.35-.18.78-.06.97.27.19.34.06.74-.29.93Zm3.81 0c-.17.09-.31.17-.42.26-.06.05-.11.09-.14.13.05.08.13.17.21.24.07.06.17.15.31.26.2.14.33.26.42.35.18.18.31.38.38.59a1.016 1.016 0 0 1 .02.63c-.05.18-.14.35-.28.51-.2.24-.52.46-.94.67-.36.17-.78.04-.96-.3-.18-.34-.04-.74.31-.92.2-.09.34-.18.43-.25-.05-.05-.14-.12-.26-.21-.18-.14-.32-.26-.42-.35-.18-.16-.34-.34-.46-.54-.1-.16-.17-.33-.2-.51 0-.06-.01-.11-.01-.17 0-.06.01-.12.01-.17.03-.18.1-.35.2-.52.21-.32.58-.62 1.11-.9.36-.18.78-.06.97.27.2.34.07.74-.28.93Zm3.37 0c-.18.09-.31.17-.42.26-.07.05-.11.09-.14.13.05.08.12.17.21.24.06.06.17.15.31.26.19.14.33.26.42.35.18.18.31.38.38.59.03.11.05.23.06.34 0 .1-.02.19-.04.29-.05.18-.14.35-.28.51-.2.24-.52.46-.95.67-.35.17-.78.04-.96-.3-.18-.34-.04-.74.32-.92.2-.09.34-.18.43-.25-.06-.05-.14-.12-.26-.21-.19-.14-.33-.26-.43-.35a2.31 2.31 0 0 1-.45-.54c-.11-.16-.17-.33-.2-.51-.01-.06-.01-.11-.01-.17 0-.06 0-.12.01-.17.03-.18.09-.35.2-.52.21-.32.58-.62 1.11-.9.35-.18.78-.06.97.27.19.34.07.74-.28.93Z",
40
+ "fill": "var(--aui-second-color, rgba(0,103,209,0.7))",
41
+ "fill-opacity": ".5"
42
+ }
43
+ })])]);
44
+ };
45
+ var EntertainmentExpense = {
46
+ render
47
+ };
48
+ var entertainmentExpense = svg({
49
+ name: "IconEntertainmentExpense",
50
+ component: EntertainmentExpense
51
+ });
52
+ export {
53
+ entertainmentExpense as default
54
+ };
@@ -0,0 +1,48 @@
1
+ import { svg } from "@opentinyvue/vue-common";
2
+ var render = function render2() {
3
+ var _vm = this;
4
+ var _h = _vm.$createElement;
5
+ var _c = _vm._self._c || _h;
6
+ return _c("svg", _vm._g({
7
+ attrs: {
8
+ "viewBox": "0 0 24 24",
9
+ "xmlns": "http://www.w3.org/2000/svg"
10
+ }
11
+ }, _vm.$listeners), [_c("defs", [_c("clipPath", {
12
+ attrs: {
13
+ "id": "expert-consultation-fees_svg__a"
14
+ }
15
+ }, [_c("path", {
16
+ attrs: {
17
+ "fill": "#fff",
18
+ "fill-opacity": "0",
19
+ "d": "M0 0h24v24H0z"
20
+ }
21
+ })])]), _c("g", {
22
+ attrs: {
23
+ "clip-path": "url(#expert-consultation-fees_svg__a)",
24
+ "clip-rule": "evenodd",
25
+ "fill-rule": "evenodd"
26
+ }
27
+ }, [_c("path", {
28
+ attrs: {
29
+ "d": "M3.7 9.86c-.949.058-1.7.802-1.7 1.711v5.143c0 .947.814 1.715 1.818 1.715h8.758l-.1-2.743a2.106 2.106 0 0 1-.665-.46 2.133 2.133 0 0 1-.566-1.078 2.195 2.195 0 0 1-.043-.434l.004-.121.141-2.04a1.94 1.94 0 0 1-.092.01l-.118.004H5.363c-.218 0-.422-.038-.61-.114a1.64 1.64 0 0 1-.565-.387 1.704 1.704 0 0 1-.365-.553 1.74 1.74 0 0 1-.122-.652Zm15.64 8.569.1-2.743a2.057 2.057 0 0 0 .767-.571c.079-.093.148-.192.21-.295l.025-.045a2.17 2.17 0 0 0 .268-1.213l-.256-3.686C21.329 10 22 10.712 22 11.571v5.143c0 .947-.814 1.715-1.818 1.715h-.841Z",
30
+ "fill": "var(--aui-second-color, rgba(0,103,209,0.7))"
31
+ }
32
+ }), _c("path", {
33
+ attrs: {
34
+ "d": "M9.916 4.714C9.916 3.768 9.17 3 8.25 3c-.92 0-1.667.768-1.667 1.714 0 .947.746 1.715 1.667 1.715.92 0 1.666-.768 1.666-1.715Zm6.042-.857c.92 0 1.667.768 1.667 1.714 0 .947-.746 1.715-1.667 1.715-.92 0-1.667-.768-1.667-1.715 0-.946.747-1.714 1.667-1.714ZM9.81 7.286H6.69c-.663 0-1.213.521-1.26 1.194l-.097 1.377h5.833L11.07 8.48a1.273 1.273 0 0 0-1.26-1.194Zm3.47 6.857a.423.423 0 0 1-.416-.429l.303-4.377c.047-.673.59-1.194 1.247-1.194h3.089c.655 0 1.2.521 1.247 1.194l.301 4.347a.425.425 0 0 1-.386.458h-.832l-.22 6.033a.845.845 0 0 1-.832.825h-1.645a.844.844 0 0 1-.833-.825l-.22-6.032h-.803Z",
35
+ "fill": "var(--aui-first-color, rgba(0,103,209,1))"
36
+ }
37
+ })])]);
38
+ };
39
+ var ExpertConsultationFees = {
40
+ render
41
+ };
42
+ var expertConsultationFees = svg({
43
+ name: "ColorIconExpertConsultationFees",
44
+ component: ExpertConsultationFees
45
+ });
46
+ export {
47
+ expertConsultationFees as default
48
+ };
@@ -0,0 +1,48 @@
1
+ import { svg } from "@opentinyvue/vue-common";
2
+ var render = function render2() {
3
+ var _vm = this;
4
+ var _h = _vm.$createElement;
5
+ var _c = _vm._self._c || _h;
6
+ return _c("svg", _vm._g({
7
+ attrs: {
8
+ "viewBox": "0 0 24 24",
9
+ "xmlns": "http://www.w3.org/2000/svg"
10
+ }
11
+ }, _vm.$listeners), [_c("defs", [_c("clipPath", {
12
+ attrs: {
13
+ "id": "expert-reimburse-form_svg__a"
14
+ }
15
+ }, [_c("path", {
16
+ attrs: {
17
+ "fill": "#fff",
18
+ "fill-opacity": "0",
19
+ "d": "M0 0h24v24H0z"
20
+ }
21
+ })])]), _c("g", {
22
+ attrs: {
23
+ "clip-path": "url(#expert-reimburse-form_svg__a)",
24
+ "fill-rule": "evenodd"
25
+ }
26
+ }, [_c("path", {
27
+ attrs: {
28
+ "d": "M8.579 14.04 9 14l1.5 2h3l1.47-1.959H15l.5.082.264.086.194.087.316.136.83.342.384.161.394.17.267.12.268.124.134.064.268.132c1.645.833 3.174 1.988 3.17 3.76v.232l.01.663.001.411-.003.195-.003.094-.01.183c-.052.832-.272 1.382-1.06 1.417H3.076c-.763-.035-.992-.55-1.054-1.34l-.012-.179a5.614 5.614 0 0 1-.003-.093L2 20.696 2 20.393l.008-.65.004-.438c-.005-1.58 1.212-2.67 2.642-3.479l.262-.143c.088-.047.176-.093.265-.138l.268-.133.134-.064.268-.124.267-.12.264-.114.388-.164.614-.253.556-.233.2-.088.096-.043.18-.085.163-.084Zm4.663 6.869-.464-3a.552.552 0 0 0-.05-.162.478.478 0 0 0-.218-.218l-.04-.014q-.05-.015-.103-.015h-.742q-.054 0-.103.015l-.04.014a.406.406 0 0 0-.124.087.486.486 0 0 0-.144.293l-.464 3c0 .138.034.347.115.445a.424.424 0 0 0 .136.11c.049.024.102.036.16.036h1.67c.114-.025.28-.103.345-.217a.559.559 0 0 0 .066-.374Z",
29
+ "clip-rule": "evenodd",
30
+ "fill": "var(--aui-second-color, rgba(0,103,209,0.7))"
31
+ }
32
+ }), _c("path", {
33
+ attrs: {
34
+ "d": "M11.99 1.5c-3.38 0-4.58 2.48-4.58 5.54 0 .17 0 .34.01.51-.41.37-.55 1.13-.31 1.88.21.63.64 1.09 1.09 1.24.13.26.28.52.44.75l.1.2S9.49 13 11.99 13c2.51 0 3.19-1.38 3.19-1.38l.07-.05c.2-.28.38-.58.53-.9.46-.15.89-.61 1.09-1.24.25-.75.11-1.51-.31-1.89.01-.16.02-.33.02-.5 0-3.06-1.2-5.54-4.59-5.54Z",
35
+ "fill": "var(--aui-first-color, rgba(0,103,209,1))"
36
+ }
37
+ })])]);
38
+ };
39
+ var ExpertReimburseForm = {
40
+ render
41
+ };
42
+ var expertReimburseForm = svg({
43
+ name: "ColorIconExpertReimburseForm",
44
+ component: ExpertReimburseForm
45
+ });
46
+ export {
47
+ expertReimburseForm as default
48
+ };
@@ -0,0 +1,48 @@
1
+ import { svg } from "@opentinyvue/vue-common";
2
+ var render = function render2() {
3
+ var _vm = this;
4
+ var _h = _vm.$createElement;
5
+ var _c = _vm._self._c || _h;
6
+ return _c("svg", _vm._g({
7
+ attrs: {
8
+ "viewBox": "0 0 23.997 24",
9
+ "xmlns": "http://www.w3.org/2000/svg"
10
+ }
11
+ }, _vm.$listeners), [_c("defs", [_c("clipPath", {
12
+ attrs: {
13
+ "id": "expert-teaching-fees_svg__a"
14
+ }
15
+ }, [_c("path", {
16
+ attrs: {
17
+ "fill": "#fff",
18
+ "fill-opacity": "0",
19
+ "d": "M0 0h23.997v24H0z"
20
+ }
21
+ })])]), _c("g", {
22
+ attrs: {
23
+ "clip-path": "url(#expert-teaching-fees_svg__a)",
24
+ "fill-rule": "evenodd"
25
+ }
26
+ }, [_c("path", {
27
+ attrs: {
28
+ "d": "M13.668 4.5c0 1.056.393 2.02 1.04 2.754a2.505 2.505 0 0 0-.71.507l-1.757 1.787-1.575-1.245a2.255 2.255 0 0 0-1.998-.408 2.244 2.244 0 0 0-.739.357 2.255 2.255 0 0 0-.78 1.026 2.269 2.269 0 0 0 0 1.613 2.24 2.24 0 0 0 .445.726l3.04 3.333a2.538 2.538 0 0 0 1.597.811 2.514 2.514 0 0 0 1.312-.208c.08-.037.158-.077.235-.122v4.9H4.29a2.27 2.27 0 0 1-1.264-.38 2.29 2.29 0 0 1 .64-4.113v-9.59a3.427 3.427 0 0 1 .268-1.328A3.409 3.409 0 0 1 5.2 3.395a3.405 3.405 0 0 1 1.142-.482c.237-.051.48-.077.727-.077h6.945a4.148 4.148 0 0 0-.346 1.664Z",
29
+ "clip-rule": "evenodd",
30
+ "fill": "var(--aui-second-color, rgba(0,103,209,0.7))"
31
+ }
32
+ }), _c("path", {
33
+ attrs: {
34
+ "d": "M17.83 7c-1.39 0-2.5-1.12-2.5-2.5 0-1.39 1.11-2.5 2.5-2.5a2.5 2.5 0 0 1 0 5Zm-6.06 4.29L9.63 9.6a.601.601 0 0 0-.81.07c-.21.23-.21.59 0 .82l3.04 3.33c.29.33.78.38 1.14.13l1.75-1.24c.07-.06.16-.08.25-.08.24 0 .44.19.44.44v8.48c0 .25.19.45.43.45h3.5c.24 0 .44-.2.44-.45v-5.33c0-.25.19-.45.43-.45h.88c.48 0 .87-.4.87-.89V10c0-.74-.59-1.34-1.31-1.34H15.8c-.23 0-.46.1-.62.26l-2.26 2.3a.86.86 0 0 1-1.15.07Z",
35
+ "fill": "var(--aui-first-color, rgba(0,103,209,1))"
36
+ }
37
+ })])]);
38
+ };
39
+ var ExpertTeachingFees = {
40
+ render
41
+ };
42
+ var expertTeachingFees = svg({
43
+ name: "ColorIconExpertTeachingFees",
44
+ component: ExpertTeachingFees
45
+ });
46
+ export {
47
+ expertTeachingFees as default
48
+ };
@@ -0,0 +1,57 @@
1
+ import { svg } from "@opentinyvue/vue-common";
2
+ var render = function render2() {
3
+ var _vm = this;
4
+ var _h = _vm.$createElement;
5
+ var _c = _vm._self._c || _h;
6
+ return _c("svg", _vm._g({
7
+ attrs: {
8
+ "viewBox": "0 0 24 24",
9
+ "xmlns": "http://www.w3.org/2000/svg"
10
+ }
11
+ }, _vm.$listeners), [_c("defs", [_c("clipPath", {
12
+ attrs: {
13
+ "id": "express-delivery_svg__a"
14
+ }
15
+ }, [_c("path", {
16
+ attrs: {
17
+ "fill": "#fff",
18
+ "fill-opacity": "0",
19
+ "d": "M0 0h24v24H0z"
20
+ }
21
+ })])]), _c("g", {
22
+ attrs: {
23
+ "clip-path": "url(#express-delivery_svg__a)"
24
+ }
25
+ }, [_c("path", {
26
+ attrs: {
27
+ "d": "M21.901 3.012 12.22 3h-.002l-.128.008c-.547.066-.972.55-.972 1.137v9.236c0 .473-.37.857-.825.856-.456 0-.825-.385-.825-.86v-6.43l-.009-.113a.669.669 0 0 0-.653-.574l-2.952.007a1.366 1.366 0 0 0-.97.588l-3.522 4.38-.094.15A2.065 2.065 0 0 0 1 12.402V16l.006.164c.045.566.643 1.127 1.088 1.47a4.001 4.001 0 0 1 7.873.348l3.066.005a4 4 0 0 1 7.936.012l.702.002h.229c.607 0 1.1-.512 1.1-1.144v-12.7c0-.63-.492-1.143-1.099-1.144Z",
28
+ "clip-rule": "evenodd",
29
+ "fill": "var(--aui-first-color, rgba(0,103,209,1))",
30
+ "fill-rule": "evenodd"
31
+ }
32
+ }), _c("circle", {
33
+ attrs: {
34
+ "cx": "6",
35
+ "cy": "18.5",
36
+ "r": "2.5",
37
+ "fill": "var(--aui-second-color, rgba(0,103,209,0.7))"
38
+ }
39
+ }), _c("circle", {
40
+ attrs: {
41
+ "cx": "17",
42
+ "cy": "18.5",
43
+ "r": "2.5",
44
+ "fill": "var(--aui-second-color, rgba(0,103,209,0.7))"
45
+ }
46
+ })])]);
47
+ };
48
+ var ExpressDelivery = {
49
+ render
50
+ };
51
+ var expressDelivery = svg({
52
+ name: "ColorIconExpressDelivery",
53
+ component: ExpressDelivery
54
+ });
55
+ export {
56
+ expressDelivery as default
57
+ };
@@ -0,0 +1,53 @@
1
+ import { svg } from "@opentinyvue/vue-common";
2
+ var render = function render2() {
3
+ var _vm = this;
4
+ var _h = _vm.$createElement;
5
+ var _c = _vm._self._c || _h;
6
+ return _c("svg", _vm._g({
7
+ attrs: {
8
+ "viewBox": "0 0 24 24",
9
+ "xmlns": "http://www.w3.org/2000/svg"
10
+ }
11
+ }, _vm.$listeners), [_c("defs", [_c("clipPath", {
12
+ attrs: {
13
+ "id": "ferry-fares_svg__a"
14
+ }
15
+ }, [_c("path", {
16
+ attrs: {
17
+ "fill": "#fff",
18
+ "fill-opacity": "0",
19
+ "d": "M0 0h24v24H0z"
20
+ }
21
+ })])]), _c("g", {
22
+ attrs: {
23
+ "clip-path": "url(#ferry-fares_svg__a)",
24
+ "fill-rule": "evenodd"
25
+ }
26
+ }, [_c("path", {
27
+ attrs: {
28
+ "d": "M15.48 18.66c.85.56 2.38 1.5 3.24 1.5.35 0 1.58-.06 1.91-.16.41-.12.83.16.94.62.1.47-.14.94-.55 1.06-.46.14-1.82.21-2.3.21-.97 0-2.49-.76-3.3-1.2a1.14 1.14 0 0 0-1.09-.01c-.87.46-2.55 1.29-3.56 1.29-.92 0-2.28-.73-3.04-1.19-.36-.22-.8-.23-1.16-.03-.84.47-2.4 1.24-3.36 1.24-.49 0-.97-.07-1.44-.21-.41-.12-.65-.59-.54-1.06.11-.46.53-.74.94-.61.33.1.68.15 1.04.15.83 0 2.43-.91 3.31-1.45.38-.23.87-.22 1.24.03.79.54 2.17 1.39 3.01 1.39.82 0 2.56-1.01 3.49-1.59.37-.23.85-.22 1.22.02Z",
29
+ "fill": "var(--aui-second-color, rgba(0,103,209,0.7))",
30
+ "fill-opacity": ".5"
31
+ }
32
+ }), _c("path", {
33
+ attrs: {
34
+ "d": "M12.68 2H10c-.53 0-.96.46-.96 1.04v1.45H5.4c-.53 0-.96.47-.96 1.05v3.95h13.8V5.54c0-.58-.43-1.05-.96-1.05h-3.64V3.04c0-.58-.43-1.04-.96-1.04Z",
35
+ "fill": "var(--aui-second-color, rgba(0,103,209,0.7))"
36
+ }
37
+ }), _c("path", {
38
+ attrs: {
39
+ "d": "M2.43 10.74h19.13c1.2 0 1.87 1.51 1.12 2.54l-4.22 5.78c-.94-.48-2.03-1.21-2.8-1.75-.58-.41-1.36-.35-1.89.14-.82.74-2.02 1.68-2.82 1.68-.81 0-1.88-.85-2.65-1.57-.57-.53-1.41-.6-2.02-.13-.95.74-2.33 1.71-3.23 1.91l-1.98-6.55c-.31-1.01.38-2.05 1.36-2.05ZM16.7 20.2h.3l-.36-.18c.03.06.05.12.06.18Z",
40
+ "fill": "var(--aui-first-color, rgba(0,103,209,1))"
41
+ }
42
+ })])]);
43
+ };
44
+ var FerryFares = {
45
+ render
46
+ };
47
+ var ferryFares = svg({
48
+ name: "ColorIconFerryFares",
49
+ component: FerryFares
50
+ });
51
+ export {
52
+ ferryFares as default
53
+ };
@@ -0,0 +1,61 @@
1
+ import { svg } from "@opentinyvue/vue-common";
2
+ var render = function render2() {
3
+ var _vm = this;
4
+ var _h = _vm.$createElement;
5
+ var _c = _vm._self._c || _h;
6
+ return _c("svg", _vm._g({
7
+ attrs: {
8
+ "viewBox": "0 0 24 24",
9
+ "xmlns": "http://www.w3.org/2000/svg"
10
+ }
11
+ }, _vm.$listeners), [_c("defs", [_c("clipPath", {
12
+ attrs: {
13
+ "id": "file-upload_svg__a"
14
+ }
15
+ }, [_c("path", {
16
+ attrs: {
17
+ "fill": "#fff",
18
+ "fill-opacity": "0",
19
+ "d": "M0 0h24v24H0z"
20
+ }
21
+ })])]), _c("g", {
22
+ attrs: {
23
+ "clip-path": "url(#file-upload_svg__a)",
24
+ "fill-rule": "evenodd"
25
+ }
26
+ }, [_c("path", {
27
+ attrs: {
28
+ "d": "M6 3.5h12c1.65 0 3 1.34 3 3V8H6V3.5Z",
29
+ "fill": "var(--aui-second-color, rgba(0,103,209,0.7))"
30
+ }
31
+ }), _c("path", {
32
+ attrs: {
33
+ "d": "M3.87 2h2.046c.527 0 1.03.205 1.398.57l3.633 3.597c.368.364.871.57 1.398.57h7.722c1.62 0 2.933 1.272 2.933 2.842v1.92A7.5 7.5 0 0 0 10.655 20l-6.722.001C2.313 20 1 18.727 1 17.158V4.78C1 3.245 2.285 2 3.87 2Z",
34
+ "clip-rule": "evenodd",
35
+ "fill": "var(--aui-first-color, rgba(0,103,209,1))"
36
+ }
37
+ }), _c("path", {
38
+ attrs: {
39
+ "d": "M17 10a6 6 0 1 0 0 12 6 6 0 0 0 0-12Zm.75 5.06 1.22 1.22a.743.743 0 0 0 1.06 0 .742.742 0 0 0 0-1.06l-2.5-2.5a.723.723 0 0 0-.53-.22c-.104 0-.2.018-.288.055a.748.748 0 0 0-.242.165l-2.5 2.5a.742.742 0 0 0 0 1.06.743.743 0 0 0 1.06 0l1.22-1.22v3.69c0 .42.33.75.75.75s.75-.33.75-.75v-3.69Z",
40
+ "clip-rule": "evenodd",
41
+ "fill": "var(--aui-first-color, rgba(0,103,209,1))"
42
+ }
43
+ }), _c("path", {
44
+ attrs: {
45
+ "d": "m18.97 16.28-1.22-1.22v3.69c0 .42-.33.75-.75.75s-.75-.33-.75-.75v-3.69l-1.22 1.22a.743.743 0 0 1-1.06 0 .743.743 0 0 1 0-1.06l2.5-2.5a.723.723 0 0 1 .53-.22c.207 0 .384.073.53.22l2.5 2.5a.743.743 0 0 1 0 1.06.743.743 0 0 1-1.06 0Z",
46
+ "clip-rule": "evenodd",
47
+ "fill": "var(--aui-second-color, rgba(0,103,209,0.7))",
48
+ "fill-opacity": ".5"
49
+ }
50
+ })])]);
51
+ };
52
+ var FileUpload = {
53
+ render
54
+ };
55
+ var fileUpload = svg({
56
+ name: "ColorIconFileUpload",
57
+ component: FileUpload
58
+ });
59
+ export {
60
+ fileUpload as default
61
+ };
@@ -0,0 +1,54 @@
1
+ import { svg } from "@opentinyvue/vue-common";
2
+ var render = function render2() {
3
+ var _vm = this;
4
+ var _h = _vm.$createElement;
5
+ var _c = _vm._self._c || _h;
6
+ return _c("svg", _vm._g({
7
+ attrs: {
8
+ "viewBox": "0 0 24 24",
9
+ "xmlns": "http://www.w3.org/2000/svg"
10
+ }
11
+ }, _vm.$listeners), [_c("defs", [_c("clipPath", {
12
+ attrs: {
13
+ "id": "fuel-cost_svg__a"
14
+ }
15
+ }, [_c("path", {
16
+ attrs: {
17
+ "fill": "#fff",
18
+ "fill-opacity": "0",
19
+ "d": "M0 0h24v24H0z"
20
+ }
21
+ })])]), _c("g", {
22
+ attrs: {
23
+ "clip-path": "url(#fuel-cost_svg__a)",
24
+ "fill-rule": "evenodd"
25
+ }
26
+ }, [_c("path", {
27
+ attrs: {
28
+ "d": "m21.5 5.4-3.14-3.18c-.04-.03-.07-.06-.11-.09-.05-.03-.1-.06-.15-.08a.495.495 0 0 0-.13-.04c-.05-.01-.1-.01-.15-.01-.05 0-.1 0-.15.01-.04.01-.09.02-.13.04-.05.02-.1.05-.14.08l-.12.09-.07.09a.68.68 0 0 0-.1.21c-.03.09-.05.18-.06.28 0 .08.01.16.02.23.03.07.08.21.11.27.03.04.07.09.1.12l1.98 2h-.59c-.06 0-.11.01-.16.02a.62.62 0 0 0-.19.07c-.03.02-.06.04-.08.06-.06.04-.11.09-.15.15-.03.04-.06.08-.08.12a.35.35 0 0 0-.06.14c-.03.07-.05.14-.05.21-.01.03-.01.06-.01.1l.01.11c.02.1.05.19.09.26.05.09.11.17.19.23.07.07.15.11.23.14.08.03.17.05.26.05l1.76.01v7.36c0 .06 0 .11-.01.16a.845.845 0 0 1-.24.45c-.07.06-.21.17-.29.2-.04.02-.07.03-.11.04-.08.03-.17.04-.26.04s-.18-.01-.27-.04c-.03-.01-.07-.02-.1-.04-.08-.03-.15-.08-.22-.13-.07-.07-.2-.21-.24-.29-.02-.06-.06-.17-.07-.23a.777.777 0 0 1-.02-.16V10.1c0-.14-.01-.28-.04-.42-.03-.14-.07-.28-.13-.42-.04-.09-.08-.18-.13-.26a2.103 2.103 0 0 0-.55-.62c-.13-.09-.27-.17-.42-.23-.1-.05-.2-.08-.3-.11-.16-.03-.32-.05-.48-.05h-1.27c-.06 0-.11 0-.16.01s-.09.03-.14.05c-.05.02-.09.04-.14.07-.03.03-.07.06-.1.09-.04.05-.08.09-.11.14-.03.04-.05.08-.07.13-.02.05-.04.11-.05.16-.01.06-.01.12-.01.18 0 .05 0 .11.01.17.01.05.03.11.05.16.02.05.04.09.07.13.03.05.07.09.11.14.03.03.07.06.1.09.05.03.09.05.14.07.05.02.09.04.14.05.05.01.1.01.16.01h1.27c.09 0 .17.02.24.06l.12.09c.06.06.09.12.11.19.01.04.02.08.02.12v4.35c0 .18.02.34.05.51a2.377 2.377 0 0 0 .31.81 2.172 2.172 0 0 0 .67.74c.15.12.32.21.5.29.12.05.24.09.36.12.19.05.39.08.59.08.2 0 .39-.03.58-.08a2.285 2.285 0 0 0 .87-.41c.1-.07.2-.15.29-.24.14-.15.27-.32.38-.5.06-.1.11-.2.15-.31.07-.17.12-.33.16-.5.03-.17.05-.33.05-.51V6.59l-.03-.25a1.9 1.9 0 0 0-.11-.39c-.07-.18-.16-.33-.27-.46l-.09-.09Z",
29
+ "fill": "var(--aui-second-color, rgba(0,103,209,0.7))"
30
+ }
31
+ }), _c("path", {
32
+ attrs: {
33
+ "d": "M6 2h7c1.657 0 3 1.25 3 2.79V20h.21c.443 0 .79.44.79 1s-.347 1-.79 1H2.79c-.443 0-.79-.44-.79-1s.347-1 .79-1H3V4.79C3 3.25 4.343 2 6 2Zm.5 2h6a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-6a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1Zm3.879 7.699-.22 2.182 1.807.211a.58.58 0 0 1 .402.234.63.63 0 0 1 .128.464.654.654 0 0 1-.122.317l-2.682 3.647a.572.572 0 0 1-.399.24.557.557 0 0 1-.442-.127.649.649 0 0 1-.23-.566l.22-2.181-1.807-.212a.571.571 0 0 1-.402-.233.664.664 0 0 1-.006-.78l2.682-3.65a.572.572 0 0 1 .398-.24.557.557 0 0 1 .443.128.649.649 0 0 1 .23.566Z",
34
+ "clip-rule": "evenodd",
35
+ "fill": "var(--aui-first-color, rgba(0,103,209,1))"
36
+ }
37
+ }), _c("path", {
38
+ attrs: {
39
+ "d": "m10.15 13.88.22-2.19a.65.65 0 0 0-.04-.31c-.04-.1-.1-.19-.19-.25A.541.541 0 0 0 9.7 11c-.16.02-.3.1-.4.24l-2.68 3.65c-.03.05-.06.1-.08.15-.02.05-.03.11-.04.17-.02.17.02.32.13.46.1.14.23.21.4.23l1.81.21-.22 2.19c-.01.11 0 .21.04.31s.1.19.19.25c.13.11.27.15.44.13.16-.02.3-.1.4-.24l2.68-3.65a.53.53 0 0 0 .08-.15c.02-.05.03-.11.04-.16a.608.608 0 0 0-.13-.47.537.537 0 0 0-.4-.23l-1.81-.21Z",
40
+ "fill": "var(--aui-second-color, rgba(0,103,209,0.7))",
41
+ "fill-opacity": ".5"
42
+ }
43
+ })])]);
44
+ };
45
+ var FuelCost = {
46
+ render
47
+ };
48
+ var fuelCost = svg({
49
+ name: "ColorIconFuelCost",
50
+ component: FuelCost
51
+ });
52
+ export {
53
+ fuelCost as default
54
+ };
@@ -0,0 +1,55 @@
1
+ import { svg } from "@opentinyvue/vue-common";
2
+ var render = function render2() {
3
+ var _vm = this;
4
+ var _h = _vm.$createElement;
5
+ var _c = _vm._self._c || _h;
6
+ return _c("svg", _vm._g({
7
+ attrs: {
8
+ "viewBox": "0 0 24 24",
9
+ "xmlns": "http://www.w3.org/2000/svg"
10
+ }
11
+ }, _vm.$listeners), [_c("defs", [_c("clipPath", {
12
+ attrs: {
13
+ "id": "gift-cost_svg__a"
14
+ }
15
+ }, [_c("path", {
16
+ attrs: {
17
+ "fill": "#fff",
18
+ "fill-opacity": "0",
19
+ "d": "M0 0h24v24H0z"
20
+ }
21
+ })])]), _c("g", {
22
+ attrs: {
23
+ "clip-path": "url(#gift-cost_svg__a)",
24
+ "fill-rule": "evenodd"
25
+ }
26
+ }, [_c("path", {
27
+ attrs: {
28
+ "d": "m18.54 3.52-.09-.12c-.07-.09-.14-.18-.22-.26-.23-.23-.5-.42-.81-.57l-.12-.06c-.36-.16-.75-.26-1.16-.29-.17-.01-.34-.02-.51-.01-.29.01-.57.05-.86.13a4.132 4.132 0 0 0-1.29.58c-.4.28-.73.57-.99.88-.18.19-.34.42-.49.67-.16-.25-.32-.48-.5-.67-.26-.31-.59-.6-.99-.88a4.079 4.079 0 0 0-1.29-.58c-.29-.08-.57-.12-.86-.13-.17-.01-.34 0-.51.01-.41.03-.8.13-1.16.29l-.12.06c-.31.15-.58.34-.81.57-.08.08-.15.17-.22.26l-.09.12c-.13.19-.23.41-.31.63-.08.25-.14.56-.14.83-.01.06-.01.12 0 .18 0 .22.03.44.09.65.03.13.07.26.12.38.05.15.12.29.2.43.13.24.27.44.42.6.14.15.33.31.57.48.33.24.73.4 1.2.49.06.01.12.02.19.01.06 0 .12 0 .18-.01.06-.02.11-.03.17-.05.05-.03.11-.06.16-.09s.1-.07.14-.11c.04-.04.08-.08.11-.13l.09-.15c.02-.06.04-.12.05-.18.01-.06.02-.12.02-.18s-.01-.11-.02-.17a.75.75 0 0 0-.14-.31.526.526 0 0 0-.12-.14c-.04-.04-.08-.07-.13-.11-.05-.03-.11-.06-.16-.08-.06-.02-.12-.04-.19-.05-.18-.04-.32-.09-.43-.17-.14-.1-.24-.18-.29-.24-.06-.06-.11-.14-.18-.26-.09-.15-.15-.32-.17-.49-.02-.08-.02-.16-.02-.25.01-.23.07-.42.18-.58.1-.12.23-.22.39-.3.18-.09.38-.14.6-.15.06-.01.12-.01.18-.01.18 0 .36.02.53.07.17.04.32.1.47.18.07.04.14.08.2.13.28.19.5.38.66.57.18.21.35.47.52.81.15.29.33.67.56 1.15.04.08.09.16.16.23.05.06.12.12.2.16.07.05.15.08.23.1.09.02.17.04.27.03.09 0 .18-.01.26-.03.08-.03.16-.06.23-.11.08-.04.14-.1.2-.16.07-.07.12-.15.16-.24.15-.35.33-.72.54-1.13.17-.34.34-.6.52-.81.16-.19.38-.38.66-.57.06-.05.13-.09.2-.13.15-.08.3-.14.47-.18.17-.05.35-.07.53-.07.06 0 .12 0 .18.01.22.01.42.06.6.15.16.08.29.18.38.3.12.15.18.35.19.58 0 .09 0 .17-.02.25-.02.17-.08.34-.17.49-.07.12-.12.2-.18.26-.05.06-.15.14-.29.24-.11.08-.25.13-.43.17-.07.01-.13.03-.19.05-.05.02-.11.05-.16.08-.05.04-.09.07-.13.11-.05.04-.09.09-.12.14a.75.75 0 0 0-.14.31c-.01.06-.02.11-.02.17 0 .06.01.12.02.18s.03.12.05.18l.09.15c.03.05.07.09.11.13.04.04.09.08.14.11.05.03.11.06.16.09.06.02.11.03.17.05.06.01.12.01.18.01.07.01.13 0 .19-.01.47-.09.87-.25 1.2-.49.24-.17.43-.33.57-.48.15-.16.29-.36.42-.6.08-.14.15-.28.2-.43.05-.12.09-.25.12-.38.06-.21.09-.43.09-.65.01-.06.01-.12 0-.18 0-.27-.05-.53-.12-.77-.08-.23-.2-.5-.33-.69Z",
29
+ "fill": "var(--aui-second-color, rgba(0,103,209,0.7))",
30
+ "fill-opacity": ".5"
31
+ }
32
+ }), _c("path", {
33
+ attrs: {
34
+ "d": "M11.167 15.96h-7.5v3.938a1.814 1.814 0 0 0 .317 1.032 1.958 1.958 0 0 0 .88.711 2.02 2.02 0 0 0 .777.152h5.526V15.96Zm1.667 5.833h5.525a2.053 2.053 0 0 0 1.065-.299 1.958 1.958 0 0 0 .564-.524 1.853 1.853 0 0 0 .346-1.072V15.96h-7.5v5.833Z",
35
+ "clip-rule": "evenodd",
36
+ "fill": "var(--aui-second-color, rgba(0,103,209,0.7))"
37
+ }
38
+ }), _c("path", {
39
+ attrs: {
40
+ "d": "M11.167 7.21H4.056a2.467 2.467 0 0 0-.516.06 2.164 2.164 0 0 0-.758.347c-.066.048-.129.1-.189.157a2.5 2.5 0 0 0-.263.3 1.87 1.87 0 0 0-.286.635c-.03.13-.044.262-.044.397v3.708a1.752 1.752 0 0 0 .158.73 1.84 1.84 0 0 0 .435.602 2.023 2.023 0 0 0 .654.411 2.162 2.162 0 0 0 .809.153h7.11v-7.5Zm1.666 7.5h7.111a2.227 2.227 0 0 0 .81-.153 2.118 2.118 0 0 0 .653-.41 1.937 1.937 0 0 0 .435-.602 1.781 1.781 0 0 0 .158-.73v-3.71a1.78 1.78 0 0 0-.36-1.072 2.024 2.024 0 0 0-.887-.671 2.166 2.166 0 0 0-.809-.152h-7.11v7.5Z",
41
+ "clip-rule": "evenodd",
42
+ "fill": "var(--aui-first-color, rgba(0,103,209,1))"
43
+ }
44
+ })])]);
45
+ };
46
+ var GiftCost = {
47
+ render
48
+ };
49
+ var giftCost = svg({
50
+ name: "ColorIconGiftCost",
51
+ component: GiftCost
52
+ });
53
+ export {
54
+ giftCost as default
55
+ };
@@ -0,0 +1,51 @@
1
+ import { svg } from "@opentinyvue/vue-common";
2
+ var render = function render2() {
3
+ var _vm = this;
4
+ var _h = _vm.$createElement;
5
+ var _c = _vm._self._c || _h;
6
+ return _c("svg", _vm._g({
7
+ attrs: {
8
+ "viewBox": "0 0 24 24",
9
+ "xmlns": "http://www.w3.org/2000/svg"
10
+ }
11
+ }, _vm.$listeners), [_c("defs", [_c("clipPath", {
12
+ attrs: {
13
+ "id": "home-page_svg__a"
14
+ }
15
+ }, [_c("path", {
16
+ attrs: {
17
+ "fill": "#fff",
18
+ "fill-opacity": "0",
19
+ "d": "M0 0h24v24H0z"
20
+ }
21
+ })])]), _c("g", {
22
+ attrs: {
23
+ "clip-path": "url(#home-page_svg__a)"
24
+ }
25
+ }, [_c("rect", {
26
+ attrs: {
27
+ "x": "8",
28
+ "y": "16.5",
29
+ "rx": ".5",
30
+ "width": "8",
31
+ "height": "1.5",
32
+ "fill": "var(--aui-second-color, rgba(0,103,209,0.7))"
33
+ }
34
+ }), _c("path", {
35
+ attrs: {
36
+ "d": "m1.51 9.43 8.77-7.55c.12-.11.25-.2.39-.28.14-.08.28-.14.42-.2.14-.05.28-.08.42-.11.16-.03.32-.04.49-.04.16 0 .32.01.48.04.14.03.28.06.42.11.14.06.28.12.42.2.14.08.27.17.39.28l8.77 7.55c.32.27.36.74.08 1.05-.27.32-.74.36-1.05.08l-.76-.65V19c0 .2-.03.39-.07.58-.03.17-.08.33-.15.49a2.862 2.862 0 0 1-.59.87 2.862 2.862 0 0 1-.87.59c-.16.07-.32.12-.49.15-.19.04-.38.07-.58.07H6c-.21 0-.4-.03-.59-.07-.17-.03-.33-.08-.49-.15a2.862 2.862 0 0 1-.87-.59 2.862 2.862 0 0 1-.59-.87c-.07-.16-.12-.32-.15-.49-.04-.19-.06-.38-.06-.58V9.91l-.77.65c-.31.28-.78.24-1.05-.08a.727.727 0 0 1 .08-1.05Zm3.24-.81V19c0 .09.01.19.03.29.01.06.04.13.06.19.03.07.07.13.1.19.05.08.11.15.17.21.06.06.13.12.21.17.06.03.12.07.19.1.06.02.13.05.19.06.1.02.2.04.3.04h12c.09 0 .19-.02.29-.04.06-.01.13-.04.19-.06.07-.03.13-.07.19-.1.08-.05.15-.11.21-.17.06-.06.12-.13.17-.21.03-.06.07-.12.1-.19.02-.06.05-.13.06-.19.02-.1.04-.2.04-.29V8.62l-6.52-5.6c-.1-.09-.21-.16-.32-.2a1.14 1.14 0 0 0-.41-.07c-.15 0-.29.02-.41.07-.12.04-.23.11-.33.2l-6.51 5.6Z",
37
+ "fill": "var(--aui-first-color, rgba(0,103,209,1))",
38
+ "fill-rule": "evenodd"
39
+ }
40
+ })])]);
41
+ };
42
+ var HomePage = {
43
+ render
44
+ };
45
+ var homePage = svg({
46
+ name: "ColorIconHomePage",
47
+ component: HomePage
48
+ });
49
+ export {
50
+ homePage as default
51
+ };