@postal-music/icons 0.1.12 → 0.1.13
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.native.js
CHANGED
|
@@ -2298,26 +2298,22 @@ var Recording01Icon = ({ size = 18 }) => {
|
|
|
2298
2298
|
);
|
|
2299
2299
|
};
|
|
2300
2300
|
var Recordering01_native_default = Recording01Icon;
|
|
2301
|
-
var Recording02Icon = ({
|
|
2302
|
-
|
|
2303
|
-
|
|
2301
|
+
var Recording02Icon = ({
|
|
2302
|
+
size = 18,
|
|
2303
|
+
color = "#000000",
|
|
2304
|
+
fill = "none",
|
|
2305
|
+
strokeWidth = "1.6"
|
|
2306
|
+
}) => {
|
|
2307
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, { width: size, height: size, viewBox: "0 0 18 18", fill, children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2308
|
+
Svg.Path,
|
|
2304
2309
|
{
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
Svg.Path,
|
|
2311
|
-
{
|
|
2312
|
-
d: "M2.25 7.5L2.25 10.5M5.625 8.25V9.75M9 4.5V13.5M12.375 2.25V15.75M15.75 7.5V10.5",
|
|
2313
|
-
stroke: "currentColor",
|
|
2314
|
-
strokeWidth: "1.6",
|
|
2315
|
-
strokeLinecap: "round",
|
|
2316
|
-
strokeLinejoin: "round"
|
|
2317
|
-
}
|
|
2318
|
-
)
|
|
2310
|
+
d: "M2.25 7.5L2.25 10.5M5.625 8.25V9.75M9 4.5V13.5M12.375 2.25V15.75M15.75 7.5V10.5",
|
|
2311
|
+
stroke: color,
|
|
2312
|
+
strokeWidth,
|
|
2313
|
+
strokeLinecap: "round",
|
|
2314
|
+
strokeLinejoin: "round"
|
|
2319
2315
|
}
|
|
2320
|
-
);
|
|
2316
|
+
) });
|
|
2321
2317
|
};
|
|
2322
2318
|
var Recording02_native_default = Recording02Icon;
|
|
2323
2319
|
var Share01Icon = ({
|
|
@@ -4248,26 +4244,18 @@ var UserApproveIcon_native_default = UserApproveIcon;
|
|
|
4248
4244
|
var UserIcon = ({
|
|
4249
4245
|
size = 18,
|
|
4250
4246
|
color = "#000000",
|
|
4247
|
+
fill = "none",
|
|
4251
4248
|
strokeWidth = 1.5
|
|
4252
|
-
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
4253
|
-
|
|
4249
|
+
}) => /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, { width: size, height: size, viewBox: "0 0 18 18", fill, children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4250
|
+
Svg.Path,
|
|
4254
4251
|
{
|
|
4255
|
-
|
|
4256
|
-
|
|
4257
|
-
|
|
4258
|
-
|
|
4259
|
-
|
|
4260
|
-
Svg.Path,
|
|
4261
|
-
{
|
|
4262
|
-
d: "M15 15.75C15 14.7033 15 14.18 14.8708 13.7541C14.58 12.7953 13.8297 12.045 12.8709 11.7542C12.445 11.625 11.9217 11.625 10.875 11.625H7.125C6.07833 11.625 5.55499 11.625 5.12914 11.7542C4.17034 12.045 3.42003 12.7953 3.12918 13.7541C3 14.18 3 14.7033 3 15.75M12.375 5.625C12.375 7.48896 10.864 9 9 9C7.13604 9 5.625 7.48896 5.625 5.625C5.625 3.76104 7.13604 2.25 9 2.25C10.864 2.25 12.375 3.76104 12.375 5.625Z",
|
|
4263
|
-
stroke: color,
|
|
4264
|
-
strokeWidth,
|
|
4265
|
-
strokeLinecap: "round",
|
|
4266
|
-
strokeLinejoin: "round"
|
|
4267
|
-
}
|
|
4268
|
-
)
|
|
4252
|
+
d: "M15 15.75C15 14.7033 15 14.18 14.8708 13.7541C14.58 12.7953 13.8297 12.045 12.8709 11.7542C12.445 11.625 11.9217 11.625 10.875 11.625H7.125C6.07833 11.625 5.55499 11.625 5.12914 11.7542C4.17034 12.045 3.42003 12.7953 3.12918 13.7541C3 14.18 3 14.7033 3 15.75M12.375 5.625C12.375 7.48896 10.864 9 9 9C7.13604 9 5.625 7.48896 5.625 5.625C5.625 3.76104 7.13604 2.25 9 2.25C10.864 2.25 12.375 3.76104 12.375 5.625Z",
|
|
4253
|
+
stroke: color,
|
|
4254
|
+
strokeWidth,
|
|
4255
|
+
strokeLinecap: "round",
|
|
4256
|
+
strokeLinejoin: "round"
|
|
4269
4257
|
}
|
|
4270
|
-
);
|
|
4258
|
+
) });
|
|
4271
4259
|
var UserIcon_native_default = UserIcon;
|
|
4272
4260
|
var UserPlusIcon = ({
|
|
4273
4261
|
size = 18,
|