@nr1e/qwik-icons 0.0.33 → 0.0.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. package/lib/components/brands/flex-pay-icon.qwik.cjs +22 -0
  2. package/lib/components/brands/flex-pay-icon.qwik.mjs +22 -0
  3. package/lib/components/brands/flex-pay-logo-stacked.qwik.cjs +50 -0
  4. package/lib/components/brands/flex-pay-logo-stacked.qwik.mjs +50 -0
  5. package/lib/components/brands/flex-pay-logo.qwik.cjs +50 -0
  6. package/lib/components/brands/flex-pay-logo.qwik.mjs +50 -0
  7. package/lib/components/icons/mdi-database-outline.qwik.cjs +16 -0
  8. package/lib/components/icons/mdi-database-outline.qwik.mjs +16 -0
  9. package/lib/components/icons/mdi-database-search-outline.qwik.cjs +16 -0
  10. package/lib/components/icons/mdi-database-search-outline.qwik.mjs +16 -0
  11. package/lib/components/icons/mdi-database-search.qwik.cjs +16 -0
  12. package/lib/components/icons/mdi-database-search.qwik.mjs +16 -0
  13. package/lib/components/icons/mdi-database-view-outline.qwik.cjs +16 -0
  14. package/lib/components/icons/mdi-database-view-outline.qwik.mjs +16 -0
  15. package/lib/components/icons/mdi-database-view.qwik.cjs +16 -0
  16. package/lib/components/icons/mdi-database-view.qwik.mjs +16 -0
  17. package/lib/components/icons/mdi-database.qwik.cjs +16 -0
  18. package/lib/components/icons/mdi-database.qwik.mjs +16 -0
  19. package/lib/components/icons/mdi-pageview-outline.qwik.cjs +16 -0
  20. package/lib/components/icons/mdi-pageview-outline.qwik.mjs +16 -0
  21. package/lib/components/icons/mdi-pageview.qwik.cjs +16 -0
  22. package/lib/components/icons/mdi-pageview.qwik.mjs +16 -0
  23. package/lib/components/icons/mdi-print-view.qwik.cjs +16 -0
  24. package/lib/components/icons/mdi-print-view.qwik.mjs +16 -0
  25. package/lib/index.qwik.cjs +24 -0
  26. package/lib/index.qwik.mjs +24 -0
  27. package/lib-types/components/brands/flex-pay-icon.d.ts +2 -0
  28. package/lib-types/components/brands/flex-pay-logo-stacked.d.ts +2 -0
  29. package/lib-types/components/brands/flex-pay-logo.d.ts +2 -0
  30. package/lib-types/components/icons/mdi-database-outline.d.ts +2 -0
  31. package/lib-types/components/icons/mdi-database-search-outline.d.ts +2 -0
  32. package/lib-types/components/icons/mdi-database-search.d.ts +2 -0
  33. package/lib-types/components/icons/mdi-database-view-outline.d.ts +2 -0
  34. package/lib-types/components/icons/mdi-database-view.d.ts +2 -0
  35. package/lib-types/components/icons/mdi-database.d.ts +2 -0
  36. package/lib-types/components/icons/mdi-pageview-outline.d.ts +2 -0
  37. package/lib-types/components/icons/mdi-pageview.d.ts +2 -0
  38. package/lib-types/components/icons/mdi-print-view.d.ts +2 -0
  39. package/lib-types/index.d.ts +12 -0
  40. package/package.json +4 -4
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const jsxRuntime = require("@builder.io/qwik/jsx-runtime");
4
+ const qwik = require("@builder.io/qwik");
5
+ const svg = require("../svg.qwik.cjs");
6
+ const FlexPayIcon = qwik.component$((props) => {
7
+ return /* @__PURE__ */ jsxRuntime.jsxs(svg.Svg, {
8
+ ...props,
9
+ viewBox: "0 0 50 50",
10
+ children: [
11
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
12
+ d: "M27.3793 3.05354V29.7973C27.3793 36.5435 21.9181 42.0047 15.1719 42.0047C14.28848 42.0047 13.45859 41.8977 12.6287 41.737C15.7609 44.9763 20.1245 46.9841 24.9967 46.9841C34.4735 46.9841 42.1834 39.3009 42.1834 29.7973V3.05354H27.3793Z",
13
+ fill: "#169E03"
14
+ }),
15
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
16
+ d: "M15.1719 37.1861C11.10278 37.1861 7.81 33.8933 7.81 29.8242V7.79197H22.5338V29.8242C22.5338 33.8933 19.241 37.1861 15.1719 37.1861Z",
17
+ fill: "#0E680E"
18
+ })
19
+ ]
20
+ });
21
+ });
22
+ exports.FlexPayIcon = FlexPayIcon;
@@ -0,0 +1,22 @@
1
+ import { jsxs, jsx } from "@builder.io/qwik/jsx-runtime";
2
+ import { component$ } from "@builder.io/qwik";
3
+ import { Svg } from "../svg.qwik.mjs";
4
+ const FlexPayIcon = component$((props) => {
5
+ return /* @__PURE__ */ jsxs(Svg, {
6
+ ...props,
7
+ viewBox: "0 0 50 50",
8
+ children: [
9
+ /* @__PURE__ */ jsx("path", {
10
+ d: "M27.3793 3.05354V29.7973C27.3793 36.5435 21.9181 42.0047 15.1719 42.0047C14.28848 42.0047 13.45859 41.8977 12.6287 41.737C15.7609 44.9763 20.1245 46.9841 24.9967 46.9841C34.4735 46.9841 42.1834 39.3009 42.1834 29.7973V3.05354H27.3793Z",
11
+ fill: "#169E03"
12
+ }),
13
+ /* @__PURE__ */ jsx("path", {
14
+ d: "M15.1719 37.1861C11.10278 37.1861 7.81 33.8933 7.81 29.8242V7.79197H22.5338V29.8242C22.5338 33.8933 19.241 37.1861 15.1719 37.1861Z",
15
+ fill: "#0E680E"
16
+ })
17
+ ]
18
+ });
19
+ });
20
+ export {
21
+ FlexPayIcon
22
+ };
@@ -0,0 +1,50 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const jsxRuntime = require("@builder.io/qwik/jsx-runtime");
4
+ const qwik = require("@builder.io/qwik");
5
+ const svg = require("../svg.qwik.cjs");
6
+ const FlexPayLogoStacked = qwik.component$((props) => {
7
+ return /* @__PURE__ */ jsxRuntime.jsxs(svg.Svg, {
8
+ ...props,
9
+ viewBox: "0 0 120 88",
10
+ children: [
11
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
12
+ d: "M62.61 0.897379V30.7353C62.61 38.2619 56.517 44.355 48.9903 44.355C48.0047 44.355 47.0788 44.2355 46.1529 44.0563C49.6474 47.6703 54.5159 49.9104 59.9518 49.9104C70.525 49.9104 79.1269 41.3383 79.1269 30.7353V0.897379H62.61Z",
13
+ fill: "#169E03"
14
+ }),
15
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
16
+ d: "M48.9903 38.9788C44.4504 38.9788 40.7767 35.3051 40.7767 30.7652V6.18401H57.204V30.7652C57.204 35.3051 53.5302 38.9788 48.9903 38.9788Z",
17
+ fill: "#0E680E"
18
+ }),
19
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
20
+ d: "M50.6399 70.673L57.0228 61.9346H52.9245L48.52 68.1056L44.1391 61.9346H39.9466L46.3531 70.7436L39.664 79.9059H43.7387L48.4258 73.311L53.113 79.9059H57.329L50.6399 70.673Z",
21
+ fill: "#0E680E"
22
+ }),
23
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
24
+ d: "M78.3623 70.932C78.3623 76.6084 74.1697 80.4241 69.4591 80.4241C66.7504 80.4241 64.4893 79.4819 62.9348 77.8568V86.3831H59.1662V61.9346H62.9348V64.0073C64.4893 62.3821 66.7269 61.44 69.4591 61.44C74.1697 61.44 78.3623 65.2792 78.3623 70.932ZM74.7115 70.932C74.7115 67.1635 72.1442 64.7846 68.8467 64.7846C65.8789 64.7846 62.9348 67.187 62.9348 70.932C62.9348 74.677 65.8789 77.0795 68.8467 77.0795C72.1442 77.0795 74.7115 74.7241 74.7115 70.932Z",
25
+ fill: "#169E03"
26
+ }),
27
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
28
+ d: "M99.1129 79.9059H95.3443V77.8332C93.7898 79.4584 91.5287 80.4005 88.82 80.4005C84.1093 80.4005 79.9168 76.6084 79.9168 70.9085C79.9168 65.2086 84.1093 61.4165 88.82 61.4165C91.5287 61.4165 93.7898 62.3586 95.3443 63.9838V61.9111H99.1129V79.9059ZM95.3679 70.9321C95.3679 67.1635 92.4237 64.7846 89.456 64.7846C86.1585 64.7846 83.5912 67.1871 83.5912 70.9321C83.5912 74.6771 86.1585 77.0795 89.456 77.0795C92.4237 77.0795 95.3679 74.7242 95.3679 70.9321Z",
29
+ fill: "#169E03"
30
+ }),
31
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
32
+ d: "M35.1652 74.7712C33.8934 76.6791 32.0797 77.1501 30.3132 77.1501C27.6753 77.1501 25.2493 75.1481 24.8724 71.8271H39.4284V70.5316C39.24 65.1379 35.2595 61.44 30.4546 61.44C25.3906 61.44 21.151 65.2321 21.151 70.9556C21.151 76.6791 25.4141 80.4005 30.3132 80.4005C34.2938 80.4005 37.4735 78.5162 38.9573 74.7477H35.1652V74.7712ZM30.4546 64.761C32.9277 64.761 34.9768 66.2214 35.5657 69.142H24.9902C25.5554 66.2449 28.0992 64.761 30.4546 64.761Z",
33
+ fill: "#0E680E"
34
+ }),
35
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
36
+ d: "M116.352 61.9346V70.6423C116.328 74.2884 113.502 76.5919 110.63 76.5919C107.439 76.5919 104.954 74.312 104.954 70.6423V61.9346H101.421V70.6423C101.421 76.1138 105.479 79.8282 110.037 79.8282C112.658 79.8282 114.847 78.9167 116.352 77.3433V77.7767C116.352 80.9917 114.277 83.7475 110.996 83.7475C107.715 83.7475 106.506 82.379 105.206 80.3511L102.403 82.1977C103.793 84.7956 105.913 87.052 110.996 87.052C116.42 87.052 120 82.9255 120 77.8662V61.9346H116.354H116.352Z",
37
+ fill: "#169E03"
38
+ }),
39
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
40
+ d: "M18.9841 50.205H15.3098V79.9059H18.9841V50.205Z",
41
+ fill: "#0E680E"
42
+ }),
43
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
44
+ d: "M6.73628 57.7657C6.73628 54.6095 8.43213 53.4789 10.6933 53.4789C11.7296 53.4789 12.5069 53.6438 13.1428 53.9029V50.6996C12.5304 50.4641 11.5647 50.205 10.1044 50.205C6.10034 50.205 3.13261 52.7017 3.13261 57.8834V60.691H0V63.8943H3.13261V79.8823H6.73628V63.8943H12.4127V60.691H6.73628V57.7657Z",
45
+ fill: "#0E680E"
46
+ })
47
+ ]
48
+ });
49
+ });
50
+ exports.FlexPayLogoStacked = FlexPayLogoStacked;
@@ -0,0 +1,50 @@
1
+ import { jsxs, jsx } from "@builder.io/qwik/jsx-runtime";
2
+ import { component$ } from "@builder.io/qwik";
3
+ import { Svg } from "../svg.qwik.mjs";
4
+ const FlexPayLogoStacked = component$((props) => {
5
+ return /* @__PURE__ */ jsxs(Svg, {
6
+ ...props,
7
+ viewBox: "0 0 120 88",
8
+ children: [
9
+ /* @__PURE__ */ jsx("path", {
10
+ d: "M62.61 0.897379V30.7353C62.61 38.2619 56.517 44.355 48.9903 44.355C48.0047 44.355 47.0788 44.2355 46.1529 44.0563C49.6474 47.6703 54.5159 49.9104 59.9518 49.9104C70.525 49.9104 79.1269 41.3383 79.1269 30.7353V0.897379H62.61Z",
11
+ fill: "#169E03"
12
+ }),
13
+ /* @__PURE__ */ jsx("path", {
14
+ d: "M48.9903 38.9788C44.4504 38.9788 40.7767 35.3051 40.7767 30.7652V6.18401H57.204V30.7652C57.204 35.3051 53.5302 38.9788 48.9903 38.9788Z",
15
+ fill: "#0E680E"
16
+ }),
17
+ /* @__PURE__ */ jsx("path", {
18
+ d: "M50.6399 70.673L57.0228 61.9346H52.9245L48.52 68.1056L44.1391 61.9346H39.9466L46.3531 70.7436L39.664 79.9059H43.7387L48.4258 73.311L53.113 79.9059H57.329L50.6399 70.673Z",
19
+ fill: "#0E680E"
20
+ }),
21
+ /* @__PURE__ */ jsx("path", {
22
+ d: "M78.3623 70.932C78.3623 76.6084 74.1697 80.4241 69.4591 80.4241C66.7504 80.4241 64.4893 79.4819 62.9348 77.8568V86.3831H59.1662V61.9346H62.9348V64.0073C64.4893 62.3821 66.7269 61.44 69.4591 61.44C74.1697 61.44 78.3623 65.2792 78.3623 70.932ZM74.7115 70.932C74.7115 67.1635 72.1442 64.7846 68.8467 64.7846C65.8789 64.7846 62.9348 67.187 62.9348 70.932C62.9348 74.677 65.8789 77.0795 68.8467 77.0795C72.1442 77.0795 74.7115 74.7241 74.7115 70.932Z",
23
+ fill: "#169E03"
24
+ }),
25
+ /* @__PURE__ */ jsx("path", {
26
+ d: "M99.1129 79.9059H95.3443V77.8332C93.7898 79.4584 91.5287 80.4005 88.82 80.4005C84.1093 80.4005 79.9168 76.6084 79.9168 70.9085C79.9168 65.2086 84.1093 61.4165 88.82 61.4165C91.5287 61.4165 93.7898 62.3586 95.3443 63.9838V61.9111H99.1129V79.9059ZM95.3679 70.9321C95.3679 67.1635 92.4237 64.7846 89.456 64.7846C86.1585 64.7846 83.5912 67.1871 83.5912 70.9321C83.5912 74.6771 86.1585 77.0795 89.456 77.0795C92.4237 77.0795 95.3679 74.7242 95.3679 70.9321Z",
27
+ fill: "#169E03"
28
+ }),
29
+ /* @__PURE__ */ jsx("path", {
30
+ d: "M35.1652 74.7712C33.8934 76.6791 32.0797 77.1501 30.3132 77.1501C27.6753 77.1501 25.2493 75.1481 24.8724 71.8271H39.4284V70.5316C39.24 65.1379 35.2595 61.44 30.4546 61.44C25.3906 61.44 21.151 65.2321 21.151 70.9556C21.151 76.6791 25.4141 80.4005 30.3132 80.4005C34.2938 80.4005 37.4735 78.5162 38.9573 74.7477H35.1652V74.7712ZM30.4546 64.761C32.9277 64.761 34.9768 66.2214 35.5657 69.142H24.9902C25.5554 66.2449 28.0992 64.761 30.4546 64.761Z",
31
+ fill: "#0E680E"
32
+ }),
33
+ /* @__PURE__ */ jsx("path", {
34
+ d: "M116.352 61.9346V70.6423C116.328 74.2884 113.502 76.5919 110.63 76.5919C107.439 76.5919 104.954 74.312 104.954 70.6423V61.9346H101.421V70.6423C101.421 76.1138 105.479 79.8282 110.037 79.8282C112.658 79.8282 114.847 78.9167 116.352 77.3433V77.7767C116.352 80.9917 114.277 83.7475 110.996 83.7475C107.715 83.7475 106.506 82.379 105.206 80.3511L102.403 82.1977C103.793 84.7956 105.913 87.052 110.996 87.052C116.42 87.052 120 82.9255 120 77.8662V61.9346H116.354H116.352Z",
35
+ fill: "#169E03"
36
+ }),
37
+ /* @__PURE__ */ jsx("path", {
38
+ d: "M18.9841 50.205H15.3098V79.9059H18.9841V50.205Z",
39
+ fill: "#0E680E"
40
+ }),
41
+ /* @__PURE__ */ jsx("path", {
42
+ d: "M6.73628 57.7657C6.73628 54.6095 8.43213 53.4789 10.6933 53.4789C11.7296 53.4789 12.5069 53.6438 13.1428 53.9029V50.6996C12.5304 50.4641 11.5647 50.205 10.1044 50.205C6.10034 50.205 3.13261 52.7017 3.13261 57.8834V60.691H0V63.8943H3.13261V79.8823H6.73628V63.8943H12.4127V60.691H6.73628V57.7657Z",
43
+ fill: "#0E680E"
44
+ })
45
+ ]
46
+ });
47
+ });
48
+ export {
49
+ FlexPayLogoStacked
50
+ };
@@ -0,0 +1,50 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const jsxRuntime = require("@builder.io/qwik/jsx-runtime");
4
+ const qwik = require("@builder.io/qwik");
5
+ const svg = require("../svg.qwik.cjs");
6
+ const FlexPayLogo = qwik.component$((props) => {
7
+ return /* @__PURE__ */ jsxRuntime.jsxs(svg.Svg, {
8
+ ...props,
9
+ viewBox: "0 0 186 50",
10
+ children: [
11
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
12
+ d: "M104.166 26.2636L111.421 16.3317H106.763L101.757 23.3456L96.7773 16.3317H92.0122L99.2938 26.3439L91.6909 36.7577H96.3222L101.65 29.2619L106.977 36.7577H111.769L104.166 26.2636Z",
13
+ fill: "#0E680E"
14
+ }),
15
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
16
+ d: "M22.5693 3.05354V29.7973C22.5693 36.5435 17.1081 42.0047 10.3619 42.0047C9.47848 42.0047 8.64859 41.8977 7.8187 41.737C10.9509 44.9763 15.3145 46.9841 20.1867 46.9841C29.6635 46.9841 37.3734 39.3009 37.3734 29.7973V3.05354H22.5693Z",
17
+ fill: "#169E03"
18
+ }),
19
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
20
+ d: "M10.3619 37.1861C6.29278 37.1861 3 33.8933 3 29.8242V7.79197H17.7238V29.8242C17.7238 33.8933 14.431 37.1861 10.3619 37.1861Z",
21
+ fill: "#0E680E"
22
+ }),
23
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
24
+ d: "M135.675 26.5581C135.675 33.0098 130.91 37.3467 125.556 37.3467C122.477 37.3467 119.907 36.2758 118.14 34.4287V44.1196H113.857V16.3318H118.14V18.6876C119.907 16.8404 122.45 15.7696 125.556 15.7696C130.91 15.7696 135.675 20.1332 135.675 26.5581ZM131.526 26.5581C131.526 22.2748 128.608 19.571 124.86 19.571C121.487 19.571 118.14 22.3016 118.14 26.5581C118.14 30.8146 121.487 33.5452 124.86 33.5452C128.608 33.5452 131.526 30.8682 131.526 26.5581Z",
25
+ fill: "#169E03"
26
+ }),
27
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
28
+ d: "M159.26 36.7577H154.977V34.4019C153.21 36.2491 150.64 37.3199 147.561 37.3199C142.207 37.3199 137.442 33.0099 137.442 26.5314C137.442 20.0529 142.207 15.7428 147.561 15.7428C150.64 15.7428 153.21 16.8137 154.977 18.6608V16.305H159.26V36.7577ZM155.003 26.5581C155.003 22.2749 151.657 19.571 148.284 19.571C144.536 19.571 141.618 22.3016 141.618 26.5581C141.618 30.8147 144.536 33.5453 148.284 33.5453C151.657 33.5453 155.003 30.8682 155.003 26.5581Z",
29
+ fill: "#169E03"
30
+ }),
31
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
32
+ d: "M86.5777 30.9217C85.1321 33.0901 83.0708 33.6256 81.063 33.6256C78.0647 33.6256 75.3073 31.3501 74.879 27.5754H91.4232V26.103C91.209 19.9726 86.6848 15.7696 81.2236 15.7696C75.4679 15.7696 70.6492 20.0796 70.6492 26.5849C70.6492 33.0901 75.4947 37.3199 81.063 37.3199C85.5872 37.3199 89.2013 35.1782 90.8878 30.895H86.5777V30.9217ZM81.2236 19.5442C84.0345 19.5442 86.3636 21.204 87.0328 24.5236H75.0128C75.6553 21.2308 78.5466 19.5442 81.2236 19.5442Z",
33
+ fill: "#0E680E"
34
+ }),
35
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
36
+ d: "M178.853 16.3317V26.2288C178.826 30.3729 175.614 32.9911 172.351 32.9911C168.723 32.9911 165.899 30.3997 165.899 26.2288V16.3317H161.883V26.2288C161.883 32.4476 166.496 36.6694 171.676 36.6694C174.656 36.6694 177.143 35.6333 178.853 33.8451V34.3376C178.853 37.9918 176.495 41.124 172.766 41.124C169.036 41.124 167.663 39.5686 166.185 37.2637L163 39.3625C164.579 42.3153 166.989 44.8799 172.766 44.8799C178.931 44.8799 183 40.1897 183 34.4394V16.3317H178.856H178.853Z",
37
+ fill: "#169E03"
38
+ }),
39
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
40
+ d: "M68.1864 3H64.0102V36.7577H68.1864V3Z",
41
+ fill: "#0E680E"
42
+ }),
43
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
44
+ d: "M54.2657 11.5934C54.2657 8.0061 56.1931 6.72111 58.7631 6.72111C59.941 6.72111 60.8244 6.9085 61.5473 7.20298V3.56218C60.8512 3.29448 59.7536 3 58.0939 3C53.5429 3 50.1698 5.83768 50.1698 11.7272V14.9183H46.6093V18.5591H50.1698V36.7309H54.2657V18.5591H60.7174V14.9183H54.2657V11.5934Z",
45
+ fill: "#0E680E"
46
+ })
47
+ ]
48
+ });
49
+ });
50
+ exports.FlexPayLogo = FlexPayLogo;
@@ -0,0 +1,50 @@
1
+ import { jsxs, jsx } from "@builder.io/qwik/jsx-runtime";
2
+ import { component$ } from "@builder.io/qwik";
3
+ import { Svg } from "../svg.qwik.mjs";
4
+ const FlexPayLogo = component$((props) => {
5
+ return /* @__PURE__ */ jsxs(Svg, {
6
+ ...props,
7
+ viewBox: "0 0 186 50",
8
+ children: [
9
+ /* @__PURE__ */ jsx("path", {
10
+ d: "M104.166 26.2636L111.421 16.3317H106.763L101.757 23.3456L96.7773 16.3317H92.0122L99.2938 26.3439L91.6909 36.7577H96.3222L101.65 29.2619L106.977 36.7577H111.769L104.166 26.2636Z",
11
+ fill: "#0E680E"
12
+ }),
13
+ /* @__PURE__ */ jsx("path", {
14
+ d: "M22.5693 3.05354V29.7973C22.5693 36.5435 17.1081 42.0047 10.3619 42.0047C9.47848 42.0047 8.64859 41.8977 7.8187 41.737C10.9509 44.9763 15.3145 46.9841 20.1867 46.9841C29.6635 46.9841 37.3734 39.3009 37.3734 29.7973V3.05354H22.5693Z",
15
+ fill: "#169E03"
16
+ }),
17
+ /* @__PURE__ */ jsx("path", {
18
+ d: "M10.3619 37.1861C6.29278 37.1861 3 33.8933 3 29.8242V7.79197H17.7238V29.8242C17.7238 33.8933 14.431 37.1861 10.3619 37.1861Z",
19
+ fill: "#0E680E"
20
+ }),
21
+ /* @__PURE__ */ jsx("path", {
22
+ d: "M135.675 26.5581C135.675 33.0098 130.91 37.3467 125.556 37.3467C122.477 37.3467 119.907 36.2758 118.14 34.4287V44.1196H113.857V16.3318H118.14V18.6876C119.907 16.8404 122.45 15.7696 125.556 15.7696C130.91 15.7696 135.675 20.1332 135.675 26.5581ZM131.526 26.5581C131.526 22.2748 128.608 19.571 124.86 19.571C121.487 19.571 118.14 22.3016 118.14 26.5581C118.14 30.8146 121.487 33.5452 124.86 33.5452C128.608 33.5452 131.526 30.8682 131.526 26.5581Z",
23
+ fill: "#169E03"
24
+ }),
25
+ /* @__PURE__ */ jsx("path", {
26
+ d: "M159.26 36.7577H154.977V34.4019C153.21 36.2491 150.64 37.3199 147.561 37.3199C142.207 37.3199 137.442 33.0099 137.442 26.5314C137.442 20.0529 142.207 15.7428 147.561 15.7428C150.64 15.7428 153.21 16.8137 154.977 18.6608V16.305H159.26V36.7577ZM155.003 26.5581C155.003 22.2749 151.657 19.571 148.284 19.571C144.536 19.571 141.618 22.3016 141.618 26.5581C141.618 30.8147 144.536 33.5453 148.284 33.5453C151.657 33.5453 155.003 30.8682 155.003 26.5581Z",
27
+ fill: "#169E03"
28
+ }),
29
+ /* @__PURE__ */ jsx("path", {
30
+ d: "M86.5777 30.9217C85.1321 33.0901 83.0708 33.6256 81.063 33.6256C78.0647 33.6256 75.3073 31.3501 74.879 27.5754H91.4232V26.103C91.209 19.9726 86.6848 15.7696 81.2236 15.7696C75.4679 15.7696 70.6492 20.0796 70.6492 26.5849C70.6492 33.0901 75.4947 37.3199 81.063 37.3199C85.5872 37.3199 89.2013 35.1782 90.8878 30.895H86.5777V30.9217ZM81.2236 19.5442C84.0345 19.5442 86.3636 21.204 87.0328 24.5236H75.0128C75.6553 21.2308 78.5466 19.5442 81.2236 19.5442Z",
31
+ fill: "#0E680E"
32
+ }),
33
+ /* @__PURE__ */ jsx("path", {
34
+ d: "M178.853 16.3317V26.2288C178.826 30.3729 175.614 32.9911 172.351 32.9911C168.723 32.9911 165.899 30.3997 165.899 26.2288V16.3317H161.883V26.2288C161.883 32.4476 166.496 36.6694 171.676 36.6694C174.656 36.6694 177.143 35.6333 178.853 33.8451V34.3376C178.853 37.9918 176.495 41.124 172.766 41.124C169.036 41.124 167.663 39.5686 166.185 37.2637L163 39.3625C164.579 42.3153 166.989 44.8799 172.766 44.8799C178.931 44.8799 183 40.1897 183 34.4394V16.3317H178.856H178.853Z",
35
+ fill: "#169E03"
36
+ }),
37
+ /* @__PURE__ */ jsx("path", {
38
+ d: "M68.1864 3H64.0102V36.7577H68.1864V3Z",
39
+ fill: "#0E680E"
40
+ }),
41
+ /* @__PURE__ */ jsx("path", {
42
+ d: "M54.2657 11.5934C54.2657 8.0061 56.1931 6.72111 58.7631 6.72111C59.941 6.72111 60.8244 6.9085 61.5473 7.20298V3.56218C60.8512 3.29448 59.7536 3 58.0939 3C53.5429 3 50.1698 5.83768 50.1698 11.7272V14.9183H46.6093V18.5591H50.1698V36.7309H54.2657V18.5591H60.7174V14.9183H54.2657V11.5934Z",
43
+ fill: "#0E680E"
44
+ })
45
+ ]
46
+ });
47
+ });
48
+ export {
49
+ FlexPayLogo
50
+ };
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const jsxRuntime = require("@builder.io/qwik/jsx-runtime");
4
+ const qwik = require("@builder.io/qwik");
5
+ const svg = require("../svg.qwik.cjs");
6
+ const MdiDatabaseOutline = qwik.component$((props) => {
7
+ return /* @__PURE__ */ jsxRuntime.jsx(svg.Svg, {
8
+ ...props,
9
+ viewBox: "0 0 24 24",
10
+ children: /* @__PURE__ */ jsxRuntime.jsx("path", {
11
+ fill: "currentColor",
12
+ d: "M12 3C7.58 3 4 4.79 4 7v10c0 2.21 3.59 4 8 4s8-1.79 8-4V7c0-2.21-3.58-4-8-4m6 14c0 .5-2.13 2-6 2s-6-1.5-6-2v-2.23c1.61.78 3.72 1.23 6 1.23s4.39-.45 6-1.23zm0-4.55c-1.3.95-3.58 1.55-6 1.55s-4.7-.6-6-1.55V9.64c1.47.83 3.61 1.36 6 1.36s4.53-.53 6-1.36zM12 9C8.13 9 6 7.5 6 7s2.13-2 6-2s6 1.5 6 2s-2.13 2-6 2"
13
+ })
14
+ });
15
+ });
16
+ exports.MdiDatabaseOutline = MdiDatabaseOutline;
@@ -0,0 +1,16 @@
1
+ import { jsx } from "@builder.io/qwik/jsx-runtime";
2
+ import { component$ } from "@builder.io/qwik";
3
+ import { Svg } from "../svg.qwik.mjs";
4
+ const MdiDatabaseOutline = component$((props) => {
5
+ return /* @__PURE__ */ jsx(Svg, {
6
+ ...props,
7
+ viewBox: "0 0 24 24",
8
+ children: /* @__PURE__ */ jsx("path", {
9
+ fill: "currentColor",
10
+ d: "M12 3C7.58 3 4 4.79 4 7v10c0 2.21 3.59 4 8 4s8-1.79 8-4V7c0-2.21-3.58-4-8-4m6 14c0 .5-2.13 2-6 2s-6-1.5-6-2v-2.23c1.61.78 3.72 1.23 6 1.23s4.39-.45 6-1.23zm0-4.55c-1.3.95-3.58 1.55-6 1.55s-4.7-.6-6-1.55V9.64c1.47.83 3.61 1.36 6 1.36s4.53-.53 6-1.36zM12 9C8.13 9 6 7.5 6 7s2.13-2 6-2s6 1.5 6 2s-2.13 2-6 2"
11
+ })
12
+ });
13
+ });
14
+ export {
15
+ MdiDatabaseOutline
16
+ };
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const jsxRuntime = require("@builder.io/qwik/jsx-runtime");
4
+ const qwik = require("@builder.io/qwik");
5
+ const svg = require("../svg.qwik.cjs");
6
+ const MdiDatabaseSearchOutline = qwik.component$((props) => {
7
+ return /* @__PURE__ */ jsxRuntime.jsx(svg.Svg, {
8
+ ...props,
9
+ viewBox: "0 0 24 24",
10
+ children: /* @__PURE__ */ jsxRuntime.jsx("path", {
11
+ fill: "currentColor",
12
+ d: "M11 18.95c-3.23-.23-5-1.5-5-1.95v-2.23c1.13.55 2.5.92 4 1.1c0-.66.04-1.33.21-1.98c-1.71-.22-3.24-.73-4.21-1.44V9.64c1.43.81 3.5 1.33 5.82 1.36c.03-.03.05-.07.08-.1c2.2-2.19 5.6-2.49 8.1-.87V7c0-2.21-3.58-4-8-4S4 4.79 4 7v10c0 2.21 3.59 4 8 4c.34 0 .68 0 1-.03c-.38-.25-.76-.53-1.1-.87c-.35-.36-.65-.74-.9-1.15M12 5c3.87 0 6 1.5 6 2s-2.13 2-6 2s-6-1.5-6-2s2.13-2 6-2m8.31 12.9c.44-.69.69-1.52.69-2.4c0-2.5-2-4.5-4.5-4.5S12 13 12 15.5s2 4.5 4.5 4.5c.87 0 1.69-.25 2.38-.68L22 22.39L23.39 21zm-3.81.1a2.5 2.5 0 0 1 0-5a2.5 2.5 0 0 1 0 5"
13
+ })
14
+ });
15
+ });
16
+ exports.MdiDatabaseSearchOutline = MdiDatabaseSearchOutline;
@@ -0,0 +1,16 @@
1
+ import { jsx } from "@builder.io/qwik/jsx-runtime";
2
+ import { component$ } from "@builder.io/qwik";
3
+ import { Svg } from "../svg.qwik.mjs";
4
+ const MdiDatabaseSearchOutline = component$((props) => {
5
+ return /* @__PURE__ */ jsx(Svg, {
6
+ ...props,
7
+ viewBox: "0 0 24 24",
8
+ children: /* @__PURE__ */ jsx("path", {
9
+ fill: "currentColor",
10
+ d: "M11 18.95c-3.23-.23-5-1.5-5-1.95v-2.23c1.13.55 2.5.92 4 1.1c0-.66.04-1.33.21-1.98c-1.71-.22-3.24-.73-4.21-1.44V9.64c1.43.81 3.5 1.33 5.82 1.36c.03-.03.05-.07.08-.1c2.2-2.19 5.6-2.49 8.1-.87V7c0-2.21-3.58-4-8-4S4 4.79 4 7v10c0 2.21 3.59 4 8 4c.34 0 .68 0 1-.03c-.38-.25-.76-.53-1.1-.87c-.35-.36-.65-.74-.9-1.15M12 5c3.87 0 6 1.5 6 2s-2.13 2-6 2s-6-1.5-6-2s2.13-2 6-2m8.31 12.9c.44-.69.69-1.52.69-2.4c0-2.5-2-4.5-4.5-4.5S12 13 12 15.5s2 4.5 4.5 4.5c.87 0 1.69-.25 2.38-.68L22 22.39L23.39 21zm-3.81.1a2.5 2.5 0 0 1 0-5a2.5 2.5 0 0 1 0 5"
11
+ })
12
+ });
13
+ });
14
+ export {
15
+ MdiDatabaseSearchOutline
16
+ };
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const jsxRuntime = require("@builder.io/qwik/jsx-runtime");
4
+ const qwik = require("@builder.io/qwik");
5
+ const svg = require("../svg.qwik.cjs");
6
+ const MdiDatabaseSearch = qwik.component$((props) => {
7
+ return /* @__PURE__ */ jsxRuntime.jsx(svg.Svg, {
8
+ ...props,
9
+ viewBox: "0 0 24 24",
10
+ children: /* @__PURE__ */ jsxRuntime.jsx("path", {
11
+ fill: "currentColor",
12
+ d: "M18.68 12.32a4.49 4.49 0 0 0-6.36.01a4.49 4.49 0 0 0 0 6.36a4.51 4.51 0 0 0 5.57.63L21 22.39L22.39 21l-3.09-3.11c1.13-1.77.87-4.09-.62-5.57m-1.41 4.95c-.98.98-2.56.97-3.54 0c-.97-.98-.97-2.56.01-3.54c.97-.97 2.55-.97 3.53 0c.97.98.97 2.56 0 3.54M10.9 20.1a6.5 6.5 0 0 1-1.48-2.32C6.27 17.25 4 15.76 4 14v3c0 2.21 3.58 4 8 4c-.4-.26-.77-.56-1.1-.9M4 9v3c0 1.68 2.07 3.12 5 3.7v-.2c0-.93.2-1.85.58-2.69C6.34 12.3 4 10.79 4 9m8-6C7.58 3 4 4.79 4 7c0 2 3 3.68 6.85 4h.05c1.2-1.26 2.86-2 4.6-2c.91 0 1.81.19 2.64.56A3.22 3.22 0 0 0 20 7c0-2.21-3.58-4-8-4"
13
+ })
14
+ });
15
+ });
16
+ exports.MdiDatabaseSearch = MdiDatabaseSearch;
@@ -0,0 +1,16 @@
1
+ import { jsx } from "@builder.io/qwik/jsx-runtime";
2
+ import { component$ } from "@builder.io/qwik";
3
+ import { Svg } from "../svg.qwik.mjs";
4
+ const MdiDatabaseSearch = component$((props) => {
5
+ return /* @__PURE__ */ jsx(Svg, {
6
+ ...props,
7
+ viewBox: "0 0 24 24",
8
+ children: /* @__PURE__ */ jsx("path", {
9
+ fill: "currentColor",
10
+ d: "M18.68 12.32a4.49 4.49 0 0 0-6.36.01a4.49 4.49 0 0 0 0 6.36a4.51 4.51 0 0 0 5.57.63L21 22.39L22.39 21l-3.09-3.11c1.13-1.77.87-4.09-.62-5.57m-1.41 4.95c-.98.98-2.56.97-3.54 0c-.97-.98-.97-2.56.01-3.54c.97-.97 2.55-.97 3.53 0c.97.98.97 2.56 0 3.54M10.9 20.1a6.5 6.5 0 0 1-1.48-2.32C6.27 17.25 4 15.76 4 14v3c0 2.21 3.58 4 8 4c-.4-.26-.77-.56-1.1-.9M4 9v3c0 1.68 2.07 3.12 5 3.7v-.2c0-.93.2-1.85.58-2.69C6.34 12.3 4 10.79 4 9m8-6C7.58 3 4 4.79 4 7c0 2 3 3.68 6.85 4h.05c1.2-1.26 2.86-2 4.6-2c.91 0 1.81.19 2.64.56A3.22 3.22 0 0 0 20 7c0-2.21-3.58-4-8-4"
11
+ })
12
+ });
13
+ });
14
+ export {
15
+ MdiDatabaseSearch
16
+ };
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const jsxRuntime = require("@builder.io/qwik/jsx-runtime");
4
+ const qwik = require("@builder.io/qwik");
5
+ const svg = require("../svg.qwik.cjs");
6
+ const MdiDatabaseViewOutline = qwik.component$((props) => {
7
+ return /* @__PURE__ */ jsxRuntime.jsx(svg.Svg, {
8
+ ...props,
9
+ viewBox: "0 0 24 24",
10
+ children: /* @__PURE__ */ jsxRuntime.jsx("path", {
11
+ fill: "currentColor",
12
+ d: "m9.1 19.7l-.3-.7l.2-.4c-1.9-.5-3-1.3-3-1.6v-2.2c1.3.6 2.8 1 4.6 1.2c.7-.8 1.6-1.5 2.5-2H12c-2.4 0-4.7-.6-6-1.5V9.6c1.5.8 3.6 1.4 6 1.4s4.5-.5 6-1.4v2.8c-.3.2-.6.4-1 .6q1.5 0 3 .6V7c0-2.2-3.6-4-8-4S4 4.8 4 7v10c0 1.8 2.4 3.3 5.7 3.8c-.2-.3-.4-.7-.6-1.1M12 5c3.9 0 6 1.5 6 2s-2.1 2-6 2s-6-1.5-6-2s2.1-2 6-2m5 13c.6 0 1 .4 1 1s-.4 1-1 1s-1-.4-1-1s.4-1 1-1m0-3c-2.7 0-5.1 1.7-6 4c.9 2.3 3.3 4 6 4s5.1-1.7 6-4c-.9-2.3-3.3-4-6-4m0 6.5c-1.4 0-2.5-1.1-2.5-2.5s1.1-2.5 2.5-2.5s2.5 1.1 2.5 2.5s-1.1 2.5-2.5 2.5"
13
+ })
14
+ });
15
+ });
16
+ exports.MdiDatabaseViewOutline = MdiDatabaseViewOutline;
@@ -0,0 +1,16 @@
1
+ import { jsx } from "@builder.io/qwik/jsx-runtime";
2
+ import { component$ } from "@builder.io/qwik";
3
+ import { Svg } from "../svg.qwik.mjs";
4
+ const MdiDatabaseViewOutline = component$((props) => {
5
+ return /* @__PURE__ */ jsx(Svg, {
6
+ ...props,
7
+ viewBox: "0 0 24 24",
8
+ children: /* @__PURE__ */ jsx("path", {
9
+ fill: "currentColor",
10
+ d: "m9.1 19.7l-.3-.7l.2-.4c-1.9-.5-3-1.3-3-1.6v-2.2c1.3.6 2.8 1 4.6 1.2c.7-.8 1.6-1.5 2.5-2H12c-2.4 0-4.7-.6-6-1.5V9.6c1.5.8 3.6 1.4 6 1.4s4.5-.5 6-1.4v2.8c-.3.2-.6.4-1 .6q1.5 0 3 .6V7c0-2.2-3.6-4-8-4S4 4.8 4 7v10c0 1.8 2.4 3.3 5.7 3.8c-.2-.3-.4-.7-.6-1.1M12 5c3.9 0 6 1.5 6 2s-2.1 2-6 2s-6-1.5-6-2s2.1-2 6-2m5 13c.6 0 1 .4 1 1s-.4 1-1 1s-1-.4-1-1s.4-1 1-1m0-3c-2.7 0-5.1 1.7-6 4c.9 2.3 3.3 4 6 4s5.1-1.7 6-4c-.9-2.3-3.3-4-6-4m0 6.5c-1.4 0-2.5-1.1-2.5-2.5s1.1-2.5 2.5-2.5s2.5 1.1 2.5 2.5s-1.1 2.5-2.5 2.5"
11
+ })
12
+ });
13
+ });
14
+ export {
15
+ MdiDatabaseViewOutline
16
+ };
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const jsxRuntime = require("@builder.io/qwik/jsx-runtime");
4
+ const qwik = require("@builder.io/qwik");
5
+ const svg = require("../svg.qwik.cjs");
6
+ const MdiDatabaseView = qwik.component$((props) => {
7
+ return /* @__PURE__ */ jsxRuntime.jsx(svg.Svg, {
8
+ ...props,
9
+ viewBox: "0 0 24 24",
10
+ children: /* @__PURE__ */ jsxRuntime.jsx("path", {
11
+ fill: "currentColor",
12
+ d: "M4 12V9c0 2.2 3.6 4 8 4s8-1.8 8-4v3c0 .5-.2.9-.5 1.4c-.8-.3-1.6-.4-2.5-.4c-2.5 0-4.9 1.1-6.4 2.9C6.8 15.6 4 14 4 12m8-1c4.4 0 8-1.8 8-4s-3.6-4-8-4s-8 1.8-8 4s3.6 4 8 4m-2.9 8.7l-.3-.7l.3-.7c.1-.2.2-.3.2-.5c-3.1-.6-5.3-2-5.3-3.8v3c0 1.8 2.4 3.3 5.7 3.8c-.2-.3-.4-.7-.6-1.1M17 18c-.6 0-1 .4-1 1s.4 1 1 1s1-.4 1-1s-.4-1-1-1m6 1c-.9 2.3-3.3 4-6 4s-5.1-1.7-6-4c.9-2.3 3.3-4 6-4s5.1 1.7 6 4m-3.5 0c0-1.4-1.1-2.5-2.5-2.5s-2.5 1.1-2.5 2.5s1.1 2.5 2.5 2.5s2.5-1.1 2.5-2.5"
13
+ })
14
+ });
15
+ });
16
+ exports.MdiDatabaseView = MdiDatabaseView;
@@ -0,0 +1,16 @@
1
+ import { jsx } from "@builder.io/qwik/jsx-runtime";
2
+ import { component$ } from "@builder.io/qwik";
3
+ import { Svg } from "../svg.qwik.mjs";
4
+ const MdiDatabaseView = component$((props) => {
5
+ return /* @__PURE__ */ jsx(Svg, {
6
+ ...props,
7
+ viewBox: "0 0 24 24",
8
+ children: /* @__PURE__ */ jsx("path", {
9
+ fill: "currentColor",
10
+ d: "M4 12V9c0 2.2 3.6 4 8 4s8-1.8 8-4v3c0 .5-.2.9-.5 1.4c-.8-.3-1.6-.4-2.5-.4c-2.5 0-4.9 1.1-6.4 2.9C6.8 15.6 4 14 4 12m8-1c4.4 0 8-1.8 8-4s-3.6-4-8-4s-8 1.8-8 4s3.6 4 8 4m-2.9 8.7l-.3-.7l.3-.7c.1-.2.2-.3.2-.5c-3.1-.6-5.3-2-5.3-3.8v3c0 1.8 2.4 3.3 5.7 3.8c-.2-.3-.4-.7-.6-1.1M17 18c-.6 0-1 .4-1 1s.4 1 1 1s1-.4 1-1s-.4-1-1-1m6 1c-.9 2.3-3.3 4-6 4s-5.1-1.7-6-4c.9-2.3 3.3-4 6-4s5.1 1.7 6 4m-3.5 0c0-1.4-1.1-2.5-2.5-2.5s-2.5 1.1-2.5 2.5s1.1 2.5 2.5 2.5s2.5-1.1 2.5-2.5"
11
+ })
12
+ });
13
+ });
14
+ export {
15
+ MdiDatabaseView
16
+ };
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const jsxRuntime = require("@builder.io/qwik/jsx-runtime");
4
+ const qwik = require("@builder.io/qwik");
5
+ const svg = require("../svg.qwik.cjs");
6
+ const MdiDatabase = qwik.component$((props) => {
7
+ return /* @__PURE__ */ jsxRuntime.jsx(svg.Svg, {
8
+ ...props,
9
+ viewBox: "0 0 24 24",
10
+ children: /* @__PURE__ */ jsxRuntime.jsx("path", {
11
+ fill: "currentColor",
12
+ d: "M12 3C7.58 3 4 4.79 4 7s3.58 4 8 4s8-1.79 8-4s-3.58-4-8-4M4 9v3c0 2.21 3.58 4 8 4s8-1.79 8-4V9c0 2.21-3.58 4-8 4s-8-1.79-8-4m0 5v3c0 2.21 3.58 4 8 4s8-1.79 8-4v-3c0 2.21-3.58 4-8 4s-8-1.79-8-4"
13
+ })
14
+ });
15
+ });
16
+ exports.MdiDatabase = MdiDatabase;
@@ -0,0 +1,16 @@
1
+ import { jsx } from "@builder.io/qwik/jsx-runtime";
2
+ import { component$ } from "@builder.io/qwik";
3
+ import { Svg } from "../svg.qwik.mjs";
4
+ const MdiDatabase = component$((props) => {
5
+ return /* @__PURE__ */ jsx(Svg, {
6
+ ...props,
7
+ viewBox: "0 0 24 24",
8
+ children: /* @__PURE__ */ jsx("path", {
9
+ fill: "currentColor",
10
+ d: "M12 3C7.58 3 4 4.79 4 7s3.58 4 8 4s8-1.79 8-4s-3.58-4-8-4M4 9v3c0 2.21 3.58 4 8 4s8-1.79 8-4V9c0 2.21-3.58 4-8 4s-8-1.79-8-4m0 5v3c0 2.21 3.58 4 8 4s8-1.79 8-4v-3c0 2.21-3.58 4-8 4s-8-1.79-8-4"
11
+ })
12
+ });
13
+ });
14
+ export {
15
+ MdiDatabase
16
+ };
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const jsxRuntime = require("@builder.io/qwik/jsx-runtime");
4
+ const qwik = require("@builder.io/qwik");
5
+ const svg = require("../svg.qwik.cjs");
6
+ const MdiPageviewOutline = qwik.component$((props) => {
7
+ return /* @__PURE__ */ jsxRuntime.jsx(svg.Svg, {
8
+ ...props,
9
+ viewBox: "0 0 24 24",
10
+ children: /* @__PURE__ */ jsxRuntime.jsx("path", {
11
+ fill: "currentColor",
12
+ d: "M11.5 16c.87 0 1.69-.26 2.38-.7l2.44 2.44l1.42-1.42l-2.44-2.43A4.481 4.481 0 0 0 11.5 7C9 7 7 9 7 11.5S9 16 11.5 16m0-7a2.5 2.5 0 0 1 0 5a2.5 2.5 0 0 1 0-5M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2m0 14H4V6h16z"
13
+ })
14
+ });
15
+ });
16
+ exports.MdiPageviewOutline = MdiPageviewOutline;
@@ -0,0 +1,16 @@
1
+ import { jsx } from "@builder.io/qwik/jsx-runtime";
2
+ import { component$ } from "@builder.io/qwik";
3
+ import { Svg } from "../svg.qwik.mjs";
4
+ const MdiPageviewOutline = component$((props) => {
5
+ return /* @__PURE__ */ jsx(Svg, {
6
+ ...props,
7
+ viewBox: "0 0 24 24",
8
+ children: /* @__PURE__ */ jsx("path", {
9
+ fill: "currentColor",
10
+ d: "M11.5 16c.87 0 1.69-.26 2.38-.7l2.44 2.44l1.42-1.42l-2.44-2.43A4.481 4.481 0 0 0 11.5 7C9 7 7 9 7 11.5S9 16 11.5 16m0-7a2.5 2.5 0 0 1 0 5a2.5 2.5 0 0 1 0-5M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2m0 14H4V6h16z"
11
+ })
12
+ });
13
+ });
14
+ export {
15
+ MdiPageviewOutline
16
+ };
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const jsxRuntime = require("@builder.io/qwik/jsx-runtime");
4
+ const qwik = require("@builder.io/qwik");
5
+ const svg = require("../svg.qwik.cjs");
6
+ const MdiPageview = qwik.component$((props) => {
7
+ return /* @__PURE__ */ jsxRuntime.jsx(svg.Svg, {
8
+ ...props,
9
+ viewBox: "0 0 24 24",
10
+ children: /* @__PURE__ */ jsxRuntime.jsx("path", {
11
+ fill: "currentColor",
12
+ d: "M11.5 9a2.5 2.5 0 0 0 0 5a2.5 2.5 0 0 0 0-5M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2m-3.21 14.21l-2.91-2.91c-.69.44-1.51.7-2.38.7C9 16 7 14 7 11.5S9 7 11.5 7a4.481 4.481 0 0 1 3.8 6.89l2.91 2.9z"
13
+ })
14
+ });
15
+ });
16
+ exports.MdiPageview = MdiPageview;
@@ -0,0 +1,16 @@
1
+ import { jsx } from "@builder.io/qwik/jsx-runtime";
2
+ import { component$ } from "@builder.io/qwik";
3
+ import { Svg } from "../svg.qwik.mjs";
4
+ const MdiPageview = component$((props) => {
5
+ return /* @__PURE__ */ jsx(Svg, {
6
+ ...props,
7
+ viewBox: "0 0 24 24",
8
+ children: /* @__PURE__ */ jsx("path", {
9
+ fill: "currentColor",
10
+ d: "M11.5 9a2.5 2.5 0 0 0 0 5a2.5 2.5 0 0 0 0-5M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2m-3.21 14.21l-2.91-2.91c-.69.44-1.51.7-2.38.7C9 16 7 14 7 11.5S9 7 11.5 7a4.481 4.481 0 0 1 3.8 6.89l2.91 2.9z"
11
+ })
12
+ });
13
+ });
14
+ export {
15
+ MdiPageview
16
+ };
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const jsxRuntime = require("@builder.io/qwik/jsx-runtime");
4
+ const qwik = require("@builder.io/qwik");
5
+ const svg = require("../svg.qwik.cjs");
6
+ const MdiPrintView = qwik.component$((props) => {
7
+ return /* @__PURE__ */ jsxRuntime.jsx(svg.Svg, {
8
+ ...props,
9
+ viewBox: "0 0 24 24",
10
+ children: /* @__PURE__ */ jsxRuntime.jsx("path", {
11
+ fill: "currentColor",
12
+ d: "M9 13a3 3 0 0 0 3 3a3 3 0 0 0 3-3a3 3 0 0 0-3-3a3 3 0 0 0-3 3m11 6.59V8l-6-6H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12c.45 0 .85-.15 1.19-.4l-4.43-4.43c-.8.52-1.76.83-2.76.83a5 5 0 0 1-5-5a5 5 0 0 1 5-5a5 5 0 0 1 5 5c0 1-.31 1.96-.83 2.75z"
13
+ })
14
+ });
15
+ });
16
+ exports.MdiPrintView = MdiPrintView;
@@ -0,0 +1,16 @@
1
+ import { jsx } from "@builder.io/qwik/jsx-runtime";
2
+ import { component$ } from "@builder.io/qwik";
3
+ import { Svg } from "../svg.qwik.mjs";
4
+ const MdiPrintView = component$((props) => {
5
+ return /* @__PURE__ */ jsx(Svg, {
6
+ ...props,
7
+ viewBox: "0 0 24 24",
8
+ children: /* @__PURE__ */ jsx("path", {
9
+ fill: "currentColor",
10
+ d: "M9 13a3 3 0 0 0 3 3a3 3 0 0 0 3-3a3 3 0 0 0-3-3a3 3 0 0 0-3 3m11 6.59V8l-6-6H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12c.45 0 .85-.15 1.19-.4l-4.43-4.43c-.8.52-1.76.83-2.76.83a5 5 0 0 1-5-5a5 5 0 0 1 5-5a5 5 0 0 1 5 5c0 1-.31 1.96-.83 2.75z"
11
+ })
12
+ });
13
+ });
14
+ export {
15
+ MdiPrintView
16
+ };
@@ -80,8 +80,14 @@ const mdiCrownCircle = require("./components/icons/mdi-crown-circle.qwik.cjs");
80
80
  const mdiCrownCircleOutline = require("./components/icons/mdi-crown-circle-outline.qwik.cjs");
81
81
  const mdiCrownOutline = require("./components/icons/mdi-crown-outline.qwik.cjs");
82
82
  const mdiDangerous = require("./components/icons/mdi-dangerous.qwik.cjs");
83
+ const mdiDatabase = require("./components/icons/mdi-database.qwik.cjs");
84
+ const mdiDatabaseOutline = require("./components/icons/mdi-database-outline.qwik.cjs");
85
+ const mdiDatabaseSearch = require("./components/icons/mdi-database-search.qwik.cjs");
86
+ const mdiDatabaseSearchOutline = require("./components/icons/mdi-database-search-outline.qwik.cjs");
83
87
  const mdiDatabaseSync = require("./components/icons/mdi-database-sync.qwik.cjs");
84
88
  const mdiDatabaseSyncOutline = require("./components/icons/mdi-database-sync-outline.qwik.cjs");
89
+ const mdiDatabaseView = require("./components/icons/mdi-database-view.qwik.cjs");
90
+ const mdiDatabaseViewOutline = require("./components/icons/mdi-database-view-outline.qwik.cjs");
85
91
  const mdiDeleteOutline = require("./components/icons/mdi-delete-outline.qwik.cjs");
86
92
  const mdiDevTo = require("./components/icons/mdi-dev-to.qwik.cjs");
87
93
  const mdiDollar = require("./components/icons/mdi-dollar.qwik.cjs");
@@ -159,6 +165,8 @@ const mdiNavigateBefore = require("./components/icons/mdi-navigate-before.qwik.c
159
165
  const mdiNavigateNext = require("./components/icons/mdi-navigate-next.qwik.cjs");
160
166
  const mdiNetworkOutline = require("./components/icons/mdi-network-outline.qwik.cjs");
161
167
  const mdiOfficeBuildingOutline = require("./components/icons/mdi-office-building-outline.qwik.cjs");
168
+ const mdiPageview = require("./components/icons/mdi-pageview.qwik.cjs");
169
+ const mdiPageviewOutline = require("./components/icons/mdi-pageview-outline.qwik.cjs");
162
170
  const mdiPencil = require("./components/icons/mdi-pencil.qwik.cjs");
163
171
  const mdiPencilBoxOutline = require("./components/icons/mdi-pencil-box-outline.qwik.cjs");
164
172
  const mdiPencilCircle = require("./components/icons/mdi-pencil-circle.qwik.cjs");
@@ -174,6 +182,7 @@ const mdiPhoneOutline = require("./components/icons/mdi-phone-outline.qwik.cjs")
174
182
  const mdiCellPhone = require("./components/icons/mdi-cell-phone.qwik.cjs");
175
183
  const mdiPipeDisconnected = require("./components/icons/mdi-pipe-disconnected.qwik.cjs");
176
184
  const mdiPlusBoxOutline = require("./components/icons/mdi-plus-box-outline.qwik.cjs");
185
+ const mdiPrintView = require("./components/icons/mdi-print-view.qwik.cjs");
177
186
  const mdiPulse = require("./components/icons/mdi-pulse.qwik.cjs");
178
187
  const mdiPushNotification = require("./components/icons/mdi-push-notification.qwik.cjs");
179
188
  const mdiPushNotificationOutline = require("./components/icons/mdi-push-notification-outline.qwik.cjs");
@@ -238,6 +247,9 @@ const cloudAccountManagerLogoLightBg = require("./components/brands/cloud-accoun
238
247
  const plaidIcon = require("./components/brands/plaid-icon.qwik.cjs");
239
248
  const plaidIconBw = require("./components/brands/plaid-icon-bw.qwik.cjs");
240
249
  const plaidLogoBw = require("./components/brands/plaid-logo-bw.qwik.cjs");
250
+ const flexPayIcon = require("./components/brands/flex-pay-icon.qwik.cjs");
251
+ const flexPayLogo = require("./components/brands/flex-pay-logo.qwik.cjs");
252
+ const flexPayLogoStacked = require("./components/brands/flex-pay-logo-stacked.qwik.cjs");
241
253
  const clientloopIconOnDarkBlue = require("./components/brands/clientloop-icon-on-dark-blue.qwik.cjs");
242
254
  const clientloopIconOnLightBlue = require("./components/brands/clientloop-icon-on-light-blue.qwik.cjs");
243
255
  const clientloopIconOnWhite = require("./components/brands/clientloop-icon-on-white.qwik.cjs");
@@ -386,8 +398,14 @@ exports.MdiCrownCircle = mdiCrownCircle.MdiCrownCircle;
386
398
  exports.MdiCrownCircleOutline = mdiCrownCircleOutline.MdiCrownCircleOutline;
387
399
  exports.MdiCrownOutline = mdiCrownOutline.MdiCrownOutline;
388
400
  exports.MdiDangerous = mdiDangerous.MdiDangerous;
401
+ exports.MdiDatabase = mdiDatabase.MdiDatabase;
402
+ exports.MdiDatabaseOutline = mdiDatabaseOutline.MdiDatabaseOutline;
403
+ exports.MdiDatabaseSearch = mdiDatabaseSearch.MdiDatabaseSearch;
404
+ exports.MdiDatabaseSearchOutline = mdiDatabaseSearchOutline.MdiDatabaseSearchOutline;
389
405
  exports.MdiDatabaseSync = mdiDatabaseSync.MdiDatabaseSync;
390
406
  exports.MdiDatabaseSyncOutline = mdiDatabaseSyncOutline.MdiDatabaseSyncOutline;
407
+ exports.MdiDatabaseView = mdiDatabaseView.MdiDatabaseView;
408
+ exports.MdiDatabaseViewOutline = mdiDatabaseViewOutline.MdiDatabaseViewOutline;
391
409
  exports.MdiDeleteOutline = mdiDeleteOutline.MdiDeleteOutline;
392
410
  exports.MdiDevTo = mdiDevTo.MdiDevTo;
393
411
  exports.MdiDollar = mdiDollar.MdiDollar;
@@ -465,6 +483,8 @@ exports.MdiNavigateBefore = mdiNavigateBefore.MdiNavigateBefore;
465
483
  exports.MdiNavigateNext = mdiNavigateNext.MdiNavigateNext;
466
484
  exports.MdiNetworkOutline = mdiNetworkOutline.MdiNetworkOutline;
467
485
  exports.MdiOfficeBuildingOutline = mdiOfficeBuildingOutline.MdiOfficeBuildingOutline;
486
+ exports.MdiPageview = mdiPageview.MdiPageview;
487
+ exports.MdiPageviewOutline = mdiPageviewOutline.MdiPageviewOutline;
468
488
  exports.MdiPencil = mdiPencil.MdiPencil;
469
489
  exports.MdiPencilBoxOutline = mdiPencilBoxOutline.MdiPencilBoxOutline;
470
490
  exports.MdiPencilCircle = mdiPencilCircle.MdiPencilCircle;
@@ -480,6 +500,7 @@ exports.MdiPhoneOutline = mdiPhoneOutline.MdiPhoneOutline;
480
500
  exports.MdiCellPhone = mdiCellPhone.MdiCellPhone;
481
501
  exports.MdiPipeDisconnected = mdiPipeDisconnected.MdiPipeDisconnected;
482
502
  exports.MdiPlusBoxOutline = mdiPlusBoxOutline.MdiPlusBoxOutline;
503
+ exports.MdiPrintView = mdiPrintView.MdiPrintView;
483
504
  exports.MdiPulse = mdiPulse.MdiPulse;
484
505
  exports.MdiPushNotification = mdiPushNotification.MdiPushNotification;
485
506
  exports.MdiPushNotificationOutline = mdiPushNotificationOutline.MdiPushNotificationOutline;
@@ -544,6 +565,9 @@ exports.CloudAccountManagerLogoLightBg = cloudAccountManagerLogoLightBg.CloudAcc
544
565
  exports.PlaidIcon = plaidIcon.PlaidIcon;
545
566
  exports.PlaidIconBw = plaidIconBw.PlaidIconBw;
546
567
  exports.PlaidLogoBw = plaidLogoBw.PlaidLogoBw;
568
+ exports.FlexPayIcon = flexPayIcon.FlexPayIcon;
569
+ exports.FlexPayLogo = flexPayLogo.FlexPayLogo;
570
+ exports.FlexPayLogoStacked = flexPayLogoStacked.FlexPayLogoStacked;
547
571
  exports.ClientLoopIconOnDarkBlue = clientloopIconOnDarkBlue.ClientLoopIconOnDarkBlue;
548
572
  exports.ClientLoopIconOnLightBlue = clientloopIconOnLightBlue.ClientLoopIconOnLightBlue;
549
573
  exports.ClientLoopIconOnWhite = clientloopIconOnWhite.ClientLoopIconOnWhite;
@@ -78,8 +78,14 @@ import { MdiCrownCircle } from "./components/icons/mdi-crown-circle.qwik.mjs";
78
78
  import { MdiCrownCircleOutline } from "./components/icons/mdi-crown-circle-outline.qwik.mjs";
79
79
  import { MdiCrownOutline } from "./components/icons/mdi-crown-outline.qwik.mjs";
80
80
  import { MdiDangerous } from "./components/icons/mdi-dangerous.qwik.mjs";
81
+ import { MdiDatabase } from "./components/icons/mdi-database.qwik.mjs";
82
+ import { MdiDatabaseOutline } from "./components/icons/mdi-database-outline.qwik.mjs";
83
+ import { MdiDatabaseSearch } from "./components/icons/mdi-database-search.qwik.mjs";
84
+ import { MdiDatabaseSearchOutline } from "./components/icons/mdi-database-search-outline.qwik.mjs";
81
85
  import { MdiDatabaseSync } from "./components/icons/mdi-database-sync.qwik.mjs";
82
86
  import { MdiDatabaseSyncOutline } from "./components/icons/mdi-database-sync-outline.qwik.mjs";
87
+ import { MdiDatabaseView } from "./components/icons/mdi-database-view.qwik.mjs";
88
+ import { MdiDatabaseViewOutline } from "./components/icons/mdi-database-view-outline.qwik.mjs";
83
89
  import { MdiDeleteOutline } from "./components/icons/mdi-delete-outline.qwik.mjs";
84
90
  import { MdiDevTo } from "./components/icons/mdi-dev-to.qwik.mjs";
85
91
  import { MdiDollar } from "./components/icons/mdi-dollar.qwik.mjs";
@@ -157,6 +163,8 @@ import { MdiNavigateBefore } from "./components/icons/mdi-navigate-before.qwik.m
157
163
  import { MdiNavigateNext } from "./components/icons/mdi-navigate-next.qwik.mjs";
158
164
  import { MdiNetworkOutline } from "./components/icons/mdi-network-outline.qwik.mjs";
159
165
  import { MdiOfficeBuildingOutline } from "./components/icons/mdi-office-building-outline.qwik.mjs";
166
+ import { MdiPageview } from "./components/icons/mdi-pageview.qwik.mjs";
167
+ import { MdiPageviewOutline } from "./components/icons/mdi-pageview-outline.qwik.mjs";
160
168
  import { MdiPencil } from "./components/icons/mdi-pencil.qwik.mjs";
161
169
  import { MdiPencilBoxOutline } from "./components/icons/mdi-pencil-box-outline.qwik.mjs";
162
170
  import { MdiPencilCircle } from "./components/icons/mdi-pencil-circle.qwik.mjs";
@@ -172,6 +180,7 @@ import { MdiPhoneOutline } from "./components/icons/mdi-phone-outline.qwik.mjs";
172
180
  import { MdiCellPhone } from "./components/icons/mdi-cell-phone.qwik.mjs";
173
181
  import { MdiPipeDisconnected } from "./components/icons/mdi-pipe-disconnected.qwik.mjs";
174
182
  import { MdiPlusBoxOutline } from "./components/icons/mdi-plus-box-outline.qwik.mjs";
183
+ import { MdiPrintView } from "./components/icons/mdi-print-view.qwik.mjs";
175
184
  import { MdiPulse } from "./components/icons/mdi-pulse.qwik.mjs";
176
185
  import { MdiPushNotification } from "./components/icons/mdi-push-notification.qwik.mjs";
177
186
  import { MdiPushNotificationOutline } from "./components/icons/mdi-push-notification-outline.qwik.mjs";
@@ -236,6 +245,9 @@ import { CloudAccountManagerLogoLightBg } from "./components/brands/cloud-accoun
236
245
  import { PlaidIcon } from "./components/brands/plaid-icon.qwik.mjs";
237
246
  import { PlaidIconBw } from "./components/brands/plaid-icon-bw.qwik.mjs";
238
247
  import { PlaidLogoBw } from "./components/brands/plaid-logo-bw.qwik.mjs";
248
+ import { FlexPayIcon } from "./components/brands/flex-pay-icon.qwik.mjs";
249
+ import { FlexPayLogo } from "./components/brands/flex-pay-logo.qwik.mjs";
250
+ import { FlexPayLogoStacked } from "./components/brands/flex-pay-logo-stacked.qwik.mjs";
239
251
  import { ClientLoopIconOnDarkBlue } from "./components/brands/clientloop-icon-on-dark-blue.qwik.mjs";
240
252
  import { ClientLoopIconOnLightBlue } from "./components/brands/clientloop-icon-on-light-blue.qwik.mjs";
241
253
  import { ClientLoopIconOnWhite } from "./components/brands/clientloop-icon-on-white.qwik.mjs";
@@ -347,6 +359,9 @@ export {
347
359
  FlagUs4x3,
348
360
  FlagZa1x1,
349
361
  FlagZa4x3,
362
+ FlexPayIcon,
363
+ FlexPayLogo,
364
+ FlexPayLogoStacked,
350
365
  KaveliaBlackLogo,
351
366
  KaveliaGreenLogo,
352
367
  KaveliaIcon,
@@ -439,8 +454,14 @@ export {
439
454
  MdiCrownCircleOutline,
440
455
  MdiCrownOutline,
441
456
  MdiDangerous,
457
+ MdiDatabase,
458
+ MdiDatabaseOutline,
459
+ MdiDatabaseSearch,
460
+ MdiDatabaseSearchOutline,
442
461
  MdiDatabaseSync,
443
462
  MdiDatabaseSyncOutline,
463
+ MdiDatabaseView,
464
+ MdiDatabaseViewOutline,
444
465
  MdiDeleteOutline,
445
466
  MdiDevTo,
446
467
  MdiDollar,
@@ -518,6 +539,8 @@ export {
518
539
  MdiNavigateNext,
519
540
  MdiNetworkOutline,
520
541
  MdiOfficeBuildingOutline,
542
+ MdiPageview,
543
+ MdiPageviewOutline,
521
544
  MdiPencil,
522
545
  MdiPencilBoxOutline,
523
546
  MdiPencilCircle,
@@ -532,6 +555,7 @@ export {
532
555
  MdiPhoneOutline,
533
556
  MdiPipeDisconnected,
534
557
  MdiPlusBoxOutline,
558
+ MdiPrintView,
535
559
  MdiPulse,
536
560
  MdiPushNotification,
537
561
  MdiPushNotificationOutline,
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../svg';
2
+ export declare const FlexPayIcon: import("@builder.io/qwik").Component<IconProps>;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../svg';
2
+ export declare const FlexPayLogoStacked: import("@builder.io/qwik").Component<IconProps>;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../svg';
2
+ export declare const FlexPayLogo: import("@builder.io/qwik").Component<IconProps>;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../svg';
2
+ export declare const MdiDatabaseOutline: import("@builder.io/qwik").Component<IconProps>;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../svg';
2
+ export declare const MdiDatabaseSearchOutline: import("@builder.io/qwik").Component<IconProps>;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../svg';
2
+ export declare const MdiDatabaseSearch: import("@builder.io/qwik").Component<IconProps>;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../svg';
2
+ export declare const MdiDatabaseViewOutline: import("@builder.io/qwik").Component<IconProps>;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../svg';
2
+ export declare const MdiDatabaseView: import("@builder.io/qwik").Component<IconProps>;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../svg';
2
+ export declare const MdiDatabase: import("@builder.io/qwik").Component<IconProps>;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../svg';
2
+ export declare const MdiPageviewOutline: import("@builder.io/qwik").Component<IconProps>;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../svg';
2
+ export declare const MdiPageview: import("@builder.io/qwik").Component<IconProps>;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../svg';
2
+ export declare const MdiPrintView: import("@builder.io/qwik").Component<IconProps>;
@@ -78,8 +78,14 @@ export * from './components/icons/mdi-crown-circle';
78
78
  export * from './components/icons/mdi-crown-circle-outline';
79
79
  export * from './components/icons/mdi-crown-outline';
80
80
  export * from './components/icons/mdi-dangerous';
81
+ export * from './components/icons/mdi-database';
82
+ export * from './components/icons/mdi-database-outline';
83
+ export * from './components/icons/mdi-database-search';
84
+ export * from './components/icons/mdi-database-search-outline';
81
85
  export * from './components/icons/mdi-database-sync';
82
86
  export * from './components/icons/mdi-database-sync-outline';
87
+ export * from './components/icons/mdi-database-view';
88
+ export * from './components/icons/mdi-database-view-outline';
83
89
  export * from './components/icons/mdi-delete-outline';
84
90
  export * from './components/icons/mdi-dev-to';
85
91
  export * from './components/icons/mdi-dollar';
@@ -157,6 +163,8 @@ export * from './components/icons/mdi-navigate-before';
157
163
  export * from './components/icons/mdi-navigate-next';
158
164
  export * from './components/icons/mdi-network-outline';
159
165
  export * from './components/icons/mdi-office-building-outline';
166
+ export * from './components/icons/mdi-pageview';
167
+ export * from './components/icons/mdi-pageview-outline';
160
168
  export * from './components/icons/mdi-pencil';
161
169
  export * from './components/icons/mdi-pencil-box-outline';
162
170
  export * from './components/icons/mdi-pencil-circle';
@@ -172,6 +180,7 @@ export * from './components/icons/mdi-phone-outline';
172
180
  export * from './components/icons/mdi-cell-phone';
173
181
  export * from './components/icons/mdi-pipe-disconnected';
174
182
  export * from './components/icons/mdi-plus-box-outline';
183
+ export * from './components/icons/mdi-print-view';
175
184
  export * from './components/icons/mdi-pulse';
176
185
  export * from './components/icons/mdi-push-notification';
177
186
  export * from './components/icons/mdi-push-notification-outline';
@@ -236,6 +245,9 @@ export * from './components/brands/cloud-account-manager-logo-light-bg';
236
245
  export * from './components/brands/plaid-icon';
237
246
  export * from './components/brands/plaid-icon-bw';
238
247
  export * from './components/brands/plaid-logo-bw';
248
+ export * from './components/brands/flex-pay-icon';
249
+ export * from './components/brands/flex-pay-logo';
250
+ export * from './components/brands/flex-pay-logo-stacked';
239
251
  export * from './components/brands/clientloop-icon-on-dark-blue';
240
252
  export * from './components/brands/clientloop-icon-on-light-blue';
241
253
  export * from './components/brands/clientloop-icon-on-white';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nr1e/qwik-icons",
3
- "version": "0.0.33",
3
+ "version": "0.0.35",
4
4
  "description": "NR1E Qwik Icons Library",
5
5
  "author": "NR1E, Inc.",
6
6
  "publishConfig": {
@@ -32,7 +32,7 @@
32
32
  "sideEffects": false,
33
33
  "type": "module",
34
34
  "devDependencies": {
35
- "@builder.io/qwik": "1.19.1",
35
+ "@builder.io/qwik": "1.19.2",
36
36
  "@eslint/js": "^9.39.4",
37
37
  "@types/node": "^24.10.13",
38
38
  "eslint": "9.39.4",
@@ -41,11 +41,11 @@
41
41
  "np": "^11.0.2",
42
42
  "prettier": "3.8.1",
43
43
  "typescript": "5.9.3",
44
- "typescript-eslint": "8.57.0",
44
+ "typescript-eslint": "8.57.2",
45
45
  "undici": "*",
46
46
  "vite": "7.3.1",
47
47
  "vite-tsconfig-paths": "^6.1.1",
48
- "vitest": "4.1.0"
48
+ "vitest": "4.1.1"
49
49
  },
50
50
  "scripts": {
51
51
  "prebuild": "prettier --check . && eslint .",