@postal-music/icons 0.1.1 → 0.1.2

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 CHANGED
@@ -1810,6 +1810,27 @@ var CreditCardIcon = ({ size = 18, color = "currentColor" }) => /* @__PURE__ */
1810
1810
  }
1811
1811
  );
1812
1812
  var CreditCardIcon_web_default = CreditCardIcon;
1813
+ var Wallet01Icon = ({ size = 18, color = "currentColor" }) => /* @__PURE__ */ jsxRuntime.jsx(
1814
+ "svg",
1815
+ {
1816
+ width: size,
1817
+ height: size,
1818
+ viewBox: "0 0 18 18",
1819
+ fill: "none",
1820
+ xmlns: "http://www.w3.org/2000/svg",
1821
+ children: /* @__PURE__ */ jsxRuntime.jsx(
1822
+ "path",
1823
+ {
1824
+ d: "M16.5 6.375H1.5M1.5 9.375H4.16001C4.56515 9.375 4.76772 9.375 4.9636 9.40992C5.13747 9.44091 5.30708 9.49226 5.46893 9.56292C5.65128 9.64252 5.81983 9.75489 6.15693 9.97962L6.59307 10.2704C6.93017 10.4951 7.09872 10.6075 7.28107 10.6871C7.44292 10.7577 7.61253 10.8091 7.7864 10.8401C7.98228 10.875 8.18485 10.875 8.58999 10.875H9.41001C9.81515 10.875 10.0177 10.875 10.2136 10.8401C10.3875 10.8091 10.5571 10.7577 10.7189 10.6871C10.9013 10.6075 11.0698 10.4951 11.4069 10.2704L11.8431 9.97962C12.1802 9.75489 12.3487 9.64252 12.5311 9.56292C12.6929 9.49226 12.8625 9.44091 13.0364 9.40992C13.2323 9.375 13.4348 9.375 13.84 9.375H16.5M1.5 5.4L1.5 12.6C1.5 13.4401 1.5 13.8601 1.66349 14.181C1.8073 14.4632 2.03677 14.6927 2.31901 14.8365C2.63988 15 3.05992 15 3.9 15L14.1 15C14.9401 15 15.3601 15 15.681 14.8365C15.9632 14.6927 16.1927 14.4632 16.3365 14.181C16.5 13.8601 16.5 13.4401 16.5 12.6V5.4C16.5 4.55992 16.5 4.13988 16.3365 3.81902C16.1927 3.53677 15.9632 3.3073 15.681 3.16349C15.3601 3 14.9401 3 14.1 3L3.9 3C3.05992 3 2.63988 3 2.31901 3.16349C2.03677 3.3073 1.8073 3.53677 1.66349 3.81901C1.5 4.13988 1.5 4.55992 1.5 5.4Z",
1825
+ stroke: color,
1826
+ strokeWidth: "1.5",
1827
+ strokeLinecap: "round",
1828
+ strokeLinejoin: "round"
1829
+ }
1830
+ )
1831
+ }
1832
+ );
1833
+ var Wallet01Icon_web_default = Wallet01Icon;
1813
1834
  var ActivityIcon = ({ size = 18, ...props }) => {
1814
1835
  return /* @__PURE__ */ jsxRuntime.jsx(
1815
1836
  "svg",
@@ -4930,6 +4951,7 @@ exports.Users03Icon = Users03Icon;
4930
4951
  exports.UsersIcon = UsersIcon_web_default;
4931
4952
  exports.VideoRecorderIcon = VideoRecorderIcon_web_default;
4932
4953
  exports.VolumeIcon = VolumeIcon_web_default;
4954
+ exports.Wallet01Icon = Wallet01Icon_web_default;
4933
4955
  exports.XCircleIcon = XCircleIcon_web_default;
4934
4956
  exports.XIcon = XIcon_web_default;
4935
4957
  exports.YoutubeIcon = YoutubeIcon_web_default;