@opentiny/vue-runtime 3.19.0 → 3.19.1
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.
- package/dist2/style.css +1 -1
- package/dist2/tailwind.css +584 -0
- package/dist2/tiny-vue-all.mjs +123 -131
- package/dist2/tiny-vue-directive.mjs +1977 -0
- package/dist2/tiny-vue-icon-multicolor.mjs +509 -0
- package/dist2/tiny-vue-icon-saas.mjs +7630 -0
- package/dist2/tiny-vue-icon.mjs +7630 -0
- package/dist2/tiny-vue-mobile-first.mjs +93198 -0
- package/dist2/tiny-vue-pc.mjs +145 -153
- package/dist2/tiny-vue-simple.mjs +162 -171
- package/dist3/style.css +1 -1
- package/dist3/tiny-vue-all.mjs +13727 -13730
- package/dist3/tiny-vue-mobile-first.mjs +2 -2
- package/dist3/tiny-vue-pc.mjs +12015 -12018
- package/dist3/tiny-vue-simple.mjs +9783 -9787
- package/package.json +2 -2
- package/LICENSE +0 -22
|
@@ -0,0 +1,509 @@
|
|
|
1
|
+
import { svg as l } from "@opentiny/vue-common";
|
|
2
|
+
var e = function() {
|
|
3
|
+
var t = this, r = t.$createElement, a = t._self._c || r;
|
|
4
|
+
return a("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [a("defs", [a("clipPath", { attrs: { id: "activitys_svg__a" } }, [a("path", { attrs: { fill: "#fff", "fill-opacity": "0", d: "M0 0h24v24H0z" } })])]), a("g", { attrs: { "clip-path": "url(#activitys_svg__a)" } }, [a("path", { attrs: { 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", "clip-rule": "evenodd", fill: "var(--tiny-first-color, rgba(0,103,209,1))", "fill-rule": "evenodd" } }), a("ellipse", { attrs: { cx: "14.979", cy: "5.25", rx: "2.292", ry: "2.25", fill: "var(--tiny-second-color, rgba(0,103,209,0.7))" } })])]);
|
|
5
|
+
};
|
|
6
|
+
const c = {
|
|
7
|
+
render: e
|
|
8
|
+
}, s = l({
|
|
9
|
+
name: "ColorIconActivitys",
|
|
10
|
+
component: c
|
|
11
|
+
});
|
|
12
|
+
var n = function() {
|
|
13
|
+
var t = this, r = t.$createElement, a = t._self._c || r;
|
|
14
|
+
return a("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [a("defs", [a("clipPath", { attrs: { id: "administrative-fees_svg__a" } }, [a("path", { attrs: { fill: "#fff", "fill-opacity": "0", d: "M0 0h24v24H0z" } })])]), a("g", { attrs: { "clip-path": "url(#administrative-fees_svg__a)", "fill-rule": "evenodd" } }, [a("path", { attrs: { 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", "clip-rule": "evenodd", fill: "var(--tiny-second-color, rgba(0,103,209,0.7))" } }), a("path", { attrs: { 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", fill: "var(--tiny-first-color, rgba(0,103,209,1))" } })])]);
|
|
15
|
+
};
|
|
16
|
+
const o = {
|
|
17
|
+
render: n
|
|
18
|
+
}, i = l({
|
|
19
|
+
name: "ColorIconAdministrativeFees",
|
|
20
|
+
component: o
|
|
21
|
+
});
|
|
22
|
+
var v = function() {
|
|
23
|
+
var t = this, r = t.$createElement, a = t._self._c || r;
|
|
24
|
+
return a("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [a("defs", [a("clipPath", { attrs: { id: "air-fares_svg__a" } }, [a("path", { attrs: { fill: "#fff", "fill-opacity": "0", d: "M0 0h24v24H0z" } })])]), a("g", { attrs: { "clip-path": "url(#air-fares_svg__a)", "fill-rule": "evenodd" } }, [a("path", { attrs: { 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", fill: "var(--tiny-second-color, rgba(0,103,209,0.7))" } }), a("path", { attrs: { 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", fill: "var(--tiny-first-color, rgba(0,103,209,1))" } })])]);
|
|
25
|
+
};
|
|
26
|
+
const h = {
|
|
27
|
+
render: v
|
|
28
|
+
}, f = l({
|
|
29
|
+
name: "ColorIconAirFares",
|
|
30
|
+
component: h
|
|
31
|
+
});
|
|
32
|
+
var d = function() {
|
|
33
|
+
var t = this, r = t.$createElement, a = t._self._c || r;
|
|
34
|
+
return a("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [a("defs", [a("clipPath", { attrs: { id: "apply_svg__a" } }, [a("path", { attrs: { fill: "#fff", "fill-opacity": "0", d: "M0 0h24v24H0z" } })])]), a("g", { attrs: { "clip-path": "url(#apply_svg__a)", "fill-rule": "evenodd" } }, [a("path", { attrs: { 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", fill: "var(--tiny-first-color, rgba(0,103,209,1))" } }), a("path", { attrs: { 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", fill: "var(--tiny-second-color, rgba(0,103,209,0.7))" } })])]);
|
|
35
|
+
};
|
|
36
|
+
const p = {
|
|
37
|
+
render: d
|
|
38
|
+
}, _ = l({
|
|
39
|
+
name: "ColorIconApply",
|
|
40
|
+
component: p
|
|
41
|
+
});
|
|
42
|
+
var g = function() {
|
|
43
|
+
var t = this, r = t.$createElement, a = t._self._c || r;
|
|
44
|
+
return a("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [a("defs", [a("clipPath", { attrs: { id: "archives_svg__a" } }, [a("path", { attrs: { fill: "#fff", "fill-opacity": "0", d: "M0 0h24v24H0z" } })])]), a("g", { attrs: { "clip-path": "url(#archives_svg__a)", "fill-rule": "evenodd" } }, [a("path", { attrs: { 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", fill: "var(--tiny-second-color, rgba(0,103,209,0.7))" } }), a("path", { attrs: { 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", "clip-rule": "evenodd", fill: "var(--tiny-first-color, rgba(0,103,209,1))" } })])]);
|
|
45
|
+
};
|
|
46
|
+
const m = {
|
|
47
|
+
render: g
|
|
48
|
+
}, u = l({
|
|
49
|
+
name: "ColorIconArchives",
|
|
50
|
+
component: m
|
|
51
|
+
});
|
|
52
|
+
var w = function() {
|
|
53
|
+
var t = this, r = t.$createElement, a = t._self._c || r;
|
|
54
|
+
return a("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [a("defs", [a("clipPath", { attrs: { id: "baggage-fees_svg__a" } }, [a("path", { attrs: { fill: "#fff", "fill-opacity": "0", d: "M0 0h24v24H0z" } })])]), a("g", { attrs: { "clip-path": "url(#baggage-fees_svg__a)", "fill-rule": "evenodd" } }, [a("path", { attrs: { 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", fill: "var(--tiny-second-color, rgba(0,103,209,0.7))" } }), a("path", { attrs: { 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", "clip-rule": "evenodd", fill: "var(--tiny-first-color, rgba(0,103,209,1))" } })])]);
|
|
55
|
+
};
|
|
56
|
+
const y = {
|
|
57
|
+
render: w
|
|
58
|
+
}, C = l({
|
|
59
|
+
name: "ColorIconBaggageFees",
|
|
60
|
+
component: y
|
|
61
|
+
});
|
|
62
|
+
var Z = function() {
|
|
63
|
+
var t = this, r = t.$createElement, a = t._self._c || r;
|
|
64
|
+
return a("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [a("defs", [a("clipPath", { attrs: { id: "car-insurance_svg__a" } }, [a("path", { attrs: { fill: "#fff", "fill-opacity": "0", d: "M0 0h24v24H0z" } })])]), a("g", { attrs: { "clip-path": "url(#car-insurance_svg__a)", "fill-rule": "evenodd" } }, [a("path", { attrs: { 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", "clip-rule": "evenodd", fill: "var(--tiny-second-color, rgba(0,103,209,0.7))" } }), a("path", { attrs: { 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", "clip-rule": "evenodd", fill: "var(--tiny-first-color, rgba(0,103,209,1))" } }), a("path", { attrs: { 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", fill: "var(--tiny-second-color, rgba(0,103,209,0.7))", "fill-opacity": ".5" } })])]);
|
|
65
|
+
};
|
|
66
|
+
const M = {
|
|
67
|
+
render: Z
|
|
68
|
+
}, x = l({
|
|
69
|
+
name: "ColorIconCarInsurance",
|
|
70
|
+
component: M
|
|
71
|
+
});
|
|
72
|
+
var H = function() {
|
|
73
|
+
var t = this, r = t.$createElement, a = t._self._c || r;
|
|
74
|
+
return a("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [a("defs", [a("clipPath", { attrs: { id: "car-rental_svg__a" } }, [a("path", { attrs: { fill: "#fff", "fill-opacity": "0", d: "M0 0h24v24H0z" } })])]), a("g", { attrs: { "clip-path": "url(#car-rental_svg__a)", "fill-rule": "evenodd" } }, [a("path", { attrs: { 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", "clip-rule": "evenodd", fill: "var(--tiny-second-color, rgba(0,103,209,0.7))" } }), a("path", { attrs: { 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", "clip-rule": "evenodd", fill: "var(--tiny-first-color, rgba(0,103,209,1))" } }), a("path", { attrs: { 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", fill: "var(--tiny-second-color, rgba(0,103,209,0.7))", "fill-opacity": ".5" } })])]);
|
|
75
|
+
};
|
|
76
|
+
const I = {
|
|
77
|
+
render: H
|
|
78
|
+
}, b = l({
|
|
79
|
+
name: "ColorIconCarRental",
|
|
80
|
+
component: I
|
|
81
|
+
});
|
|
82
|
+
var $ = function() {
|
|
83
|
+
var t = this, r = t.$createElement, a = t._self._c || r;
|
|
84
|
+
return a("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [a("defs", [a("clipPath", { attrs: { id: "ceremony-fees_svg__a" } }, [a("path", { attrs: { fill: "#fff", "fill-opacity": "0", d: "M0 0h24v24H0z" } })])]), a("g", { attrs: { "clip-path": "url(#ceremony-fees_svg__a)", "clip-rule": "evenodd", "fill-rule": "evenodd" } }, [a("path", { attrs: { 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", fill: "var(--tiny-second-color, rgba(0,103,209,0.7))" } }), a("path", { attrs: { 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", fill: "var(--tiny-first-color, rgba(0,103,209,1))" } })])]);
|
|
85
|
+
};
|
|
86
|
+
const E = {
|
|
87
|
+
render: $
|
|
88
|
+
}, A = l({
|
|
89
|
+
name: "IconCeremonyFees",
|
|
90
|
+
component: E
|
|
91
|
+
});
|
|
92
|
+
var V = function() {
|
|
93
|
+
var t = this, r = t.$createElement, a = t._self._c || r;
|
|
94
|
+
return a("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [a("defs", [a("clipPath", { attrs: { id: "condolences_svg__a" } }, [a("path", { attrs: { fill: "#fff", "fill-opacity": "0", d: "M0 0h24v24H0z" } })])]), a("g", { attrs: { "clip-path": "url(#condolences_svg__a)", "clip-rule": "evenodd", "fill-rule": "evenodd" } }, [a("path", { attrs: { 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", fill: "var(--tiny-second-color, rgba(0,103,209,0.7))" } }), a("path", { attrs: { 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", fill: "var(--tiny-first-color, rgba(0,103,209,1))" } })])]);
|
|
95
|
+
};
|
|
96
|
+
const F = {
|
|
97
|
+
render: V
|
|
98
|
+
}, P = l({
|
|
99
|
+
name: "ColorIconConolences",
|
|
100
|
+
component: F
|
|
101
|
+
});
|
|
102
|
+
var B = function() {
|
|
103
|
+
var t = this, r = t.$createElement, a = t._self._c || r;
|
|
104
|
+
return a("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [a("defs", [a("clipPath", { attrs: { id: "entertainment-expense_svg__a" } }, [a("path", { attrs: { fill: "#fff", "fill-opacity": "0", d: "M0 0h24v24H0z" } })])]), a("g", { attrs: { "clip-path": "url(#entertainment-expense_svg__a)", "fill-rule": "evenodd" } }, [a("path", { attrs: { 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(--tiny-second-color, rgba(0,103,209,0.7))", "fill-opacity": ".5" } }), a("path", { attrs: { 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(--tiny-first-color, rgba(0,103,209,1))" } }), a("path", { attrs: { 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(--tiny-first-color, rgba(0,103,209,1))" } })])]);
|
|
105
|
+
};
|
|
106
|
+
const L = {
|
|
107
|
+
render: B
|
|
108
|
+
}, z = l({
|
|
109
|
+
name: "IconEntertainmentExpense",
|
|
110
|
+
component: L
|
|
111
|
+
});
|
|
112
|
+
var S = function() {
|
|
113
|
+
var t = this, r = t.$createElement, a = t._self._c || r;
|
|
114
|
+
return a("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [a("defs", [a("clipPath", { attrs: { id: "expert-consultation-fees_svg__a" } }, [a("path", { attrs: { fill: "#fff", "fill-opacity": "0", d: "M0 0h24v24H0z" } })])]), a("g", { attrs: { "clip-path": "url(#expert-consultation-fees_svg__a)", "clip-rule": "evenodd", "fill-rule": "evenodd" } }, [a("path", { attrs: { 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", fill: "var(--tiny-second-color, rgba(0,103,209,0.7))" } }), a("path", { attrs: { 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", fill: "var(--tiny-first-color, rgba(0,103,209,1))" } })])]);
|
|
115
|
+
};
|
|
116
|
+
const q = {
|
|
117
|
+
render: S
|
|
118
|
+
}, T = l({
|
|
119
|
+
name: "ColorIconExpertConsultationFees",
|
|
120
|
+
component: q
|
|
121
|
+
});
|
|
122
|
+
var O = function() {
|
|
123
|
+
var t = this, r = t.$createElement, a = t._self._c || r;
|
|
124
|
+
return a("svg", t._g({ attrs: { viewBox: "0 0 23.997 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [a("defs", [a("clipPath", { attrs: { id: "expert-teaching-fees_svg__a" } }, [a("path", { attrs: { fill: "#fff", "fill-opacity": "0", d: "M0 0h23.997v24H0z" } })])]), a("g", { attrs: { "clip-path": "url(#expert-teaching-fees_svg__a)", "fill-rule": "evenodd" } }, [a("path", { attrs: { 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", "clip-rule": "evenodd", fill: "var(--tiny-second-color, rgba(0,103,209,0.7))" } }), a("path", { attrs: { 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", fill: "var(--tiny-first-color, rgba(0,103,209,1))" } })])]);
|
|
125
|
+
};
|
|
126
|
+
const R = {
|
|
127
|
+
render: O
|
|
128
|
+
}, D = l({
|
|
129
|
+
name: "ColorIconExpertTeachingFees",
|
|
130
|
+
component: R
|
|
131
|
+
});
|
|
132
|
+
var G = function() {
|
|
133
|
+
var t = this, r = t.$createElement, a = t._self._c || r;
|
|
134
|
+
return a("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [a("defs", [a("clipPath", { attrs: { id: "express-delivery_svg__a" } }, [a("path", { attrs: { fill: "#fff", "fill-opacity": "0", d: "M0 0h24v24H0z" } })])]), a("g", { attrs: { "clip-path": "url(#express-delivery_svg__a)" } }, [a("path", { attrs: { 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", "clip-rule": "evenodd", fill: "var(--tiny-first-color, rgba(0,103,209,1))", "fill-rule": "evenodd" } }), a("circle", { attrs: { cx: "6", cy: "18.5", r: "2.5", fill: "var(--tiny-second-color, rgba(0,103,209,0.7))" } }), a("circle", { attrs: { cx: "17", cy: "18.5", r: "2.5", fill: "var(--tiny-second-color, rgba(0,103,209,0.7))" } })])]);
|
|
135
|
+
};
|
|
136
|
+
const N = {
|
|
137
|
+
render: G
|
|
138
|
+
}, Q = l({
|
|
139
|
+
name: "ColorIconExpressDelivery",
|
|
140
|
+
component: N
|
|
141
|
+
});
|
|
142
|
+
var j = function() {
|
|
143
|
+
var t = this, r = t.$createElement, a = t._self._c || r;
|
|
144
|
+
return a("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [a("defs", [a("clipPath", { attrs: { id: "ferry-fares_svg__a" } }, [a("path", { attrs: { fill: "#fff", "fill-opacity": "0", d: "M0 0h24v24H0z" } })])]), a("g", { attrs: { "clip-path": "url(#ferry-fares_svg__a)", "fill-rule": "evenodd" } }, [a("path", { attrs: { 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", fill: "var(--tiny-second-color, rgba(0,103,209,0.7))", "fill-opacity": ".5" } }), a("path", { attrs: { 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", fill: "var(--tiny-second-color, rgba(0,103,209,0.7))" } }), a("path", { attrs: { 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", fill: "var(--tiny-first-color, rgba(0,103,209,1))" } })])]);
|
|
145
|
+
};
|
|
146
|
+
const k = {
|
|
147
|
+
render: j
|
|
148
|
+
}, J = l({
|
|
149
|
+
name: "ColorIconFerryFares",
|
|
150
|
+
component: k
|
|
151
|
+
});
|
|
152
|
+
var K = function() {
|
|
153
|
+
var t = this, r = t.$createElement, a = t._self._c || r;
|
|
154
|
+
return a("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [a("defs", [a("clipPath", { attrs: { id: "fuel-cost_svg__a" } }, [a("path", { attrs: { fill: "#fff", "fill-opacity": "0", d: "M0 0h24v24H0z" } })])]), a("g", { attrs: { "clip-path": "url(#fuel-cost_svg__a)", "fill-rule": "evenodd" } }, [a("path", { attrs: { 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", fill: "var(--tiny-second-color, rgba(0,103,209,0.7))" } }), a("path", { attrs: { 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", "clip-rule": "evenodd", fill: "var(--tiny-first-color, rgba(0,103,209,1))" } }), a("path", { attrs: { 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", fill: "var(--tiny-second-color, rgba(0,103,209,0.7))", "fill-opacity": ".5" } })])]);
|
|
155
|
+
};
|
|
156
|
+
const U = {
|
|
157
|
+
render: K
|
|
158
|
+
}, W = l({
|
|
159
|
+
name: "ColorIconFuelCost",
|
|
160
|
+
component: U
|
|
161
|
+
});
|
|
162
|
+
var X = function() {
|
|
163
|
+
var t = this, r = t.$createElement, a = t._self._c || r;
|
|
164
|
+
return a("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [a("defs", [a("clipPath", { attrs: { id: "gift-cost_svg__a" } }, [a("path", { attrs: { fill: "#fff", "fill-opacity": "0", d: "M0 0h24v24H0z" } })])]), a("g", { attrs: { "clip-path": "url(#gift-cost_svg__a)", "fill-rule": "evenodd" } }, [a("path", { attrs: { 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", fill: "var(--tiny-second-color, rgba(0,103,209,0.7))", "fill-opacity": ".5" } }), a("path", { attrs: { 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", "clip-rule": "evenodd", fill: "var(--tiny-second-color, rgba(0,103,209,0.7))" } }), a("path", { attrs: { 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", "clip-rule": "evenodd", fill: "var(--tiny-first-color, rgba(0,103,209,1))" } })])]);
|
|
165
|
+
};
|
|
166
|
+
const Y = {
|
|
167
|
+
render: X
|
|
168
|
+
}, a0 = l({
|
|
169
|
+
name: "ColorIconGiftCost",
|
|
170
|
+
component: Y
|
|
171
|
+
});
|
|
172
|
+
var t0 = function() {
|
|
173
|
+
var t = this, r = t.$createElement, a = t._self._c || r;
|
|
174
|
+
return a("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [a("defs", [a("clipPath", { attrs: { id: "housing-subsidy_svg__a" } }, [a("path", { attrs: { fill: "#fff", "fill-opacity": "0", d: "M0 0h24v24H0z" } })])]), a("g", { attrs: { "clip-path": "url(#housing-subsidy_svg__a)", "fill-rule": "evenodd" } }, [a("path", { attrs: { d: "M1 9.31c0 .657.657 1.19 1.467 1.19H3.5v9.4c0 1.436 1.015 2.6 2.267 2.6h12.466c1.252 0 2.267-1.164 2.267-2.6v-9.4h1.033c.424 0 .827-.149 1.105-.408.533-.495.47-1.246-.14-1.678L13.286 1.89c-.737-.521-1.835-.521-2.572 0L1.502 8.414C1.183 8.64 1 8.966 1 9.31Zm12.87-.932c.204-.374.638-.49.97-.259.332.23.435.723.23 1.097l-1.95 2.504h2.174c.39 0 .706.357.706.797 0 .44-.316.797-.706.797h-2.588v1.518h2.588c.39 0 .706.355.706.795 0 .44-.316.794-.706.794h-2.588v1.782c0 .44-.316.797-.706.797-.39 0-.706-.357-.706-.797V16.42H8.706c-.39 0-.706-.354-.706-.794 0-.44.316-.795.706-.795h2.588v-1.518H8.706c-.39 0-.706-.357-.706-.797 0-.44.316-.797.706-.797h2.175L8.93 9.216c-.205-.374-.102-.866.23-1.097.331-.232.767-.115.97.26L12 10.734l1.87-2.357Z", "clip-rule": "evenodd", fill: "var(--tiny-first-color, rgba(0,103,209,1))" } }), a("path", { attrs: { d: "M14.84 8.11c-.34-.23-.77-.11-.98.26L12 10.73l-1.87-2.36c-.21-.37-.64-.49-.98-.26-.33.23-.43.73-.23 1.1l1.96 2.5H8.7c-.39 0-.7.36-.7.8 0 .44.31.8.7.8h2.59v1.52H8.7c-.39 0-.7.35-.7.79 0 .44.31.8.7.8h2.59v1.78c0 .44.32.8.71.8.38 0 .7-.36.7-.8v-1.78h2.59c.39 0 .71-.36.71-.8 0-.44-.32-.79-.71-.79H12.7v-1.52h2.59c.39 0 .71-.36.71-.8 0-.44-.32-.8-.71-.8h-2.18l1.96-2.5c.2-.37.1-.87-.23-1.1Z", fill: "var(--tiny-second-color, rgba(0,103,209,0.7))", "fill-opacity": ".5" } })])]);
|
|
175
|
+
};
|
|
176
|
+
const r0 = {
|
|
177
|
+
render: t0
|
|
178
|
+
}, l0 = l({
|
|
179
|
+
name: "ColorIconHousingSubsidy",
|
|
180
|
+
component: r0
|
|
181
|
+
});
|
|
182
|
+
var e0 = function() {
|
|
183
|
+
var t = this, r = t.$createElement, a = t._self._c || r;
|
|
184
|
+
return a("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [a("defs", [a("clipPath", { attrs: { id: "incidental-expenses_svg__a" } }, [a("path", { attrs: { fill: "#fff", "fill-opacity": "0", d: "M0 0h24v24H0z" } })])]), a("g", { attrs: { "clip-path": "url(#incidental-expenses_svg__a)", "fill-rule": "evenodd" } }, [a("path", { attrs: { d: "M7.621 22.22c.032.095.069.188.11.28H5.527a3.54 3.54 0 0 1-1.946-.582 3.532 3.532 0 0 1-1.309-1.57 3.497 3.497 0 0 1-.277-1.372V5.024a3.516 3.516 0 0 1 .583-1.94 3.532 3.532 0 0 1 1.574-1.307A3.517 3.517 0 0 1 5.528 1.5h8.07v3.422a3.049 3.049 0 0 0 .496 1.668 3.067 3.067 0 0 0 1.375 1.147 3.042 3.042 0 0 0 1.192.24h4.425v2.869a3.766 3.766 0 0 0-.77-.507 3.774 3.774 0 0 0-.6-.235 14.43 14.43 0 0 0-3.434-.588h-.003a14.062 14.062 0 0 0-.49-.015h-.179c-.67.005-1.348.058-2.033.158a14.55 14.55 0 0 0-2.036.444 3.78 3.78 0 0 0-.614.24h-.001a3.758 3.758 0 0 0-.453.267l-.003.002a3.814 3.814 0 0 0-.59.504 3.841 3.841 0 0 0-.738 1.098c-.081.182-.148.37-.2.564l-.574 2.115a3.851 3.851 0 0 0-.728 1.045 3.919 3.919 0 0 0-.313.968 3.782 3.782 0 0 0-.046.319c-.019.197-.024.394-.014.593l.181 3.496a3.384 3.384 0 0 0 .173.905Zm13.465-3.244a3.518 3.518 0 0 1-.277 1.372 3.497 3.497 0 0 1-.757 1.12 3.53 3.53 0 0 1-1.563.907.825.825 0 0 1-.29-.306l-.269-.487h-4.609l-.269.487a.823.823 0 0 1-.723.431H10.78a1.307 1.307 0 0 1-.92-.374 1.36 1.36 0 0 1-.415-.917l-.181-3.494a1.913 1.913 0 0 1 .404-1.276 1.862 1.862 0 0 1 .466-.42l.737-2.717a1.865 1.865 0 0 1 .452-.803 1.757 1.757 0 0 1 .782-.478 13.105 13.105 0 0 1 3.668-.52c1.126.014 2.251.187 3.374.52a1.765 1.765 0 0 1 .78.478 1.842 1.842 0 0 1 .452.804l.706 2.605v3.068Zm-8.25-5.33-.825 2.437h7.272l-.826-2.436a12.89 12.89 0 0 0-2.809-.314c-.934 0-1.872.105-2.812.314Zm-1.002 4.27h2.136a.75.75 0 1 1 0 1.5h-2.136a.75.75 0 1 1 0-1.5Zm7.591 0h-2.136a.75.75 0 1 0 0 1.5h2.136a.75.75 0 1 0 0-1.5Z", "clip-rule": "evenodd", fill: "var(--tiny-second-color, rgba(0,103,209,0.7))" } }), a("path", { attrs: { d: "M15.784 11.5c1.126.015 2.251.188 3.374.521a1.769 1.769 0 0 1 .78.478 1.836 1.836 0 0 1 .256.336c.005.008.01.015.013.023.08.137.14.286.183.445l.737 2.715c.071.046.14.095.203.15l.027.022a1.867 1.867 0 0 1 .55.838 1.89 1.89 0 0 1 .09.686l-.181 3.495a1.397 1.397 0 0 1-.248.721 1.36 1.36 0 0 1-.584.47 1.32 1.32 0 0 1-.504.1h-1.547a.804.804 0 0 1-.58-.24l-.001-.001a.837.837 0 0 1-.142-.19l-.27-.487h-4.609l-.269.487a.824.824 0 0 1-.513.404.816.816 0 0 1-.21.027H10.79c-.087 0-.172-.008-.256-.025a1.316 1.316 0 0 1-.664-.35 1.354 1.354 0 0 1-.375-.646 1.395 1.395 0 0 1-.04-.27l-.181-3.494a1.932 1.932 0 0 1 .216-.987 1.899 1.899 0 0 1 .654-.71l.737-2.716c.042-.156.101-.301.178-.436l.015-.026a1.84 1.84 0 0 1 .635-.642 1.76 1.76 0 0 1 .406-.177 13.106 13.106 0 0 1 3.668-.52Zm-2.958 2.147L12 16.083h7.273l-.826-2.436a12.887 12.887 0 0 0-2.809-.314c-.934 0-1.872.105-2.812.314Zm-.986 4.27h2.137a.75.75 0 1 1 0 1.5H11.84a.75.75 0 0 1 0-1.5Zm7.591 0h-2.136a.75.75 0 0 0 0 1.5h2.136a.75.75 0 0 0 0-1.5Z", "clip-rule": "evenodd", fill: "var(--tiny-first-color, rgba(0,103,209,1))" } }), a("path", { attrs: { d: "m15 1.5 5 5h-3.34c-.92 0-1.66-.75-1.66-1.67V1.5ZM12 16.08l.82-2.44a12.868 12.868 0 0 1 5.62 0l.83 2.44H12Z", fill: "var(--tiny-second-color, rgba(0,103,209,0.7))" } })])]);
|
|
185
|
+
};
|
|
186
|
+
const c0 = {
|
|
187
|
+
render: e0
|
|
188
|
+
}, s0 = l({
|
|
189
|
+
name: "ColorIconIncidentalExpenses",
|
|
190
|
+
component: c0
|
|
191
|
+
});
|
|
192
|
+
var n0 = function() {
|
|
193
|
+
var t = this, r = t.$createElement, a = t._self._c || r;
|
|
194
|
+
return a("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [a("defs", [a("clipPath", { attrs: { id: "landline-phone_svg__a" } }, [a("path", { attrs: { fill: "#fff", "fill-opacity": "0", d: "M0 0h24v24H0z" } })])]), a("g", { attrs: { "clip-path": "url(#landline-phone_svg__a)", "fill-rule": "evenodd" } }, [a("path", { attrs: { d: "M2.063 4.296a2.898 2.898 0 0 0-.05.866c.168 1.938.493 3.563.977 4.876.565 2.036 1.445 3.83 2.64 5.381.38.495.794.965 1.24 1.41 1.83 1.83 4.18 3.219 7.052 4.166 1.32.492 2.958.823 4.916.992A2.896 2.896 0 0 0 22 19.098l-.004-2.378a2.873 2.873 0 0 0-.395-1.456 2.892 2.892 0 0 0-1.066-1.055 2.888 2.888 0 0 0-.97-.343 20.129 20.129 0 0 1-1.367-.26c-.512-.123-1.297-.361-2.357-.717-.51-.17-.989-.224-1.438-.16a2.446 2.446 0 0 0-1.015.386 2.369 2.369 0 0 0-.266.208 8.079 8.079 0 0 1-.563-.405 7.711 7.711 0 0 1-1.426-1.438c-.161-.214-.301-.428-.42-.642a2.367 2.367 0 0 0 .559-1.24c.063-.45.01-.93-.161-1.44-.355-1.059-.594-1.844-.717-2.356a20.14 20.14 0 0 1-.26-1.367 2.906 2.906 0 0 0-.622-1.374A2.896 2.896 0 0 0 7.28 2.004L4.9 2c-.206 0-.406.02-.602.063h-.001a2.883 2.883 0 0 0-1.447.786 2.892 2.892 0 0 0-.787 1.447Zm1.474.462a1.59 1.59 0 0 0-.03.486c.156 1.802.455 3.294.897 4.477.52 1.896 1.34 3.555 2.462 4.977.313.397.649.775 1.009 1.134 1.646 1.646 3.777 2.9 6.395 3.76 1.184.445 2.68.745 4.486.9a1.586 1.586 0 0 0 1.275-.462 1.588 1.588 0 0 0 .469-1.132l-.003-2.31a1.585 1.585 0 0 0-.383-1.035 1.59 1.59 0 0 0-.96-.541 20.767 20.767 0 0 1-1.415-.271c-.533-.127-1.33-.37-2.394-.726-.313-.105-.594-.14-.841-.105a1.096 1.096 0 0 0-.63.305 1.394 1.394 0 0 0-.316.495c-.019.048-.037.1-.054.157a2.84 2.84 0 0 1-.24-.097 5.828 5.828 0 0 1-.67-.362 8.792 8.792 0 0 1-.8-.56 8.698 8.698 0 0 1-1.608-1.625 5.979 5.979 0 0 1-.937-1.765c.201-.08.408-.2.536-.332a1.093 1.093 0 0 0 .305-.63c.035-.247 0-.528-.105-.841-.357-1.064-.599-1.862-.726-2.394a20.63 20.63 0 0 1-.27-1.414 1.592 1.592 0 0 0-1.017-1.242 1.594 1.594 0 0 0-.56-.101L5.102 3.5a1.602 1.602 0 0 0-.883.265 1.604 1.604 0 0 0-.682.993Z", "clip-rule": "evenodd", fill: "var(--tiny-first-color, rgba(0,103,209,1))" } }), a("path", { attrs: { d: "M3.5 5.1c0-.12.01-.24.03-.35.02-.09.05-.19.09-.28.04-.09.09-.17.14-.26.06-.09.13-.17.2-.25.08-.07.16-.14.25-.2.09-.05.17-.1.26-.14.09-.04.19-.07.28-.09.12-.02.23-.03.35-.03h2.31c.1 0 .2.01.3.03.09.02.17.04.26.07.08.03.16.07.24.11.08.05.16.11.23.17.14.12.26.26.35.43.1.16.16.34.19.53.1.59.19 1.06.27 1.42.13.53.37 1.33.73 2.39.11.31.14.59.11.84-.03.15-.07.28-.14.4-.04.09-.1.16-.17.23-.13.13-.33.25-.54.33.19.6.51 1.19.94 1.77.44.59.98 1.13 1.61 1.62.26.21.53.4.8.56.24.15.46.27.67.37.09.04.17.07.24.09.02-.06.03-.11.05-.16.08-.2.19-.36.32-.49.17-.17.38-.27.63-.31.25-.03.53.01.84.11 1.06.36 1.86.6 2.39.73.36.08.83.17 1.42.27.19.03.37.09.53.19.17.09.31.21.43.35a1.54 1.54 0 0 1 .38 1.03l.01 2.31c0 .22-.05.43-.13.63-.08.19-.2.36-.34.51-.15.14-.32.26-.51.34-.2.08-.41.12-.63.13-.05 0-.09-.01-.14-.01-1.81-.16-3.3-.46-4.49-.9-2.61-.86-4.74-2.12-6.39-3.76-.36-.36-.7-.74-1.01-1.14-1.12-1.42-1.94-3.08-2.46-4.97-.44-1.19-.74-2.68-.9-4.48V5.1Z", fill: "var(--tiny-second-color, rgba(0,103,209,0.7))" } })])]);
|
|
195
|
+
};
|
|
196
|
+
const o0 = {
|
|
197
|
+
render: n0
|
|
198
|
+
}, i0 = l({
|
|
199
|
+
name: "ColorIconLandlinePhone",
|
|
200
|
+
component: o0
|
|
201
|
+
});
|
|
202
|
+
var v0 = function() {
|
|
203
|
+
var t = this, r = t.$createElement, a = t._self._c || r;
|
|
204
|
+
return a("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [a("defs", [a("clipPath", { attrs: { id: "line-rental_svg__a" } }, [a("path", { attrs: { fill: "#fff", "fill-opacity": "0", d: "M0 0h24v24H0z" } })])]), a("g", { attrs: { "clip-path": "url(#line-rental_svg__a)" } }, [a("rect", { attrs: { x: "11", y: "15.5", rx: "1", width: "2", height: "5", fill: "var(--tiny-second-color, rgba(0,103,209,0.7))" } }), a("path", { attrs: { d: "M2 5.125v8.75c0 1.45 1.194 2.625 2.667 2.625h14.666c1.473 0 2.667-1.175 2.667-2.625v-8.75c0-1.45-1.194-2.625-2.667-2.625H4.667C3.194 2.5 2 3.675 2 5.125Zm3.75 3.599 3.313.013q.242 0 .413.11a.745.745 0 0 1 .27.33l.73 1.615 2.441-4.641c.116-.221.259-.358.428-.41.169-.053.364-.021.585.095q.081.043.148.102.067.059.119.134l2.298 3.31h1.755c.42 0 .75.33.75.75s-.33.75-.75.75h-2.148a.71.71 0 0 1-.615-.322l-1.818-2.617-2.58 4.906a.731.731 0 0 1-.355.334c-.227.103-.424.124-.59.061-.165-.062-.299-.207-.402-.435l-1.163-2.572-2.829-.013c-.42 0-.75-.33-.75-.75s.33-.75.75-.75Z", "clip-rule": "evenodd", fill: "var(--tiny-first-color, rgba(0,103,209,1))", "fill-rule": "evenodd" } }), a("path", { attrs: { 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", fill: "var(--tiny-first-color, rgba(0,103,209,1))", "fill-rule": "evenodd" } })])]);
|
|
205
|
+
};
|
|
206
|
+
const h0 = {
|
|
207
|
+
render: v0
|
|
208
|
+
}, f0 = l({
|
|
209
|
+
name: "ColorIconLineRental",
|
|
210
|
+
component: h0
|
|
211
|
+
});
|
|
212
|
+
var d0 = function() {
|
|
213
|
+
var t = this, r = t.$createElement, a = t._self._c || r;
|
|
214
|
+
return a("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [a("defs", [a("clipPath", { attrs: { id: "living-subsidy_svg__a" } }, [a("path", { attrs: { fill: "#fff", "fill-opacity": "0", d: "M0 0h24v24H0z" } })])]), a("g", { attrs: { "clip-path": "url(#living-subsidy_svg__a)", "clip-rule": "evenodd", "fill-rule": "evenodd" } }, [a("path", { attrs: { d: "M2.467 12.91c-.81 0-1.467-.647-1.467-1.443 0-.417.183-.813.502-1.087l9.212-7.906a1.98 1.98 0 0 1 2.572 0l9.212 7.906c.61.524.673 1.435.14 2.035a1.474 1.474 0 0 1-.87.476A7 7 0 0 0 11.138 22L6.5 21.999c-1.104 0-2-.814-2-1.818v-7.273H2.467Z", fill: "var(--tiny-second-color, rgba(0,103,209,0.7))" } }), a("path", { attrs: { d: "M11.002 17.5a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Zm6.9-3.492a.521.521 0 0 1 .728-.177.552.552 0 0 1 .173.748l-1.464 1.707h1.632c.292 0 .529.244.529.544 0 .3-.237.543-.53.543h-1.94v1.035h1.94c.293 0 .53.242.53.542 0 .3-.237.542-.53.542h-1.94v1.214c0 .3-.238.544-.53.544a.537.537 0 0 1-.53-.544v-1.214h-1.94a.535.535 0 0 1-.53-.542c0-.3.237-.542.53-.542h1.94v-1.035h-1.94a.537.537 0 0 1-.53-.543c0-.3.237-.544.53-.544h1.63l-1.463-1.707a.552.552 0 0 1 .173-.748.521.521 0 0 1 .728.177l1.402 1.607 1.402-1.607Z", fill: "var(--tiny-first-color, rgba(0,103,209,1))" } })])]);
|
|
215
|
+
};
|
|
216
|
+
const p0 = {
|
|
217
|
+
render: d0
|
|
218
|
+
}, _0 = l({
|
|
219
|
+
name: "ColorIconLivingSubsidy",
|
|
220
|
+
component: p0
|
|
221
|
+
});
|
|
222
|
+
var g0 = function() {
|
|
223
|
+
var t = this, r = t.$createElement, a = t._self._c || r;
|
|
224
|
+
return a("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [a("defs", [a("clipPath", { attrs: { id: "lodging-fees_svg__a" } }, [a("path", { attrs: { fill: "#fff", "fill-opacity": "0", d: "M0 0h24v24H0z" } })])]), a("g", { attrs: { "clip-path": "url(#lodging-fees_svg__a)", "fill-rule": "evenodd" } }, [a("path", { attrs: { d: "M21.464 12.288a1.631 1.631 0 0 0-.376-.257l-3.716-1.859a1.623 1.623 0 0 0-.36-.13 1.626 1.626 0 0 0-.711-.006h-.005a1.622 1.622 0 0 0-.553.233l-.01.007a1.638 1.638 0 0 0-.453.454l-.007.01a1.657 1.657 0 0 0-.273.914v9.618c0 .2.07.372.212.515.071.072.15.126.237.161a.714.714 0 0 0 .274.052h5.554c.2 0 .37-.071.511-.213a.705.705 0 0 0 .212-.515v-7.76c0-.156-.02-.308-.061-.453a1.657 1.657 0 0 0-.186-.418 1.634 1.634 0 0 0-.29-.353Zm-4.25 4.212h2.572c.4 0 .714-.33.714-.75s-.314-.75-.714-.75h-2.572c-.4 0-.714.33-.714.75s.314.75.714.75Z", "clip-rule": "evenodd", fill: "var(--tiny-second-color, rgba(0,103,209,0.7))" } }), a("path", { attrs: { d: "M10.392 2.13a1.695 1.695 0 0 1 .773-.125 1.658 1.658 0 0 1 .358.068c.126.039.25.093.37.162.12.07.231.152.335.247a2.366 2.366 0 0 1 .485.643 2.593 2.593 0 0 1 .233.675 2.754 2.754 0 0 1 .054.55v16.328a1.56 1.56 0 0 1-.087.515 1.405 1.405 0 0 1-.236.42 1.06 1.06 0 0 1-.553.359.929.929 0 0 1-.229.028h-7.79a.938.938 0 0 1-.43-.104 1.058 1.058 0 0 1-.352-.283 1.307 1.307 0 0 1-.236-.42A1.5 1.5 0 0 1 3 20.678V6.51a2.158 2.158 0 0 1 .135-.756c.04-.106.09-.209.149-.308.095-.16.204-.295.329-.406a1.462 1.462 0 0 1 .418-.264l6.361-2.645Zm-.106 7.37H5.714c-.4 0-.714-.33-.714-.75S5.314 8 5.714 8h4.572c.4 0 .714.33.714.75s-.314.75-.714.75Zm-4.572 3h4.572c.4 0 .714-.33.714-.75s-.314-.75-.714-.75H5.714c-.4 0-.714.33-.714.75s.314.75.714.75Z", "clip-rule": "evenodd", fill: "var(--tiny-first-color, rgba(0,103,209,1))" } }), a("path", { attrs: { d: "M22.94 21.34c.04-.11.06-.22.06-.34 0-.07-.01-.14-.03-.21-.01-.06-.03-.12-.05-.18-.03-.06-.06-.12-.09-.17a.443.443 0 0 0-.12-.15.934.934 0 0 0-.31-.22c-.06-.02-.12-.04-.18-.05-.06-.02-.13-.02-.2-.02H1.86c-.11.02-.28.07-.38.13-.09.05-.18.13-.26.22-.07.09-.13.19-.17.3A.99.99 0 0 0 1 21c0 .06 0 .13.02.2.01.06.03.12.05.18.03.06.06.12.09.17.03.06.07.11.12.15.05.05.09.09.15.13.05.03.1.06.16.09.06.02.12.04.18.05.06.02.13.03.2.03l20.16-.01c.11-.02.28-.07.38-.13.09-.05.18-.13.26-.22.07-.09.13-.19.17-.3Z", fill: "var(--tiny-first-color, rgba(0,103,209,1))" } })])]);
|
|
225
|
+
};
|
|
226
|
+
const m0 = {
|
|
227
|
+
render: g0
|
|
228
|
+
}, u0 = l({
|
|
229
|
+
name: "ColorIconLodgingFees",
|
|
230
|
+
component: m0
|
|
231
|
+
});
|
|
232
|
+
var w0 = function() {
|
|
233
|
+
var t = this, r = t.$createElement, a = t._self._c || r;
|
|
234
|
+
return a("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [a("defs", [a("clipPath", { attrs: { id: "maintenance-service_svg__a" } }, [a("path", { attrs: { fill: "#fff", "fill-opacity": "0", d: "M0 0h24v24H0z" } })])]), a("g", { attrs: { "clip-path": "url(#maintenance-service_svg__a)", "fill-rule": "evenodd" } }, [a("path", { attrs: { d: "M11.773 3c2.145 0 4.35.31 6.616.927a2.279 2.279 0 0 1 1.286.905c.13.187.232.393.303.618l.776 2.466a5.919 5.919 0 0 0-2.075-.415l-.483-1.535a.518.518 0 0 0-.102-.184.661.661 0 0 0-.184-.13c-2.098-.572-4.165-.869-6.137-.869a19.557 19.557 0 0 0-3.913.392h-.001a19.22 19.22 0 0 0-1.744.443.526.526 0 0 0-.177.109.712.712 0 0 0-.127.212L4.329 10.65c2.889-.417 5.446-.626 7.671-.626.518 0 1.053.012 1.607.034l-.017.025a6.162 6.162 0 0 0-1.117 3.039 6.113 6.113 0 0 0 .062 1.527l-.42.422H9.088a.68.68 0 0 0-.688.688.68.68 0 0 0 .688.687h1.662l-.263.265a3.392 3.392 0 0 0-.976 2.68H7.223l-.744 1.268a.668.668 0 0 1-.258.25.724.724 0 0 1-.357.091H2.982a1.716 1.716 0 0 1-.866-.235 1.63 1.63 0 0 1-.628-.68 1.542 1.542 0 0 1-.15-.58l-.334-6.082a2.424 2.424 0 0 1 .169-1.03v-.001a2.543 2.543 0 0 1 .206-.402 2.49 2.49 0 0 1 .487-.564c.112-.095.23-.181.355-.256l1.807-5.745c.054-.172.126-.333.215-.484a2.288 2.288 0 0 1 .35-.447 2.276 2.276 0 0 1 .956-.575 21.167 21.167 0 0 1 2.044-.512h.001l.002-.001A21.505 21.505 0 0 1 11.774 3ZM17 19.77l.521.889a.668.668 0 0 0 .258.25.738.738 0 0 0 .357.092l2.882-.001a1.715 1.715 0 0 0 .866-.235 1.63 1.63 0 0 0 .628-.68 1.538 1.538 0 0 0 .15-.58l.097-1.76-.05.05a6.129 6.129 0 0 1-2.967 1.655 6.008 6.008 0 0 1-2.473.05l-.269.27ZM2.802 15.071h3.143a.68.68 0 0 1 .687.688.68.68 0 0 1-.687.687H2.802a.68.68 0 0 1-.688-.687.68.68 0 0 1 .688-.688Z", "clip-rule": "evenodd", fill: "var(--tiny-second-color, rgba(0,103,209,0.7))" } }), a("path", { attrs: { d: "M14.12 15.22a4.05 4.05 0 0 1-.12-.47c-.05-.25-.08-.5-.1-.76 0-.19 0-.38.02-.57a4.31 4.31 0 0 1 .29-1.28c.07-.2.16-.39.27-.58.08-.15.17-.29.27-.43.15-.22.32-.43.51-.62.21-.21.43-.39.67-.56.14-.09.27-.17.42-.25.2-.11.41-.21.63-.29.19-.07.39-.12.59-.17.24-.05.47-.08.71-.09.19-.01.38-.01.57 0 .26.02.51.06.76.12.17.04.34.09.5.16.15.05.24.13.29.23.04.09.04.22-.02.36-.01.03-.09.14-.1.16l-1.46 1.47c-.12.12-.21.25-.27.41-.06.14-.09.3-.09.46-.01.16.02.31.08.45.03.07.06.14.1.2.05.07.1.14.16.2a1.152 1.152 0 0 0 .8.34c.15 0 .3-.02.44-.07.14-.06.34-.2.46-.3l1.45-1.46c.22-.22.44-.22.65 0 .05.04.09.1.11.16.15.41.24.83.27 1.27.03.43 0 .86-.09 1.28-.09.44-.24.85-.45 1.24-.08.16-.18.31-.28.46-.16.22-.33.43-.53.63-.31.32-.67.58-1.05.8-.38.2-.78.36-1.2.45a3.858 3.858 0 0 1-1.24.11c-.43-.02-.9-.12-1.3-.25l-2.52 2.54c-.19.18-.4.33-.64.43-.24.09-.48.14-.74.14-.13 0-.26-.01-.39-.04-.11-.02-.23-.06-.34-.1-.24-.1-.46-.25-.65-.43-.09-.1-.18-.21-.25-.33-.07-.1-.13-.21-.17-.32-.1-.24-.14-.48-.14-.74 0-.25.04-.5.14-.73.1-.25.24-.46.42-.65l2.56-2.58Z", fill: "var(--tiny-first-color, rgba(0,103,209,1))" } })])]);
|
|
235
|
+
};
|
|
236
|
+
const y0 = {
|
|
237
|
+
render: w0
|
|
238
|
+
}, C0 = l({
|
|
239
|
+
name: "ColorIconMaintenanceService",
|
|
240
|
+
component: y0
|
|
241
|
+
});
|
|
242
|
+
var Z0 = function() {
|
|
243
|
+
var t = this, r = t.$createElement, a = t._self._c || r;
|
|
244
|
+
return a("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [a("defs", [a("clipPath", { attrs: { id: "meal-allowance_svg__a" } }, [a("path", { attrs: { fill: "#fff", "fill-opacity": "0", d: "M0 0h24v24H0z" } })])]), a("g", { attrs: { "clip-path": "url(#meal-allowance_svg__a)", "fill-rule": "evenodd" } }, [a("path", { attrs: { d: "M14.05 5.83c0-.56-.44-1-1-1s-1 .44-1 1v5.24c0 .56.44 1 1 1s1-.44 1-1V5.83Zm-3.34.6v4.64c0 .56-.44 1-1 1s-1-.44-1-1V6.43c0-.56.44-1 1-1s1 .44 1 1Zm-3.34.59c0-.56-.44-1-1-1s-1 .44-1 1v4.05c0 .56.44 1 1 1s1-.44 1-1V7.02Z", fill: "var(--tiny-second-color, rgba(0,103,209,0.7))", "fill-opacity": ".5" } }), a("path", { attrs: { d: "M21.36 11H2.69c-.23 0-.41.05-.52.17-.12.12-.17.29-.17.53 0 1.64.33 2.67 1.01 3.94.14.26.29.51.45.75.96 1.41 2.38 2.96 4.26 3.82l.19.28c.1.16.24.28.4.37.16.09.34.14.53.14h6.31c.1-.01.2-.02.29-.04.08-.03.16-.06.24-.1.16-.09.3-.21.4-.37l.17-.26c1.12-.4 2.08-1.41 2.89-2.17.39-.38.75-.79 1.06-1.25.99-1.42 1.59-2.82 1.79-5.05.04-.46-.17-.72-.63-.76ZM21.28 3.15 2.38 6.47c-.5.09-.81.59-.71 1.14.1.56.56.92 1.06.83l18.89-3.32c.5-.09.81-.59.71-1.14-.09-.55-.56-.92-1.05-.83Z", fill: "var(--tiny-first-color, rgba(0,103,209,1))" } })])]);
|
|
245
|
+
};
|
|
246
|
+
const M0 = {
|
|
247
|
+
render: Z0
|
|
248
|
+
}, x0 = l({
|
|
249
|
+
name: "ColorIconMealAllowance",
|
|
250
|
+
component: M0
|
|
251
|
+
});
|
|
252
|
+
var H0 = function() {
|
|
253
|
+
var t = this, r = t.$createElement, a = t._self._c || r;
|
|
254
|
+
return a("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [a("defs", [a("clipPath", { attrs: { id: "meal-subsidy_svg__a" } }, [a("path", { attrs: { fill: "#fff", "fill-opacity": "0", d: "M0 0h24v24H0z" } })])]), a("g", { attrs: { "clip-path": "url(#meal-subsidy_svg__a)", "fill-rule": "evenodd" } }, [a("path", { attrs: { d: "M11 7.15V2.43c0-.07-.01-.13-.02-.19l-.06-.18a.597.597 0 0 0-.09-.15.526.526 0 0 0-.12-.14c-.04-.05-.09-.08-.14-.12-.05-.03-.1-.06-.16-.08-.06-.03-.12-.04-.18-.06-.06-.01-.13-.01-.2-.01-.06 0-.13 0-.19.01-.06.02-.12.03-.18.06-.06.02-.11.05-.16.08-.05.04-.1.07-.14.12-.05.04-.09.09-.12.14-.04.05-.07.1-.09.15l-.06.18c-.01.06-.02.12-.02.19v4.72c0 .25-.03.48-.1.71a2.597 2.597 0 0 1-.75 1.15c-.18.16-.4.3-.63.41l-.28.13c-.13.05-.24.12-.34.21-.1.08-.18.18-.26.3-.07.11-.13.23-.16.35-.02.07-.04.14-.05.2-.01-.07.07-.13.05-.2-.04-.12-.19-.24-.26-.36a1.38 1.38 0 0 0-.28-.31c-.1-.08-.2-.14-.32-.19l-.31-.14c-.22-.11-.43-.24-.6-.39-.18-.16-.33-.33-.47-.53a2.437 2.437 0 0 1-.39-1.34V2.43c0-.07-.01-.13-.02-.19l-.06-.18a.597.597 0 0 0-.09-.15.526.526 0 0 0-.12-.14c-.04-.05-.09-.08-.14-.12-.05-.03-.1-.06-.16-.08-.06-.03-.12-.04-.18-.06-.06-.01-.13-.01-.19-.01-.07 0-.14 0-.2.01-.06.02-.12.03-.18.06-.06.02-.11.05-.16.08-.05.04-.1.07-.14.12-.05.04-.09.09-.12.14-.04.05-.07.1-.09.15-.02.06-.04.12-.05.18C2 2.3 2 2.36 2 2.43v4.72c0 .23.01.46.05.68.03.19.07.37.13.55.05.19.12.37.21.55a4.21 4.21 0 0 0 .67 1.04c.14.15.28.3.44.43.11.1.23.19.35.28.22.16.59.29.84.41l.09 9.56a1.722 1.722 0 0 0 .15.72c.04.1.1.2.16.3.07.1.15.19.25.28.09.09.18.17.29.24.1.06.2.11.31.16.11.04.22.08.34.1.13.03.08.05.22.05s.13-.02.26-.05c.11-.02.22-.06.34-.1.1-.05.21-.1.31-.16a2.172 2.172 0 0 0 .53-.52c.07-.1.12-.2.17-.3.05-.11.08-.22.11-.33.03-.13.04-.26.04-.39v-9.56c.2-.09.54-.19.72-.3.17-.11.34-.23.49-.37.16-.13.31-.28.44-.43.14-.16.26-.32.38-.49a4.398 4.398 0 0 0 .65-1.66c.04-.23.06-.46.06-.69Zm-3.54.27V2.43c0-.07-.01-.13-.02-.19l-.06-.18a.597.597 0 0 0-.09-.15.526.526 0 0 0-.12-.14c-.04-.05-.09-.08-.14-.12a.797.797 0 0 0-.16-.08c-.06-.03-.12-.04-.18-.06-.06-.01-.13-.01-.19-.01-.07 0-.14 0-.2.01-.06.02-.12.03-.18.06-.06.02-.11.05-.16.08-.05.04-.1.07-.14.12-.05.04-.09.09-.12.14-.04.05-.07.1-.09.15l-.06.18c-.01.06-.02.12-.02.19v4.99c0 .07.01.13.02.19.02.06.04.12.06.17.02.06.05.11.09.16.03.05.07.1.12.14.04.04.09.08.14.12.05.03.1.06.16.08.06.02.12.04.18.05.06.02.13.02.2.02.06 0 .13 0 .19-.02.06-.01.12-.03.18-.05.06-.02.11-.05.16-.08.05-.04.1-.08.14-.12.05-.04.09-.09.12-.14.04-.05.07-.1.09-.16.02-.05.04-.11.06-.17.01-.06.02-.12.02-.19Z", fill: "var(--tiny-first-color, rgba(0,103,209,1))" } }), a("path", { attrs: { d: "M21.8 8.92c.13-.53.2-1.05.2-1.57 0-.69-.11-1.39-.33-2.09-.18-.59-.42-1.14-.73-1.64-.04-.07-.08-.13-.12-.2-.37-.57-.79-1.02-1.25-1.36-.48-.34-.97-.53-1.47-.56h-.33c-.48.04-.94.23-1.4.56-.46.33-.87.78-1.23 1.35a6.85 6.85 0 0 0-.83 1.84c-.21.68-.31 1.37-.31 2.06 0 .52.06 1.09.18 1.61.08.36.19.7.32 1.04.05.14.12.28.18.41.22.46.48.87.78 1.24.26.32.55.59.86.81v8.19c0 .12.01.24.03.35.02.13.06.26.11.38.03.09.07.17.12.25.07.12.15.24.25.34.08.09.16.16.25.23s.18.12.29.17c.11.06.23.1.35.13.1.02.2.03.3.04l.11-.01c.11-.01.24-.03.34-.06.1-.03.2-.06.29-.11.09-.05.18-.11.26-.17.09-.07.17-.14.24-.23.07-.09.14-.18.2-.28.05-.09.09-.19.13-.29.04-.1.07-.19.09-.3.02-.12.03-.25.03-.38l-.01-8.32c.28-.2.53-.45.78-.74.3-.36.57-.78.8-1.24.12-.24.22-.49.31-.75.09-.23.16-.46.21-.7Z", fill: "var(--tiny-second-color, rgba(0,103,209,0.7))" } }), a("path", { attrs: { d: "M7.23 9.54c-.21.09-.45.14-.73.14-.29 0-.53-.05-.74-.14-.03-.01-.06-.03-.1-.03-.03-.01-.06-.01-.09-.01-.16 0-.3.07-.41.2-.11.14-.16.3-.16.5v10.46c0 .13.01.26.03.39.02.11.05.22.08.32.04.11.08.21.13.3.06.1.12.2.19.29.08.08.15.16.24.23.07.06.15.12.24.16.09.05.18.08.27.1.1.03.21.05.32.05.1 0 .21-.02.31-.05.09-.02.18-.05.27-.1.09-.04.17-.1.24-.16.09-.07.16-.15.24-.23.07-.09.13-.19.19-.29.05-.09.09-.19.13-.3a2.579 2.579 0 0 0 .12-.71V10.2c0-.04-.01-.08-.01-.12l-.03-.12a.642.642 0 0 0-.29-.4.46.46 0 0 0-.44-.02Zm-1.09 1.52c.11.01.23.02.36.02.12 0 .24-.01.35-.02v9.6c0 .06 0 .11-.02.16-.02.06-.05.1-.08.15-.04.04-.07.07-.12.09a.22.22 0 0 1-.13.04.23.23 0 0 1-.14-.04.345.345 0 0 1-.12-.09c-.03-.05-.06-.09-.08-.15-.02-.05-.02-.1-.02-.16v-9.6Z", fill: "var(--tiny-first-color, rgba(0,103,209,1))" } })])]);
|
|
255
|
+
};
|
|
256
|
+
const I0 = {
|
|
257
|
+
render: H0
|
|
258
|
+
}, b0 = l({
|
|
259
|
+
name: "ColorIconMealSubsidy",
|
|
260
|
+
component: I0
|
|
261
|
+
});
|
|
262
|
+
var $0 = function() {
|
|
263
|
+
var t = this, r = t.$createElement, a = t._self._c || r;
|
|
264
|
+
return a("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [a("defs", [a("clipPath", { attrs: { id: "meeting-expenses_svg__a" } }, [a("path", { attrs: { fill: "#fff", "fill-opacity": "0", d: "M0 0h24v24H0z" } })])]), a("g", { attrs: { "clip-path": "url(#meeting-expenses_svg__a)", "fill-rule": "evenodd" } }, [a("path", { attrs: { d: "M15.638 11.14c-.12-.045-.226-.088-.321-.124a6.19 6.19 0 0 0 .177-.257c.154-.1.298-.221.432-.362a2.713 2.713 0 0 0 .71-2.326 2.75 2.75 0 0 0-.235-.677 6.395 6.395 0 0 0-.203-1.565 4.366 4.366 0 0 0-.75-1.56 3.778 3.778 0 0 0-.497-.532c.44-.46 1.09-.737 1.999-.737 2.047 0 2.773 1.404 2.773 3.137 0 .095-.003.19-.008.285.25.212.336.643.187 1.068-.126.357-.384.617-.66.7a3.373 3.373 0 0 1-.325.51l-.041.056c-.524.723-.492 1.232.099 1.527.061.03.131.062.207.094l.162.066.177.068.823.306.224.087.226.092.226.098.225.103c.928.444 1.751 1.051 1.748 1.955l.002.187.005.354v.245c-.013.547-.114.92-.65.942h-2.394a2.834 2.834 0 0 0-.077-.448 3.031 3.031 0 0 0-.512-1.055c-.296-.4-.701-.764-1.216-1.093a9.1 9.1 0 0 0-1.318-.68c-.281-.12-.68-.275-1.195-.464ZM4.046 14.88c.013-.146.037-.29.072-.43.094-.377.266-.734.517-1.072.296-.4.701-.765 1.216-1.094.366-.234.805-.46 1.318-.68.28-.12.679-.274 1.194-.464l.325-.12a4.798 4.798 0 0 1-.18-.261 2.471 2.471 0 0 1-.431-.363 2.688 2.688 0 0 1-.595-.976 2.664 2.664 0 0 1-.157-.925c.002-.141.016-.282.041-.423a2.31 2.31 0 0 1 .191-.591l.015-.03a6.856 6.856 0 0 1 .232-1.622c.16-.598.41-1.118.75-1.56.15-.195.316-.372.496-.53C8.61 3.278 7.96 3 7.05 3 5.002 3 4.276 4.404 4.276 6.137c0 .095.003.19.009.286-.25.211-.337.642-.188 1.067.126.357.384.617.66.7.078.15.165.292.262.425l.064.084c.361.48.485.868.37 1.165-.065.17-.207.309-.427.419l-.134.062-.153.064-.169.067-.914.34-.223.088-.113.045-.227.095c-1.056.455-2.09 1.095-2.086 2.108l-.007.58v.16c.009.572.1.966.65.988h2.396Z", "clip-rule": "evenodd", fill: "var(--tiny-second-color, rgba(0,103,209,0.7))" } }), a("path", { attrs: { d: "M12 4.08c2.23 0 3.02 1.53 3.02 3.42 0 .1 0 .21-.01.31.28.23.37.7.21 1.16-.14.39-.42.68-.72.77-.09.16-.18.32-.29.46l-.07.09c-.62.83-.6 1.4.06 1.73 1.08.54 4.39 1.24 4.39 3.13v.26c.01.91.06 1.6-.7 1.63H6.11c-.84-.04-.71-.85-.71-1.89 0-1.89 3.31-2.59 4.39-3.13.64-.32.68-.88.11-1.66l-.05-.07c-.13-.17-.25-.35-.35-.55-.3-.09-.59-.38-.72-.77-.17-.46-.07-.93.2-1.16-.01-.1-.01-.21-.01-.31 0-1.89.79-3.42 3.03-3.42Z", fill: "var(--tiny-first-color, rgba(0,103,209,1))" } }), a("path", { attrs: { d: "M1.91 19.2h20.17a.9.9 0 0 1 .92.9c0 .5-.41.9-.92.9H1.91c-.51 0-.91-.4-.91-.9 0-.51.4-.9.91-.9Z", fill: "var(--tiny-second-color, rgba(0,103,209,0.7))" } })])]);
|
|
265
|
+
};
|
|
266
|
+
const E0 = {
|
|
267
|
+
render: $0
|
|
268
|
+
}, A0 = l({
|
|
269
|
+
name: "ColorIconMeetingExpenses",
|
|
270
|
+
component: E0
|
|
271
|
+
});
|
|
272
|
+
var V0 = function() {
|
|
273
|
+
var t = this, r = t.$createElement, a = t._self._c || r;
|
|
274
|
+
return a("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [a("defs", [a("clipPath", { attrs: { id: "newspaper-subscription_svg__a" } }, [a("path", { attrs: { fill: "#fff", "fill-opacity": "0", d: "M0 0h24v24H0z" } })])]), a("g", { attrs: { "clip-path": "url(#newspaper-subscription_svg__a)", "fill-rule": "evenodd" } }, [a("path", { attrs: { d: "M6 2H4.727A2.727 2.727 0 0 0 2 4.727v14.546A2.727 2.727 0 0 0 4.727 22h14.546A2.727 2.727 0 0 0 22 19.273V4.727A2.727 2.727 0 0 0 19.273 2H12v8.8a.498.498 0 0 1-.85.352c-.65-.652-1.524-1.533-2.058-2.095-.03-.031-.072-.032-.103 0-.557.57-1.473 1.468-2.144 2.122A.498.498 0 0 1 6 10.822V2Z", "clip-rule": "evenodd", fill: "var(--tiny-first-color, rgba(0,103,209,1))" } }), a("path", { attrs: { d: "M6 2v8.82c0 .44.52.66.84.35.67-.65 1.59-1.55 2.14-2.12.03-.03.08-.03.11 0 .53.56 1.4 1.45 2.05 2.1.32.31.86.09.86-.36V2H6Z", fill: "var(--tiny-second-color, rgba(0,103,209,0.7))", "fill-opacity": ".5" } })])]);
|
|
275
|
+
};
|
|
276
|
+
const F0 = {
|
|
277
|
+
render: V0
|
|
278
|
+
}, P0 = l({
|
|
279
|
+
name: "ColorIconNewspaperSubscription",
|
|
280
|
+
component: F0
|
|
281
|
+
});
|
|
282
|
+
var B0 = function() {
|
|
283
|
+
var t = this, r = t.$createElement, a = t._self._c || r;
|
|
284
|
+
return a("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [a("defs", [a("clipPath", { attrs: { id: "office-equipments_svg__a" } }, [a("path", { attrs: { fill: "#fff", "fill-opacity": "0", d: "M0 0h24v24H0z" } })])]), a("g", { attrs: { "clip-path": "url(#office-equipments_svg__a)", "fill-rule": "evenodd" } }, [a("path", { attrs: { d: "M8.68 2h6.63c.7 0 1.27.58 1.27 1.31v1.88H7.41V3.31c0-.73.57-1.31 1.27-1.31Z", fill: "var(--tiny-second-color, rgba(0,103,209,0.7))" } }), a("path", { attrs: { d: "M4.703 7h14.594C20.79 7 22 8.168 22 9.609v6.782c0 1.206-.848 2.221-2 2.52v-.392a3.534 3.534 0 0 0-.416-1.671 3.902 3.902 0 0 0-.381-.593 4.207 4.207 0 0 0-.676-.685 4.576 4.576 0 0 0-.587-.403 5.1 5.1 0 0 0-2.541-.667H8.6a5.246 5.246 0 0 0-1.68.277 4.843 4.843 0 0 0-.86.39c-.207.119-.403.254-.588.403a4.208 4.208 0 0 0-.676.685 3.898 3.898 0 0 0-.381.593A3.531 3.531 0 0 0 4 18.519v.392c-1.152-.299-2-1.314-2-2.52V9.61C2 8.168 3.21 7 4.703 7Zm11.88 3.144a1.814 1.814 0 0 1 1.833-1.753 1.83 1.83 0 0 1 1.834 1.826 1.83 1.83 0 0 1-1.834 1.826c-1.013 0-1.87-.924-1.832-1.899Z", "clip-rule": "evenodd", fill: "var(--tiny-first-color, rgba(0,103,209,1))" } }), a("path", { attrs: { d: "M8 16h8c1.38 0 2.5 1.11 2.5 2.5v1A2.5 2.5 0 0 1 16 22H8c-1.39 0-2.5-1.12-2.5-2.5v-1C5.5 17.11 6.61 16 8 16Z", fill: "var(--tiny-second-color, rgba(0,103,209,0.7))" } }), a("path", { attrs: { d: "M17.5 10.18c.01-.49.4-.88.91-.88a.915.915 0 1 1 0 1.83c-.51 0-.93-.47-.91-.95Z", fill: "var(--tiny-first-color, rgba(0,103,209,1))" } })])]);
|
|
285
|
+
};
|
|
286
|
+
const L0 = {
|
|
287
|
+
render: B0
|
|
288
|
+
}, z0 = l({
|
|
289
|
+
name: "ColorIconOfficeEquipments",
|
|
290
|
+
component: L0
|
|
291
|
+
});
|
|
292
|
+
var S0 = function() {
|
|
293
|
+
var t = this, r = t.$createElement, a = t._self._c || r;
|
|
294
|
+
return a("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [a("defs", [a("clipPath", { attrs: { id: "office-supplies_svg__a" } }, [a("path", { attrs: { fill: "#fff", "fill-opacity": "0", d: "M0 0h24v24H0z" } })])]), a("g", { attrs: { "clip-path": "url(#office-supplies_svg__a)", "clip-rule": "evenodd", "fill-rule": "evenodd" } }, [a("path", { attrs: { d: "M19.584 7.141 9.88 16.873a.867.867 0 0 0-.194.276L7.882 21H5.5a3 3 0 0 1-3-3V4.999a3 3 0 0 1 3-3h11.084a3 3 0 0 1 3 3V7.14Zm-6.08-.891h-8c-.42 0-.75.33-.75.75s.33.75.75.75h8c.42 0 .75-.33.75-.75s-.33-.75-.75-.75Zm-8.002 3h6c.42 0 .75.33.75.75s-.33.75-.75.75h-6c-.42 0-.75-.33-.75-.75s.33-.75.75-.75Zm14.082 7.483V18a3 3 0 0 1-3 3h-1.256l4.256-4.267Z", fill: "var(--tiny-second-color, rgba(0,103,209,0.7))" } }), a("path", { attrs: { d: "M21.875 9.58a2.07 2.07 0 0 0-2.896.023l-.306.306 2.92 2.93.305-.307c.394-.395.61-.921.605-1.481a2.057 2.057 0 0 0-.628-1.47Zm-3.945 1.075 2.92 2.928-6.37 6.388a.533.533 0 0 1-.2.128l-4.032 1.852a.526.526 0 0 1-.593-.108.529.529 0 0 1-.102-.595l1.894-4.042a.517.517 0 0 1 .118-.168l6.365-6.383Z", fill: "var(--tiny-first-color, rgba(0,103,209,1))" } })])]);
|
|
295
|
+
};
|
|
296
|
+
const q0 = {
|
|
297
|
+
render: S0
|
|
298
|
+
}, T0 = l({
|
|
299
|
+
name: "ColorIconOfficeSupplies",
|
|
300
|
+
component: q0
|
|
301
|
+
});
|
|
302
|
+
var O0 = function() {
|
|
303
|
+
var t = this, r = t.$createElement, a = t._self._c || r;
|
|
304
|
+
return a("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [a("defs", [a("clipPath", { attrs: { id: "others_svg__a" } }, [a("path", { attrs: { fill: "#fff", "fill-opacity": "0", d: "M0 0h24v24H0z" } })])]), a("g", { attrs: { "clip-path": "url(#others_svg__a)", "clip-rule": "evenodd", "fill-rule": "evenodd" } }, [a("path", { attrs: { d: "M12 1.25C6.063 1.25 1.25 6.063 1.25 12S6.063 22.75 12 22.75 22.75 17.937 22.75 12 17.937 1.25 12 1.25ZM7.5 12a1.5 1.5 0 1 0-2.998-.002A1.5 1.5 0 0 0 7.5 12Zm6 0a1.5 1.5 0 1 0-2.998-.002A1.5 1.5 0 0 0 13.5 12Zm4.5-1.5a1.5 1.5 0 1 1 .002 2.998A1.5 1.5 0 0 1 18 10.5Z", fill: "var(--tiny-first-color, rgba(0,103,209,1))" } }), a("path", { attrs: { d: "M6 10.5a1.5 1.5 0 1 1 .002 2.998A1.5 1.5 0 0 1 6 10.5Zm6 0a1.5 1.5 0 1 1 .002 2.998A1.5 1.5 0 0 1 12 10.5Zm7.5 1.5a1.5 1.5 0 1 0-2.998-.002A1.5 1.5 0 0 0 19.5 12Z", fill: "var(--tiny-second-color, rgba(0,103,209,0.7))", "fill-opacity": ".5" } })])]);
|
|
305
|
+
};
|
|
306
|
+
const R0 = {
|
|
307
|
+
render: O0
|
|
308
|
+
}, D0 = l({
|
|
309
|
+
name: "ColorIconOthers",
|
|
310
|
+
component: R0
|
|
311
|
+
});
|
|
312
|
+
var G0 = function() {
|
|
313
|
+
var t = this, r = t.$createElement, a = t._self._c || r;
|
|
314
|
+
return a("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [a("defs", [a("clipPath", { attrs: { id: "phone-bills_svg__a" } }, [a("path", { attrs: { fill: "#fff", "fill-opacity": "0", d: "M0 0h24v24H0z" } })])]), a("g", { attrs: { "clip-path": "url(#phone-bills_svg__a)" } }, [a("path", { attrs: { 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(--tiny-first-color, rgba(0,103,209,1))", "fill-rule": "evenodd" } }), a("path", { attrs: { 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(--tiny-second-color, rgba(0,103,209,0.7))", "fill-rule": "evenodd", opacity: ".7" } })])]);
|
|
315
|
+
};
|
|
316
|
+
const N0 = {
|
|
317
|
+
render: G0
|
|
318
|
+
}, Q0 = l({
|
|
319
|
+
name: "ColorIconPhoneBills",
|
|
320
|
+
component: N0
|
|
321
|
+
});
|
|
322
|
+
var j0 = function() {
|
|
323
|
+
var t = this, r = t.$createElement, a = t._self._c || r;
|
|
324
|
+
return a("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [a("defs", [a("clipPath", { attrs: { id: "physical-examination_svg__a" } }, [a("path", { attrs: { fill: "#fff", "fill-opacity": "0", d: "M0 0h24v24H0z" } })])]), a("g", { attrs: { "clip-path": "url(#physical-examination_svg__a)" } }, [a("path", { attrs: { 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(--tiny-second-color, rgba(0,103,209,0.7))", "fill-opacity": ".5", "fill-rule": "evenodd" } }), a("path", { attrs: { 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(--tiny-first-color, rgba(0,103,209,1))", "fill-rule": "evenodd" } }), a("circle", { attrs: { cx: "19.25", cy: "15", r: "3", fill: "var(--tiny-first-color, rgba(0,103,209,1))" } })])]);
|
|
325
|
+
};
|
|
326
|
+
const k0 = {
|
|
327
|
+
render: j0
|
|
328
|
+
}, J0 = l({
|
|
329
|
+
name: "ColorIconPhysicalExamination",
|
|
330
|
+
component: k0
|
|
331
|
+
});
|
|
332
|
+
var K0 = function() {
|
|
333
|
+
var t = this, r = t.$createElement, a = t._self._c || r;
|
|
334
|
+
return a("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [a("defs", [a("clipPath", { attrs: { id: "private-vehicle-allowance_svg__a" } }, [a("path", { attrs: { fill: "#fff", "fill-opacity": "0", d: "M0 0h24v24H0z" } })])]), a("g", { attrs: { "clip-path": "url(#private-vehicle-allowance_svg__a)", "fill-rule": "evenodd" } }, [a("path", { attrs: { 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(--tiny-second-color, rgba(0,103,209,0.7))" } }), a("path", { attrs: { 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(--tiny-first-color, rgba(0,103,209,1))" } })])]);
|
|
335
|
+
};
|
|
336
|
+
const U0 = {
|
|
337
|
+
render: K0
|
|
338
|
+
}, W0 = l({
|
|
339
|
+
name: "ColorIconPrivateVehicleAllowance",
|
|
340
|
+
component: U0
|
|
341
|
+
});
|
|
342
|
+
var X0 = function() {
|
|
343
|
+
var t = this, r = t.$createElement, a = t._self._c || r;
|
|
344
|
+
return a("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [a("defs", [a("clipPath", { attrs: { id: "service-charges_svg__a" } }, [a("path", { attrs: { fill: "#fff", "fill-opacity": "0", d: "M0 0h24v24H0z" } })])]), a("g", { attrs: { "clip-path": "url(#service-charges_svg__a)", "fill-rule": "evenodd" } }, [a("path", { attrs: { 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(--tiny-first-color, rgba(0,103,209,1))" } }), a("path", { attrs: { d: "M3.93 3h16.13C21.68 3 23 4.34 23 6v2H1V6c0-1.66 1.31-3 2.93-3Z", fill: "var(--tiny-second-color, rgba(0,103,209,0.7))" } })])]);
|
|
345
|
+
};
|
|
346
|
+
const Y0 = {
|
|
347
|
+
render: X0
|
|
348
|
+
}, a1 = l({
|
|
349
|
+
name: "ColorIconServiceCharges",
|
|
350
|
+
component: Y0
|
|
351
|
+
});
|
|
352
|
+
var t1 = function() {
|
|
353
|
+
var t = this, r = t.$createElement, a = t._self._c || r;
|
|
354
|
+
return a("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [a("defs", [a("clipPath", { attrs: { id: "taxi-fares_svg__a" } }, [a("path", { attrs: { fill: "#fff", "fill-opacity": "0", d: "M0 0h24v24H0z" } })])]), a("g", { attrs: { "clip-path": "url(#taxi-fares_svg__a)", "fill-rule": "evenodd" } }, [a("path", { attrs: { 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(--tiny-second-color, rgba(0,103,209,0.7))", "fill-opacity": ".5" } }), a("path", { attrs: { 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(--tiny-first-color, rgba(0,103,209,1))" } })])]);
|
|
355
|
+
};
|
|
356
|
+
const r1 = {
|
|
357
|
+
render: t1
|
|
358
|
+
}, l1 = l({
|
|
359
|
+
name: "ColorIconTaxiFares",
|
|
360
|
+
component: r1
|
|
361
|
+
});
|
|
362
|
+
var e1 = function() {
|
|
363
|
+
var t = this, r = t.$createElement, a = t._self._c || r;
|
|
364
|
+
return a("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [a("defs", [a("clipPath", { attrs: { id: "train-fares_svg__a" } }, [a("path", { attrs: { fill: "#fff", "fill-opacity": "0", d: "M0 0h24v24H0z" } })])]), a("g", { attrs: { "clip-path": "url(#train-fares_svg__a)", "fill-rule": "evenodd" } }, [a("path", { attrs: { d: "M19 3v10h-2.5l-8-10H19Z", fill: "var(--tiny-second-color, rgba(0,103,209,0.7))", "fill-opacity": ".5" } }), a("path", { attrs: { d: "M16.5 13H5V3h3.5l8 10Z", fill: "var(--tiny-second-color, rgba(0,103,209,0.7))" } }), a("path", { attrs: { 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(--tiny-first-color, rgba(0,103,209,1))" } })])]);
|
|
365
|
+
};
|
|
366
|
+
const c1 = {
|
|
367
|
+
render: e1
|
|
368
|
+
}, s1 = l({
|
|
369
|
+
name: "ColorIconTrainFares",
|
|
370
|
+
component: c1
|
|
371
|
+
});
|
|
372
|
+
var n1 = function() {
|
|
373
|
+
var t = this, r = t.$createElement, a = t._self._c || r;
|
|
374
|
+
return a("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [a("defs", [a("clipPath", { attrs: { id: "training-fees_svg__a" } }, [a("path", { attrs: { fill: "#fff", "fill-opacity": "0", d: "M0 0h24v24H0z" } })])]), a("g", { attrs: { "clip-path": "url(#training-fees_svg__a)", "fill-rule": "evenodd" } }, [a("path", { attrs: { 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(--tiny-second-color, rgba(0,103,209,0.7))" } }), a("path", { attrs: { 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(--tiny-first-color, rgba(0,103,209,1))" } })])]);
|
|
375
|
+
};
|
|
376
|
+
const o1 = {
|
|
377
|
+
render: n1
|
|
378
|
+
}, i1 = l({
|
|
379
|
+
name: "ColorIconTrainingFees",
|
|
380
|
+
component: o1
|
|
381
|
+
});
|
|
382
|
+
var v1 = function() {
|
|
383
|
+
var t = this, r = t.$createElement, a = t._self._c || r;
|
|
384
|
+
return a("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [a("defs", [a("clipPath", { attrs: { id: "travel-expenses_svg__a" } }, [a("path", { attrs: { fill: "#fff", "fill-opacity": "0", d: "M0 0h24v24H0z" } })])]), a("g", { attrs: { "clip-path": "url(#travel-expenses_svg__a)", "fill-rule": "evenodd" } }, [a("path", { attrs: { d: "M23 17.63c0 .462-.094.904-.281 1.326a3.34 3.34 0 0 1-.758 1.072 3.482 3.482 0 0 1-1.11.713c-.43.172-.878.259-1.347.259H4.496c-.274 0-.54-.03-.8-.088l-.009-.002a3.593 3.593 0 0 1-1.2-.52l-.001-.002a3.49 3.49 0 0 1-.96-.978 3.356 3.356 0 0 1-.456-1.103A3.269 3.269 0 0 1 1 17.63V6.37c0-.23.023-.457.07-.677l.002-.007a3.263 3.263 0 0 1 .454-1.096 3.51 3.51 0 0 1 .961-.98 3.512 3.512 0 0 1 1.2-.52l.008-.002c.26-.059.527-.088.801-.088h15.008c.469 0 .918.087 1.348.26.417.168.786.405 1.11.712a3.34 3.34 0 0 1 .968 1.72c.047.221.07.447.07.678v11.26ZM6.88 14.597a.852.852 0 0 1 .09-.148l-.03-.074c-.012-.027-.044-.143-.052-.171a4.884 4.884 0 0 1-.09-.938V13.1l-2.993.355a.652.652 0 0 1-.535-.177c-.156-.142-.249-.41-.27-.634v-.219a.888.888 0 0 1 .136-.474c.09-.142.21-.241.358-.297l3.303-1.26v-2.09a1.41 1.41 0 0 1 .105-.532 1.353 1.353 0 0 1 .27-.414 1.226 1.226 0 0 1 .38-.263 1.124 1.124 0 0 1 1.125.131 1.22 1.22 0 0 1 .328.36 1.353 1.353 0 0 1 .198.717v2.092l3.303 1.258a.722.722 0 0 1 .358.298.845.845 0 0 1 .136.474v.22a.834.834 0 0 1-.213.575c-.143.16-.39.235-.592.235l-2.992-.355v.168a4.952 4.952 0 0 1-.09.937c-.007.03-.044.142-.052.17l-.031.075a.852.852 0 0 1 .09.148l.586 1.196c.074.149.102.308.086.477a.863.863 0 0 1-.173.447.679.679 0 0 1-1.026.085L8 16.23l-.593.572a.694.694 0 0 1-.286.172.679.679 0 0 1-.74-.257.845.845 0 0 1-.173-.447.874.874 0 0 1 .086-.477l.585-1.196ZM15 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(--tiny-first-color, rgba(0,103,209,1))" } }), a("path", { attrs: { d: "M15 9.25h5a.749.749 0 1 1 0 1.5h-5c-.42 0-.75-.33-.75-.75s.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(--tiny-second-color, rgba(0,103,209,0.7))", "fill-opacity": ".5" } })])]);
|
|
385
|
+
};
|
|
386
|
+
const h1 = {
|
|
387
|
+
render: v1
|
|
388
|
+
}, f1 = l({
|
|
389
|
+
name: "ColorIconTravelExpenses",
|
|
390
|
+
component: h1
|
|
391
|
+
});
|
|
392
|
+
var d1 = function() {
|
|
393
|
+
var t = this, r = t.$createElement, a = t._self._c || r;
|
|
394
|
+
return a("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [a("defs", [a("clipPath", { attrs: { id: "venue-hospitality-fees_svg__a" } }, [a("path", { attrs: { fill: "#fff", "fill-opacity": "0", d: "M0 0h24v24H0z" } })])]), a("g", { attrs: { "clip-path": "url(#venue-hospitality-fees_svg__a)", "fill-rule": "evenodd" } }, [a("path", { attrs: { 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(--tiny-second-color, rgba(0,103,209,0.7))" } }), a("path", { attrs: { 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(--tiny-first-color, rgba(0,103,209,1))" } }), a("path", { attrs: { 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(--tiny-first-color, rgba(0,103,209,1))" } }), a("path", { attrs: { d: "M12 22a2 2 0 1 0 0-4c-1.11 0-2 .89-2 2a2 2 0 0 0 2 2Z", fill: "var(--tiny-first-color, rgba(0,103,209,1))" } })])]);
|
|
395
|
+
};
|
|
396
|
+
const p1 = {
|
|
397
|
+
render: d1
|
|
398
|
+
}, _1 = l({
|
|
399
|
+
name: "ColorIconVenueHospitalityFees",
|
|
400
|
+
component: p1
|
|
401
|
+
});
|
|
402
|
+
var g1 = function() {
|
|
403
|
+
var t = this, r = t.$createElement, a = t._self._c || r;
|
|
404
|
+
return a("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [a("defs", [a("clipPath", { attrs: { id: "venue-rental-fees_svg__a" } }, [a("path", { attrs: { fill: "#fff", "fill-opacity": "0", d: "M0 0h24v24H0z" } })])]), a("g", { attrs: { "clip-path": "url(#venue-rental-fees_svg__a)", "clip-rule": "evenodd", "fill-rule": "evenodd" } }, [a("path", { attrs: { 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(--tiny-first-color, rgba(0,103,209,1))" } }), a("path", { attrs: { 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(--tiny-second-color, rgba(0,103,209,0.7))" } })])]);
|
|
405
|
+
};
|
|
406
|
+
const m1 = {
|
|
407
|
+
render: g1
|
|
408
|
+
}, u1 = l({
|
|
409
|
+
name: "ColorIconVenueRentalFees",
|
|
410
|
+
component: m1
|
|
411
|
+
});
|
|
412
|
+
var w1 = function() {
|
|
413
|
+
var t = this, r = t.$createElement, a = t._self._c || r;
|
|
414
|
+
return a("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [a("defs", [a("clipPath", { attrs: { id: "visa-fees_svg__a" } }, [a("path", { attrs: { fill: "#fff", "fill-opacity": "0", d: "M0 0h24v24H0z" } })])]), a("g", { attrs: { "clip-path": "url(#visa-fees_svg__a)", "fill-rule": "evenodd" } }, [a("path", { attrs: { 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(--tiny-first-color, rgba(0,103,209,1))" } }), a("path", { attrs: { d: "M8 19.25h8a.749.749 0 1 1 0 1.5H8c-.42 0-.75-.33-.75-.75s.33-.75.75-.75Z", fill: "var(--tiny-second-color, rgba(0,103,209,0.7))", "fill-opacity": ".5" } })])]);
|
|
415
|
+
};
|
|
416
|
+
const y1 = {
|
|
417
|
+
render: w1
|
|
418
|
+
}, C1 = l({
|
|
419
|
+
name: "ColorIconVisaFees",
|
|
420
|
+
component: y1
|
|
421
|
+
}), M1 = {
|
|
422
|
+
ColorIconActivitys: s,
|
|
423
|
+
ColorIconAdministrativeFees: i,
|
|
424
|
+
ColorIconAirFares: f,
|
|
425
|
+
ColorIconApply: _,
|
|
426
|
+
ColorIconArchives: u,
|
|
427
|
+
ColorIconBaggageFees: C,
|
|
428
|
+
ColorIconCarInsurance: x,
|
|
429
|
+
ColorIconCarRental: b,
|
|
430
|
+
ColorIconCeremonyFees: A,
|
|
431
|
+
ColorIconConolences: P,
|
|
432
|
+
ColorIconEntertainmentExpense: z,
|
|
433
|
+
ColorIconExpertConsultationFees: T,
|
|
434
|
+
ColorIconExpertTeachingFees: D,
|
|
435
|
+
ColorIconExpressDelivery: Q,
|
|
436
|
+
ColorIconFerryFares: J,
|
|
437
|
+
ColorIconFuelCost: W,
|
|
438
|
+
ColorIconGiftCost: a0,
|
|
439
|
+
ColorIconHousingSubsidy: l0,
|
|
440
|
+
ColorIconIncidentalExpenses: s0,
|
|
441
|
+
ColorIconLandlinePhone: i0,
|
|
442
|
+
ColorIconLineRental: f0,
|
|
443
|
+
ColorIconLivingSubsidy: _0,
|
|
444
|
+
ColorIconLodgingFees: u0,
|
|
445
|
+
ColorIconMaintenanceService: C0,
|
|
446
|
+
ColorIconMealAllowance: x0,
|
|
447
|
+
ColorIconMealSubsidy: b0,
|
|
448
|
+
ColorIconMeetingExpenses: A0,
|
|
449
|
+
ColorIconNewspaperSubscription: P0,
|
|
450
|
+
ColorIconOfficeEquipments: z0,
|
|
451
|
+
ColorIconOfficeSupplies: T0,
|
|
452
|
+
ColorIconOthers: D0,
|
|
453
|
+
ColorIconPhoneBills: Q0,
|
|
454
|
+
ColorIconPhysicalExamination: J0,
|
|
455
|
+
ColorIconPrivateVehicleAllowance: W0,
|
|
456
|
+
ColorIconServiceCharges: a1,
|
|
457
|
+
ColorIconTaxiFares: l1,
|
|
458
|
+
ColorIconTrainFares: s1,
|
|
459
|
+
ColorIconTrainingFees: i1,
|
|
460
|
+
ColorIconTravelExpenses: f1,
|
|
461
|
+
ColorIconVenueHospitalityFees: _1,
|
|
462
|
+
ColorIconVenueRentalFees: u1,
|
|
463
|
+
ColorIconVisaFees: C1
|
|
464
|
+
};
|
|
465
|
+
export {
|
|
466
|
+
s as ColorIconActivitys,
|
|
467
|
+
i as ColorIconAdministrativeFees,
|
|
468
|
+
f as ColorIconAirFares,
|
|
469
|
+
_ as ColorIconApply,
|
|
470
|
+
u as ColorIconArchives,
|
|
471
|
+
C as ColorIconBaggageFees,
|
|
472
|
+
x as ColorIconCarInsurance,
|
|
473
|
+
b as ColorIconCarRental,
|
|
474
|
+
A as ColorIconCeremonyFees,
|
|
475
|
+
P as ColorIconConolences,
|
|
476
|
+
z as ColorIconEntertainmentExpense,
|
|
477
|
+
T as ColorIconExpertConsultationFees,
|
|
478
|
+
D as ColorIconExpertTeachingFees,
|
|
479
|
+
Q as ColorIconExpressDelivery,
|
|
480
|
+
J as ColorIconFerryFares,
|
|
481
|
+
W as ColorIconFuelCost,
|
|
482
|
+
a0 as ColorIconGiftCost,
|
|
483
|
+
l0 as ColorIconHousingSubsidy,
|
|
484
|
+
s0 as ColorIconIncidentalExpenses,
|
|
485
|
+
i0 as ColorIconLandlinePhone,
|
|
486
|
+
f0 as ColorIconLineRental,
|
|
487
|
+
_0 as ColorIconLivingSubsidy,
|
|
488
|
+
u0 as ColorIconLodgingFees,
|
|
489
|
+
C0 as ColorIconMaintenanceService,
|
|
490
|
+
x0 as ColorIconMealAllowance,
|
|
491
|
+
b0 as ColorIconMealSubsidy,
|
|
492
|
+
A0 as ColorIconMeetingExpenses,
|
|
493
|
+
P0 as ColorIconNewspaperSubscription,
|
|
494
|
+
z0 as ColorIconOfficeEquipments,
|
|
495
|
+
T0 as ColorIconOfficeSupplies,
|
|
496
|
+
D0 as ColorIconOthers,
|
|
497
|
+
Q0 as ColorIconPhoneBills,
|
|
498
|
+
J0 as ColorIconPhysicalExamination,
|
|
499
|
+
W0 as ColorIconPrivateVehicleAllowance,
|
|
500
|
+
a1 as ColorIconServiceCharges,
|
|
501
|
+
l1 as ColorIconTaxiFares,
|
|
502
|
+
s1 as ColorIconTrainFares,
|
|
503
|
+
i1 as ColorIconTrainingFees,
|
|
504
|
+
f1 as ColorIconTravelExpenses,
|
|
505
|
+
_1 as ColorIconVenueHospitalityFees,
|
|
506
|
+
u1 as ColorIconVenueRentalFees,
|
|
507
|
+
C1 as ColorIconVisaFees,
|
|
508
|
+
M1 as default
|
|
509
|
+
};
|