@postal-music/icons 0.1.0 → 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 +58 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +57 -1
- package/dist/index.mjs.map +1 -1
- package/dist/index.native.js +66 -0
- package/dist/index.native.js.map +1 -1
- package/dist/index.native.mjs +64 -1
- package/dist/index.native.mjs.map +1 -1
- package/package.json +1 -1
- package/src/icons/finance/Wallet01Icon.native.tsx +22 -0
- package/src/icons/finance/Wallet01Icon.web.tsx +26 -0
- package/src/icons/finance/index.ts +1 -0
- package/src/icons/security/Lock03FilledIcon.native.tsx +29 -0
- package/src/icons/security/Lock03FilledIcon.web.tsx +35 -0
- package/src/icons/security/index.ts +1 -0
- package/src/icons/users/UserUp01Icon.native.tsx +38 -0
- package/src/icons/users/UserUp01Icon.web.tsx +41 -0
- package/src/icons/users/index.ts +1 -0
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",
|
|
@@ -3997,6 +4018,41 @@ var Lock03Icon = ({
|
|
|
3997
4018
|
}
|
|
3998
4019
|
);
|
|
3999
4020
|
var Lock03Icon_web_default = Lock03Icon;
|
|
4021
|
+
var Lock03FilledIcon = ({
|
|
4022
|
+
size = 16,
|
|
4023
|
+
color = "currentColor",
|
|
4024
|
+
...props
|
|
4025
|
+
}) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
4026
|
+
"svg",
|
|
4027
|
+
{
|
|
4028
|
+
width: size,
|
|
4029
|
+
height: size,
|
|
4030
|
+
viewBox: "0 0 16 16",
|
|
4031
|
+
fill: "none",
|
|
4032
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4033
|
+
...props,
|
|
4034
|
+
children: [
|
|
4035
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4036
|
+
"path",
|
|
4037
|
+
{
|
|
4038
|
+
d: "M2.66797 10.5333C2.66797 9.41323 2.66797 8.85318 2.88596 8.42535C3.0777 8.04903 3.38366 7.74307 3.75999 7.55132C4.18781 7.33333 4.74786 7.33333 5.86797 7.33333H10.1346C11.2547 7.33333 11.8148 7.33333 12.2426 7.55132C12.6189 7.74307 12.9249 8.04903 13.1166 8.42535C13.3346 8.85318 13.3346 9.41323 13.3346 10.5333V10.8C13.3346 11.9201 13.3346 12.4802 13.1166 12.908C12.9249 13.2843 12.6189 13.5903 12.2426 13.782C11.8148 14 11.2547 14 10.1346 14H5.86797C4.74786 14 4.18781 14 3.75999 13.782C3.38366 13.5903 3.0777 13.2843 2.88596 12.908C2.66797 12.4802 2.66797 11.9201 2.66797 10.8V10.5333Z",
|
|
4039
|
+
fill: color
|
|
4040
|
+
}
|
|
4041
|
+
),
|
|
4042
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4043
|
+
"path",
|
|
4044
|
+
{
|
|
4045
|
+
d: "M11.3346 7.33333V5.33333C11.3346 3.49238 9.84225 2 8.0013 2C6.16035 2 4.66797 3.49238 4.66797 5.33333V7.33333M5.86797 14H10.1346C11.2547 14 11.8148 14 12.2426 13.782C12.6189 13.5903 12.9249 13.2843 13.1166 12.908C13.3346 12.4802 13.3346 11.9201 13.3346 10.8V10.5333C13.3346 9.41323 13.3346 8.85318 13.1166 8.42535C12.9249 8.04903 12.6189 7.74307 12.2426 7.55132C11.8148 7.33333 11.2547 7.33333 10.1346 7.33333H5.86797C4.74786 7.33333 4.18781 7.33333 3.75999 7.55132C3.38366 7.74307 3.0777 8.04903 2.88596 8.42535C2.66797 8.85318 2.66797 9.41323 2.66797 10.5333V10.8C2.66797 11.9201 2.66797 12.4802 2.88596 12.908C3.0777 13.2843 3.38366 13.5903 3.75999 13.782C4.18781 14 4.74786 14 5.86797 14Z",
|
|
4046
|
+
stroke: color,
|
|
4047
|
+
strokeWidth: 1.5,
|
|
4048
|
+
strokeLinecap: "round",
|
|
4049
|
+
strokeLinejoin: "round"
|
|
4050
|
+
}
|
|
4051
|
+
)
|
|
4052
|
+
]
|
|
4053
|
+
}
|
|
4054
|
+
);
|
|
4055
|
+
var Lock03FilledIcon_web_default = Lock03FilledIcon;
|
|
4000
4056
|
var LockIcon = ({ size = 18, color = "currentColor" }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
4001
4057
|
"svg",
|
|
4002
4058
|
{
|
|
@@ -4827,6 +4883,7 @@ exports.LandingUploadIcon = LandingUploadIcon_web_default;
|
|
|
4827
4883
|
exports.LayersThree01Icon = LayersThree01Icon;
|
|
4828
4884
|
exports.LineChart03UpIcon = LineChart03UpIcon;
|
|
4829
4885
|
exports.ListIcon = ListIcon;
|
|
4886
|
+
exports.Lock03FilledIcon = Lock03FilledIcon_web_default;
|
|
4830
4887
|
exports.Lock03Icon = Lock03Icon_web_default;
|
|
4831
4888
|
exports.LockIcon = LockIcon_web_default;
|
|
4832
4889
|
exports.LockUnlocked03Icon = LockUnlocked03Icon_web_default;
|
|
@@ -4894,6 +4951,7 @@ exports.Users03Icon = Users03Icon;
|
|
|
4894
4951
|
exports.UsersIcon = UsersIcon_web_default;
|
|
4895
4952
|
exports.VideoRecorderIcon = VideoRecorderIcon_web_default;
|
|
4896
4953
|
exports.VolumeIcon = VolumeIcon_web_default;
|
|
4954
|
+
exports.Wallet01Icon = Wallet01Icon_web_default;
|
|
4897
4955
|
exports.XCircleIcon = XCircleIcon_web_default;
|
|
4898
4956
|
exports.XIcon = XIcon_web_default;
|
|
4899
4957
|
exports.YoutubeIcon = YoutubeIcon_web_default;
|