@postal-music/icons 0.1.19 → 0.1.21
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 +61 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +60 -1
- package/dist/index.mjs.map +1 -1
- package/dist/index.native.js +33 -0
- package/dist/index.native.js.map +1 -1
- package/dist/index.native.mjs +32 -1
- package/dist/index.native.mjs.map +1 -1
- package/dist/types/icons/charts/BarChart07Icon.d.ts +8 -0
- package/dist/types/icons/charts/index.d.ts +1 -0
- package/dist/types/icons/finance/ReceiptIcon.d.ts +9 -0
- package/dist/types/icons/finance/index.d.ts +1 -0
- package/package.json +1 -1
- package/src/icons/charts/BarChart07Icon.native.tsx +25 -0
- package/src/icons/charts/BarChart07Icon.web.tsx +36 -0
- package/src/icons/charts/index.ts +1 -0
- 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/dist/index.native.js
CHANGED
|
@@ -852,6 +852,20 @@ var BarChart01Icon = ({
|
|
|
852
852
|
}
|
|
853
853
|
) });
|
|
854
854
|
var BarChart01Icon_native_default = BarChart01Icon;
|
|
855
|
+
var BarChart07Icon = ({
|
|
856
|
+
size = 14,
|
|
857
|
+
color = "#000000"
|
|
858
|
+
}) => /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, { width: size, height: size, viewBox: "0 0 14 14", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
859
|
+
Svg.Path,
|
|
860
|
+
{
|
|
861
|
+
d: "M12.25 12.25H3.61667C2.96327 12.25 2.63657 12.25 2.38701 12.1228C2.16749 12.011 1.98901 11.8325 1.87716 11.613C1.75 11.3634 1.75 11.0367 1.75 10.3833V1.75M4.08333 6.125V10.2083M6.70833 3.20833V10.2083M9.33333 6.125V10.2083M11.9583 3.20833V10.2083",
|
|
862
|
+
stroke: color,
|
|
863
|
+
strokeWidth: "1.5",
|
|
864
|
+
strokeLinecap: "round",
|
|
865
|
+
strokeLinejoin: "round"
|
|
866
|
+
}
|
|
867
|
+
) });
|
|
868
|
+
var BarChart07Icon_native_default = BarChart07Icon;
|
|
855
869
|
var BarChart10Icon = ({ size = 15 }) => {
|
|
856
870
|
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, { width: size, height: size, viewBox: "0 0 15 15", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
857
871
|
Svg.Path,
|
|
@@ -1554,6 +1568,23 @@ var CurrencyDollarIcon = ({
|
|
|
1554
1568
|
);
|
|
1555
1569
|
};
|
|
1556
1570
|
var CurrencyDollarIcon_native_default = CurrencyDollarIcon;
|
|
1571
|
+
var ReceiptIcon = ({
|
|
1572
|
+
size = 24,
|
|
1573
|
+
color = "#000000",
|
|
1574
|
+
fill = "none",
|
|
1575
|
+
strokeWidth = 2
|
|
1576
|
+
}) => /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1577
|
+
Svg.Path,
|
|
1578
|
+
{
|
|
1579
|
+
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",
|
|
1580
|
+
fill,
|
|
1581
|
+
stroke: color,
|
|
1582
|
+
strokeWidth,
|
|
1583
|
+
strokeLinecap: "round",
|
|
1584
|
+
strokeLinejoin: "round"
|
|
1585
|
+
}
|
|
1586
|
+
) });
|
|
1587
|
+
var ReceiptIcon_native_default = ReceiptIcon;
|
|
1557
1588
|
var Wallet01Icon = ({ size = 18, color = "#000000" }) => /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, { width: size, height: size, viewBox: "0 0 18 18", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1558
1589
|
Svg.Path,
|
|
1559
1590
|
{
|
|
@@ -4756,6 +4787,7 @@ exports.ArrowUpIcon01 = ArrowUpIcon01;
|
|
|
4756
4787
|
exports.AudiomackIcon = AudiomackIcon_native_default;
|
|
4757
4788
|
exports.BankNote03Icon = BankNote03Icon_native_default;
|
|
4758
4789
|
exports.BarChart01Icon = BarChart01Icon_native_default;
|
|
4790
|
+
exports.BarChart07Icon = BarChart07Icon_native_default;
|
|
4759
4791
|
exports.BarChart10Icon = BarChart10Icon_native_default;
|
|
4760
4792
|
exports.BellIcon = BellIcon_native_default;
|
|
4761
4793
|
exports.BookIcon = BookIcon_native_default;
|
|
@@ -4875,6 +4907,7 @@ exports.PlusIcon = PlusIcon_native_default;
|
|
|
4875
4907
|
exports.PostalIcon = PostalIcon_native_default;
|
|
4876
4908
|
exports.PreviousTrackIcon = PreviousTrackIcon_native_default;
|
|
4877
4909
|
exports.QuestionCircleIcon = QuestionCircleIcon_native_default;
|
|
4910
|
+
exports.ReceiptIcon = ReceiptIcon_native_default;
|
|
4878
4911
|
exports.Recording01Icon = Recordering01_native_default;
|
|
4879
4912
|
exports.Recording02Icon = Recording02_native_default;
|
|
4880
4913
|
exports.Recording03Icon = Recording03Icon_native_default;
|