@postal-music/icons 0.1.18 → 0.1.19
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.js +60 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +59 -1
- package/dist/index.mjs.map +1 -1
- package/dist/index.native.js +36 -0
- package/dist/index.native.js.map +1 -1
- package/dist/index.native.mjs +35 -1
- package/dist/index.native.mjs.map +1 -1
- package/dist/types/icons/security/Shield01Icon.d.ts +9 -0
- package/dist/types/icons/security/ShieldOffIcon.d.ts +9 -0
- package/dist/types/icons/security/index.d.ts +2 -0
- package/package.json +1 -1
- package/src/icons/security/Shield01Icon.native.tsx +30 -0
- package/src/icons/security/Shield01Icon.web.tsx +36 -0
- package/src/icons/security/ShieldOffIcon.native.tsx +30 -0
- package/src/icons/security/ShieldOffIcon.web.tsx +36 -0
- package/src/icons/security/index.ts +2 -0
package/dist/index.js
CHANGED
|
@@ -5551,6 +5551,64 @@ var PasswordInputIcon = ({
|
|
|
5551
5551
|
)
|
|
5552
5552
|
}
|
|
5553
5553
|
);
|
|
5554
|
+
var Shield01Icon = ({
|
|
5555
|
+
size = 24,
|
|
5556
|
+
color = "currentColor",
|
|
5557
|
+
fill = "none",
|
|
5558
|
+
strokeWidth = 2,
|
|
5559
|
+
...props
|
|
5560
|
+
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
5561
|
+
"svg",
|
|
5562
|
+
{
|
|
5563
|
+
width: size,
|
|
5564
|
+
height: size,
|
|
5565
|
+
viewBox: "0 0 24 24",
|
|
5566
|
+
fill: "none",
|
|
5567
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5568
|
+
...props,
|
|
5569
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
5570
|
+
"path",
|
|
5571
|
+
{
|
|
5572
|
+
d: "M11.302 21.6147C11.5234 21.7439 11.6341 21.8085 11.7903 21.842C11.9116 21.868 12.0884 21.868 12.2097 21.842C12.3659 21.8085 12.4766 21.7439 12.698 21.6147C14.646 20.4783 20 16.9083 20 11.9999V7.21747C20 6.41796 20 6.0182 19.8692 5.67457C19.7537 5.37101 19.566 5.10015 19.3223 4.8854C19.0465 4.64231 18.6722 4.50195 17.9236 4.22122L12.5618 2.21054C12.3539 2.13258 12.25 2.0936 12.143 2.07815C12.0482 2.06444 11.9518 2.06444 11.857 2.07815C11.75 2.0936 11.6461 2.13258 11.4382 2.21054L6.0764 4.22122C5.3278 4.50195 4.9535 4.64231 4.67766 4.8854C4.43398 5.10015 4.24627 5.37101 4.13076 5.67457C4 6.0182 4 6.41796 4 7.21747V11.9999C4 16.9083 9.35396 20.4783 11.302 21.6147Z",
|
|
5573
|
+
fill,
|
|
5574
|
+
stroke: color,
|
|
5575
|
+
strokeWidth,
|
|
5576
|
+
strokeLinecap: "round",
|
|
5577
|
+
strokeLinejoin: "round"
|
|
5578
|
+
}
|
|
5579
|
+
)
|
|
5580
|
+
}
|
|
5581
|
+
);
|
|
5582
|
+
var Shield01Icon_web_default = Shield01Icon;
|
|
5583
|
+
var ShieldOffIcon = ({
|
|
5584
|
+
size = 24,
|
|
5585
|
+
color = "currentColor",
|
|
5586
|
+
fill = "none",
|
|
5587
|
+
strokeWidth = 2,
|
|
5588
|
+
...props
|
|
5589
|
+
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
5590
|
+
"svg",
|
|
5591
|
+
{
|
|
5592
|
+
width: size,
|
|
5593
|
+
height: size,
|
|
5594
|
+
viewBox: "0 0 24 24",
|
|
5595
|
+
fill: "none",
|
|
5596
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5597
|
+
...props,
|
|
5598
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
5599
|
+
"path",
|
|
5600
|
+
{
|
|
5601
|
+
d: "M8.80868 3.19661L11.4382 2.21054C11.6461 2.13258 11.75 2.0936 11.857 2.07815C11.9518 2.06444 12.0482 2.06444 12.143 2.07815C12.25 2.0936 12.3539 2.13258 12.5618 2.21054L17.9236 4.22122C18.6722 4.50195 19.0465 4.64231 19.3223 4.8854C19.566 5.10015 19.7537 5.37101 19.8692 5.67457C20 6.0182 20 6.41796 20 7.21747V11.9999C20 12.7202 19.8847 13.4117 19.6818 14.0708M17.6219 17.6255C15.9362 19.5859 13.7879 20.9788 12.6996 21.6138C12.4772 21.7436 12.366 21.8085 12.2098 21.842C12.0885 21.868 11.9116 21.868 11.7904 21.842C11.6341 21.8085 11.5234 21.7439 11.302 21.6147C9.35396 20.4783 4 16.9083 4 11.9999V5.77618C4 5.30923 4.28966 4.89125 4.72688 4.72729M3 2.99987L21 20.9999",
|
|
5602
|
+
fill,
|
|
5603
|
+
stroke: color,
|
|
5604
|
+
strokeWidth,
|
|
5605
|
+
strokeLinecap: "round",
|
|
5606
|
+
strokeLinejoin: "round"
|
|
5607
|
+
}
|
|
5608
|
+
)
|
|
5609
|
+
}
|
|
5610
|
+
);
|
|
5611
|
+
var ShieldOffIcon_web_default = ShieldOffIcon;
|
|
5554
5612
|
function AppleMusicIcon({ size = 28, title = "Apple Music", className, ...props }) {
|
|
5555
5613
|
const gid = React6__namespace.useId();
|
|
5556
5614
|
const gradId = `am-grad-${gid}`;
|
|
@@ -6682,6 +6740,8 @@ exports.Share01Icon = Share01Icon;
|
|
|
6682
6740
|
exports.Share06Icon = Share06Icon;
|
|
6683
6741
|
exports.ShareIcon = ShareIcon_web_default;
|
|
6684
6742
|
exports.ShazamIcon = ShazamIcon_web_default;
|
|
6743
|
+
exports.Shield01Icon = Shield01Icon_web_default;
|
|
6744
|
+
exports.ShieldOffIcon = ShieldOffIcon_web_default;
|
|
6685
6745
|
exports.Shuffle01Icon = Shuffle01Icon_web_default;
|
|
6686
6746
|
exports.SidebarMenuIcon = SidebarMenuIcon_web_default;
|
|
6687
6747
|
exports.SlashCircleIcon = SlashCircleIcon;
|