@nr1e/qwik-icons 0.0.0-snapshot-20251230052317 → 0.0.0-snapshot-20260109001551

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.
@@ -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 MdiAirHorn = 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: "M19 2.8v6.4c0 .3-.3.6-.6.5c0 0-3.9-2.6-8.4-2.6v2.4h.2c.5 0 1 .2 1.2.6l1.3 1.8c.2.2.3.5.3.7v8c0 .7-.7 1.4-1.5 1.4h-5c-.8 0-1.5-.6-1.5-1.4v-8c0-.3.1-.5.3-.7l1.3-1.8q.45-.6 1.2-.6H8V8c-.4.5-1 .8-1.6.8C5.1 8.8 4 7.5 4 6s1.1-2.8 2.4-2.8c.6.1 1.2.4 1.6.8V2.6h2V5c4.5 0 8.4-2.6 8.4-2.6c.3-.1.6.1.6.4"
13
+ })
14
+ });
15
+ });
16
+ exports.MdiAirHorn = MdiAirHorn;
@@ -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 MdiAirHorn = 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: "M19 2.8v6.4c0 .3-.3.6-.6.5c0 0-3.9-2.6-8.4-2.6v2.4h.2c.5 0 1 .2 1.2.6l1.3 1.8c.2.2.3.5.3.7v8c0 .7-.7 1.4-1.5 1.4h-5c-.8 0-1.5-.6-1.5-1.4v-8c0-.3.1-.5.3-.7l1.3-1.8q.45-.6 1.2-.6H8V8c-.4.5-1 .8-1.6.8C5.1 8.8 4 7.5 4 6s1.1-2.8 2.4-2.8c.6.1 1.2.4 1.6.8V2.6h2V5c4.5 0 8.4-2.6 8.4-2.6c.3-.1.6.1.6.4"
11
+ })
12
+ });
13
+ });
14
+ export {
15
+ MdiAirHorn
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 MdiBankOutline = 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: "M6.5 10h-2v7h2zm6 0h-2v7h2zm8.5 9H2v2h19zm-2.5-9h-2v7h2zm-7-6.74L16.71 6H6.29zm0-2.26L2 6v2h19V6z"
13
+ })
14
+ });
15
+ });
16
+ exports.MdiBankOutline = MdiBankOutline;
@@ -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 MdiBankOutline = 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: "M6.5 10h-2v7h2zm6 0h-2v7h2zm8.5 9H2v2h19zm-2.5-9h-2v7h2zm-7-6.74L16.71 6H6.29zm0-2.26L2 6v2h19V6z"
11
+ })
12
+ });
13
+ });
14
+ export {
15
+ MdiBankOutline
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 MdiBank = 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 1L2 6v2h19V6m-5 4v7h3v-7M2 22h19v-3H2m8-9v7h3v-7m-9 0v7h3v-7z"
13
+ })
14
+ });
15
+ });
16
+ exports.MdiBank = MdiBank;
@@ -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 MdiBank = 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 1L2 6v2h19V6m-5 4v7h3v-7M2 22h19v-3H2m8-9v7h3v-7m-9 0v7h3v-7z"
11
+ })
12
+ });
13
+ });
14
+ export {
15
+ MdiBank
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 MdiBuilding = 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 15h-2v2h2m0-6h-2v2h2m2 6h-8v-2h2v-2h-2v-2h2v-2h-2V9h8M10 7H8V5h2m0 6H8V9h2m0 6H8v-2h2m0 6H8v-2h2M6 7H4V5h2m0 6H4V9h2m0 6H4v-2h2m0 6H4v-2h2m6-10V3H2v18h20V7z"
13
+ })
14
+ });
15
+ });
16
+ exports.MdiBuilding = MdiBuilding;
@@ -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 MdiBuilding = 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 15h-2v2h2m0-6h-2v2h2m2 6h-8v-2h2v-2h-2v-2h2v-2h-2V9h8M10 7H8V5h2m0 6H8V9h2m0 6H8v-2h2m0 6H8v-2h2M6 7H4V5h2m0 6H4V9h2m0 6H4v-2h2m0 6H4v-2h2m6-10V3H2v18h20V7z"
11
+ })
12
+ });
13
+ });
14
+ export {
15
+ MdiBuilding
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 MdiCalendar = 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: "M19 19H5V8h14m-3-7v2H8V1H6v2H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2h-1V1m-1 11h-5v5h5z"
13
+ })
14
+ });
15
+ });
16
+ exports.MdiCalendar = MdiCalendar;
@@ -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 MdiCalendar = 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: "M19 19H5V8h14m-3-7v2H8V1H6v2H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2h-1V1m-1 11h-5v5h5z"
11
+ })
12
+ });
13
+ });
14
+ export {
15
+ MdiCalendar
16
+ };
@@ -3,12 +3,17 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const svg = require("./components/svg.qwik.cjs");
4
4
  const mdiAddCircle = require("./components/icons/mdi-add-circle.qwik.cjs");
5
5
  const mdiAddCircleOutline = require("./components/icons/mdi-add-circle-outline.qwik.cjs");
6
+ const mdiAirHorn = require("./components/icons/mdi-air-horn.qwik.cjs");
6
7
  const mdiAlert = require("./components/icons/mdi-alert.qwik.cjs");
7
8
  const mdiAlertBoxOutline = require("./components/icons/mdi-alert-box-outline.qwik.cjs");
8
9
  const mdiArrowBackCircle = require("./components/icons/mdi-arrow-back-circle.qwik.cjs");
9
10
  const mdiArrowForwardCircle = require("./components/icons/mdi-arrow-forward-circle.qwik.cjs");
11
+ const mdiBank = require("./components/icons/mdi-bank.qwik.cjs");
12
+ const mdiBankOutline = require("./components/icons/mdi-bank-outline.qwik.cjs");
10
13
  const mdiBrain = require("./components/icons/mdi-brain.qwik.cjs");
11
14
  const mdiBrainFreezeOutline = require("./components/icons/mdi-brain-freeze-outline.qwik.cjs");
15
+ const mdiBuilding = require("./components/icons/mdi-building.qwik.cjs");
16
+ const mdiCalendar = require("./components/icons/mdi-calendar.qwik.cjs");
12
17
  const mdiCheckCircle = require("./components/icons/mdi-check-circle.qwik.cjs");
13
18
  const mdiCheckCircleOutline = require("./components/icons/mdi-check-circle-outline.qwik.cjs");
14
19
  const mdiChevronDown = require("./components/icons/mdi-chevron-down.qwik.cjs");
@@ -80,12 +85,17 @@ const flagZa4x3 = require("./components/icons/flag-za-4x3.qwik.cjs");
80
85
  exports.Svg = svg.Svg;
81
86
  exports.MdiAddCircle = mdiAddCircle.MdiAddCircle;
82
87
  exports.MdiAddCircleOutline = mdiAddCircleOutline.MdiAddCircleOutline;
88
+ exports.MdiAirHorn = mdiAirHorn.MdiAirHorn;
83
89
  exports.MdiAlert = mdiAlert.MdiAlert;
84
90
  exports.MdiAlertBoxOutline = mdiAlertBoxOutline.MdiAlertBoxOutline;
85
91
  exports.MdiArrowBackCircle = mdiArrowBackCircle.MdiArrowBackCircle;
86
92
  exports.MdiArrowForwardCircle = mdiArrowForwardCircle.MdiArrowForwardCircle;
93
+ exports.MdiBank = mdiBank.MdiBank;
94
+ exports.MdiBankOutline = mdiBankOutline.MdiBankOutline;
87
95
  exports.MdiBrain = mdiBrain.MdiBrain;
88
96
  exports.MdiBrainFreezeOutline = mdiBrainFreezeOutline.MdiBrainFreezeOutline;
97
+ exports.MdiBuilding = mdiBuilding.MdiBuilding;
98
+ exports.MdiCalendar = mdiCalendar.MdiCalendar;
89
99
  exports.MdiCheckCircle = mdiCheckCircle.MdiCheckCircle;
90
100
  exports.MdiCheckCircleOutline = mdiCheckCircleOutline.MdiCheckCircleOutline;
91
101
  exports.MdiChevronDown = mdiChevronDown.MdiChevronDown;
@@ -1,12 +1,17 @@
1
1
  import { Svg } from "./components/svg.qwik.mjs";
2
2
  import { MdiAddCircle } from "./components/icons/mdi-add-circle.qwik.mjs";
3
3
  import { MdiAddCircleOutline } from "./components/icons/mdi-add-circle-outline.qwik.mjs";
4
+ import { MdiAirHorn } from "./components/icons/mdi-air-horn.qwik.mjs";
4
5
  import { MdiAlert } from "./components/icons/mdi-alert.qwik.mjs";
5
6
  import { MdiAlertBoxOutline } from "./components/icons/mdi-alert-box-outline.qwik.mjs";
6
7
  import { MdiArrowBackCircle } from "./components/icons/mdi-arrow-back-circle.qwik.mjs";
7
8
  import { MdiArrowForwardCircle } from "./components/icons/mdi-arrow-forward-circle.qwik.mjs";
9
+ import { MdiBank } from "./components/icons/mdi-bank.qwik.mjs";
10
+ import { MdiBankOutline } from "./components/icons/mdi-bank-outline.qwik.mjs";
8
11
  import { MdiBrain } from "./components/icons/mdi-brain.qwik.mjs";
9
12
  import { MdiBrainFreezeOutline } from "./components/icons/mdi-brain-freeze-outline.qwik.mjs";
13
+ import { MdiBuilding } from "./components/icons/mdi-building.qwik.mjs";
14
+ import { MdiCalendar } from "./components/icons/mdi-calendar.qwik.mjs";
10
15
  import { MdiCheckCircle } from "./components/icons/mdi-check-circle.qwik.mjs";
11
16
  import { MdiCheckCircleOutline } from "./components/icons/mdi-check-circle-outline.qwik.mjs";
12
17
  import { MdiChevronDown } from "./components/icons/mdi-chevron-down.qwik.mjs";
@@ -94,12 +99,17 @@ export {
94
99
  LogosMicrosoftIcon,
95
100
  MdiAddCircle,
96
101
  MdiAddCircleOutline,
102
+ MdiAirHorn,
97
103
  MdiAlert,
98
104
  MdiAlertBoxOutline,
99
105
  MdiArrowBackCircle,
100
106
  MdiArrowForwardCircle,
107
+ MdiBank,
108
+ MdiBankOutline,
101
109
  MdiBrain,
102
110
  MdiBrainFreezeOutline,
111
+ MdiBuilding,
112
+ MdiCalendar,
103
113
  MdiCheckCircle,
104
114
  MdiCheckCircleOutline,
105
115
  MdiChevronDown,
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../svg';
2
+ export declare const MdiAirHorn: import("@builder.io/qwik").Component<IconProps>;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../svg';
2
+ export declare const MdiBankOutline: import("@builder.io/qwik").Component<IconProps>;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../svg';
2
+ export declare const MdiBank: import("@builder.io/qwik").Component<IconProps>;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../svg';
2
+ export declare const MdiBuilding: import("@builder.io/qwik").Component<IconProps>;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../svg';
2
+ export declare const MdiCalendar: import("@builder.io/qwik").Component<IconProps>;
@@ -1,12 +1,17 @@
1
1
  export * from './components/svg';
2
2
  export * from './components/icons/mdi-add-circle';
3
3
  export * from './components/icons/mdi-add-circle-outline';
4
+ export * from './components/icons/mdi-air-horn';
4
5
  export * from './components/icons/mdi-alert';
5
6
  export * from './components/icons/mdi-alert-box-outline';
6
7
  export * from './components/icons/mdi-arrow-back-circle';
7
8
  export * from './components/icons/mdi-arrow-forward-circle';
9
+ export * from './components/icons/mdi-bank';
10
+ export * from './components/icons/mdi-bank-outline';
8
11
  export * from './components/icons/mdi-brain';
9
12
  export * from './components/icons/mdi-brain-freeze-outline';
13
+ export * from './components/icons/mdi-building';
14
+ export * from './components/icons/mdi-calendar';
10
15
  export * from './components/icons/mdi-check-circle';
11
16
  export * from './components/icons/mdi-check-circle-outline';
12
17
  export * from './components/icons/mdi-chevron-down';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nr1e/qwik-icons",
3
- "version": "0.0.0-snapshot-20251230052317",
3
+ "version": "0.0.0-snapshot-20260109001551",
4
4
  "description": "NR1E Qwik Icons Library",
5
5
  "author": "NR1E, Inc.",
6
6
  "publishConfig": {