foamicons 0.9.11 → 0.9.12
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.
- package/dist/index.cjs +12 -9
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +12 -9
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -20397,9 +20397,10 @@ var __iconNode489 = [
|
|
|
20397
20397
|
[
|
|
20398
20398
|
"path",
|
|
20399
20399
|
{
|
|
20400
|
-
d: "
|
|
20401
|
-
|
|
20402
|
-
|
|
20400
|
+
d: "M11.8644 11.8434C10.1404 13.974 8 13.974 8 13.974C8 13.974 2.08225 13.974 2.00085 4.17891C1.99993 4.06845 2.08956 3.97426 2.19997 3.97106C2.71353 3.95617 3.22513 3.88523 3.7197 3.77832",
|
|
20401
|
+
stroke: "currentColor",
|
|
20402
|
+
strokeLinecap: "round",
|
|
20403
|
+
key: "z697wh"
|
|
20403
20404
|
}
|
|
20404
20405
|
],
|
|
20405
20406
|
[
|
|
@@ -20436,9 +20437,10 @@ var __iconNode490 = [
|
|
|
20436
20437
|
[
|
|
20437
20438
|
"path",
|
|
20438
20439
|
{
|
|
20439
|
-
d: "
|
|
20440
|
-
|
|
20441
|
-
|
|
20440
|
+
d: "M11.8644 11.8434C10.1404 13.974 8 13.974 8 13.974C8 13.974 2.08225 13.974 2.00085 4.17891C1.99993 4.06845 2.08956 3.97426 2.19997 3.97106C2.71353 3.95617 3.22513 3.88523 3.7197 3.77832",
|
|
20441
|
+
stroke: "currentColor",
|
|
20442
|
+
strokeLinecap: "round",
|
|
20443
|
+
key: "z697wh"
|
|
20442
20444
|
}
|
|
20443
20445
|
],
|
|
20444
20446
|
[
|
|
@@ -20468,9 +20470,10 @@ var __iconNode491 = [
|
|
|
20468
20470
|
[
|
|
20469
20471
|
"path",
|
|
20470
20472
|
{
|
|
20471
|
-
d: "
|
|
20472
|
-
|
|
20473
|
-
|
|
20473
|
+
d: "M11.8644 11.8692C10.1404 13.9999 8 13.9999 8 13.9999C8 13.9999 2.08225 13.9999 2.00085 4.20479C1.99993 4.09433 2.08956 4.00014 2.19997 3.99694C2.71353 3.98205 3.22513 3.91111 3.7197 3.8042",
|
|
20474
|
+
stroke: "currentColor",
|
|
20475
|
+
strokeLinecap: "round",
|
|
20476
|
+
key: "iowmqy"
|
|
20474
20477
|
}
|
|
20475
20478
|
],
|
|
20476
20479
|
[
|
package/dist/index.d.cts
CHANGED
|
@@ -7389,7 +7389,7 @@ declare const ShieldFill: FoamIcon;
|
|
|
7389
7389
|
/**
|
|
7390
7390
|
* @component @name ShieldOffDuotone
|
|
7391
7391
|
* @description Foamicon SVG icon component, renders a `<svg>` element
|
|
7392
|
-
* @preview 
|
|
7393
7393
|
* @see https://foamicons.com/icons/shield-off-duotone
|
|
7394
7394
|
*
|
|
7395
7395
|
* @param {object} props - Icon props extending SVGProps<SVGSVGElement>
|
|
@@ -7404,7 +7404,7 @@ declare const ShieldOffDuotone: FoamIcon;
|
|
|
7404
7404
|
/**
|
|
7405
7405
|
* @component @name ShieldOffFill
|
|
7406
7406
|
* @description Foamicon SVG icon component, renders a `<svg>` element
|
|
7407
|
-
* @preview 
|
|
7408
7408
|
* @see https://foamicons.com/icons/shield-off-fill
|
|
7409
7409
|
*
|
|
7410
7410
|
* @param {object} props - Icon props extending SVGProps<SVGSVGElement>
|
|
@@ -7419,7 +7419,7 @@ declare const ShieldOffFill: FoamIcon;
|
|
|
7419
7419
|
/**
|
|
7420
7420
|
* @component @name ShieldOff
|
|
7421
7421
|
* @description Foamicon SVG icon component, renders a `<svg>` element
|
|
7422
|
-
* @preview 
|
|
7423
7423
|
* @see https://foamicons.com/icons/shield-off
|
|
7424
7424
|
*
|
|
7425
7425
|
* @param {object} props - Icon props extending SVGProps<SVGSVGElement>
|
package/dist/index.d.ts
CHANGED
|
@@ -7389,7 +7389,7 @@ declare const ShieldFill: FoamIcon;
|
|
|
7389
7389
|
/**
|
|
7390
7390
|
* @component @name ShieldOffDuotone
|
|
7391
7391
|
* @description Foamicon SVG icon component, renders a `<svg>` element
|
|
7392
|
-
* @preview 
|
|
7393
7393
|
* @see https://foamicons.com/icons/shield-off-duotone
|
|
7394
7394
|
*
|
|
7395
7395
|
* @param {object} props - Icon props extending SVGProps<SVGSVGElement>
|
|
@@ -7404,7 +7404,7 @@ declare const ShieldOffDuotone: FoamIcon;
|
|
|
7404
7404
|
/**
|
|
7405
7405
|
* @component @name ShieldOffFill
|
|
7406
7406
|
* @description Foamicon SVG icon component, renders a `<svg>` element
|
|
7407
|
-
* @preview 
|
|
7408
7408
|
* @see https://foamicons.com/icons/shield-off-fill
|
|
7409
7409
|
*
|
|
7410
7410
|
* @param {object} props - Icon props extending SVGProps<SVGSVGElement>
|
|
@@ -7419,7 +7419,7 @@ declare const ShieldOffFill: FoamIcon;
|
|
|
7419
7419
|
/**
|
|
7420
7420
|
* @component @name ShieldOff
|
|
7421
7421
|
* @description Foamicon SVG icon component, renders a `<svg>` element
|
|
7422
|
-
* @preview 
|
|
7423
7423
|
* @see https://foamicons.com/icons/shield-off
|
|
7424
7424
|
*
|
|
7425
7425
|
* @param {object} props - Icon props extending SVGProps<SVGSVGElement>
|
package/dist/index.js
CHANGED
|
@@ -20395,9 +20395,10 @@ var __iconNode489 = [
|
|
|
20395
20395
|
[
|
|
20396
20396
|
"path",
|
|
20397
20397
|
{
|
|
20398
|
-
d: "
|
|
20399
|
-
|
|
20400
|
-
|
|
20398
|
+
d: "M11.8644 11.8434C10.1404 13.974 8 13.974 8 13.974C8 13.974 2.08225 13.974 2.00085 4.17891C1.99993 4.06845 2.08956 3.97426 2.19997 3.97106C2.71353 3.95617 3.22513 3.88523 3.7197 3.77832",
|
|
20399
|
+
stroke: "currentColor",
|
|
20400
|
+
strokeLinecap: "round",
|
|
20401
|
+
key: "z697wh"
|
|
20401
20402
|
}
|
|
20402
20403
|
],
|
|
20403
20404
|
[
|
|
@@ -20434,9 +20435,10 @@ var __iconNode490 = [
|
|
|
20434
20435
|
[
|
|
20435
20436
|
"path",
|
|
20436
20437
|
{
|
|
20437
|
-
d: "
|
|
20438
|
-
|
|
20439
|
-
|
|
20438
|
+
d: "M11.8644 11.8434C10.1404 13.974 8 13.974 8 13.974C8 13.974 2.08225 13.974 2.00085 4.17891C1.99993 4.06845 2.08956 3.97426 2.19997 3.97106C2.71353 3.95617 3.22513 3.88523 3.7197 3.77832",
|
|
20439
|
+
stroke: "currentColor",
|
|
20440
|
+
strokeLinecap: "round",
|
|
20441
|
+
key: "z697wh"
|
|
20440
20442
|
}
|
|
20441
20443
|
],
|
|
20442
20444
|
[
|
|
@@ -20466,9 +20468,10 @@ var __iconNode491 = [
|
|
|
20466
20468
|
[
|
|
20467
20469
|
"path",
|
|
20468
20470
|
{
|
|
20469
|
-
d: "
|
|
20470
|
-
|
|
20471
|
-
|
|
20471
|
+
d: "M11.8644 11.8692C10.1404 13.9999 8 13.9999 8 13.9999C8 13.9999 2.08225 13.9999 2.00085 4.20479C1.99993 4.09433 2.08956 4.00014 2.19997 3.99694C2.71353 3.98205 3.22513 3.91111 3.7197 3.8042",
|
|
20472
|
+
stroke: "currentColor",
|
|
20473
|
+
strokeLinecap: "round",
|
|
20474
|
+
key: "iowmqy"
|
|
20472
20475
|
}
|
|
20473
20476
|
],
|
|
20474
20477
|
[
|