@postal-music/icons 0.1.18 → 0.1.20
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 +90 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +88 -1
- package/dist/index.mjs.map +1 -1
- package/dist/index.native.js +54 -0
- package/dist/index.native.js.map +1 -1
- package/dist/index.native.mjs +52 -1
- package/dist/index.native.mjs.map +1 -1
- package/dist/types/icons/finance/ReceiptIcon.d.ts +9 -0
- package/dist/types/icons/finance/index.d.ts +1 -0
- 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/finance/ReceiptIcon.native.tsx +30 -0
- package/src/icons/finance/ReceiptIcon.web.tsx +36 -0
- package/src/icons/finance/index.ts +1 -0
- 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
|
@@ -2363,6 +2363,35 @@ var CurrencyDollarIcon = React6__namespace.memo(
|
|
|
2363
2363
|
})
|
|
2364
2364
|
);
|
|
2365
2365
|
var CurrencyDollarIcon_web_default = CurrencyDollarIcon;
|
|
2366
|
+
var ReceiptIcon = ({
|
|
2367
|
+
size = 24,
|
|
2368
|
+
color = "currentColor",
|
|
2369
|
+
fill = "none",
|
|
2370
|
+
strokeWidth = 2,
|
|
2371
|
+
...props
|
|
2372
|
+
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
2373
|
+
"svg",
|
|
2374
|
+
{
|
|
2375
|
+
width: size,
|
|
2376
|
+
height: size,
|
|
2377
|
+
viewBox: "0 0 24 24",
|
|
2378
|
+
fill: "none",
|
|
2379
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2380
|
+
...props,
|
|
2381
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2382
|
+
"path",
|
|
2383
|
+
{
|
|
2384
|
+
d: "M4 7.8C4 6.11984 4 5.27976 4.32698 4.63803C4.6146 4.07354 5.07354 3.6146 5.63803 3.32698C6.27976 3 7.11984 3 8.8 3H15.2C16.8802 3 17.7202 3 18.362 3.32698C18.9265 3.6146 19.3854 4.07354 19.673 4.63803C20 5.27976 20 6.11984 20 7.8V21L17.25 19L14.75 21L12 19L9.25 21L6.75 19L4 21V7.8Z",
|
|
2385
|
+
fill,
|
|
2386
|
+
stroke: color,
|
|
2387
|
+
strokeWidth,
|
|
2388
|
+
strokeLinecap: "round",
|
|
2389
|
+
strokeLinejoin: "round"
|
|
2390
|
+
}
|
|
2391
|
+
)
|
|
2392
|
+
}
|
|
2393
|
+
);
|
|
2394
|
+
var ReceiptIcon_web_default = ReceiptIcon;
|
|
2366
2395
|
var Wallet01Icon = ({ size = 18, color = "currentColor", ...props }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
2367
2396
|
"svg",
|
|
2368
2397
|
{
|
|
@@ -5551,6 +5580,64 @@ var PasswordInputIcon = ({
|
|
|
5551
5580
|
)
|
|
5552
5581
|
}
|
|
5553
5582
|
);
|
|
5583
|
+
var Shield01Icon = ({
|
|
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: "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",
|
|
5602
|
+
fill,
|
|
5603
|
+
stroke: color,
|
|
5604
|
+
strokeWidth,
|
|
5605
|
+
strokeLinecap: "round",
|
|
5606
|
+
strokeLinejoin: "round"
|
|
5607
|
+
}
|
|
5608
|
+
)
|
|
5609
|
+
}
|
|
5610
|
+
);
|
|
5611
|
+
var Shield01Icon_web_default = Shield01Icon;
|
|
5612
|
+
var ShieldOffIcon = ({
|
|
5613
|
+
size = 24,
|
|
5614
|
+
color = "currentColor",
|
|
5615
|
+
fill = "none",
|
|
5616
|
+
strokeWidth = 2,
|
|
5617
|
+
...props
|
|
5618
|
+
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
5619
|
+
"svg",
|
|
5620
|
+
{
|
|
5621
|
+
width: size,
|
|
5622
|
+
height: size,
|
|
5623
|
+
viewBox: "0 0 24 24",
|
|
5624
|
+
fill: "none",
|
|
5625
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5626
|
+
...props,
|
|
5627
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
5628
|
+
"path",
|
|
5629
|
+
{
|
|
5630
|
+
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",
|
|
5631
|
+
fill,
|
|
5632
|
+
stroke: color,
|
|
5633
|
+
strokeWidth,
|
|
5634
|
+
strokeLinecap: "round",
|
|
5635
|
+
strokeLinejoin: "round"
|
|
5636
|
+
}
|
|
5637
|
+
)
|
|
5638
|
+
}
|
|
5639
|
+
);
|
|
5640
|
+
var ShieldOffIcon_web_default = ShieldOffIcon;
|
|
5554
5641
|
function AppleMusicIcon({ size = 28, title = "Apple Music", className, ...props }) {
|
|
5555
5642
|
const gid = React6__namespace.useId();
|
|
5556
5643
|
const gradId = `am-grad-${gid}`;
|
|
@@ -6665,6 +6752,7 @@ exports.PlusIcon = PlusIcon_web_default;
|
|
|
6665
6752
|
exports.PostalIcon = PostalIcon_web_default;
|
|
6666
6753
|
exports.PreviousTrackIcon = PreviousTrackIcon_web_default;
|
|
6667
6754
|
exports.QuestionCircleIcon = QuestionCircleIcon_web_default;
|
|
6755
|
+
exports.ReceiptIcon = ReceiptIcon_web_default;
|
|
6668
6756
|
exports.Recording01Icon = Recordering01_web_default;
|
|
6669
6757
|
exports.Recording02Icon = Recording02_web_default;
|
|
6670
6758
|
exports.Recording03Icon = Recording03Icon_web_default;
|
|
@@ -6682,6 +6770,8 @@ exports.Share01Icon = Share01Icon;
|
|
|
6682
6770
|
exports.Share06Icon = Share06Icon;
|
|
6683
6771
|
exports.ShareIcon = ShareIcon_web_default;
|
|
6684
6772
|
exports.ShazamIcon = ShazamIcon_web_default;
|
|
6773
|
+
exports.Shield01Icon = Shield01Icon_web_default;
|
|
6774
|
+
exports.ShieldOffIcon = ShieldOffIcon_web_default;
|
|
6685
6775
|
exports.Shuffle01Icon = Shuffle01Icon_web_default;
|
|
6686
6776
|
exports.SidebarMenuIcon = SidebarMenuIcon_web_default;
|
|
6687
6777
|
exports.SlashCircleIcon = SlashCircleIcon;
|