@postal-music/icons 0.1.0 → 0.1.1
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 +36 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +36 -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 +53 -1
- package/dist/index.native.mjs.map +1 -1
- package/package.json +1 -1
- 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
|
@@ -3997,6 +3997,41 @@ var Lock03Icon = ({
|
|
|
3997
3997
|
}
|
|
3998
3998
|
);
|
|
3999
3999
|
var Lock03Icon_web_default = Lock03Icon;
|
|
4000
|
+
var Lock03FilledIcon = ({
|
|
4001
|
+
size = 16,
|
|
4002
|
+
color = "currentColor",
|
|
4003
|
+
...props
|
|
4004
|
+
}) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
4005
|
+
"svg",
|
|
4006
|
+
{
|
|
4007
|
+
width: size,
|
|
4008
|
+
height: size,
|
|
4009
|
+
viewBox: "0 0 16 16",
|
|
4010
|
+
fill: "none",
|
|
4011
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4012
|
+
...props,
|
|
4013
|
+
children: [
|
|
4014
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4015
|
+
"path",
|
|
4016
|
+
{
|
|
4017
|
+
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",
|
|
4018
|
+
fill: color
|
|
4019
|
+
}
|
|
4020
|
+
),
|
|
4021
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4022
|
+
"path",
|
|
4023
|
+
{
|
|
4024
|
+
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",
|
|
4025
|
+
stroke: color,
|
|
4026
|
+
strokeWidth: 1.5,
|
|
4027
|
+
strokeLinecap: "round",
|
|
4028
|
+
strokeLinejoin: "round"
|
|
4029
|
+
}
|
|
4030
|
+
)
|
|
4031
|
+
]
|
|
4032
|
+
}
|
|
4033
|
+
);
|
|
4034
|
+
var Lock03FilledIcon_web_default = Lock03FilledIcon;
|
|
4000
4035
|
var LockIcon = ({ size = 18, color = "currentColor" }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
4001
4036
|
"svg",
|
|
4002
4037
|
{
|
|
@@ -4827,6 +4862,7 @@ exports.LandingUploadIcon = LandingUploadIcon_web_default;
|
|
|
4827
4862
|
exports.LayersThree01Icon = LayersThree01Icon;
|
|
4828
4863
|
exports.LineChart03UpIcon = LineChart03UpIcon;
|
|
4829
4864
|
exports.ListIcon = ListIcon;
|
|
4865
|
+
exports.Lock03FilledIcon = Lock03FilledIcon_web_default;
|
|
4830
4866
|
exports.Lock03Icon = Lock03Icon_web_default;
|
|
4831
4867
|
exports.LockIcon = LockIcon_web_default;
|
|
4832
4868
|
exports.LockUnlocked03Icon = LockUnlocked03Icon_web_default;
|