@nr1e/qwik-icons 0.0.25 → 0.0.27

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.
@@ -10,7 +10,7 @@ const PlaidIconBw = qwik.component$((props) => {
10
10
  children: [
11
11
  /* @__PURE__ */ jsxRuntime.jsx("defs", {
12
12
  children: /* @__PURE__ */ jsxRuntime.jsx("mask", {
13
- id: "mask",
13
+ id: "plaid-icon-bw-mask",
14
14
  x: "1.27",
15
15
  y: ".88",
16
16
  width: "53.16",
@@ -27,7 +27,7 @@ const PlaidIconBw = qwik.component$((props) => {
27
27
  })
28
28
  }),
29
29
  /* @__PURE__ */ jsxRuntime.jsx("g", {
30
- mask: "url(#mask)",
30
+ mask: "url(#plaid-icon-bw-mask)",
31
31
  children: /* @__PURE__ */ jsxRuntime.jsx("path", {
32
32
  "fill-rule": "evenodd",
33
33
  d: "M9.13.88l-6.14,1.61-1.69,6.17,2.12,2.17-2.15,2.14,1.59,6.2,6.11,1.71,2.15-2.14,2.12,2.17,6.14-1.61,1.69-6.17-2.11-2.17,2.15-2.14-1.59-6.2-6.11-1.71-2.15,2.14-2.12-2.17ZM5.36,3.67l3.23-.85,1.41,1.45-2.06,2.05-2.58-2.65ZM12.46,4.29l1.44-1.43,3.22.9-2.63,2.61-2.03-2.08ZM3.24,8.15l.89-3.25,2.58,2.65-2.06,2.05-1.41-1.45ZM15.7,7.62l2.63-2.61.84,3.27-1.44,1.43-2.03-2.08ZM9.16,7.57l2.06-2.05,2.03,2.08-2.06,2.05-2.03-2.08ZM5.87,10.85l2.06-2.05,2.03,2.08-2.06,2.05-2.03-2.08ZM12.41,10.9l2.06-2.05,2.03,2.08-2.06,2.05-2.03-2.08ZM3.19,13.5l1.44-1.43,2.03,2.08-2.63,2.61-.84-3.26ZM9.11,14.17l2.06-2.05,2.03,2.08-2.06,2.05-2.03-2.08ZM15.65,14.23l2.06-2.05,1.41,1.45-.89,3.25-2.58-2.65ZM5.25,18.01l2.63-2.61,2.03,2.08-1.44,1.43-3.22-.9ZM12.35,17.5l2.06-2.05,2.58,2.65-3.23.85-1.41-1.45Z"
@@ -8,7 +8,7 @@ const PlaidIconBw = component$((props) => {
8
8
  children: [
9
9
  /* @__PURE__ */ jsx("defs", {
10
10
  children: /* @__PURE__ */ jsx("mask", {
11
- id: "mask",
11
+ id: "plaid-icon-bw-mask",
12
12
  x: "1.27",
13
13
  y: ".88",
14
14
  width: "53.16",
@@ -25,7 +25,7 @@ const PlaidIconBw = component$((props) => {
25
25
  })
26
26
  }),
27
27
  /* @__PURE__ */ jsx("g", {
28
- mask: "url(#mask)",
28
+ mask: "url(#plaid-icon-bw-mask)",
29
29
  children: /* @__PURE__ */ jsx("path", {
30
30
  "fill-rule": "evenodd",
31
31
  d: "M9.13.88l-6.14,1.61-1.69,6.17,2.12,2.17-2.15,2.14,1.59,6.2,6.11,1.71,2.15-2.14,2.12,2.17,6.14-1.61,1.69-6.17-2.11-2.17,2.15-2.14-1.59-6.2-6.11-1.71-2.15,2.14-2.12-2.17ZM5.36,3.67l3.23-.85,1.41,1.45-2.06,2.05-2.58-2.65ZM12.46,4.29l1.44-1.43,3.22.9-2.63,2.61-2.03-2.08ZM3.24,8.15l.89-3.25,2.58,2.65-2.06,2.05-1.41-1.45ZM15.7,7.62l2.63-2.61.84,3.27-1.44,1.43-2.03-2.08ZM9.16,7.57l2.06-2.05,2.03,2.08-2.06,2.05-2.03-2.08ZM5.87,10.85l2.06-2.05,2.03,2.08-2.06,2.05-2.03-2.08ZM12.41,10.9l2.06-2.05,2.03,2.08-2.06,2.05-2.03-2.08ZM3.19,13.5l1.44-1.43,2.03,2.08-2.63,2.61-.84-3.26ZM9.11,14.17l2.06-2.05,2.03,2.08-2.06,2.05-2.03-2.08ZM15.65,14.23l2.06-2.05,1.41,1.45-.89,3.25-2.58-2.65ZM5.25,18.01l2.63-2.61,2.03,2.08-1.44,1.43-3.22-.9ZM12.35,17.5l2.06-2.05,2.58,2.65-3.23.85-1.41-1.45Z"
@@ -0,0 +1,17 @@
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 PlaidIcon = qwik.component$((props) => {
7
+ return /* @__PURE__ */ jsxRuntime.jsx(svg.Svg, {
8
+ ...props,
9
+ viewBox: "0 0 22 22",
10
+ children: /* @__PURE__ */ jsxRuntime.jsx("path", {
11
+ fill: "currentColor",
12
+ "fill-rule": "evenodd",
13
+ d: "M9.13.88l-6.14,1.61-1.69,6.17,2.12,2.17-2.15,2.14,1.59,6.2,6.11,1.71,2.15-2.14,2.12,2.17,6.14-1.61,1.69-6.17-2.11-2.17,2.15-2.14-1.59-6.2-6.11-1.71-2.15,2.14-2.12-2.17ZM5.36,3.67l3.23-.85,1.41,1.45-2.06,2.05-2.58-2.65ZM12.46,4.29l1.44-1.43,3.22.9-2.63,2.61-2.03-2.08ZM3.24,8.15l.89-3.25,2.58,2.65-2.06,2.05-1.41-1.45ZM15.7,7.62l2.63-2.61.84,3.27-1.44,1.43-2.03-2.08ZM9.16,7.57l2.06-2.05,2.03,2.08-2.06,2.05-2.03-2.08ZM5.87,10.85l2.06-2.05,2.03,2.08-2.06,2.05-2.03-2.08ZM12.41,10.9l2.06-2.05,2.03,2.08-2.06,2.05-2.03-2.08ZM3.19,13.5l1.44-1.43,2.03,2.08-2.63,2.61-.84-3.26ZM9.11,14.17l2.06-2.05,2.03,2.08-2.06,2.05-2.03-2.08ZM15.65,14.23l2.06-2.05,1.41,1.45-.89,3.25-2.58-2.65ZM5.25,18.01l2.63-2.61,2.03,2.08-1.44,1.43-3.22-.9ZM12.35,17.5l2.06-2.05,2.58,2.65-3.23.85-1.41-1.45Z"
14
+ })
15
+ });
16
+ });
17
+ exports.PlaidIcon = PlaidIcon;
@@ -0,0 +1,17 @@
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 PlaidIcon = component$((props) => {
5
+ return /* @__PURE__ */ jsx(Svg, {
6
+ ...props,
7
+ viewBox: "0 0 22 22",
8
+ children: /* @__PURE__ */ jsx("path", {
9
+ fill: "currentColor",
10
+ "fill-rule": "evenodd",
11
+ d: "M9.13.88l-6.14,1.61-1.69,6.17,2.12,2.17-2.15,2.14,1.59,6.2,6.11,1.71,2.15-2.14,2.12,2.17,6.14-1.61,1.69-6.17-2.11-2.17,2.15-2.14-1.59-6.2-6.11-1.71-2.15,2.14-2.12-2.17ZM5.36,3.67l3.23-.85,1.41,1.45-2.06,2.05-2.58-2.65ZM12.46,4.29l1.44-1.43,3.22.9-2.63,2.61-2.03-2.08ZM3.24,8.15l.89-3.25,2.58,2.65-2.06,2.05-1.41-1.45ZM15.7,7.62l2.63-2.61.84,3.27-1.44,1.43-2.03-2.08ZM9.16,7.57l2.06-2.05,2.03,2.08-2.06,2.05-2.03-2.08ZM5.87,10.85l2.06-2.05,2.03,2.08-2.06,2.05-2.03-2.08ZM12.41,10.9l2.06-2.05,2.03,2.08-2.06,2.05-2.03-2.08ZM3.19,13.5l1.44-1.43,2.03,2.08-2.63,2.61-.84-3.26ZM9.11,14.17l2.06-2.05,2.03,2.08-2.06,2.05-2.03-2.08ZM15.65,14.23l2.06-2.05,1.41,1.45-.89,3.25-2.58-2.65ZM5.25,18.01l2.63-2.61,2.03,2.08-1.44,1.43-3.22-.9ZM12.35,17.5l2.06-2.05,2.58,2.65-3.23.85-1.41-1.45Z"
12
+ })
13
+ });
14
+ });
15
+ export {
16
+ PlaidIcon
17
+ };
@@ -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 MdiConnection = 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: "M21.4 7.5c.8.8.8 2.1 0 2.8l-2.8 2.8l-7.8-7.8l2.8-2.8c.8-.8 2.1-.8 2.8 0l1.8 1.8l3-3l1.4 1.4l-3 3zm-5.8 5.8l-1.4-1.4l-2.8 2.8l-2.1-2.1l2.8-2.8l-1.4-1.4l-2.8 2.8l-1.5-1.4l-2.8 2.8c-.8.8-.8 2.1 0 2.8l1.8 1.8l-4 4l1.4 1.4l4-4l1.8 1.8c.8.8 2.1.8 2.8 0l2.8-2.8l-1.4-1.4z"
13
+ })
14
+ });
15
+ });
16
+ exports.MdiConnection = MdiConnection;
@@ -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 MdiConnection = 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: "M21.4 7.5c.8.8.8 2.1 0 2.8l-2.8 2.8l-7.8-7.8l2.8-2.8c.8-.8 2.1-.8 2.8 0l1.8 1.8l3-3l1.4 1.4l-3 3zm-5.8 5.8l-1.4-1.4l-2.8 2.8l-2.1-2.1l2.8-2.8l-1.4-1.4l-2.8 2.8l-1.5-1.4l-2.8 2.8c-.8.8-.8 2.1 0 2.8l1.8 1.8l-4 4l1.4 1.4l4-4l1.8 1.8c.8.8 2.1.8 2.8 0l2.8-2.8l-1.4-1.4z"
11
+ })
12
+ });
13
+ });
14
+ export {
15
+ MdiConnection
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 MdiPipeDisconnected = 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: "M16 9v2H8V9h2V8H4v2H2V2h2v2h8a2 2 0 0 1 2 2v3zm-6 6v3a2 2 0 0 0 2 2h8v2h2v-8h-2v2h-6v-1h2v-2H8v2z"
13
+ })
14
+ });
15
+ });
16
+ exports.MdiPipeDisconnected = MdiPipeDisconnected;
@@ -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 MdiPipeDisconnected = 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: "M16 9v2H8V9h2V8H4v2H2V2h2v2h8a2 2 0 0 1 2 2v3zm-6 6v3a2 2 0 0 0 2 2h8v2h2v-8h-2v2h-6v-1h2v-2H8v2z"
11
+ })
12
+ });
13
+ });
14
+ export {
15
+ MdiPipeDisconnected
16
+ };
@@ -58,6 +58,7 @@ const mdiCodeOr = require("./components/icons/mdi-code-or.qwik.cjs");
58
58
  const mdiCodeParentheses = require("./components/icons/mdi-code-parentheses.qwik.cjs");
59
59
  const mdiCodeTags = require("./components/icons/mdi-code-tags.qwik.cjs");
60
60
  const mdiCodeTagsCheck = require("./components/icons/mdi-code-tags-check.qwik.cjs");
61
+ const mdiConnection = require("./components/icons/mdi-connection.qwik.cjs");
61
62
  const mdiContact = require("./components/icons/mdi-contact.qwik.cjs");
62
63
  const mdiContactOutline = require("./components/icons/mdi-contact-outline.qwik.cjs");
63
64
  const mdiContacts = require("./components/icons/mdi-contacts.qwik.cjs");
@@ -134,6 +135,7 @@ const mdiOfficeBuildingOutline = require("./components/icons/mdi-office-building
134
135
  const mdiPercent = require("./components/icons/mdi-percent.qwik.cjs");
135
136
  const mdiPersonCheck = require("./components/icons/mdi-person-check.qwik.cjs");
136
137
  const mdiPersonCheckOutline = require("./components/icons/mdi-person-check-outline.qwik.cjs");
138
+ const mdiPipeDisconnected = require("./components/icons/mdi-pipe-disconnected.qwik.cjs");
137
139
  const mdiPlusBoxOutline = require("./components/icons/mdi-plus-box-outline.qwik.cjs");
138
140
  const mdiPulse = require("./components/icons/mdi-pulse.qwik.cjs");
139
141
  const mdiQrCode = require("./components/icons/mdi-qr-code.qwik.cjs");
@@ -189,6 +191,7 @@ const centerGaugeLogoLightBg = require("./components/brands/center-gauge-logo-li
189
191
  const cloudAccountManagerIcon = require("./components/brands/cloud-account-manager-icon.qwik.cjs");
190
192
  const cloudAccountManagerLogoDarkBg = require("./components/brands/cloud-account-manager-logo-dark-bg.qwik.cjs");
191
193
  const cloudAccountManagerLogoLightBg = require("./components/brands/cloud-account-manager-logo-light-bg.qwik.cjs");
194
+ const plaidIcon = require("./components/brands/plaid-icon.qwik.cjs");
192
195
  const plaidIconBw = require("./components/brands/plaid-icon-bw.qwik.cjs");
193
196
  const plaidLogoBw = require("./components/brands/plaid-logo-bw.qwik.cjs");
194
197
  const clientloopIconOnDarkBlue = require("./components/brands/clientloop-icon-on-dark-blue.qwik.cjs");
@@ -317,6 +320,7 @@ exports.MdiCodeOr = mdiCodeOr.MdiCodeOr;
317
320
  exports.MdiCodeParentheses = mdiCodeParentheses.MdiCodeParentheses;
318
321
  exports.MdiCodeTags = mdiCodeTags.MdiCodeTags;
319
322
  exports.MdiCodeTagsCheck = mdiCodeTagsCheck.MdiCodeTagsCheck;
323
+ exports.MdiConnection = mdiConnection.MdiConnection;
320
324
  exports.MdiContact = mdiContact.MdiContact;
321
325
  exports.MdiContactOutline = mdiContactOutline.MdiContactOutline;
322
326
  exports.MdiContacts = mdiContacts.MdiContacts;
@@ -393,6 +397,7 @@ exports.MdiOfficeBuildingOutline = mdiOfficeBuildingOutline.MdiOfficeBuildingOut
393
397
  exports.MdiPercent = mdiPercent.MdiPercent;
394
398
  exports.MdiPersonCheck = mdiPersonCheck.MdiPersonCheck;
395
399
  exports.MdiPersonCheckOutline = mdiPersonCheckOutline.MdiPersonCheckOutline;
400
+ exports.MdiPipeDisconnected = mdiPipeDisconnected.MdiPipeDisconnected;
396
401
  exports.MdiPlusBoxOutline = mdiPlusBoxOutline.MdiPlusBoxOutline;
397
402
  exports.MdiPulse = mdiPulse.MdiPulse;
398
403
  exports.MdiQrCode = mdiQrCode.MdiQrCode;
@@ -448,6 +453,7 @@ exports.CenterGaugeLogoLightBg = centerGaugeLogoLightBg.CenterGaugeLogoLightBg;
448
453
  exports.CloudAccountManagerIcon = cloudAccountManagerIcon.CloudAccountManagerIcon;
449
454
  exports.CloudAccountManagerLogoDarkBg = cloudAccountManagerLogoDarkBg.CloudAccountManagerLogoDarkBg;
450
455
  exports.CloudAccountManagerLogoLightBg = cloudAccountManagerLogoLightBg.CloudAccountManagerLogoLightBg;
456
+ exports.PlaidIcon = plaidIcon.PlaidIcon;
451
457
  exports.PlaidIconBw = plaidIconBw.PlaidIconBw;
452
458
  exports.PlaidLogoBw = plaidLogoBw.PlaidLogoBw;
453
459
  exports.ClientLoopIconOnDarkBlue = clientloopIconOnDarkBlue.ClientLoopIconOnDarkBlue;
@@ -56,6 +56,7 @@ import { MdiCodeOr } from "./components/icons/mdi-code-or.qwik.mjs";
56
56
  import { MdiCodeParentheses } from "./components/icons/mdi-code-parentheses.qwik.mjs";
57
57
  import { MdiCodeTags } from "./components/icons/mdi-code-tags.qwik.mjs";
58
58
  import { MdiCodeTagsCheck } from "./components/icons/mdi-code-tags-check.qwik.mjs";
59
+ import { MdiConnection } from "./components/icons/mdi-connection.qwik.mjs";
59
60
  import { MdiContact } from "./components/icons/mdi-contact.qwik.mjs";
60
61
  import { MdiContactOutline } from "./components/icons/mdi-contact-outline.qwik.mjs";
61
62
  import { MdiContacts } from "./components/icons/mdi-contacts.qwik.mjs";
@@ -132,6 +133,7 @@ import { MdiOfficeBuildingOutline } from "./components/icons/mdi-office-building
132
133
  import { MdiPercent } from "./components/icons/mdi-percent.qwik.mjs";
133
134
  import { MdiPersonCheck } from "./components/icons/mdi-person-check.qwik.mjs";
134
135
  import { MdiPersonCheckOutline } from "./components/icons/mdi-person-check-outline.qwik.mjs";
136
+ import { MdiPipeDisconnected } from "./components/icons/mdi-pipe-disconnected.qwik.mjs";
135
137
  import { MdiPlusBoxOutline } from "./components/icons/mdi-plus-box-outline.qwik.mjs";
136
138
  import { MdiPulse } from "./components/icons/mdi-pulse.qwik.mjs";
137
139
  import { MdiQrCode } from "./components/icons/mdi-qr-code.qwik.mjs";
@@ -187,6 +189,7 @@ import { CenterGaugeLogoLightBg } from "./components/brands/center-gauge-logo-li
187
189
  import { CloudAccountManagerIcon } from "./components/brands/cloud-account-manager-icon.qwik.mjs";
188
190
  import { CloudAccountManagerLogoDarkBg } from "./components/brands/cloud-account-manager-logo-dark-bg.qwik.mjs";
189
191
  import { CloudAccountManagerLogoLightBg } from "./components/brands/cloud-account-manager-logo-light-bg.qwik.mjs";
192
+ import { PlaidIcon } from "./components/brands/plaid-icon.qwik.mjs";
190
193
  import { PlaidIconBw } from "./components/brands/plaid-icon-bw.qwik.mjs";
191
194
  import { PlaidLogoBw } from "./components/brands/plaid-logo-bw.qwik.mjs";
192
195
  import { ClientLoopIconOnDarkBlue } from "./components/brands/clientloop-icon-on-dark-blue.qwik.mjs";
@@ -369,6 +372,7 @@ export {
369
372
  MdiCodeParentheses,
370
373
  MdiCodeTags,
371
374
  MdiCodeTagsCheck,
375
+ MdiConnection,
372
376
  MdiContact,
373
377
  MdiContactOutline,
374
378
  MdiContacts,
@@ -445,6 +449,7 @@ export {
445
449
  MdiPercent,
446
450
  MdiPersonCheck,
447
451
  MdiPersonCheckOutline,
452
+ MdiPipeDisconnected,
448
453
  MdiPlusBoxOutline,
449
454
  MdiPulse,
450
455
  MdiQrCode,
@@ -477,6 +482,7 @@ export {
477
482
  Nr1eLogoLightBg,
478
483
  Nr1eLogoTaglineDarkBg,
479
484
  Nr1eLogoTaglineLightBg,
485
+ PlaidIcon,
480
486
  PlaidIconBw,
481
487
  PlaidLogoBw,
482
488
  PurpleShipIcon,
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../svg';
2
+ export declare const PlaidIcon: import("@builder.io/qwik").Component<IconProps>;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../svg';
2
+ export declare const MdiConnection: import("@builder.io/qwik").Component<IconProps>;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../svg';
2
+ export declare const MdiPipeDisconnected: import("@builder.io/qwik").Component<IconProps>;
@@ -56,6 +56,7 @@ export * from './components/icons/mdi-code-or';
56
56
  export * from './components/icons/mdi-code-parentheses';
57
57
  export * from './components/icons/mdi-code-tags';
58
58
  export * from './components/icons/mdi-code-tags-check';
59
+ export * from './components/icons/mdi-connection';
59
60
  export * from './components/icons/mdi-contact';
60
61
  export * from './components/icons/mdi-contact-outline';
61
62
  export * from './components/icons/mdi-contacts';
@@ -132,6 +133,7 @@ export * from './components/icons/mdi-office-building-outline';
132
133
  export * from './components/icons/mdi-percent';
133
134
  export * from './components/icons/mdi-person-check';
134
135
  export * from './components/icons/mdi-person-check-outline';
136
+ export * from './components/icons/mdi-pipe-disconnected';
135
137
  export * from './components/icons/mdi-plus-box-outline';
136
138
  export * from './components/icons/mdi-pulse';
137
139
  export * from './components/icons/mdi-qr-code';
@@ -187,6 +189,7 @@ export * from './components/brands/center-gauge-logo-light-bg';
187
189
  export * from './components/brands/cloud-account-manager-icon';
188
190
  export * from './components/brands/cloud-account-manager-logo-dark-bg';
189
191
  export * from './components/brands/cloud-account-manager-logo-light-bg';
192
+ export * from './components/brands/plaid-icon';
190
193
  export * from './components/brands/plaid-icon-bw';
191
194
  export * from './components/brands/plaid-logo-bw';
192
195
  export * from './components/brands/clientloop-icon-on-dark-blue';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nr1e/qwik-icons",
3
- "version": "0.0.25",
3
+ "version": "0.0.27",
4
4
  "description": "NR1E Qwik Icons Library",
5
5
  "author": "NR1E, Inc.",
6
6
  "publishConfig": {