@nr1e/qwik-icons 0.0.35 → 0.0.36

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 MdiShieldCheckOutline = 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 11c0 5.55-3.84 10.74-9 12c-5.16-1.26-9-6.45-9-12V5l9-4l9 4zm-9 10c3.75-1 7-5.46 7-9.78V6.3l-7-3.12L5 6.3v4.92C5 15.54 8.25 20 12 21m-2-4l-4-4l1.41-1.41L10 14.17l6.59-6.59L18 9"
13
+ })
14
+ });
15
+ });
16
+ exports.MdiShieldCheckOutline = MdiShieldCheckOutline;
@@ -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 MdiShieldCheckOutline = 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 11c0 5.55-3.84 10.74-9 12c-5.16-1.26-9-6.45-9-12V5l9-4l9 4zm-9 10c3.75-1 7-5.46 7-9.78V6.3l-7-3.12L5 6.3v4.92C5 15.54 8.25 20 12 21m-2-4l-4-4l1.41-1.41L10 14.17l6.59-6.59L18 9"
11
+ })
12
+ });
13
+ });
14
+ export {
15
+ MdiShieldCheckOutline
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 MdiShieldCheck = 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: "m10 17l-4-4l1.41-1.41L10 14.17l6.59-6.59L18 9m-6-8L3 5v6c0 5.55 3.84 10.74 9 12c5.16-1.26 9-6.45 9-12V5z"
13
+ })
14
+ });
15
+ });
16
+ exports.MdiShieldCheck = MdiShieldCheck;
@@ -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 MdiShieldCheck = 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: "m10 17l-4-4l1.41-1.41L10 14.17l6.59-6.59L18 9m-6-8L3 5v6c0 5.55 3.84 10.74 9 12c5.16-1.26 9-6.45 9-12V5z"
11
+ })
12
+ });
13
+ });
14
+ export {
15
+ MdiShieldCheck
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 MdiShieldLockOpenOutline = 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 11c0 5.5-3.8 10.7-9 12c-5.2-1.3-9-6.5-9-12V5l9-4l9 4zm-9 10c3.8-1 7-5.5 7-9.8V6.3l-7-3.1l-7 3.1v4.9c0 4.3 3.2 8.8 7 9.8m2.8-10h-4.3V8.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3V9h1.3v-.5C14.8 7.1 13.4 6 12 6S9.2 7.1 9.2 8.5V11c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3"
13
+ })
14
+ });
15
+ });
16
+ exports.MdiShieldLockOpenOutline = MdiShieldLockOpenOutline;
@@ -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 MdiShieldLockOpenOutline = 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 11c0 5.5-3.8 10.7-9 12c-5.2-1.3-9-6.5-9-12V5l9-4l9 4zm-9 10c3.8-1 7-5.5 7-9.8V6.3l-7-3.1l-7 3.1v4.9c0 4.3 3.2 8.8 7 9.8m2.8-10h-4.3V8.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3V9h1.3v-.5C14.8 7.1 13.4 6 12 6S9.2 7.1 9.2 8.5V11c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3"
11
+ })
12
+ });
13
+ });
14
+ export {
15
+ MdiShieldLockOpenOutline
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 MdiShieldLockOpen = 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 1L3 5v6c0 5.5 3.8 10.7 9 12c5.2-1.3 9-6.5 9-12V5zm4 14.8c0 .6-.6 1.2-1.3 1.2H9.2c-.6 0-1.2-.6-1.2-1.3v-3.5c0-.6.6-1.2 1.2-1.2V8.5C9.2 7.1 10.6 6 12 6s2.8 1.1 2.8 2.5V9h-1.3v-.5c0-.8-.7-1.3-1.5-1.3s-1.5.5-1.5 1.3V11h4.3c.6 0 1.2.6 1.2 1.3z"
13
+ })
14
+ });
15
+ });
16
+ exports.MdiShieldLockOpen = MdiShieldLockOpen;
@@ -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 MdiShieldLockOpen = 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 1L3 5v6c0 5.5 3.8 10.7 9 12c5.2-1.3 9-6.5 9-12V5zm4 14.8c0 .6-.6 1.2-1.3 1.2H9.2c-.6 0-1.2-.6-1.2-1.3v-3.5c0-.6.6-1.2 1.2-1.2V8.5C9.2 7.1 10.6 6 12 6s2.8 1.1 2.8 2.5V9h-1.3v-.5c0-.8-.7-1.3-1.5-1.3s-1.5.5-1.5 1.3V11h4.3c.6 0 1.2.6 1.2 1.3z"
11
+ })
12
+ });
13
+ });
14
+ export {
15
+ MdiShieldLockOpen
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 MdiShieldLockOutline = 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 11c0 5.55-3.84 10.74-9 12c-5.16-1.26-9-6.45-9-12V5l9-4l9 4zm-9 10c3.75-1 7-5.46 7-9.78V6.3l-7-3.12L5 6.3v4.92C5 15.54 8.25 20 12 21m2.8-10V9.5C14.8 8.1 13.4 7 12 7S9.2 8.1 9.2 9.5V11c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3m-1.3 0h-3V9.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3z"
13
+ })
14
+ });
15
+ });
16
+ exports.MdiShieldLockOutline = MdiShieldLockOutline;
@@ -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 MdiShieldLockOutline = 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 11c0 5.55-3.84 10.74-9 12c-5.16-1.26-9-6.45-9-12V5l9-4l9 4zm-9 10c3.75-1 7-5.46 7-9.78V6.3l-7-3.12L5 6.3v4.92C5 15.54 8.25 20 12 21m2.8-10V9.5C14.8 8.1 13.4 7 12 7S9.2 8.1 9.2 9.5V11c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3m-1.3 0h-3V9.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3z"
11
+ })
12
+ });
13
+ });
14
+ export {
15
+ MdiShieldLockOutline
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 MdiShieldLock = 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 1L3 5v6c0 5.55 3.84 10.74 9 12c5.16-1.26 9-6.45 9-12V5zm0 6c1.4 0 2.8 1.1 2.8 2.5V11c.6 0 1.2.6 1.2 1.3v3.5c0 .6-.6 1.2-1.3 1.2H9.2c-.6 0-1.2-.6-1.2-1.3v-3.5c0-.6.6-1.2 1.2-1.2V9.5C9.2 8.1 10.6 7 12 7m0 1.2c-.8 0-1.5.5-1.5 1.3V11h3V9.5c0-.8-.7-1.3-1.5-1.3"
13
+ })
14
+ });
15
+ });
16
+ exports.MdiShieldLock = MdiShieldLock;
@@ -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 MdiShieldLock = 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 1L3 5v6c0 5.55 3.84 10.74 9 12c5.16-1.26 9-6.45 9-12V5zm0 6c1.4 0 2.8 1.1 2.8 2.5V11c.6 0 1.2.6 1.2 1.3v3.5c0 .6-.6 1.2-1.3 1.2H9.2c-.6 0-1.2-.6-1.2-1.3v-3.5c0-.6.6-1.2 1.2-1.2V9.5C9.2 8.1 10.6 7 12 7m0 1.2c-.8 0-1.5.5-1.5 1.3V11h3V9.5c0-.8-.7-1.3-1.5-1.3"
11
+ })
12
+ });
13
+ });
14
+ export {
15
+ MdiShieldLock
16
+ };
@@ -196,6 +196,12 @@ const mdiSearch = require("./components/icons/mdi-search.qwik.cjs");
196
196
  const mdiSecureOutline = require("./components/icons/mdi-secure-outline.qwik.cjs");
197
197
  const mdiShieldCrown = require("./components/icons/mdi-shield-crown.qwik.cjs");
198
198
  const mdiShieldCrownOutline = require("./components/icons/mdi-shield-crown-outline.qwik.cjs");
199
+ const mdiShieldCheck = require("./components/icons/mdi-shield-check.qwik.cjs");
200
+ const mdiShieldCheckOutline = require("./components/icons/mdi-shield-check-outline.qwik.cjs");
201
+ const mdiShieldLock = require("./components/icons/mdi-shield-lock.qwik.cjs");
202
+ const mdiShieldLockOutline = require("./components/icons/mdi-shield-lock-outline.qwik.cjs");
203
+ const mdiShieldLockOpen = require("./components/icons/mdi-shield-lock-open.qwik.cjs");
204
+ const mdiShieldLockOpenOutline = require("./components/icons/mdi-shield-lock-open-outline.qwik.cjs");
199
205
  const mdiShieldSync = require("./components/icons/mdi-shield-sync.qwik.cjs");
200
206
  const mdiShieldSyncOutline = require("./components/icons/mdi-shield-sync-outline.qwik.cjs");
201
207
  const mdiSpeedometer = require("./components/icons/mdi-speedometer.qwik.cjs");
@@ -514,6 +520,12 @@ exports.MdiSearch = mdiSearch.MdiSearch;
514
520
  exports.MdiSecureOutline = mdiSecureOutline.MdiSecureOutline;
515
521
  exports.MdiShieldCrown = mdiShieldCrown.MdiShieldCrown;
516
522
  exports.MdiShieldCrownOutline = mdiShieldCrownOutline.MdiShieldCrownOutline;
523
+ exports.MdiShieldCheck = mdiShieldCheck.MdiShieldCheck;
524
+ exports.MdiShieldCheckOutline = mdiShieldCheckOutline.MdiShieldCheckOutline;
525
+ exports.MdiShieldLock = mdiShieldLock.MdiShieldLock;
526
+ exports.MdiShieldLockOutline = mdiShieldLockOutline.MdiShieldLockOutline;
527
+ exports.MdiShieldLockOpen = mdiShieldLockOpen.MdiShieldLockOpen;
528
+ exports.MdiShieldLockOpenOutline = mdiShieldLockOpenOutline.MdiShieldLockOpenOutline;
517
529
  exports.MdiShieldSync = mdiShieldSync.MdiShieldSync;
518
530
  exports.MdiShieldSyncOutline = mdiShieldSyncOutline.MdiShieldSyncOutline;
519
531
  exports.MdiSpeedometer = mdiSpeedometer.MdiSpeedometer;
@@ -194,6 +194,12 @@ import { MdiSearch } from "./components/icons/mdi-search.qwik.mjs";
194
194
  import { MdiSecureOutline } from "./components/icons/mdi-secure-outline.qwik.mjs";
195
195
  import { MdiShieldCrown } from "./components/icons/mdi-shield-crown.qwik.mjs";
196
196
  import { MdiShieldCrownOutline } from "./components/icons/mdi-shield-crown-outline.qwik.mjs";
197
+ import { MdiShieldCheck } from "./components/icons/mdi-shield-check.qwik.mjs";
198
+ import { MdiShieldCheckOutline } from "./components/icons/mdi-shield-check-outline.qwik.mjs";
199
+ import { MdiShieldLock } from "./components/icons/mdi-shield-lock.qwik.mjs";
200
+ import { MdiShieldLockOutline } from "./components/icons/mdi-shield-lock-outline.qwik.mjs";
201
+ import { MdiShieldLockOpen } from "./components/icons/mdi-shield-lock-open.qwik.mjs";
202
+ import { MdiShieldLockOpenOutline } from "./components/icons/mdi-shield-lock-open-outline.qwik.mjs";
197
203
  import { MdiShieldSync } from "./components/icons/mdi-shield-sync.qwik.mjs";
198
204
  import { MdiShieldSyncOutline } from "./components/icons/mdi-shield-sync-outline.qwik.mjs";
199
205
  import { MdiSpeedometer } from "./components/icons/mdi-speedometer.qwik.mjs";
@@ -567,8 +573,14 @@ export {
567
573
  MdiRocketOutline,
568
574
  MdiSearch,
569
575
  MdiSecureOutline,
576
+ MdiShieldCheck,
577
+ MdiShieldCheckOutline,
570
578
  MdiShieldCrown,
571
579
  MdiShieldCrownOutline,
580
+ MdiShieldLock,
581
+ MdiShieldLockOpen,
582
+ MdiShieldLockOpenOutline,
583
+ MdiShieldLockOutline,
572
584
  MdiShieldSync,
573
585
  MdiShieldSyncOutline,
574
586
  MdiSpeedometer,
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../svg';
2
+ export declare const MdiShieldCheckOutline: import("@builder.io/qwik").Component<IconProps>;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../svg';
2
+ export declare const MdiShieldCheck: import("@builder.io/qwik").Component<IconProps>;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../svg';
2
+ export declare const MdiShieldLockOpenOutline: import("@builder.io/qwik").Component<IconProps>;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../svg';
2
+ export declare const MdiShieldLockOpen: import("@builder.io/qwik").Component<IconProps>;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../svg';
2
+ export declare const MdiShieldLockOutline: import("@builder.io/qwik").Component<IconProps>;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../svg';
2
+ export declare const MdiShieldLock: import("@builder.io/qwik").Component<IconProps>;
@@ -194,6 +194,12 @@ export * from './components/icons/mdi-search';
194
194
  export * from './components/icons/mdi-secure-outline';
195
195
  export * from './components/icons/mdi-shield-crown';
196
196
  export * from './components/icons/mdi-shield-crown-outline';
197
+ export * from './components/icons/mdi-shield-check';
198
+ export * from './components/icons/mdi-shield-check-outline';
199
+ export * from './components/icons/mdi-shield-lock';
200
+ export * from './components/icons/mdi-shield-lock-outline';
201
+ export * from './components/icons/mdi-shield-lock-open';
202
+ export * from './components/icons/mdi-shield-lock-open-outline';
197
203
  export * from './components/icons/mdi-shield-sync';
198
204
  export * from './components/icons/mdi-shield-sync-outline';
199
205
  export * from './components/icons/mdi-speedometer';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nr1e/qwik-icons",
3
- "version": "0.0.35",
3
+ "version": "0.0.36",
4
4
  "description": "NR1E Qwik Icons Library",
5
5
  "author": "NR1E, Inc.",
6
6
  "publishConfig": {