@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,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": "activitys_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(#activitys_svg__a)"
24
+ }
25
+ }, [_c("path", {
26
+ attrs: {
27
+ "d": "M16.99 11.889 12.205 7.15a1.125 1.125 0 0 0-.706-.322 1.146 1.146 0 0 0-.753.204l-3.83 2.704a1.94 1.94 0 0 0-.21.214 1.065 1.065 0 0 0-.13 1.017 1.051 1.051 0 0 0 .247.371l3.874 3.791L7.7 18.348a1.078 1.078 0 0 0-.135.178 2.599 2.599 0 0 1-.757.453 2.714 2.714 0 0 1-1.002.187 2.775 2.775 0 0 1-1.014-.192 2.6 2.6 0 0 1-1.17-.916 2.4 2.4 0 0 1-.355-.783 2.297 2.297 0 0 1 .138-1.499A2.42 2.42 0 0 1 3.963 15a2.6 2.6 0 0 1 .828-.523 2.716 2.716 0 0 1 1.014-.192 1.177 1.177 0 0 0 .428-.081c.132-.052.249-.126.35-.22.101-.095.18-.204.235-.328a.963.963 0 0 0 0-.802 1.022 1.022 0 0 0-.235-.327 1.15 1.15 0 0 0-.778-.302 5.009 5.009 0 0 0-2.643.74A4.749 4.749 0 0 0 1.79 14.25a4.392 4.392 0 0 0-.702 1.61c-.059.283-.088.57-.088.865a4.228 4.228 0 0 0 .378 1.752c.115.255.252.495.412.723a4.761 4.761 0 0 0 2.144 1.671 5.009 5.009 0 0 0 1.871.354 5.029 5.029 0 0 0 2.622-.728c.233-.142.453-.303.659-.484.102-.057.194-.128.274-.215l3.743-4.02c.155-.212.27-.507.249-.768a1.037 1.037 0 0 0-.32-.675L9.329 10.71l1.952-1.376 4.59 4.543a1.109 1.109 0 0 0 .575.304c.224.045.441.025.653-.06.322-.13.66-.194 1.014-.194a2.735 2.735 0 0 1 1.03.201 2.634 2.634 0 0 1 1.411 1.366 2.475 2.475 0 0 1 .142 1.575 2.541 2.541 0 0 1-.71 1.237 2.694 2.694 0 0 1-1.874.751 2.735 2.735 0 0 1-1.03-.2 2.634 2.634 0 0 1-1.411-1.367 2.497 2.497 0 0 1-.008-1.98 1.039 1.039 0 0 0 0-.829 1.107 1.107 0 0 0-.606-.586 1.136 1.136 0 0 0-.855 0 1.115 1.115 0 0 0-.606.586 4.6 4.6 0 0 0-.256 2.838 4.665 4.665 0 0 0 1.317 2.319 4.85 4.85 0 0 0 1.553 1.014c.606.248 1.24.372 1.902.372a5.04 5.04 0 0 0 1.903-.372 4.916 4.916 0 0 0 1.554-1.014 4.675 4.675 0 0 0 1.047-1.504c.256-.586.384-1.2.384-1.842a4.595 4.595 0 0 0-.804-2.602 4.86 4.86 0 0 0-2.181-1.758 4.958 4.958 0 0 0-1.916-.372l-.202.005c-.3.012-.602.053-.907.123Z",
28
+ "clip-rule": "evenodd",
29
+ "fill": "var(--aui-first-color, rgba(0,103,209,1))",
30
+ "fill-rule": "evenodd"
31
+ }
32
+ }), _c("ellipse", {
33
+ attrs: {
34
+ "cx": "14.979",
35
+ "cy": "5.25",
36
+ "rx": "2.292",
37
+ "ry": "2.25",
38
+ "fill": "var(--aui-second-color, rgba(0,103,209,0.7))"
39
+ }
40
+ })])]);
41
+ };
42
+ var Activitys = {
43
+ render
44
+ };
45
+ var activitys = svg({
46
+ name: "ColorIconActivitys",
47
+ component: Activitys
48
+ });
49
+ export {
50
+ activitys as default
51
+ };
@@ -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": "administrative-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(#administrative-fees_svg__a)",
24
+ "fill-rule": "evenodd"
25
+ }
26
+ }, [_c("path", {
27
+ attrs: {
28
+ "d": "M7 19.734V8.266c0-.215-.037-.412-.11-.59a1.367 1.367 0 0 0-.114-.216 1.08 1.08 0 0 0-.243-.27 1.428 1.428 0 0 0-.324-.164.827.827 0 0 0-.387-.007.858.858 0 0 0-.29.124c-.093.073-.239.21-.308.317a1.358 1.358 0 0 0-.113.215c-.074.18-.111.376-.111.59v11.47c0 .305.074.573.224.805.085.132.188.238.308.317a.871.871 0 0 0 .29.124.827.827 0 0 0 .356 0l.01-.002a.871.871 0 0 0 .28-.122c.12-.08.223-.185.308-.317.15-.232.224-.5.224-.806Zm4 0V8.266c0-.215-.037-.412-.11-.59a1.37 1.37 0 0 0-.114-.216 1.082 1.082 0 0 0-.243-.27 1.427 1.427 0 0 0-.324-.164.828.828 0 0 0-.387-.007.858.858 0 0 0-.29.124c-.093.073-.239.21-.308.317a1.355 1.355 0 0 0-.113.215c-.074.18-.111.376-.111.59v11.47c0 .305.074.573.224.805.085.132.188.238.308.317a.871.871 0 0 0 .29.124.821.821 0 0 0 .387-.008.87.87 0 0 0 .259-.116c.12-.08.223-.185.308-.317.15-.232.224-.5.224-.806Zm4-11.468v11.468c0 .306-.075.574-.224.806a1.056 1.056 0 0 1-.308.317A.87.87 0 0 1 14 21a.823.823 0 0 1-.178-.02.87.87 0 0 1-.29-.124 1.056 1.056 0 0 1-.308-.316c-.15-.232-.224-.5-.224-.806V8.266c0-.215.037-.412.11-.59a1.37 1.37 0 0 1 .114-.216c.07-.108.215-.244.308-.317a.87.87 0 0 1 .29-.124.828.828 0 0 1 .356 0l.03.007c.09.024.242.11.325.164.093.072.174.162.243.27.044.069.082.14.113.216.074.178.111.375.111.59Zm4 0v11.468c0 .306-.075.574-.224.806a1.056 1.056 0 0 1-.308.317A.87.87 0 0 1 18 21a.822.822 0 0 1-.468-.143 1.056 1.056 0 0 1-.308-.317c-.15-.232-.224-.5-.224-.806V8.266c0-.215.037-.412.11-.59a1.37 1.37 0 0 1 .114-.216c.07-.108.215-.244.308-.317a.87.87 0 0 1 .29-.124.828.828 0 0 1 .387.007c.09.024.24.11.324.164.092.072.174.162.243.27.044.069.082.14.113.216.074.178.111.375.111.59Z",
29
+ "clip-rule": "evenodd",
30
+ "fill": "var(--aui-second-color, rgba(0,103,209,0.7))"
31
+ }
32
+ }), _c("path", {
33
+ attrs: {
34
+ "d": "M3.8 18h16.4c.44 0 .8.35.8.79v2.41c0 .44-.36.8-.8.8H3.8c-.45 0-.8-.36-.8-.8v-2.41c0-.44.35-.79.8-.79ZM12.65 2.21l8.89 5.87c.44.28.59.92.33 1.41-.17.31-.47.51-.8.51H2.92C2.41 10 2 9.53 2 8.96c0-.36.17-.7.44-.88l8.8-5.87c.44-.29.98-.29 1.41 0Z",
35
+ "fill": "var(--aui-first-color, rgba(0,103,209,1))"
36
+ }
37
+ })])]);
38
+ };
39
+ var AdministrativeFees = {
40
+ render
41
+ };
42
+ var administrativeFees = svg({
43
+ name: "ColorIconAdministrativeFees",
44
+ component: AdministrativeFees
45
+ });
46
+ export {
47
+ administrativeFees as default
48
+ };
@@ -0,0 +1,47 @@
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": "air-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(#air-fares_svg__a)",
24
+ "fill-rule": "evenodd"
25
+ }
26
+ }, [_c("path", {
27
+ attrs: {
28
+ "d": "M19.99 19c.56 0 1.01.44 1.01 1 0 .55-.45 1-1 1H3.99c-.55 0-.99-.45-.99-1s.44-1 .99-1h16Z",
29
+ "fill": "var(--aui-second-color, rgba(0,103,209,0.7))"
30
+ }
31
+ }), _c("path", {
32
+ attrs: {
33
+ "d": "M6.03 3.02c.1-.04.21-.03.31.01l8.19 3.99 4.51-1.71c.41-.16.85-.2 1.28-.13l.21.04 1.31.33c1.13.29 1.54 1.74.74 2.62-.28.31-.62.55-.99.69L5.69 14.9c-.53.2-1.12.07-1.53-.33l-3.04-3c-.22-.22-.14-.6.14-.71l2.41-.92c.12-.04.25-.03.36.05l.98.65 3.93-1.49-5.56-4.43a.42.42 0 0 1 .03-.69l.07-.04 2.55-.97Z",
34
+ "fill": "var(--aui-first-color, rgba(0,103,209,1))"
35
+ }
36
+ })])]);
37
+ };
38
+ var AirFares = {
39
+ render
40
+ };
41
+ var airFares = svg({
42
+ name: "ColorIconAirFares",
43
+ component: AirFares
44
+ });
45
+ export {
46
+ airFares as default
47
+ };
@@ -0,0 +1,62 @@
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": "album-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(#album-upload_svg__a)"
24
+ }
25
+ }, [_c("path", {
26
+ attrs: {
27
+ "d": "M18.99 2h-14C3.34 2 2 3.34 1.99 5v8.86l3.88-3.88a3.075 3.075 0 0 1 4.24 0l2.88 2.88.88-.88a3.012 3.012 0 0 1 4.25 0l3.87 3.88V5c0-1.66-1.34-3-3-3Z",
28
+ "fill": "var(--aui-second-color, rgba(0,103,209,0.7))",
29
+ "fill-opacity": ".5",
30
+ "fill-rule": "evenodd"
31
+ }
32
+ }), _c("path", {
33
+ attrs: {
34
+ "d": "m21.99 15.85-3.87-3.88a3.03 3.03 0 0 0-4.25 0l-.88.89 8.16 8.21c.54-.55.85-1.3.84-2.07v-3.15Z",
35
+ "fill": "var(--aui-second-color, rgba(0,103,209,0.7))",
36
+ "fill-rule": "evenodd"
37
+ }
38
+ }), _c("circle", {
39
+ attrs: {
40
+ "cx": "17",
41
+ "cy": "7",
42
+ "r": "2",
43
+ "fill": "var(--aui-first-color, rgba(0,103,209,1))"
44
+ }
45
+ }), _c("path", {
46
+ attrs: {
47
+ "d": "M10.12 9.97a3.075 3.075 0 0 0-4.24 0L2 13.86V19c0 1.65 1.34 2.99 3 3h14c.81 0 1.59-.34 2.16-.92L10.12 9.97Z",
48
+ "fill": "var(--aui-first-color, rgba(0,103,209,1))",
49
+ "fill-rule": "evenodd"
50
+ }
51
+ })])]);
52
+ };
53
+ var AlbumUpload = {
54
+ render
55
+ };
56
+ var albumUpload = svg({
57
+ name: "ColorIconAlbumUpload",
58
+ component: AlbumUpload
59
+ });
60
+ export {
61
+ albumUpload as default
62
+ };
@@ -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": "analysis-report-1_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(#analysis-report-1_svg__a)",
24
+ "clip-rule": "evenodd",
25
+ "fill-rule": "evenodd"
26
+ }
27
+ }, [_c("path", {
28
+ attrs: {
29
+ "d": "M5 22h6.79a6.317 6.317 0 0 1-1.29-3.853c0-3.379 2.587-6.118 5.778-6.118l.002-.09c.044-.802.673-1.439 1.442-1.439 1.217 0 2.347.399 3.278 1.079V5a3 3 0 0 0-3-3H5a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3ZM6 5.25h7c.42 0 .75.33.75.75s-.33.75-.75.75H6c-.42 0-.75-.33-.75-.75s.33-.75.75-.75Zm4 3.5H6c-.42 0-.75.33-.75.75s.33.75.75.75h4c.42 0 .75-.33.75-.75s-.33-.75-.75-.75Z",
30
+ "fill": "var(--aui-second-color, rgba(0,103,209,0.7))"
31
+ }
32
+ }), _c("path", {
33
+ attrs: {
34
+ "d": "M21.877 16.087a.418.418 0 0 1-.298.123h-2.994a.789.789 0 0 1-.733-.485.801.801 0 0 1-.062-.31v-2.994c0-.116.04-.215.123-.298A.419.419 0 0 1 18.21 12a3.788 3.788 0 0 1 2.083.623 3.791 3.791 0 0 1 1.083 1.083 3.757 3.757 0 0 1 .534 1.26c.06.267.089.542.089.824a.405.405 0 0 1-.123.297Zm-5.603-2.04v2.897c0 .108.02.208.057.3a.781.781 0 0 0 .173.254.78.78 0 0 0 .253.172.777.777 0 0 0 .301.057h2.898c.13 0 .24.046.33.138.092.091.135.253.135.382a4.19 4.19 0 0 1-1.371 2.668 4.23 4.23 0 0 1-1.953.995c-.285.06-.576.09-.874.09-.312 0-.618-.033-.916-.099h-.002a4.198 4.198 0 0 1-1.403-.595H13.9a4.226 4.226 0 0 1-1.206-1.207 4.204 4.204 0 0 1-.694-2.32 4.216 4.216 0 0 1 .603-2.177V15.6a4.24 4.24 0 0 1 1.067-1.187 4.215 4.215 0 0 1 2.085-.832.464.464 0 0 1 .344.1c.1.08.161.237.175.365Z",
35
+ "fill": "var(--aui-first-color, rgba(0,103,209,1))"
36
+ }
37
+ })])]);
38
+ };
39
+ var AnalysisReport1 = {
40
+ render
41
+ };
42
+ var analysisReport1 = svg({
43
+ name: "ColorIconAnalysisReport1",
44
+ component: AnalysisReport1
45
+ });
46
+ export {
47
+ analysisReport1 as default
48
+ };
@@ -0,0 +1,49 @@
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": "analysis-report_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(#analysis-report_svg__a)",
24
+ "fill-rule": "evenodd"
25
+ }
26
+ }, [_c("path", {
27
+ attrs: {
28
+ "d": "M3 4.609V19.39C3 20.832 4.343 22 6 22h12c1.657 0 3-1.168 3-2.609V4.61C21 3.168 19.657 2 18 2H6C4.343 2 3 3.168 3 4.609Zm2.75 3.175 3.313.012c.161 0 .299.034.413.102.113.068.204.17.27.306l.73 1.494 2.441-4.295c.116-.205.259-.332.428-.38.169-.049.364-.02.585.088a.75.75 0 0 1 .267.219l2.298 3.063h1.755c.42 0 .75.306.75.694 0 .39-.33.695-.75.695h-2.148a.727.727 0 0 1-.615-.299l-1.818-2.422-2.58 4.54a.71.71 0 0 1-.355.31c-.227.095-.424.114-.59.056-.165-.058-.299-.192-.402-.403l-1.163-2.38-2.829-.012c-.42 0-.75-.306-.75-.694 0-.39.33-.694.75-.694ZM17.5 14.25h-6c-.42 0-.75.33-.75.75s.33.75.75.75h6c.42 0 .75-.33.75-.75s-.33-.75-.75-.75Zm-8 3.5h8c.42 0 .75.33.75.75s-.33.75-.75.75h-8c-.42 0-.75-.33-.75-.75s.33-.75.75-.75Z",
29
+ "clip-rule": "evenodd",
30
+ "fill": "var(--aui-first-color, rgba(0,103,209,1))"
31
+ }
32
+ }), _c("path", {
33
+ attrs: {
34
+ "d": "m9.06 7.79-3.31-.01c-.42 0-.75.3-.75.69 0 .39.33.7.75.7l2.82.01 1.17 2.38c.1.21.23.34.4.4.16.06.36.04.59-.05a.71.71 0 0 0 .35-.31l2.58-4.54 1.82 2.42c.15.2.36.3.62.3h2.15c.41 0 .75-.31.75-.7 0-.39-.34-.69-.75-.69h-1.76l-2.3-3.07a.679.679 0 0 0-.12-.12.377.377 0 0 0-.15-.09c-.22-.11-.41-.14-.58-.09-.17.05-.31.17-.43.38l-2.44 4.29-.73-1.49a.752.752 0 0 0-.27-.31.756.756 0 0 0-.41-.1Z",
35
+ "fill": "var(--aui-second-color, rgba(0,103,209,0.7))",
36
+ "fill-opacity": ".5"
37
+ }
38
+ })])]);
39
+ };
40
+ var AnalysisReport = {
41
+ render
42
+ };
43
+ var analysisReport = svg({
44
+ name: "ColorIconAnalysisReport",
45
+ component: AnalysisReport
46
+ });
47
+ export {
48
+ analysisReport as default
49
+ };
package/lib/apply.js ADDED
@@ -0,0 +1,47 @@
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": "apply_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(#apply_svg__a)",
24
+ "fill-rule": "evenodd"
25
+ }
26
+ }, [_c("path", {
27
+ attrs: {
28
+ "d": "M8.84 13c1.19 0 2.16.96 2.16 2.15v4.69c0 1.19-.97 2.16-2.16 2.16H4.15C2.96 22 2 21.03 2 19.84v-4.69C2 13.96 2.96 13 4.15 13h4.69ZM19.84 13c1.19 0 2.16.96 2.16 2.15v4.69c0 1.19-.97 2.16-2.16 2.16h-4.69c-1.19 0-2.15-.97-2.15-2.16v-4.69c0-1.19.96-2.15 2.15-2.15h4.69ZM8.84 2C10.03 2 11 2.96 11 4.15v4.69c0 1.19-.97 2.16-2.16 2.16H4.15C2.96 11 2 10.03 2 8.84V4.15C2 2.96 2.96 2 4.15 2h4.69Z",
29
+ "fill": "var(--aui-first-color, rgba(0,103,209,1))"
30
+ }
31
+ }), _c("path", {
32
+ attrs: {
33
+ "d": "M21.7 5.04c.75.75.77 1.99.05 2.76l-2.84 3.04c-.73.78-1.92.8-2.67.05L13.3 7.94c-.75-.74-.77-1.98-.05-2.75l2.84-3.04c.73-.78 1.92-.8 2.67-.05l2.94 2.94Z",
34
+ "fill": "var(--aui-second-color, rgba(0,103,209,0.7))"
35
+ }
36
+ })])]);
37
+ };
38
+ var Apply = {
39
+ render
40
+ };
41
+ var apply = svg({
42
+ name: "ColorIconApply",
43
+ component: Apply
44
+ });
45
+ export {
46
+ apply as default
47
+ };
@@ -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": "archives_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(#archives_svg__a)",
24
+ "fill-rule": "evenodd"
25
+ }
26
+ }, [_c("path", {
27
+ attrs: {
28
+ "d": "M2 15.81h6.51l.04.09c.53 1.07 2.2 1.81 3.46 1.81 1.26 0 2.92-.76 3.43-1.8l.04-.1H22v2.85C22 20.5 20.5 22 18.66 22H5.33C3.49 22 2 20.5 2 18.66v-2.85Z",
29
+ "fill": "var(--aui-second-color, rgba(0,103,209,0.7))"
30
+ }
31
+ }), _c("path", {
32
+ attrs: {
33
+ "d": "M22 5.33a3.333 3.333 0 0 0-3.333-3.333H5.333A3.333 3.333 0 0 0 2 5.331v8.572h7.673l.101.34c.264.887 1.231 1.565 2.243 1.565 1.002 0 1.943-.67 2.21-1.561l.102-.34H22V5.331ZM15.25 5h-6.5a.75.75 0 1 0 0 1.5h6.5a.75.75 0 1 0 0-1.5Zm-8.5 3h10.5a.75.75 0 1 1 0 1.5H6.75a.75.75 0 1 1 0-1.5Z",
34
+ "clip-rule": "evenodd",
35
+ "fill": "var(--aui-first-color, rgba(0,103,209,1))"
36
+ }
37
+ })])]);
38
+ };
39
+ var Archives = {
40
+ render
41
+ };
42
+ var archives = svg({
43
+ name: "ColorIconArchives",
44
+ component: Archives
45
+ });
46
+ export {
47
+ archives 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": "baggage-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(#baggage-fees_svg__a)",
24
+ "fill-rule": "evenodd"
25
+ }
26
+ }, [_c("path", {
27
+ attrs: {
28
+ "d": "M8.1 22.31v-1.63c0-.08-.01-.16-.02-.24-.01-.07-.03-.13-.05-.19-.03-.08-.06-.16-.1-.22-.04-.06-.07-.11-.11-.16-.06-.06-.11-.12-.18-.17a.864.864 0 0 0-.16-.1c-.07-.03-.14-.06-.21-.08-.07-.02-.15-.02-.22-.02-.08 0-.15 0-.22.02-.08.02-.15.05-.22.08-.05.03-.11.06-.16.1-.06.05-.12.11-.17.17-.04.05-.08.1-.11.16-.04.06-.07.14-.1.22-.02.06-.04.12-.05.19-.02.08-.02.16-.02.24v1.63c0 .08 0 .16.02.24.01.07.03.13.05.19.03.08.06.16.1.22.03.06.07.11.11.16.05.06.11.12.17.17.05.04.11.07.16.1.07.03.14.06.22.08a.833.833 0 0 0 .44 0c.07-.02.14-.05.21-.08.06-.03.11-.06.16-.1.07-.05.12-.11.18-.17.04-.05.07-.1.11-.16.04-.06.07-.14.1-.22.02-.06.04-.12.05-.19.01-.08.02-.16.02-.24Zm9.9 0v-1.63c0-.08-.01-.16-.03-.24-.01-.07-.03-.13-.05-.19-.03-.08-.06-.16-.1-.22-.03-.06-.07-.11-.11-.16-.05-.06-.11-.12-.17-.17-.05-.04-.11-.07-.16-.1-.07-.03-.14-.06-.22-.08-.07-.02-.14-.02-.22-.02-.07 0-.15 0-.22.02s-.14.05-.21.08c-.06.03-.11.06-.16.1-.07.05-.12.11-.18.17-.04.05-.07.1-.11.16-.04.06-.07.14-.1.22-.02.06-.04.12-.05.19-.01.08-.02.16-.02.24v1.63c0 .08.01.16.02.24.01.07.03.13.05.19.03.08.06.16.1.22.04.06.07.11.11.16.06.06.11.12.18.17.05.04.1.07.16.1.07.03.14.06.21.08a.833.833 0 0 0 .44 0c.08-.02.15-.05.22-.08.05-.03.11-.06.16-.1.06-.05.12-.11.17-.17.04-.05.08-.1.11-.16.04-.06.07-.14.1-.22.02-.06.04-.12.05-.19.02-.08.03-.16.03-.24ZM17 4.33v-2c0-.14-.02-.28-.05-.42-.03-.09-.05-.18-.09-.27-.06-.13-.13-.26-.21-.37a1.68 1.68 0 0 0-.18-.21c-.1-.11-.22-.2-.35-.28a1.965 1.965 0 0 0-.63-.25 2.34 2.34 0 0 0-.38-.03H8.88c-.13 0-.26.01-.38.03a1.965 1.965 0 0 0-.63.25c-.13.08-.25.17-.35.28-.07.07-.13.14-.18.21-.08.11-.15.24-.21.37-.04.09-.06.18-.09.27-.03.14-.04.28-.04.42v2c0 .08 0 .16.02.24.02.06.04.13.06.19.03.07.07.15.12.21a1.045 1.045 0 0 0 .33.32c.06.04.12.07.19.1.08.04.16.06.25.08a1.068 1.068 0 0 0 .51 0c.08-.02.17-.04.25-.08.06-.03.12-.06.18-.1.08-.04.15-.1.21-.17.05-.04.09-.09.13-.15.04-.06.08-.14.11-.21.03-.06.05-.13.06-.19.02-.08.03-.16.03-.24L9.42 2.5h5.12v1.83c0 .08.01.16.03.24.01.06.03.13.06.19.03.07.07.15.11.21.04.06.08.11.13.15.06.07.13.13.21.17.06.04.12.07.18.1.08.04.17.06.25.08a1.068 1.068 0 0 0 .51 0c.09-.02.17-.04.25-.08.07-.03.13-.06.19-.1.07-.04.14-.1.2-.17.05-.04.09-.09.13-.15.05-.06.09-.14.12-.21.02-.06.04-.13.06-.19.02-.08.03-.16.03-.24Z",
29
+ "fill": "var(--aui-second-color, rgba(0,103,209,0.7))"
30
+ }
31
+ }), _c("path", {
32
+ attrs: {
33
+ "d": "M17.752 3.583a4.601 4.601 0 0 0-.875-.083H7.123a4.456 4.456 0 0 0-2.246.593 4.059 4.059 0 0 0-1.18 1.038A3.555 3.555 0 0 0 3.1 6.375c-.066.262-.099.53-.099.805v11.14a3.302 3.302 0 0 0 .323 1.43q.069.145.15.283.102.174.224.336c.147.196.316.38.507.55.207.186.432.348.673.488.2.117.413.217.637.302q.252.096.512.16.532.131 1.097.131h9.754a4.454 4.454 0 0 0 1.608-.29c.495-.188.931-.451 1.311-.791.38-.34.673-.73.881-1.17.215-.455.323-.931.323-1.43V7.18a3.306 3.306 0 0 0-.323-1.43 3.659 3.659 0 0 0-.881-1.169 4.143 4.143 0 0 0-1.31-.79c-.24-.09-.484-.16-.734-.208ZM10 17.5v-10c0-.56-.44-1-1-1s-1 .44-1 1v10c0 .56.44 1 1 1s1-.44 1-1Zm5-11c.56 0 1 .44 1 1v10c0 .56-.44 1-1 1s-1-.44-1-1v-10c0-.56.44-1 1-1Z",
34
+ "clip-rule": "evenodd",
35
+ "fill": "var(--aui-first-color, rgba(0,103,209,1))"
36
+ }
37
+ })])]);
38
+ };
39
+ var BaggageFees = {
40
+ render
41
+ };
42
+ var baggageFees = svg({
43
+ name: "ColorIconBaggageFees",
44
+ component: BaggageFees
45
+ });
46
+ export {
47
+ baggageFees as default
48
+ };
@@ -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": "car-insurance_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(#car-insurance_svg__a)",
24
+ "fill-rule": "evenodd"
25
+ }
26
+ }, [_c("path", {
27
+ attrs: {
28
+ "d": "M11.773 3c2.145 0 4.35.31 6.615.927a2.277 2.277 0 0 1 .999.568 2.265 2.265 0 0 1 .59.954l1.127 3.579-2.198-.857-.019-.007-.692-2.198a.517.517 0 0 0-.102-.184.661.661 0 0 0-.183-.13c-2.099-.572-4.165-.869-6.137-.869a19.557 19.557 0 0 0-3.914.392 19.22 19.22 0 0 0-1.745.443.526.526 0 0 0-.177.109.712.712 0 0 0-.126.212L4.328 10.65c2.89-.417 5.447-.626 7.671-.626.238 0 .479.003.724.008a3.234 3.234 0 0 0-.353.332 3.238 3.238 0 0 0-.548.824 3.4 3.4 0 0 0-.322 1.454v2.493H8.995a.678.678 0 0 0-.684.684c0 .384.301.685.684.685h2.51a6.826 6.826 0 0 0 .766 2.886H7.222l-.744 1.269a.668.668 0 0 1-.258.25.724.724 0 0 1-.357.091H2.981a1.716 1.716 0 0 1-.865-.235 1.63 1.63 0 0 1-.629-.68 1.542 1.542 0 0 1-.15-.58l-.334-6.082a2.424 2.424 0 0 1 .17-1.03v-.001a2.543 2.543 0 0 1 .205-.402 2.49 2.49 0 0 1 .488-.564c.111-.095.23-.181.354-.256l1.808-5.745c.053-.172.125-.333.215-.484a2.288 2.288 0 0 1 .35-.447 2.277 2.277 0 0 1 .956-.575 21.166 21.166 0 0 1 2.043-.512h.002l.001-.001c.158-.031.317-.06.475-.089A21.504 21.504 0 0 1 11.773 3ZM2.738 15.135h3.128c.384 0 .685.301.685.684a.678.678 0 0 1-.685.685H2.738a.678.678 0 0 1-.685-.685c0-.383.301-.684.685-.684Z",
29
+ "clip-rule": "evenodd",
30
+ "fill": "var(--aui-second-color, rgba(0,103,209,0.7))"
31
+ }
32
+ }), _c("path", {
33
+ attrs: {
34
+ "d": "m14.033 11.368 3.603-1.304a1.07 1.07 0 0 1 .728 0l3.603 1.304c.62.225 1.033.806 1.033 1.456v3.382a4.588 4.588 0 0 1-2.5 4.069l-2.255 1.166a.535.535 0 0 1-.49 0L15.5 20.274a4.588 4.588 0 0 1-2.5-4.07v-3.381c0-.65.412-1.231 1.033-1.456Zm3.9 6.11 2.76-2.737a.678.678 0 0 0 .005-.968.678.678 0 0 0-.968-.004l-2.279 2.26-1.32-1.31a.678.678 0 0 0-.968.005.678.678 0 0 0 .005.968l1.802 1.787c.16.159.32.239.481.239.16 0 .322-.08.482-.24Z",
35
+ "clip-rule": "evenodd",
36
+ "fill": "var(--aui-first-color, rgba(0,103,209,1))"
37
+ }
38
+ }), _c("path", {
39
+ attrs: {
40
+ "d": "m20.69 14.74-2.76 2.73c-.16.16-.32.24-.48.24-.16 0-.32-.08-.49-.24l-1.8-1.78a.682.682 0 0 1 0-.97c.27-.27.69-.28.97-.01l1.32 1.31 2.28-2.26a.67.67 0 0 1 .96.01c.27.27.27.7 0 .97Z",
41
+ "fill": "var(--aui-second-color, rgba(0,103,209,0.7))",
42
+ "fill-opacity": ".5"
43
+ }
44
+ })])]);
45
+ };
46
+ var CarInsurance = {
47
+ render
48
+ };
49
+ var carInsurance = svg({
50
+ name: "ColorIconCarInsurance",
51
+ component: CarInsurance
52
+ });
53
+ export {
54
+ carInsurance as default
55
+ };
@@ -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": "car-rental_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(#car-rental_svg__a)",
24
+ "fill-rule": "evenodd"
25
+ }
26
+ }, [_c("path", {
27
+ attrs: {
28
+ "d": "M11.265 2c2.227 0 4.518.308 6.87.925a2.413 2.413 0 0 1 1.05.575q.205.191.356.416c.117.174.209.364.276.569l1.699 5.18a7.454 7.454 0 0 0-2.5-1.012l-1.16-3.228c-.129-.355-.45-.628-.855-.724Q14.066 4 11.298 4q-2.394 0-4.667.524-.331.076-.66.164c-.389.104-.696.372-.819.717L3.5 10q4.169-.69 7.806-.69 1.265 0 2.642.083A7.518 7.518 0 0 0 10.27 14h-.517c-.379 0-.676.33-.676.75s.297.75.676.75h.264a7.49 7.49 0 0 0 .369 2.878H6.793l-.719 1.244a.735.735 0 0 1-.282.276.785.785 0 0 1-.39.102H2.54q-.172 0-.337-.032a1.735 1.735 0 0 1-.847-.432q-.107-.1-.193-.213a1.624 1.624 0 0 1-.27-.546l-.007-.024-.001-.007-.001-.002v-.003l-.001-.003q-.038-.15-.047-.307l-.332-6.127q-.016-.305.038-.597V11.7l.009-.04q.054-.267.168-.524a2.556 2.556 0 0 1 .538-.78L3.19 4.462q.079-.242.204-.456.026-.044.054-.087.146-.226.348-.42.189-.181.407-.316.045-.028.09-.053c.16-.089.33-.16.51-.213q.891-.26 1.798-.446.211-.044.423-.083Q9.104 2 11.265 2ZM6.507 14h-2.33c-.38 0-.677.33-.677.75s.298.75.677.75h2.33c.378 0 .676-.33.676-.75S6.885 14 6.507 14Z",
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.5 10a6 6 0 1 0 0 12 6 6 0 0 0 0-12Zm-.667 6.636v-2.954a.668.668 0 0 0-.666-.682c-.374 0-.667.3-.667.682v3.636c0 .227.056.398.167.511.11.114.277.171.5.171h2.666c.374 0 .667-.3.667-.682a.668.668 0 0 0-.667-.682h-2Z",
35
+ "clip-rule": "evenodd",
36
+ "fill": "var(--aui-first-color, rgba(0,103,209,1))"
37
+ }
38
+ }), _c("path", {
39
+ attrs: {
40
+ "d": "M16.83 13.68v2.95h2c.37 0 .67.3.67.68 0 .39-.3.69-.67.69h-2.67c-.22 0-.39-.06-.5-.18-.11-.11-.16-.28-.16-.51v-3.63a.664.664 0 1 1 1.33 0Z",
41
+ "fill": "var(--aui-second-color, rgba(0,103,209,0.7))",
42
+ "fill-opacity": ".5"
43
+ }
44
+ })])]);
45
+ };
46
+ var CarRental = {
47
+ render
48
+ };
49
+ var carRental = svg({
50
+ name: "ColorIconCarRental",
51
+ component: CarRental
52
+ });
53
+ export {
54
+ carRental as default
55
+ };
@@ -0,0 +1,65 @@
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": "case-study_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(#case-study_svg__a)"
24
+ }
25
+ }, [_c("rect", {
26
+ attrs: {
27
+ "x": "11",
28
+ "y": "15.5",
29
+ "rx": "1",
30
+ "width": "2",
31
+ "height": "5",
32
+ "fill": "var(--aui-second-color, rgba(0,103,209,0.7))"
33
+ }
34
+ }), _c("path", {
35
+ attrs: {
36
+ "d": "M2 13.875v-8.75C2 3.675 3.194 2.5 4.667 2.5h14.666C20.806 2.5 22 3.675 22 5.125v8.75c0 1.45-1.194 2.625-2.667 2.625H4.667C3.194 16.5 2 15.325 2 13.875Zm15.123-8.433c-.104.067-.2.145-.289.234l-.548.548L18.53 8.47l.23.23.548-.55a1.766 1.766 0 0 0 .384-.579 1.742 1.742 0 0 0 .094-1.005 1.73 1.73 0 0 0-.244-.602 1.766 1.766 0 0 0-1.124-.766 1.746 1.746 0 0 0-1.296.244ZM12.12 10.39l3.105-3.105L17.7 9.76l-3.105 3.105a.757.757 0 0 1-.252.166l-2.357.942a.723.723 0 0 1-.574-.007.723.723 0 0 1-.4-.41.747.747 0 0 1 0-.557l.942-2.357a.767.767 0 0 1 .166-.252ZM5 11.25h4c.42 0 .75.33.75.75s-.33.75-.75.75H5c-.42 0-.75-.33-.75-.75s.33-.75.75-.75Z",
37
+ "clip-rule": "evenodd",
38
+ "fill": "var(--aui-first-color, rgba(0,103,209,1))",
39
+ "fill-rule": "evenodd"
40
+ }
41
+ }), _c("path", {
42
+ attrs: {
43
+ "d": "M5 11.25h4a.749.749 0 1 1 0 1.5H5c-.42 0-.75-.33-.75-.75s.33-.75.75-.75Z",
44
+ "fill": "var(--aui-second-color, rgba(0,103,209,0.7))",
45
+ "fill-opacity": ".5",
46
+ "fill-rule": "evenodd"
47
+ }
48
+ }), _c("path", {
49
+ attrs: {
50
+ "d": "M5 19.5h14c.55 0 1 .44 1 1 0 .55-.45 1-1 1H5c-.56 0-1-.45-1-1 0-.56.44-1 1-1Z",
51
+ "fill": "var(--aui-first-color, rgba(0,103,209,1))",
52
+ "fill-rule": "evenodd"
53
+ }
54
+ })])]);
55
+ };
56
+ var CaseStudy = {
57
+ render
58
+ };
59
+ var caseStudy = svg({
60
+ name: "ColorIconCaseStudy",
61
+ component: CaseStudy
62
+ });
63
+ export {
64
+ caseStudy as default
65
+ };