@nr1e/qwik-icons 0.0.25 → 0.0.26

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
+ };
@@ -189,6 +189,7 @@ const centerGaugeLogoLightBg = require("./components/brands/center-gauge-logo-li
189
189
  const cloudAccountManagerIcon = require("./components/brands/cloud-account-manager-icon.qwik.cjs");
190
190
  const cloudAccountManagerLogoDarkBg = require("./components/brands/cloud-account-manager-logo-dark-bg.qwik.cjs");
191
191
  const cloudAccountManagerLogoLightBg = require("./components/brands/cloud-account-manager-logo-light-bg.qwik.cjs");
192
+ const plaidIcon = require("./components/brands/plaid-icon.qwik.cjs");
192
193
  const plaidIconBw = require("./components/brands/plaid-icon-bw.qwik.cjs");
193
194
  const plaidLogoBw = require("./components/brands/plaid-logo-bw.qwik.cjs");
194
195
  const clientloopIconOnDarkBlue = require("./components/brands/clientloop-icon-on-dark-blue.qwik.cjs");
@@ -448,6 +449,7 @@ exports.CenterGaugeLogoLightBg = centerGaugeLogoLightBg.CenterGaugeLogoLightBg;
448
449
  exports.CloudAccountManagerIcon = cloudAccountManagerIcon.CloudAccountManagerIcon;
449
450
  exports.CloudAccountManagerLogoDarkBg = cloudAccountManagerLogoDarkBg.CloudAccountManagerLogoDarkBg;
450
451
  exports.CloudAccountManagerLogoLightBg = cloudAccountManagerLogoLightBg.CloudAccountManagerLogoLightBg;
452
+ exports.PlaidIcon = plaidIcon.PlaidIcon;
451
453
  exports.PlaidIconBw = plaidIconBw.PlaidIconBw;
452
454
  exports.PlaidLogoBw = plaidLogoBw.PlaidLogoBw;
453
455
  exports.ClientLoopIconOnDarkBlue = clientloopIconOnDarkBlue.ClientLoopIconOnDarkBlue;
@@ -187,6 +187,7 @@ import { CenterGaugeLogoLightBg } from "./components/brands/center-gauge-logo-li
187
187
  import { CloudAccountManagerIcon } from "./components/brands/cloud-account-manager-icon.qwik.mjs";
188
188
  import { CloudAccountManagerLogoDarkBg } from "./components/brands/cloud-account-manager-logo-dark-bg.qwik.mjs";
189
189
  import { CloudAccountManagerLogoLightBg } from "./components/brands/cloud-account-manager-logo-light-bg.qwik.mjs";
190
+ import { PlaidIcon } from "./components/brands/plaid-icon.qwik.mjs";
190
191
  import { PlaidIconBw } from "./components/brands/plaid-icon-bw.qwik.mjs";
191
192
  import { PlaidLogoBw } from "./components/brands/plaid-logo-bw.qwik.mjs";
192
193
  import { ClientLoopIconOnDarkBlue } from "./components/brands/clientloop-icon-on-dark-blue.qwik.mjs";
@@ -477,6 +478,7 @@ export {
477
478
  Nr1eLogoLightBg,
478
479
  Nr1eLogoTaglineDarkBg,
479
480
  Nr1eLogoTaglineLightBg,
481
+ PlaidIcon,
480
482
  PlaidIconBw,
481
483
  PlaidLogoBw,
482
484
  PurpleShipIcon,
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../svg';
2
+ export declare const PlaidIcon: import("@builder.io/qwik").Component<IconProps>;
@@ -187,6 +187,7 @@ export * from './components/brands/center-gauge-logo-light-bg';
187
187
  export * from './components/brands/cloud-account-manager-icon';
188
188
  export * from './components/brands/cloud-account-manager-logo-dark-bg';
189
189
  export * from './components/brands/cloud-account-manager-logo-light-bg';
190
+ export * from './components/brands/plaid-icon';
190
191
  export * from './components/brands/plaid-icon-bw';
191
192
  export * from './components/brands/plaid-logo-bw';
192
193
  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.26",
4
4
  "description": "NR1E Qwik Icons Library",
5
5
  "author": "NR1E, Inc.",
6
6
  "publishConfig": {