@opentinyvue/vue-icon-multicolor 3.27.1 → 3.27.3

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 (62) hide show
  1. package/lib/index.js +245 -0
  2. package/package.json +1 -1
  3. package/lib/activitys.js +0 -21
  4. package/lib/administrative-fees.js +0 -21
  5. package/lib/air-fares.js +0 -21
  6. package/lib/album-upload.js +0 -21
  7. package/lib/analysis-report-1.js +0 -21
  8. package/lib/analysis-report.js +0 -21
  9. package/lib/apply.js +0 -21
  10. package/lib/archives.js +0 -21
  11. package/lib/baggage-fees.js +0 -21
  12. package/lib/car-insurance.js +0 -21
  13. package/lib/car-rental.js +0 -21
  14. package/lib/case-study.js +0 -21
  15. package/lib/ceremony-fees.js +0 -21
  16. package/lib/condolences.js +0 -21
  17. package/lib/entertainment-expense.js +0 -21
  18. package/lib/expert-consultation-fees.js +0 -21
  19. package/lib/expert-reimburse-form.js +0 -21
  20. package/lib/expert-teaching-fees.js +0 -21
  21. package/lib/express-delivery.js +0 -21
  22. package/lib/ferry-fares.js +0 -21
  23. package/lib/file-upload.js +0 -21
  24. package/lib/fuel-cost.js +0 -21
  25. package/lib/gift-cost.js +0 -21
  26. package/lib/home-page.js +0 -21
  27. package/lib/housing-subsidy.js +0 -21
  28. package/lib/incidental-expenses.js +0 -21
  29. package/lib/landline-phone.js +0 -21
  30. package/lib/line-rental.js +0 -21
  31. package/lib/living-subsidy.js +0 -21
  32. package/lib/lodging-fees.js +0 -21
  33. package/lib/maintenance-service.js +0 -21
  34. package/lib/meal-allowance.js +0 -21
  35. package/lib/meal-subsidy.js +0 -21
  36. package/lib/meeting-expenses.js +0 -21
  37. package/lib/meeting-reimburse-form.js +0 -21
  38. package/lib/newspaper-subscription.js +0 -21
  39. package/lib/office-equipments.js +0 -21
  40. package/lib/office-supplies.js +0 -21
  41. package/lib/others.js +0 -21
  42. package/lib/phone-bills.js +0 -21
  43. package/lib/photo-identification.js +0 -21
  44. package/lib/physical-examination.js +0 -21
  45. package/lib/private-vehicle-allowance.js +0 -21
  46. package/lib/professional-terminology.js +0 -21
  47. package/lib/reception-reimburse-form.js +0 -21
  48. package/lib/reimbursement-form.js +0 -21
  49. package/lib/service-charges.js +0 -21
  50. package/lib/share-arrow.js +0 -21
  51. package/lib/ship.js +0 -21
  52. package/lib/taxi-fares.js +0 -21
  53. package/lib/train-fares.js +0 -21
  54. package/lib/training-fees.js +0 -21
  55. package/lib/training.js +0 -21
  56. package/lib/travel-application-form.js +0 -21
  57. package/lib/travel-expenses.js +0 -21
  58. package/lib/travel-order.js +0 -21
  59. package/lib/venue-hospitality-fees.js +0 -21
  60. package/lib/venue-rental-fees.js +0 -21
  61. package/lib/visa-fees.js +0 -21
  62. package/lib/white-pager.js +0 -21
@@ -1,21 +0,0 @@
1
- import { svg } from "@opentinyvue/vue-common";
2
- import { createElementBlock, openBlock, createStaticVNode } from "vue";
3
- var _hoisted_1 = {
4
- viewBox: "0 0 24 24",
5
- xmlns: "http://www.w3.org/2000/svg"
6
- };
7
- var _hoisted_2 = /* @__PURE__ */ createStaticVNode('<defs><clipPath id="phone-bills_svg__a"><path fill="#fff" fill-opacity="0" d="M0 0h24v24H0z"></path></clipPath></defs><g clip-path="url(#phone-bills_svg__a)"><path d="M17.867 1H6.133C4.955 1 4 1.887 4 2.982v18.036C4 22.113 4.955 23 6.133 23h11.734C19.045 23 20 22.113 20 21.018V2.982C20 1.887 19.045 1 17.867 1ZM7.233 2.5h9.534c.957 0 1.733.776 1.733 1.734L7.233 21.75A1.734 1.734 0 0 1 5.5 20.016V4.234c0-.958.776-1.734 1.733-1.734ZM9 20.25c-.42 0-.75.33-.75.75s.33.75.75.75h6c.42 0 .75-.33.75-.75s-.33-.75-.75-.75H9Z" clip-rule="evenodd" fill="var(--aui-first-color, rgba(0,103,209,1))" fill-rule="evenodd"></path><path d="M16.767 2.5H7.233c-.957 0-1.733.776-1.733 1.734v15.782c0 .958.776 1.734 1.733 1.734L18.5 4.234c0-.958-.776-1.734-1.733-1.734ZM13 5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z" clip-rule="evenodd" fill="var(--aui-second-color, rgba(0,103,209,0.7))" fill-rule="evenodd" opacity=".7"></path></g>', 2);
8
- var _hoisted_4 = [_hoisted_2];
9
- function render(_ctx, _cache) {
10
- return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4));
11
- }
12
- var PhoneBills = {
13
- render
14
- };
15
- var index = svg({
16
- name: "ColorIconPhoneBills",
17
- component: PhoneBills
18
- });
19
- export {
20
- index as default
21
- };
@@ -1,21 +0,0 @@
1
- import { svg } from "@opentinyvue/vue-common";
2
- import { createElementBlock, openBlock, createStaticVNode } from "vue";
3
- var _hoisted_1 = {
4
- viewBox: "0 0 24 24",
5
- xmlns: "http://www.w3.org/2000/svg"
6
- };
7
- var _hoisted_2 = /* @__PURE__ */ createStaticVNode('<defs><clipPath id="photo-identification_svg__a"><path fill="#fff" fill-opacity="0" d="M0 0h24v24H0z"></path></clipPath></defs><g clip-path="url(#photo-identification_svg__a)"><path d="M6.622 6.316H3.854C2.278 6.316 1 7.57 1 9.118v9.08C1 19.745 2.278 21 3.854 21h16.292C21.722 21 23 19.745 23 18.198v-9.08c0-1.548-1.278-2.802-2.854-2.802h-2.768l-.68-2.305A1.424 1.424 0 0 0 15.328 3H8.672c-.635 0-1.193.412-1.37 1.011l-.68 2.305ZM7 13a5 5 0 1 1 10 0 5 5 0 0 1-10 0ZM4 8.05a1 1 0 0 0-1 .96c.021.534.46 1.04 1 1.04a1 1 0 1 0 0-2Z" clip-rule="evenodd" fill="var(--aui-first-color, rgba(0,103,209,1))" fill-rule="evenodd"></path><circle cx="12" cy="13" r="3.5" fill="var(--aui-second-color, rgba(0,103,209,0.7))"></circle></g>', 2);
8
- var _hoisted_4 = [_hoisted_2];
9
- function render(_ctx, _cache) {
10
- return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4));
11
- }
12
- var PhotoIdentification = {
13
- render
14
- };
15
- var index = svg({
16
- name: "ColorIconPhotoIdentification",
17
- component: PhotoIdentification
18
- });
19
- export {
20
- index as default
21
- };
@@ -1,21 +0,0 @@
1
- import { svg } from "@opentinyvue/vue-common";
2
- import { createElementBlock, openBlock, createStaticVNode } from "vue";
3
- var _hoisted_1 = {
4
- viewBox: "0 0 24 24",
5
- xmlns: "http://www.w3.org/2000/svg"
6
- };
7
- var _hoisted_2 = /* @__PURE__ */ createStaticVNode('<defs><clipPath id="physical-examination_svg__a"><path fill="#fff" fill-opacity="0" d="M0 0h24v24H0z"></path></clipPath></defs><g clip-path="url(#physical-examination_svg__a)"><path d="M2.75 9.15c0 3.18 2.6 5.77 5.85 5.84l.15.01c3.31 0 6-2.62 6-5.85V7s-3 2-6 2-6-2-6-2v2.15Z" fill="var(--aui-second-color, rgba(0,103,209,0.7))" fill-opacity=".5" fill-rule="evenodd"></path><path d="M7.76 3.11c0 .08-.01.16-.03.23a.83.83 0 0 1-.06.21c-.03.06-.06.12-.1.18-.04.06-.08.12-.13.17-.06.05-.11.1-.17.14-.06.04-.12.07-.18.1-.07.03-.13.05-.2.07-.08.01-.15.02-.23.02H3.94v4.79a5.01 5.01 0 0 0 .77 2.68c.17.27.38.53.61.77.23.24.49.46.76.65.23.16.48.29.73.41.27.12.54.22.82.28.33.09.67.13 1.02.14h.13c.33 0 .65-.03.97-.1.3-.06.6-.16.9-.28a4.806 4.806 0 0 0 1.53-1.06 4.68 4.68 0 0 0 1.04-1.57c.11-.26.2-.54.26-.81.08-.36.12-.73.12-1.11V4.23h-2.71c-.07 0-.15-.01-.22-.02a.636.636 0 0 1-.18-.06.886.886 0 0 1-.17-.08 1.01 1.01 0 0 1-.16-.13.927.927 0 0 1-.14-.14c-.04-.06-.07-.11-.1-.17a.64.64 0 0 1-.08-.19.78.78 0 0 1-.04-.22l-.01-.11c0-.08.01-.15.02-.23.02-.07.04-.14.07-.2.02-.07.06-.13.09-.19a1.151 1.151 0 0 1 .49-.41c.07-.03.13-.05.2-.06.08-.02.15-.02.23-.02h3.81c.07 0 .15 0 .22.02.07.01.14.03.2.06.07.03.13.06.18.1a1.151 1.151 0 0 1 .31.31c.04.06.07.12.1.19.02.06.05.13.06.2.02.08.02.15.02.23v5.91c0 .53-.05 1.04-.16 1.54-.09.41-.21.8-.36 1.19-.17.4-.36.78-.59 1.14-.24.4-.53.77-.86 1.11-.33.35-.69.66-1.07.93-.34.24-.7.44-1.08.62-.39.18-.79.32-1.2.43-.27.06-.54.12-.81.15.01.18.03.36.07.54.05.24.13.47.23.7.07.18.16.35.27.52a3.925 3.925 0 0 0 1.11 1.17 4.131 4.131 0 0 0 1.32.59c.31.07.63.11.95.11.3 0 .59-.03.88-.1.2-.04.39-.1.58-.17a3.995 3.995 0 0 0 1.22-.76c.22-.2.42-.42.59-.66.1-.15.19-.31.27-.47.12-.22.21-.45.28-.69.06-.23.1-.46.12-.7.01-.08.03-.15.05-.23.02-.07.05-.13.08-.19.03-.07.07-.12.11-.18.05-.06.1-.11.16-.16.05-.04.11-.08.18-.12.06-.03.12-.06.18-.08.07-.02.14-.04.21-.05.08 0 .15-.01.23 0 .08.01.15.02.22.05.07.02.13.05.2.08.06.03.11.07.17.12a1.06 1.06 0 0 1 .27.33c.04.06.06.13.08.2.02.06.04.13.05.2.01.08.01.16 0 .24-.04.39-.11.77-.21 1.13-.11.37-.25.73-.42 1.07-.15.28-.31.55-.49.8a6.094 6.094 0 0 1-1.71 1.62c-.33.21-.67.38-1.04.53-.32.12-.64.22-.97.29-.42.09-.85.14-1.29.14-.47 0-.94-.06-1.39-.16a6.16 6.16 0 0 1-1-.33c-.39-.16-.75-.35-1.09-.58-.31-.22-.6-.46-.87-.73-.33-.32-.61-.68-.85-1.06a6.117 6.117 0 0 1-.82-1.99c-.08-.36-.12-.72-.13-1.09-.24-.04-.47-.1-.7-.17a7.153 7.153 0 0 1-2.2-1.13 7.77 7.77 0 0 1-.99-.92c-.3-.34-.57-.71-.8-1.09-.21-.35-.39-.72-.54-1.1a7.66 7.66 0 0 1-.33-1.13c-.1-.49-.15-.99-.15-1.5V3.11c0-.08 0-.15.02-.23.01-.07.03-.14.06-.2.03-.07.06-.13.1-.19.04-.06.08-.12.14-.17.05-.05.1-.1.16-.14.06-.04.12-.07.19-.1.06-.03.13-.05.2-.06.07-.02.15-.02.22-.02h3.82c.08 0 .15 0 .23.02.07.01.13.04.2.06.06.03.12.06.18.1.06.04.11.09.17.14.05.05.09.11.13.17.04.06.07.12.1.19.03.06.05.13.06.2.02.08.03.15.03.23Z" fill="var(--aui-first-color, rgba(0,103,209,1))" fill-rule="evenodd"></path><circle cx="19.25" cy="15" r="3" fill="var(--aui-first-color, rgba(0,103,209,1))"></circle></g>', 2);
8
- var _hoisted_4 = [_hoisted_2];
9
- function render(_ctx, _cache) {
10
- return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4));
11
- }
12
- var PhysicalExamination = {
13
- render
14
- };
15
- var index = svg({
16
- name: "ColorIconPhysicalExamination",
17
- component: PhysicalExamination
18
- });
19
- export {
20
- index as default
21
- };
@@ -1,21 +0,0 @@
1
- import { svg } from "@opentinyvue/vue-common";
2
- import { createElementBlock, openBlock, createStaticVNode } from "vue";
3
- var _hoisted_1 = {
4
- viewBox: "0 0 24 24",
5
- xmlns: "http://www.w3.org/2000/svg"
6
- };
7
- var _hoisted_2 = /* @__PURE__ */ createStaticVNode('<defs><clipPath id="private-vehicle-allowance_svg__a"><path fill="#fff" fill-opacity="0" d="M0 0h24v24H0z"></path></clipPath></defs><g clip-path="url(#private-vehicle-allowance_svg__a)" fill-rule="evenodd"><path d="M19.593 4.488a2.345 2.345 0 0 0-1.027-.586A24.674 24.674 0 0 0 12.003 3c-2.19 0-4.382.301-6.573.903a2.354 2.354 0 0 0-1.39 1.045c-.102.167-.18.348-.237.54l-1.647 5.625a2.58 2.58 0 0 0-.85.916 2.52 2.52 0 0 0-.302 1.335l.334 6.107a1.611 1.611 0 0 0 .513 1.086 1.643 1.643 0 0 0 .801.41c.11.022.22.033.335.033h2.88c.137 0 .256-.03.359-.087a.694.694 0 0 0 .255-.262l.74-1.267h2.492v-.06a3.43 3.43 0 0 1 .25-1.328c.142-.348.347-.669.613-.963.056-.063.115-.124.177-.184l-2.055.002a.694.694 0 0 1-.709-.692c0-.388.312-.692.708-.693l3.65-.002-.006-.014-.046-.129a3.098 3.098 0 0 1-.162-1.153c.014-.334.089-.68.2-.975.028-.59.13-1.134.304-1.631.187-.53.466-1.008.806-1.398.063-.072.129-.141.196-.207A41.213 41.213 0 0 0 12 9.923c-2.3 0-4.872.209-7.715.627l1.333-4.553a.458.458 0 0 1 .046-.106c.058-.057.2-.19.279-.21a22.79 22.79 0 0 1 6.061-.835c2.016 0 4.034.278 6.054.834a.465.465 0 0 1 .326.317l1.166 3.985c.064.063.125.126.179.185.34.386.603.841.791 1.365.181.504.286 1.056.315 1.654a2.92 2.92 0 0 1 .206.937 3.175 3.175 0 0 1-.126 1.068l-.036.115a3.44 3.44 0 0 1-.18.431c.36.166.676.337.95.513.375.24.688.5.942.78.068.075.132.152.192.23l.214-3.896a2.466 2.466 0 0 0-.3-1.331 2.562 2.562 0 0 0-.853-.92L20.197 5.49a2.282 2.282 0 0 0-.604-1.001ZM3.98 16.85l2.83-.005a.693.693 0 0 0 .707-.693.693.693 0 0 0-.709-.691l-2.83.004a.693.693 0 0 0-.707.694c0 .387.312.691.709.69Z" clip-rule="evenodd" fill="var(--aui-second-color, rgba(0,103,209,0.7))"></path><path d="M14.4 11.15c-.41.53-.61 1.3-.61 2.19a1.225 1.225 0 0 0-.21.65c-.01.19.02.37.09.56.07.22.18.4.33.55.1.11.21.19.33.26.05.08.17.25.22.33.1.12.16.23.2.33.03.06.05.12.05.15-.01.03-.04.06-.12.1-.1.05-.32.14-.67.27-.38.14-.67.25-.88.34-.36.15-.66.31-.92.47-.59.38-.95.81-1.07 1.31-.04.13-.06.27-.06.42v.75c.01.2.04.36.08.49.07.2.18.36.33.48.16.12.38.19.62.2l8.95-.01c.24 0 .44-.07.6-.19.16-.12.27-.28.34-.48.04-.13.07-.29.07-.49.01-.1.01-.26.01-.47-.01-.13-.01-.22-.01-.28 0-.15-.01-.29-.05-.42-.12-.49-.48-.93-1.08-1.31-.25-.16-.56-.32-.92-.47-.2-.09-.49-.2-.88-.34-.34-.13-.56-.22-.66-.27-.08-.04-.12-.07-.12-.09 0-.04.01-.08.03-.14.04-.09.13-.24.21-.35.08-.11.16-.22.23-.34.12-.06.23-.14.33-.25.03-.03.06-.07.09-.11a1.564 1.564 0 0 0 .33-1c-.01-.06-.01-.13-.03-.19-.03-.18-.09-.39-.18-.52 0-.89-.21-1.6-.61-2.13-.12-.15-.25-.28-.39-.4-.15-.12-.33-.22-.51-.31-.37-.16-.8-.24-1.28-.24s-.91.08-1.28.24c-.19.09-.36.19-.52.31a2.4 2.4 0 0 0-.38.4Z" fill="var(--aui-first-color, rgba(0,103,209,1))"></path></g>', 2);
8
- var _hoisted_4 = [_hoisted_2];
9
- function render(_ctx, _cache) {
10
- return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4));
11
- }
12
- var PrivateVehicleAllowance = {
13
- render
14
- };
15
- var index = svg({
16
- name: "ColorIconPrivateVehicleAllowance",
17
- component: PrivateVehicleAllowance
18
- });
19
- export {
20
- index as default
21
- };
@@ -1,21 +0,0 @@
1
- import { svg } from "@opentinyvue/vue-common";
2
- import { createElementBlock, openBlock, createStaticVNode } from "vue";
3
- var _hoisted_1 = {
4
- viewBox: "0 0 24 24",
5
- xmlns: "http://www.w3.org/2000/svg"
6
- };
7
- var _hoisted_2 = /* @__PURE__ */ createStaticVNode('<defs><clipPath id="professional-terminology_svg__a"><path fill="#fff" fill-opacity="0" d="M0 0h24v24H0z"></path></clipPath></defs><g clip-path="url(#professional-terminology_svg__a)" clip-rule="evenodd" fill-rule="evenodd"><path d="M12.002 2c1.027 0 2.017.154 2.95.44a20.156 20.156 0 0 1 1.377 3.35A20.362 20.362 0 0 1 12 6.25a20.549 20.549 0 0 1-4.328-.46A20.42 20.42 0 0 1 9.05 2.44a9.956 9.956 0 0 1 2.516-.43c.144-.007.29-.01.436-.01Zm5.031 1.348a10.06 10.06 0 0 1 2.1 1.62 21.308 21.308 0 0 1-1.349.451 21.946 21.946 0 0 0-.75-2.071ZM4.87 4.97A10.065 10.065 0 0 1 6.968 3.35a21.917 21.917 0 0 0-.75 2.07A20.037 20.037 0 0 1 4.87 4.97Zm15.29 1.211a9.928 9.928 0 0 1 1.842 5.068h-2.71a6.45 6.45 0 0 0-.544-.13 22.376 22.376 0 0 0-.573-4.252c.132-.04.264-.079.395-.12a21.896 21.896 0 0 0 1.59-.566Zm-2.918 4.823a21.135 21.135 0 0 0-.52-3.766c-.53.117-1.061.213-1.596.29h-.007a22.034 22.034 0 0 1-7.84-.29 20.919 20.919 0 0 0-.53 4.01l8.96.001a6.49 6.49 0 0 1 1.533-.245Zm-4.179 1.745H6.75a20.896 20.896 0 0 0 .53 4.01 21.866 21.866 0 0 1 3.837-.493 6.49 6.49 0 0 1 1.946-3.517Zm-2.057 5.024a20.41 20.41 0 0 0-1.958.188h-.007c-.458.067-.914.15-1.368.248a20.356 20.356 0 0 0 1.377 3.35 9.978 9.978 0 0 0 2.952.44 10.198 10.198 0 0 0 .78-.03 6.477 6.477 0 0 1-1.776-4.196Zm10.992-4.966.004-.058h-.065l.061.058ZM2.002 11.25a9.93 9.93 0 0 1 1.842-5.067 21.89 21.89 0 0 0 1.982.685 22.381 22.381 0 0 0-.577 4.382H2.002Zm1.842 6.567a9.93 9.93 0 0 1-1.842-5.067H5.25a22.398 22.398 0 0 0 .577 4.382c-.67.196-1.33.424-1.982.684Zm3.124 2.833A10.057 10.057 0 0 1 4.87 19.03c.444-.166.893-.315 1.348-.449.216.705.466 1.396.75 2.07Z" fill="var(--aui-second-color, rgba(0,103,209,0.7))"></path><path d="M17.499 12.5a5 5 0 1 0 0 10 5 5 0 0 0 0-10Zm1.412 8.136-.327-.886h-2.17l-.324.884a.743.743 0 0 1-.962.447.742.742 0 0 1-.446-.963l2.107-5.752a.747.747 0 0 1 .444-.445.744.744 0 0 1 .29-.048c.095.003.19.027.284.07.094.044.173.1.238.17s.115.155.151.252l2.123 5.752a.743.743 0 0 1-.444.963.743.743 0 0 1-.964-.444Zm-1.416-3.838.536 1.452h-1.068l.532-1.452Z" fill="var(--aui-first-color, rgba(0,103,209,1))"></path></g>', 2);
8
- var _hoisted_4 = [_hoisted_2];
9
- function render(_ctx, _cache) {
10
- return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4));
11
- }
12
- var ProfessionalTerminology = {
13
- render
14
- };
15
- var index = svg({
16
- name: "ColorIconProfessionalTerminology",
17
- component: ProfessionalTerminology
18
- });
19
- export {
20
- index as default
21
- };
@@ -1,21 +0,0 @@
1
- import { svg } from "@opentinyvue/vue-common";
2
- import { createElementBlock, openBlock, createStaticVNode } from "vue";
3
- var _hoisted_1 = {
4
- viewBox: "0 0 24 24",
5
- xmlns: "http://www.w3.org/2000/svg"
6
- };
7
- var _hoisted_2 = /* @__PURE__ */ createStaticVNode('<defs><clipPath id="reception-reimburse-form_svg__a"><path fill="#fff" fill-opacity="0" d="M0 0h24v24H0z"></path></clipPath></defs><g clip-path="url(#reception-reimburse-form_svg__a)"><path d="M1.64 14.97h1.15l.8-1.04c.72-.93 2.02-1.05 2.89-.29.31.29.56.67.67 1.09.69.19 1.23.76 1.43 1.5.49.16.94.49 1.19.99.42.07.83.28 1.14.62.65.73.78 1.82.29 2.7l-.11.21v.03c.54.37 1.25.26 1.63-.31.18-.29.25-.62.18-.95v-.02h.02l.09.09c.41.43 1.06.5 1.53.17.38-.29.55-.79.47-1.26v-.02h.02l.09.09c.4.43 1.03.5 1.52.17.38-.29.58-.78.49-1.26v-.02h.02l.09.09c.38.41.99.48 1.44.19.56-.35.73-1.11.4-1.7-.05-.08-.09-.15-.14-.19l-.71-.93-5.8-7.46c-.07-.08-.16-.1-.24-.05L9.41 9.04c-.89.53-1.95.62-2.91.24-.54-.19-.94-.64-1.14-1.18-.16-.57-.09-1.19.2-1.69.07-.14.02-.31-.11-.38-.05-.02-.09-.02-.14-.02H1.53c-.29 0-.53.24-.53.55v7.89c.11.28.35.52.64.52Z" fill="var(--aui-first-color, rgba(0,103,209,1))"></path><path d="m6.66 6.89 3.82-3.08c1.06-.83 2.44-1.05 3.65-.55l6.09 2.47c.4.16.83.23 1.23.23h1.01c.29 0 .54.24.54.55v7.91c0 .31-.25.57-.54.57h-1.32c-.18 0-.38.07-.52.19l-.29.26c-.07.07-.18.05-.24-.02l-7.1-9.15c-.18-.24-.49-.28-.74-.14L9.01 8.05c-.65.38-1.43.42-2.13.12-.36-.17-.54-.62-.38-1.02 0-.1.07-.19.16-.26Zm-.99 7.51c-.45-.26-.98-.14-1.3.28l-.78 1.02c-.33.45-.29 1.12.14 1.47h.02l.11.1c.31.26.76.28 1.1.09.02-.02.04 0 .06.03v.04c-.06.38.07.79.36 1.02l.09.07c.31.26.72.29 1.08.12.02-.02.06 0 .06.03v.02c-.04.36.11.71.38.95l.07.05c.31.26.72.3 1.07.09.03-.02.07 0 .07.02v.03c.05.26.18.5.38.66l.05.02c.44.36 1.07.29 1.41-.18.02-.05.06-.1.09-.12l.13-.26c.25-.45.18-1-.18-1.35-.29-.29-.71-.36-1.1-.19-.02 0-.02 0-.04-.03v-.02c.02-.57-.4-1.07-.94-1.12-.13 0-.27.03-.4.08-.16.02-.11-.12-.11-.12.2-.55-.03-1.14-.54-1.38a.974.974 0 0 0-.85.05c-.11.02-.09-.1-.09-.1.29-.45.13-1.09-.34-1.37Z" fill="var(--aui-second-color, rgba(0,103,209,0.7))"></path></g>', 2);
8
- var _hoisted_4 = [_hoisted_2];
9
- function render(_ctx, _cache) {
10
- return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4));
11
- }
12
- var ReceptionReimburseForm = {
13
- render
14
- };
15
- var index = svg({
16
- name: "ColorIconReceptionReimburseForm",
17
- component: ReceptionReimburseForm
18
- });
19
- export {
20
- index as default
21
- };
@@ -1,21 +0,0 @@
1
- import { svg } from "@opentinyvue/vue-common";
2
- import { createElementBlock, openBlock, createStaticVNode } from "vue";
3
- var _hoisted_1 = {
4
- viewBox: "0 0 24 24",
5
- xmlns: "http://www.w3.org/2000/svg"
6
- };
7
- var _hoisted_2 = /* @__PURE__ */ createStaticVNode('<defs><clipPath id="reimbursement-form_svg__a"><path fill="#fff" fill-opacity="0" d="M0 0h24v24H0z"></path></clipPath></defs><g clip-path="url(#reimbursement-form_svg__a)" fill-rule="evenodd"><path d="M20 11.232V6a3 3 0 0 0-2.999-3v2a1.5 1.5 0 0 1-1.5 1.5h-9a1.5 1.5 0 0 1-1.5-1.5V3H5a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h6.876a6.472 6.472 0 0 1-1.376-4c0-.886.177-1.73.498-2.5H5.75a.75.75 0 0 1 0-1.5h6.126A6.49 6.49 0 0 1 17 10.5c1.082 0 2.102.264 3 .732ZM16.25 9H5.75a.75.75 0 0 0 0 1.5h10.5a.75.75 0 0 0 0-1.5Z" clip-rule="evenodd" fill="var(--aui-second-color, rgba(0,103,209,0.7))"></path><path d="M7.5 2h7c.55 0 1 .44 1 1v1c0 .55-.45 1-1 1h-7c-.56 0-1-.45-1-1V3c0-.56.44-1 1-1Z" fill="var(--aui-second-color, rgba(0,103,209,0.7))" fill-opacity=".5"></path><path d="M17 12a5 5 0 1 0 0 10 5 5 0 0 0 0-10Zm-.266 7.053 3.273-3c.31-.284.33-.75.046-1.06a.743.743 0 0 0-1.06-.046l-2.78 2.548-1.221-1.061a.743.743 0 0 0-1.058.074.742.742 0 0 0 .074 1.058l1.727 1.5a.726.726 0 0 0 .502.184q.143-.002.267-.051.124-.05.23-.146Z" clip-rule="evenodd" fill="var(--aui-first-color, rgba(0,103,209,1))"></path><path d="m20 16.05-3.27 3a.71.71 0 0 1-.5.19.661.661 0 0 1-.5-.18L14 17.56a.746.746 0 0 1-.07-1.06c.27-.31.74-.35 1.06-.07l1.22 1.06 2.78-2.55c.31-.28.77-.26 1.06.05.28.31.26.77-.05 1.06Z" fill="var(--aui-second-color, rgba(0,103,209,0.7))" fill-opacity=".5"></path></g>', 2);
8
- var _hoisted_4 = [_hoisted_2];
9
- function render(_ctx, _cache) {
10
- return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4));
11
- }
12
- var ReimbursementForm = {
13
- render
14
- };
15
- var index = svg({
16
- name: "ColorIconReimbursementForm",
17
- component: ReimbursementForm
18
- });
19
- export {
20
- index as default
21
- };
@@ -1,21 +0,0 @@
1
- import { svg } from "@opentinyvue/vue-common";
2
- import { createElementBlock, openBlock, createStaticVNode } from "vue";
3
- var _hoisted_1 = {
4
- viewBox: "0 0 24 24",
5
- xmlns: "http://www.w3.org/2000/svg"
6
- };
7
- var _hoisted_2 = /* @__PURE__ */ createStaticVNode('<defs><clipPath id="service-charges_svg__a"><path fill="#fff" fill-opacity="0" d="M0 0h24v24H0z"></path></clipPath></defs><g clip-path="url(#service-charges_svg__a)" fill-rule="evenodd"><path d="M1 9.5h22V18c0 1.65-1.32 3-2.94 3H3.93C2.31 21 1 19.65 1 18V9.5ZM9 13H6c-.56 0-1 .44-1 1v3c0 .55.44 1 1 1h3c.55 0 1-.45 1-1v-3c0-.56-.45-1-1-1Z" fill="var(--aui-first-color, rgba(0,103,209,1))"></path><path d="M3.93 3h16.13C21.68 3 23 4.34 23 6v2H1V6c0-1.66 1.31-3 2.93-3Z" fill="var(--aui-second-color, rgba(0,103,209,0.7))"></path></g>', 2);
8
- var _hoisted_4 = [_hoisted_2];
9
- function render(_ctx, _cache) {
10
- return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4));
11
- }
12
- var ServiceCharges = {
13
- render
14
- };
15
- var index = svg({
16
- name: "ColorIconServiceCharges",
17
- component: ServiceCharges
18
- });
19
- export {
20
- index as default
21
- };
@@ -1,21 +0,0 @@
1
- import { svg } from "@opentinyvue/vue-common";
2
- import { createElementBlock, openBlock, createStaticVNode } from "vue";
3
- var _hoisted_1 = {
4
- viewBox: "0 0 24 24",
5
- xmlns: "http://www.w3.org/2000/svg"
6
- };
7
- var _hoisted_2 = /* @__PURE__ */ createStaticVNode('<defs><clipPath id="share-arrow_svg__a"><path fill="#fff" fill-opacity="0" d="M0 0h24v24H0z"></path></clipPath></defs><g clip-path="url(#share-arrow_svg__a)" fill-rule="evenodd"><path d="M14 3.37H4.001a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3v-5.513l-3 2.358v1.655a1.5 1.5 0 0 1-1.5 1.5h-11a1.5 1.5 0 0 1-1.5-1.5v-9a1.5 1.5 0 0 1 1.5-1.5h3.382c1.351-1.262 3.015-2.02 5.028-2.242L14 4.12V3.37Z" clip-rule="evenodd" fill="var(--aui-second-color, rgba(0,103,209,0.7))"></path><path d="M15.95 13.14v-2.42c-.76-.08-1.63.07-2.6.46-1.29.51-2.75 1.44-4.38 2.77-.05.03-.09.06-.15.09-.05.02-.1.04-.16.06-.11.02-.23.02-.34-.01a.74.74 0 0 1-.47-.34.727.727 0 0 1-.08-.56c.63-2.62 1.7-4.57 3.19-5.83.35-.3.72-.56 1.11-.78 1.12-.63 2.41-.95 3.88-.97V3.37c0-.05.01-.09.01-.14.01-.04.02-.09.04-.13a.79.79 0 0 1 .14-.23c.13-.15.3-.24.51-.25.21-.02.39.04.54.18l5.89 5.14c.13.16.18.34.16.55-.02.2-.11.37-.27.5l-5.79 4.73c-.07.06-.15.1-.23.13a.69.69 0 0 1-.25.04c-.1 0-.2-.02-.29-.05a.958.958 0 0 1-.24-.17.71.71 0 0 1-.22-.53Z" fill="var(--aui-first-color, rgba(0,103,209,1))"></path></g>', 2);
8
- var _hoisted_4 = [_hoisted_2];
9
- function render(_ctx, _cache) {
10
- return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4));
11
- }
12
- var ShareArrow = {
13
- render
14
- };
15
- var index = svg({
16
- name: "ColorIconShareArrow",
17
- component: ShareArrow
18
- });
19
- export {
20
- index as default
21
- };
package/lib/ship.js DELETED
@@ -1,21 +0,0 @@
1
- import { svg } from "@opentinyvue/vue-common";
2
- import { createElementBlock, openBlock, createStaticVNode } from "vue";
3
- var _hoisted_1 = {
4
- viewBox: "0 0 24 24",
5
- xmlns: "http://www.w3.org/2000/svg"
6
- };
7
- var _hoisted_2 = /* @__PURE__ */ createStaticVNode('<defs><clipPath id="ship_svg__a"><path fill="#fff" fill-opacity="0" d="M0 0h24v24H0z"></path></clipPath></defs><g clip-path="url(#ship_svg__a)" fill-rule="evenodd"><path d="M16.61 18.76c.68.93 1.89 1.52 3.23 1.52.38 0 .75-.05 1.11-.14a.832.832 0 1 1 .42 1.61c-.49.13-1.01.2-1.53.2-1.49 0-2.89-.54-3.9-1.45-1.01.94-2.42 1.5-3.94 1.5-1.46 0-2.83-.52-3.84-1.41l-.09-.08c-1.01.91-2.41 1.44-3.89 1.44-.54 0-1.06-.07-1.57-.2a.847.847 0 0 1-.59-1.02c.12-.44.58-.71 1.02-.59.37.1.75.15 1.14.15 1.28 0 2.45-.55 3.15-1.42.05-.06.11-.12.17-.16l.11-.07c.37-.27.9-.2 1.17.17.68.93 1.89 1.52 3.22 1.52 1.25 0 2.39-.52 3.09-1.34l.15-.2c.06-.08.12-.15.2-.21.37-.27.9-.19 1.17.18Z" fill="var(--aui-second-color, rgba(0,103,209,0.7))" fill-opacity=".5"></path><path d="M11.33 10.21a.85.85 0 0 0-.16.39l-.01.11v8.4c-.49-.13-.91-.36-1.24-.67l-.13-.14-.12-.14-.11-.14a1.94 1.94 0 0 0-2.46-.37l-.15.09-.03.02-.14.1-.12.11-.11.1-.09.11-.12.13c-.5.54-1.29.86-2.16.86-.15 0-.29-.01-.43-.02l-.22-.04-.04-.01-.22-.53-1.11-3.29c-.35-1.03.16-2.15 1.15-2.58l.16-.06 7.86-2.43ZM12.65 10.2l7.82 2.25c.99.29 1.62 1.26 1.49 2.27l-.03.17-.79 3.67-.15.45-.15.02-.17.03-.2.05c-.21.04-.42.06-.64.06-.82 0-1.58-.3-2.08-.78l-.13-.14-.12-.15-.11-.14c-.66-.74-1.79-.87-2.6-.27-.14.1-.26.21-.37.35l-.1.13-.1.13-.13.13c-.32.32-.76.56-1.26.69v-8.41l-.01-.11a.801.801 0 0 0-.17-.4Z" fill="var(--aui-first-color, rgba(0,103,209,1))"></path><path d="M13.1 2c.72 0 1.31.54 1.39 1.24v1.45h1.95c1.77 0 3.22 1.39 3.32 3.14l.01.19v3.07l-6.89-1.98-.3-.07-.25-.04c-.34-.03-.69-.01-1.02.06l-.25.07-6.84 2.11V8.02c0-1.77 1.38-3.22 3.13-3.32l.2-.01h1.94v-1.3c0-.72.55-1.32 1.25-1.39H13.1Z" fill="var(--aui-second-color, rgba(0,103,209,0.7))"></path></g>', 2);
8
- var _hoisted_4 = [_hoisted_2];
9
- function render(_ctx, _cache) {
10
- return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4));
11
- }
12
- var Ship = {
13
- render
14
- };
15
- var index = svg({
16
- name: "ColorIconShip",
17
- component: Ship
18
- });
19
- export {
20
- index as default
21
- };
package/lib/taxi-fares.js DELETED
@@ -1,21 +0,0 @@
1
- import { svg } from "@opentinyvue/vue-common";
2
- import { createElementBlock, openBlock, createStaticVNode } from "vue";
3
- var _hoisted_1 = {
4
- viewBox: "0 0 24 24",
5
- xmlns: "http://www.w3.org/2000/svg"
6
- };
7
- var _hoisted_2 = /* @__PURE__ */ createStaticVNode('<defs><clipPath id="taxi-fares_svg__a"><path fill="#fff" fill-opacity="0" d="M0 0h24v24H0z"></path></clipPath></defs><g clip-path="url(#taxi-fares_svg__a)" fill-rule="evenodd"><path d="m20 13-1.54-6.99c-.1-.47-.38-.83-.74-.97C15.81 4.34 13.9 4 12 4c-1.91 0-3.82.34-5.73 1.04-.36.14-.64.5-.74.97L4 13h16Z" fill="var(--aui-second-color, rgba(0,103,209,0.7))" fill-opacity=".5"></path><path d="M18.122 4.071c.131.046.256.105.374.177.205.126.39.291.556.496.087.107.164.221.232.341.132.23.23.486.293.764l1.246 5.422c.097.06.24.16.326.233a2.36 2.36 0 0 1 .557.698 2.489 2.489 0 0 1 .267.817c.024.163.032.33.023.498.008.09.006.26 0 .352l-.31 6.239c-.025.5-.41.892-.878.892h-3.2a.586.586 0 0 1-.515-.31l-.695-1.29H7.603l-.695 1.29a.596.596 0 0 1-.117.152L6.707 21H3.759a1.399 1.399 0 0 1-1.006-.423 1.51 1.51 0 0 1-.163-.194 2.923 2.923 0 0 1-.148-.261 1.541 1.541 0 0 1-.132-.556l-.305-6.05a2.555 2.555 0 0 1 .24-1.214 2.433 2.433 0 0 1 .881-1L4.424 5.85c.064-.279.162-.534.294-.765.067-.119.144-.231.23-.338.165-.204.349-.37.553-.495a1.95 1.95 0 0 1 .374-.178C7.918 3.358 9.961 3 12.003 3h.112c2.004.013 4.007.37 6.007 1.071Zm-13.176 6.75c2.6-.414 4.951-.621 7.055-.621 2.103 0 4.454.207 7.054.621L18.02 6.32a1.004 1.004 0 0 0-.15-.322.612.612 0 0 0-.219-.162c-1.884-.66-3.767-.99-5.648-.99-1.881 0-3.786.337-5.674.998a.688.688 0 0 0-.224.19.8.8 0 0 0-.125.287L4.946 10.82ZM7.008 15h-1.33c-.38 0-.677.33-.677.75s.298.75.676.75h1.33c.38 0 .677-.33.677-.75S7.386 15 7.008 15Zm3.246 1.5h3.495c.378 0 .676-.33.676-.75s-.298-.75-.677-.75h-3.494c-.379 0-.676.33-.676.75s.297.75.676.75Zm6.74 0h1.331c.379 0 .676-.33.676-.75s-.297-.75-.676-.75h-1.33c-.379 0-.676.33-.676.75s.297.75.676.75Z" clip-rule="evenodd" fill="var(--aui-first-color, rgba(0,103,209,1))"></path></g>', 2);
8
- var _hoisted_4 = [_hoisted_2];
9
- function render(_ctx, _cache) {
10
- return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4));
11
- }
12
- var TaxiFares = {
13
- render
14
- };
15
- var index = svg({
16
- name: "ColorIconTaxiFares",
17
- component: TaxiFares
18
- });
19
- export {
20
- index as default
21
- };
@@ -1,21 +0,0 @@
1
- import { svg } from "@opentinyvue/vue-common";
2
- import { createElementBlock, openBlock, createStaticVNode } from "vue";
3
- var _hoisted_1 = {
4
- viewBox: "0 0 24 24",
5
- xmlns: "http://www.w3.org/2000/svg"
6
- };
7
- var _hoisted_2 = /* @__PURE__ */ createStaticVNode('<defs><clipPath id="train-fares_svg__a"><path fill="#fff" fill-opacity="0" d="M0 0h24v24H0z"></path></clipPath></defs><g clip-path="url(#train-fares_svg__a)" fill-rule="evenodd"><path d="M19 3v10h-2.5l-8-10H19Z" fill="var(--aui-second-color, rgba(0,103,209,0.7))" fill-opacity=".5"></path><path d="M16.5 13H5V3h3.5l8 10Z" fill="var(--aui-second-color, rgba(0,103,209,0.7))"></path><path d="M16.515 1.5c2.13 0 3.87 1.651 3.98 3.729l.005.209V16.47c0 1.913-1.38 3.508-3.212 3.864l.635.536a.92.92 0 0 1 .1 1.307.946.946 0 0 1-1.22.175l-.102-.076-2.125-1.802-.07-.067H9.49l-.068.067-2.125 1.802a.945.945 0 0 1-1.323-.1.918.918 0 0 1 .01-1.217l.091-.089.634-.537c-1.762-.343-3.107-1.835-3.203-3.654L3.5 16.47V5.438c0-2.105 1.67-3.824 3.773-3.933l.212-.005h9.03ZM7.332 3h9.336C17.956 3 19 3.979 19 5.186v5.628C19 12.021 17.956 13 16.668 13H7.332C6.044 13 5 12.021 5 10.814V5.186C5 3.979 6.044 3 7.332 3ZM7 16a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm9-1a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z" clip-rule="evenodd" fill="var(--aui-first-color, rgba(0,103,209,1))"></path></g>', 2);
8
- var _hoisted_4 = [_hoisted_2];
9
- function render(_ctx, _cache) {
10
- return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4));
11
- }
12
- var TrainFares = {
13
- render
14
- };
15
- var index = svg({
16
- name: "ColorIconTrainFares",
17
- component: TrainFares
18
- });
19
- export {
20
- index as default
21
- };
@@ -1,21 +0,0 @@
1
- import { svg } from "@opentinyvue/vue-common";
2
- import { createElementBlock, openBlock, createStaticVNode } from "vue";
3
- var _hoisted_1 = {
4
- viewBox: "0 0 24 24",
5
- xmlns: "http://www.w3.org/2000/svg"
6
- };
7
- var _hoisted_2 = /* @__PURE__ */ createStaticVNode('<defs><clipPath id="training-fees_svg__a"><path fill="#fff" fill-opacity="0" d="M0 0h24v24H0z"></path></clipPath></defs><g clip-path="url(#training-fees_svg__a)" fill-rule="evenodd"><path d="M3 3h18v2.878a2.793 2.793 0 0 0-2.174-1.048 2.775 2.775 0 0 0-2.111 4.583h-2.598a1.696 1.696 0 0 0-1.41.753 1.68 1.68 0 0 0-.287.944 1.9 1.9 0 0 0 .34 1.082 1.911 1.911 0 0 0 .63.568c.086.049.176.09.27.124l2.58.944V16H13v3h-2v-3H5.842C4.272 16 3 14.873 3 13.484V3Zm18 6.456v-.119a2.56 2.56 0 0 1-.087.104l.087.015ZM5.625 7.01H8.36c.35 0 .625.275.625.625s-.275.625-.625.625H5.625A.619.619 0 0 1 5 7.634c0-.35.275-.625.625-.625Zm0 3.19h4.104c.35 0 .625.276.625.626s-.276.625-.625.625H5.625A.619.619 0 0 1 5 10.825a.62.62 0 0 1 .625-.625Z" clip-rule="evenodd" fill="var(--aui-second-color, rgba(0,103,209,0.7))"></path><path d="M21.22 2H2.77c-.43 0-.77.37-.77.83 0 .47.34.84.77.84h18.45c.43 0 .78-.37.78-.84 0-.46-.35-.83-.78-.83ZM18.82 6.08c.84 0 1.53.68 1.53 1.53 0 .84-.69 1.52-1.53 1.52-.85 0-1.53-.68-1.53-1.52 0-.85.68-1.53 1.53-1.53Zm-4.71 4.58h6.43c.63 0 1.14.51 1.14 1.15v3.05c0 .42-.34.77-.76.77h-.77v3.05c0 .21-.17.38-.38.38h-1.91a.38.38 0 0 1-.38-.38v-5.73l-3.4-1.24a.638.638 0 0 1-.42-.6c0-.25.2-.45.45-.45ZM12 22a2 2 0 1 0 0-4c-1.11 0-2 .89-2 2a2 2 0 0 0 2 2Z" fill="var(--aui-first-color, rgba(0,103,209,1))"></path></g>', 2);
8
- var _hoisted_4 = [_hoisted_2];
9
- function render(_ctx, _cache) {
10
- return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4));
11
- }
12
- var TrainingFees = {
13
- render
14
- };
15
- var index = svg({
16
- name: "ColorIconTrainingFees",
17
- component: TrainingFees
18
- });
19
- export {
20
- index as default
21
- };
package/lib/training.js DELETED
@@ -1,21 +0,0 @@
1
- import { svg } from "@opentinyvue/vue-common";
2
- import { createElementBlock, openBlock, createStaticVNode } from "vue";
3
- var _hoisted_1 = {
4
- viewBox: "0 0 24 24",
5
- xmlns: "http://www.w3.org/2000/svg"
6
- };
7
- var _hoisted_2 = /* @__PURE__ */ createStaticVNode('<defs><clipPath id="training_svg__a"><path fill="#fff" fill-opacity="0" d="M0 0h24v24H0z"></path></clipPath></defs><g clip-path="url(#training_svg__a)"><path d="M12 17v4m3.23-4L18 21m-9.24-4L6 21" stroke="var(--aui-second-color, rgba(0,103,209,0.7))" stroke-width="2" stroke-linejoin="round" stroke-linecap="round"></path><path d="M4.728 2h14.545c1.507 0 2.728 1.302 2.728 2.909v10.182C22 16.697 20.78 18 19.273 18H4.728c-1.506 0-2.727-1.303-2.727-2.91V4.91c0-1.607 1.22-2.91 2.727-2.91Zm5.926 7.962a.872.872 0 0 0 .211-.098l3.193-2.03a.92.92 0 0 0 .346-.397c.05-.106.08-.213.092-.323a1.037 1.037 0 0 0-.115-.597 1.953 1.953 0 0 0-.216-.273.903.903 0 0 0-.107-.079l-3.193-2.03A.865.865 0 0 0 10.404 4a.85.85 0 0 0-.483.149.986.986 0 0 0-.42.821l-.001 4.06a1.036 1.036 0 0 0 .097.437.945.945 0 0 0 .142.221c.057.053.193.174.26.21a.903.903 0 0 0 .327.099.846.846 0 0 0 .328-.035Zm1.724 2.788a2.251 2.251 0 0 1 4.244 0H18.5c.42 0 .75.33.75.75s-.33.75-.75.75h-1.878a2.251 2.251 0 0 1-4.244 0H5.5c-.42 0-.75-.33-.75-.75s.33-.75.75-.75h6.878Zm1.372.75a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0Z" clip-rule="evenodd" fill="var(--aui-first-color, rgba(0,103,209,1))" fill-rule="evenodd"></path></g>', 2);
8
- var _hoisted_4 = [_hoisted_2];
9
- function render(_ctx, _cache) {
10
- return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4));
11
- }
12
- var Training = {
13
- render
14
- };
15
- var index = svg({
16
- name: "ColorIconTraining",
17
- component: Training
18
- });
19
- export {
20
- index as default
21
- };
@@ -1,21 +0,0 @@
1
- import { svg } from "@opentinyvue/vue-common";
2
- import { createElementBlock, openBlock, createStaticVNode } from "vue";
3
- var _hoisted_1 = {
4
- viewBox: "0 0 24 24",
5
- xmlns: "http://www.w3.org/2000/svg"
6
- };
7
- var _hoisted_2 = /* @__PURE__ */ createStaticVNode('<defs><clipPath id="travel-application-form_svg__a"><path fill="#fff" fill-opacity="0" d="M0 0h24v24H0z"></path></clipPath></defs><g clip-path="url(#travel-application-form_svg__a)" clip-rule="evenodd" fill-rule="evenodd"><path d="M6 5.052V4q0-.214.044-.419.039-.183.114-.36.073-.174.176-.328.11-.165.252-.307.142-.143.307-.252.154-.103.328-.176.176-.075.36-.114Q7.787 2 8 2h5q.214 0 .418.044.184.04.36.114.175.073.33.176.164.11.306.252.143.142.252.307.103.154.176.328.075.177.114.36.044.205.044.42v1h-2V4H8v1H6.654c-.222 0-.44.016-.654.05Z" fill="var(--aui-second-color, rgba(0,103,209,0.7))" fill-opacity=".5"></path><path d="M15.335 5a4.048 4.048 0 0 1 1.43.251c.44.162.827.39 1.165.684.337.294.598.63.783 1.011A2.772 2.772 0 0 1 19 8.183v2.63a6.496 6.496 0 0 0-2-.313c-.698 0-1.37.11-2 .313v-1.98C15 8.367 14.56 8 14 8s-1 .367-1 .833v3.043A6.488 6.488 0 0 0 10.5 17c0 1.509.514 2.897 1.376 4H6.092a1.205 1.205 0 0 1-.06.25 1.27 1.27 0 0 1-.208.372 1.095 1.095 0 0 1-.335.272.974.974 0 0 1-.437.106.939.939 0 0 1-.436-.106 1.043 1.043 0 0 1-.335-.271A1.27 1.27 0 0 1 4 20.816v-.163a3.624 3.624 0 0 1-.93-.588 3.33 3.33 0 0 1-.45-.476 3.04 3.04 0 0 1-.533-1.076A2.772 2.772 0 0 1 2 17.817V8.183a2.774 2.774 0 0 1 .287-1.237c.092-.189.203-.368.333-.536.13-.17.28-.327.45-.475.185-.16.384-.301.598-.422A4.05 4.05 0 0 1 5.664 5h9.671ZM8 8.833v8.334c0 .466-.44.833-1 .833s-1-.367-1-.833V8.833C6 8.367 6.44 8 7 8s1 .367 1 .833Z" fill="var(--aui-second-color, rgba(0,103,209,0.7))"></path><path d="M17 12a5 5 0 1 0 0 10 5 5 0 0 0 0-10Zm-.75 2.5c0-.42.33-.75.75-.75s.75.33.75.75v1.75h1.75c.42 0 .75.33.75.75s-.33.75-.75.75h-1.75v1.75c0 .42-.33.75-.75.75s-.75-.33-.75-.75v-1.75H14.5c-.42 0-.75-.33-.75-.75s.33-.75.75-.75h1.75V14.5Z" fill="var(--aui-first-color, rgba(0,103,209,1))"></path><path d="M17 13.75c-.42 0-.75.33-.75.75v1.75H14.5c-.42 0-.75.33-.75.75s.33.75.75.75h1.75v1.75c0 .42.33.75.75.75s.75-.33.75-.75v-1.75h1.75c.42 0 .75-.33.75-.75s-.33-.75-.75-.75h-1.75V14.5c0-.42-.33-.75-.75-.75Z" fill="var(--aui-second-color, rgba(0,103,209,0.7))" fill-opacity=".5"></path></g>', 2);
8
- var _hoisted_4 = [_hoisted_2];
9
- function render(_ctx, _cache) {
10
- return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4));
11
- }
12
- var TravelApplicationForm = {
13
- render
14
- };
15
- var index = svg({
16
- name: "ColorIconTravelApplicationForm",
17
- component: TravelApplicationForm
18
- });
19
- export {
20
- index as default
21
- };
@@ -1,21 +0,0 @@
1
- import { svg } from "@opentinyvue/vue-common";
2
- import { createElementBlock, openBlock, createStaticVNode } from "vue";
3
- var _hoisted_1 = {
4
- viewBox: "0 0 24 24",
5
- xmlns: "http://www.w3.org/2000/svg"
6
- };
7
- var _hoisted_2 = /* @__PURE__ */ createStaticVNode('<defs><clipPath id="travel-expenses_svg__a"><path fill="#fff" fill-opacity="0" d="M0 0h24v24H0z"></path></clipPath></defs><g clip-path="url(#travel-expenses_svg__a)" fill-rule="evenodd"><path d="M12 3c4.99 0 9 4 9 9 0 4.99-4.01 9-9 9-5 0-9-4.01-9-9 0-5 4-9 9-9Z" fill="var(--aui-second-color, rgba(0,103,209,0.7))" fill-opacity=".5"></path><path d="M2 12C2 6.494 6.494 2 12 2s10 4.494 10 10-4.494 10-10 10S2 17.506 2 12Zm17.5 0c0-4.16-3.34-7.5-7.5-7.5S4.5 7.84 4.5 12s3.34 7.5 7.5 7.5 7.5-3.34 7.5-7.5Z" clip-rule="evenodd" fill="var(--aui-first-color, rgba(0,103,209,1))"></path><path d="M14.84 7.59a.756.756 0 0 0-.98.21L12 9.73 10.13 7.8c-.21-.3-.64-.4-.98-.21-.33.19-.43.59-.23.9l1.96 2.05H8.7c-.39 0-.7.29-.7.65 0 .36.31.65.7.65h2.59v1.74H8.7c-.39 0-.7.29-.7.65 0 .36.31.66.7.66h2.59v1.95c0 .36.32.66.71.66.38 0 .7-.3.7-.66v-1.95h2.59c.39 0 .71-.3.71-.66 0-.36-.32-.65-.71-.65H12.7v-1.74h2.59c.39 0 .71-.29.71-.65 0-.36-.32-.65-.71-.65h-2.18l1.96-2.05c.2-.31.1-.71-.23-.9Z" fill="var(--aui-first-color, rgba(0,103,209,1))"></path></g>', 2);
8
- var _hoisted_4 = [_hoisted_2];
9
- function render(_ctx, _cache) {
10
- return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4));
11
- }
12
- var TravelExpenses = {
13
- render
14
- };
15
- var index = svg({
16
- name: "ColorIconTravelExpenses",
17
- component: TravelExpenses
18
- });
19
- export {
20
- index as default
21
- };
@@ -1,21 +0,0 @@
1
- import { svg } from "@opentinyvue/vue-common";
2
- import { createElementBlock, openBlock, createStaticVNode } from "vue";
3
- var _hoisted_1 = {
4
- viewBox: "0 0 24 24",
5
- xmlns: "http://www.w3.org/2000/svg"
6
- };
7
- var _hoisted_2 = /* @__PURE__ */ createStaticVNode('<defs><clipPath id="travel-order_svg__a"><path fill="#fff" fill-opacity="0" d="M0 0h24v24H0z"></path></clipPath></defs><g clip-path="url(#travel-order_svg__a)" fill-rule="evenodd"><path d="M23 17.63c0 .462-.094.904-.281 1.326-.18.404-.432.761-.758 1.072a3.474 3.474 0 0 1-1.11.713c-.43.172-.878.259-1.347.259H4.496q-.41 0-.8-.088l-.009-.002a3.575 3.575 0 0 1-.539-.17q-.353-.142-.66-.35h-.001l-.001-.002q-.237-.16-.447-.36-.297-.283-.513-.618-.14-.216-.245-.454a3.26 3.26 0 0 1-.21-.649Q1 17.977 1 17.63V6.37q0-.346.07-.678l.002-.006q.07-.328.21-.642c.067-.154.146-.3.236-.44L1.52 4.6l.006-.01q.216-.335.513-.617c.136-.13.28-.248.434-.353l.014-.01q.308-.208.661-.35.265-.107.54-.17l.007-.002Q4.085 3 4.496 3h15.008c.469 0 .918.087 1.348.26.417.168.787.405 1.109.713a3.333 3.333 0 0 1 .969 1.72c.047.22.07.446.07.677v11.26ZM7.855 14.302c-.02.024-.198.178-.22.2 0 .056.003.11.01.165l.184 1.338a.446.446 0 0 1-.056.274l-.286.51c-.1.18-.376.176-.511.095L6.16 15.5a.456.456 0 0 0-.39-.232l-1.566-.037c-.164-.004-.267-.167-.228-.365a.492.492 0 0 1 .051-.14l.286-.511a.426.426 0 0 1 .201-.187l1.214-.505c.05-.02.098-.046.145-.074l.015-.113c.004-.03.036-.152.043-.183a5.519 5.519 0 0 1 .4-.902l.085-.153-2.769-1.22a.648.648 0 0 1-.372-.436c-.063-.21-.006-.503.09-.718l.112-.2c.089-.16.209-.28.36-.363a.708.708 0 0 1 .46-.087l3.499.555 1.068-1.91a2.45 2.45 0 0 1 .21-.29A1.482 1.482 0 0 1 9.4 7.17a1.255 1.255 0 0 1 .468-.16 1.114 1.114 0 0 1 .7.144 1.059 1.059 0 0 1 .34.316 1.21 1.21 0 0 1 .193.435 1.387 1.387 0 0 1 .024.518 1.55 1.55 0 0 1-.181.539l-1.068 1.91 2.215 2.852c.099.127.152.28.157.456a.941.941 0 0 1-.124.503l-.111.2a.871.871 0 0 1-.479.416c-.204.072-.457.012-.631-.091L8.497 13.34l-.085.153a5.316 5.316 0 0 1-.557.809ZM15 9.25h5c.42 0 .75.33.75.75s-.33.75-.75.75h-5c-.42 0-.75-.33-.75-.75s.33-.75.75-.75Zm0 4h3c.42 0 .75.33.75.75s-.33.75-.75.75h-3c-.42 0-.75-.33-.75-.75s.33-.75.75-.75Z" clip-rule="evenodd" fill="var(--aui-first-color, rgba(0,103,209,1))"></path><path d="M15 9.25h5c.41 0 .75.32.75.75 0 .42-.34.75-.75.75h-5c-.42 0-.75-.33-.75-.75 0-.43.33-.75.75-.75Zm0 4h3a.749.749 0 1 1 0 1.5h-3c-.42 0-.75-.33-.75-.75s.33-.75.75-.75Z" fill="var(--aui-second-color, rgba(0,103,209,0.7))" fill-opacity=".5"></path></g>', 2);
8
- var _hoisted_4 = [_hoisted_2];
9
- function render(_ctx, _cache) {
10
- return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4));
11
- }
12
- var TravelOrder = {
13
- render
14
- };
15
- var index = svg({
16
- name: "ColorIconTravelOrder",
17
- component: TravelOrder
18
- });
19
- export {
20
- index as default
21
- };
@@ -1,21 +0,0 @@
1
- import { svg } from "@opentinyvue/vue-common";
2
- import { createElementBlock, openBlock, createStaticVNode } from "vue";
3
- var _hoisted_1 = {
4
- viewBox: "0 0 24 24",
5
- xmlns: "http://www.w3.org/2000/svg"
6
- };
7
- var _hoisted_2 = /* @__PURE__ */ createStaticVNode('<defs><clipPath id="venue-hospitality-fees_svg__a"><path fill="#fff" fill-opacity="0" d="M0 0h24v24H0z"></path></clipPath></defs><g clip-path="url(#venue-hospitality-fees_svg__a)" fill-rule="evenodd"><path d="M3 3h18v4.509a1.921 1.921 0 0 0-.184-.009h-7.331a1.885 1.885 0 0 0-1.02.3 1.814 1.814 0 0 0-.684.824 1.757 1.757 0 0 0-.095 1.014L13.004 16H13v3h-2v-3H5.842C4.272 16 3 14.873 3 13.484V3Zm2.625 4.008H8.36c.35 0 .625.275.625.625s-.275.625-.625.625H5.625A.619.619 0 0 1 5 7.633c0-.35.275-.625.625-.625Zm0 3.192h4.104c.35 0 .625.275.625.625s-.276.625-.625.625H5.625A.619.619 0 0 1 5 10.825c0-.35.275-.625.625-.625Z" clip-rule="evenodd" fill="var(--aui-second-color, rgba(0,103,209,0.7))"></path><path d="M21.22 2H2.77c-.43 0-.77.37-.77.83 0 .47.34.84.77.84h18.45c.43 0 .78-.37.78-.84 0-.46-.35-.83-.78-.83Z" fill="var(--aui-first-color, rgba(0,103,209,1))"></path><path d="M20.216 9c.516 0 .934.392.934.875a.836.836 0 0 1-.018.17l-.133.626a2.462 2.462 0 0 1 .823.404 2.408 2.408 0 0 1 .598.66 2.278 2.278 0 0 1 .303.82 2.132 2.132 0 0 1-.047.895 2.164 2.164 0 0 1-.698 1.097 2.275 2.275 0 0 1-.81.443 2.382 2.382 0 0 1-.85.104 2.423 2.423 0 0 1-.25-.027l-.049.228c-.086.41-.47.705-.916.705h-3.906c-.446 0-.83-.295-.916-.705l-1.113-5.25c-.1-.474.228-.934.734-1.028A.998.998 0 0 1 14.084 9h6.132Zm.107 4.862a1.152 1.152 0 0 0 .234-.004 1.088 1.088 0 0 0 .568-.25 1 1 0 0 0 .309-.49.989.989 0 0 0-.116-.78 1.063 1.063 0 0 0-.421-.395 1.1 1.1 0 0 0-.153-.066l-.421 1.985Z" clip-rule="evenodd" fill="var(--aui-first-color, rgba(0,103,209,1))"></path><path d="M12 22a2 2 0 1 0 0-4c-1.11 0-2 .89-2 2a2 2 0 0 0 2 2Z" fill="var(--aui-first-color, rgba(0,103,209,1))"></path></g>', 2);
8
- var _hoisted_4 = [_hoisted_2];
9
- function render(_ctx, _cache) {
10
- return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4));
11
- }
12
- var VenueHospitalityFees = {
13
- render
14
- };
15
- var index = svg({
16
- name: "ColorIconVenueHospitalityFees",
17
- component: VenueHospitalityFees
18
- });
19
- export {
20
- index as default
21
- };
@@ -1,21 +0,0 @@
1
- import { svg } from "@opentinyvue/vue-common";
2
- import { createElementBlock, openBlock, createStaticVNode } from "vue";
3
- var _hoisted_1 = {
4
- viewBox: "0 0 24 24",
5
- xmlns: "http://www.w3.org/2000/svg"
6
- };
7
- var _hoisted_2 = /* @__PURE__ */ createStaticVNode('<defs><clipPath id="venue-rental-fees_svg__a"><path fill="#fff" fill-opacity="0" d="M0 0h24v24H0z"></path></clipPath></defs><g clip-path="url(#venue-rental-fees_svg__a)" clip-rule="evenodd" fill-rule="evenodd"><path d="M19.033 10.116c-.924 2.578-3.274 5.372-7.05 8.384q-5.65-4.507-7.043-8.367a2 2 0 0 0-1.244 1.484l-1.56 8A2 2 0 0 0 4.099 22h15.877a2 2 0 0 0 1.96-2.395l-1.612-8a2 2 0 0 0-1.29-1.49Z" fill="var(--aui-first-color, rgba(0,103,209,1))"></path><path d="M17.983 7.98c0 2.69-2 5.696-6 9.02q-6-4.986-6-9.02c0-3.359 2.687-5.98 6-5.98 3.314 0 6 2.621 6 5.98Zm-4.598-2.705c.154-.272.48-.357.729-.188.248.167.325.525.172.797l-1.463 1.821h1.63c.293 0 .53.26.53.58 0 .32-.237.58-.53.58h-1.94v1.104h1.94c.293 0 .53.258.53.578 0 .32-.237.577-.53.577h-1.94v1.296c0 .32-.237.58-.53.58-.292 0-.529-.26-.529-.58v-1.296H9.513c-.292 0-.53-.257-.53-.577 0-.32.238-.578.53-.578h1.94V8.865h-1.94c-.292 0-.53-.26-.53-.58 0-.32.238-.58.53-.58h1.631l-1.463-1.82c-.153-.273-.076-.63.172-.798.249-.169.575-.084.729.188l1.401 1.714 1.402-1.714Z" fill="var(--aui-second-color, rgba(0,103,209,0.7))"></path></g>', 2);
8
- var _hoisted_4 = [_hoisted_2];
9
- function render(_ctx, _cache) {
10
- return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4));
11
- }
12
- var VenueRentalFees = {
13
- render
14
- };
15
- var index = svg({
16
- name: "ColorIconVenueRentalFees",
17
- component: VenueRentalFees
18
- });
19
- export {
20
- index as default
21
- };
package/lib/visa-fees.js DELETED
@@ -1,21 +0,0 @@
1
- import { svg } from "@opentinyvue/vue-common";
2
- import { createElementBlock, openBlock, createStaticVNode } from "vue";
3
- var _hoisted_1 = {
4
- viewBox: "0 0 24 24",
5
- xmlns: "http://www.w3.org/2000/svg"
6
- };
7
- var _hoisted_2 = /* @__PURE__ */ createStaticVNode('<defs><clipPath id="visa-fees_svg__a"><path fill="#fff" fill-opacity="0" d="M0 0h24v24H0z"></path></clipPath></defs><g clip-path="url(#visa-fees_svg__a)" fill-rule="evenodd"><path d="M5.842 1h12.316C19.728 1 21 2.313 21 3.933v16.134C21 21.687 19.727 23 18.158 23H5.842C4.272 23 3 21.687 3 20.067V3.933C3 2.313 4.272 1 5.842 1Zm10.771 13.927a6.722 6.722 0 0 1-3.19 1.673c-.464.1-.938.15-1.423.15a6.707 6.707 0 0 1-2.628-.53 6.729 6.729 0 0 1-3.013-2.51 6.727 6.727 0 0 1-.95-2.242A6.744 6.744 0 0 1 5.25 10a6.668 6.668 0 0 1 .384-2.248A6.731 6.731 0 0 1 6.91 5.567c.328-.377.688-.71 1.08-1a6.74 6.74 0 0 1 1.167-.69 6.701 6.701 0 0 1 1.278-.446A6.741 6.741 0 0 1 12 3.25a6.71 6.71 0 0 1 2.628.53 6.752 6.752 0 0 1 2.145 1.446 6.723 6.723 0 0 1 1.818 3.304v.002c.106.478.159.967.159 1.468a6.7 6.7 0 0 1-.575 2.731 6.745 6.745 0 0 1-.631 1.123v.001a6.754 6.754 0 0 1-.93 1.072ZM8.481 6.102a5.353 5.353 0 0 0-1.057 1.321 5.228 5.228 0 0 0-.672 2.715c1.118-.154 2.127-.249 3.134.105.035.012.07.027.103.042.674.32 1.011 1.35 1.011 3.093v1.778c.326.063.66.094 1 .094h.015v-.06c-.014-.719-.03-1.648.3-2.205.306-.517.716-.841 1.23-.972.81.056 1.322-.052 1.537-.324.153-.193.14-.413.127-.662-.014-.281-.031-.6.181-.958.401-.677.498-.78 1.23-.973.149-.039.328-.066.539-.081a5.19 5.19 0 0 0-.321-1.058 5.27 5.27 0 0 0-1.53-2.034c-.227.122-.527.183-.957.183-.94 0-1.568.586-1.568 1.172S12.195 9 11.254 9c-.94 0-1.921-.513-1.921-2.051 0-.042-.001-.346-.037-.376a2.962 2.962 0 0 0-.815-.47ZM16.75 20c0-.42-.33-.75-.75-.75H8c-.42 0-.75.33-.75.75s.33.75.75.75h8c.42 0 .75-.33.75-.75Z" clip-rule="evenodd" fill="var(--aui-first-color, rgba(0,103,209,1))"></path><path d="M8 19.25h8a.749.749 0 1 1 0 1.5H8c-.42 0-.75-.33-.75-.75s.33-.75.75-.75Z" fill="var(--aui-second-color, rgba(0,103,209,0.7))" fill-opacity=".5"></path></g>', 2);
8
- var _hoisted_4 = [_hoisted_2];
9
- function render(_ctx, _cache) {
10
- return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4));
11
- }
12
- var VisaFees = {
13
- render
14
- };
15
- var index = svg({
16
- name: "ColorIconVisaFees",
17
- component: VisaFees
18
- });
19
- export {
20
- index as default
21
- };
@@ -1,21 +0,0 @@
1
- import { svg } from "@opentinyvue/vue-common";
2
- import { createElementBlock, openBlock, createStaticVNode } from "vue";
3
- var _hoisted_1 = {
4
- viewBox: "0 0 24 24",
5
- xmlns: "http://www.w3.org/2000/svg"
6
- };
7
- var _hoisted_2 = /* @__PURE__ */ createStaticVNode('<defs><clipPath id="white-pager_svg__a"><path fill="#fff" fill-opacity="0" d="M0 0h24v24H0z"></path></clipPath></defs><g clip-path="url(#white-pager_svg__a)" fill-rule="evenodd"><path d="M21 5.385v10.19a2.881 2.881 0 0 1-.013.271 3.345 3.345 0 0 1-.557 1.58 3.43 3.43 0 0 1-1.73 1.34 2.957 2.957 0 0 1-1.158.234H4.846a1.646 1.646 0 0 0 1.23 1.185c.124.029.25.043.38.043h13.65a.892.892 0 0 1 .895.886.867.867 0 0 1-.262.627.892.892 0 0 1-.634.26H6.455a3.491 3.491 0 0 1-1.345-.27 3.431 3.431 0 0 1-2.085-2.73H3V5.384a2.816 2.816 0 0 1 .016-.297c.012-.132.033-.263.06-.393l.004-.011V4.68a3.38 3.38 0 0 1 .49-1.144 3.43 3.43 0 0 1 .953-.953l.03-.02a3.462 3.462 0 0 1 1.145-.481l.01-.002c.244-.053.492-.08.747-.08h11.09a3.45 3.45 0 0 1 2.443 1.001 3.427 3.427 0 0 1 .74 1.086A3.379 3.379 0 0 1 21 5.385ZM18 5h-6v8l2.445-2.282a.8.8 0 0 1 1.11 0L18 13V5Z" clip-rule="evenodd" fill="var(--aui-first-color, rgba(0,103,209,1))"></path><path d="M12 5h6v8l-2.45-2.29c-.32-.3-.79-.3-1.11 0L12 13V5Z" fill="var(--aui-second-color, rgba(0,103,209,0.7))" fill-opacity=".5"></path></g>', 2);
8
- var _hoisted_4 = [_hoisted_2];
9
- function render(_ctx, _cache) {
10
- return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4));
11
- }
12
- var ColorIconWhitePager = {
13
- render
14
- };
15
- var index = svg({
16
- name: "ColorIconWhitePager",
17
- component: ColorIconWhitePager
18
- });
19
- export {
20
- index as default
21
- };