@postal-music/icons 0.1.11 → 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.
@@ -2298,26 +2298,22 @@ var Recording01Icon = ({ size = 18 }) => {
2298
2298
  );
2299
2299
  };
2300
2300
  var Recordering01_native_default = Recording01Icon;
2301
- var Recording02Icon = ({ size = 18 }) => {
2302
- return /* @__PURE__ */ jsxRuntime.jsx(
2303
- Svg__default.default,
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
- width: size,
2306
- height: size,
2307
- viewBox: "0 0 18 18",
2308
- fill: "none",
2309
- children: /* @__PURE__ */ jsxRuntime.jsx(
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 = ({
@@ -3361,12 +3357,16 @@ var FlexAlignTopIcon = ({ size = 16 }) => /* @__PURE__ */ jsxRuntime.jsx(Svg__de
3361
3357
  }
3362
3358
  ) });
3363
3359
  var FlexAlignTopIcon_native_default = FlexAlignTopIcon;
3364
- var Grid01Icon = ({ size = 15 }) => /* @__PURE__ */ jsxRuntime.jsxs(Svg__default.default, { width: size, height: size, viewBox: "0 0 15 15", fill: "none", children: [
3360
+ var Grid01Icon = ({
3361
+ size = 15,
3362
+ fill = "none",
3363
+ color = "#000000"
3364
+ }) => /* @__PURE__ */ jsxRuntime.jsxs(Svg__default.default, { width: size, height: size, viewBox: "0 0 15 15", fill, children: [
3365
3365
  /* @__PURE__ */ jsxRuntime.jsx(
3366
3366
  Svg.Path,
3367
3367
  {
3368
3368
  d: "M5.25 1.875H2.875C2.52497 1.875 2.34995 1.875 2.21626 1.94312C2.09865 2.00304 2.00304 2.09865 1.94312 2.21626C1.875 2.34995 1.875 2.52497 1.875 2.875V5.25C1.875 5.60003 1.875 5.77505 1.94312 5.90874C2.00304 6.02635 2.09865 6.12196 2.21626 6.18188C2.34995 6.25 2.52497 6.25 2.875 6.25H5.25C5.60003 6.25 5.77505 6.25 5.90874 6.18188C6.02635 6.12196 6.12196 6.02635 6.18188 5.90874C6.25 5.77505 6.25 5.60003 6.25 5.25V2.875C6.25 2.52497 6.25 2.34995 6.18188 2.21626C6.12196 2.09865 6.02635 2.00304 5.90874 1.94312C5.77505 1.875 5.60003 1.875 5.25 1.875Z",
3369
- stroke: "currentColor",
3369
+ stroke: color,
3370
3370
  strokeWidth: "1.25",
3371
3371
  strokeLinecap: "round",
3372
3372
  strokeLinejoin: "round"
@@ -3376,7 +3376,7 @@ var Grid01Icon = ({ size = 15 }) => /* @__PURE__ */ jsxRuntime.jsxs(Svg__default
3376
3376
  Svg.Path,
3377
3377
  {
3378
3378
  d: "M12.125 1.875H9.75C9.39997 1.875 9.22495 1.875 9.09126 1.94312C8.97365 2.00304 8.87804 2.09865 8.81812 2.21626C8.75 2.34995 8.75 2.52497 8.75 2.875V5.25C8.75 5.60003 8.75 5.77505 8.81812 5.90874C8.87804 6.02635 8.97365 6.12196 9.09126 6.18188C9.22495 6.25 9.39997 6.25 9.75 6.25H12.125C12.475 6.25 12.65 6.25 12.7837 6.18188C12.9013 6.12196 12.997 6.02635 13.0569 5.90874C13.125 5.77505 13.125 5.60003 13.125 5.25V2.875C13.125 2.52497 13.125 2.34995 13.0569 2.21626C12.997 2.09865 12.9013 2.00304 12.7837 1.94312C12.65 1.875 12.475 1.875 12.125 1.875Z",
3379
- stroke: "currentColor",
3379
+ stroke: color,
3380
3380
  strokeWidth: "1.25",
3381
3381
  strokeLinecap: "round",
3382
3382
  strokeLinejoin: "round"
@@ -3386,7 +3386,7 @@ var Grid01Icon = ({ size = 15 }) => /* @__PURE__ */ jsxRuntime.jsxs(Svg__default
3386
3386
  Svg.Path,
3387
3387
  {
3388
3388
  d: "M12.125 8.75H9.75C9.39997 8.75 9.22495 8.75 9.09126 8.81812C8.97365 8.87804 8.87804 8.97365 8.81812 9.09126C8.75 9.22495 8.75 9.39997 8.75 9.75V12.125C8.75 12.475 8.75 12.65 8.81812 12.7837C8.87804 12.9013 8.97365 12.997 9.09126 13.0569C9.22495 13.125 9.39997 13.125 9.75 13.125H12.125C12.475 13.125 12.65 13.125 12.7837 13.0569C12.9013 12.997 12.997 12.9013 13.0569 12.7837C13.125 12.65 13.125 12.475 13.125 12.125V9.75C13.125 9.39997 13.125 9.22495 13.0569 9.09126C12.997 8.97365 12.9013 8.87804 12.7837 8.81812C12.65 8.75 12.475 8.75 12.125 8.75Z",
3389
- stroke: "currentColor",
3389
+ stroke: color,
3390
3390
  strokeWidth: "1.25",
3391
3391
  strokeLinecap: "round",
3392
3392
  strokeLinejoin: "round"
@@ -3396,7 +3396,7 @@ var Grid01Icon = ({ size = 15 }) => /* @__PURE__ */ jsxRuntime.jsxs(Svg__default
3396
3396
  Svg.Path,
3397
3397
  {
3398
3398
  d: "M5.25 8.75H2.875C2.52497 8.75 2.34995 8.75 2.21626 8.81812C2.09865 8.87804 2.00304 8.97365 1.94312 9.09126C1.875 9.22495 1.875 9.39997 1.875 9.75V12.125C1.875 12.475 1.875 12.65 1.94312 12.7837C2.00304 12.9013 2.09865 12.997 2.21626 13.0569C2.34995 13.125 2.52497 13.125 2.875 13.125H5.25C5.60003 13.125 5.77505 13.125 5.90874 13.0569C6.02635 12.997 6.12196 12.9013 6.18188 12.7837C6.25 12.65 6.25 12.475 6.25 12.125V9.75C6.25 9.39997 6.25 9.22495 6.18188 9.09126C6.12196 8.97365 6.02635 8.87804 5.90874 8.81812C5.77505 8.75 5.60003 8.75 5.25 8.75Z",
3399
- stroke: "currentColor",
3399
+ stroke: color,
3400
3400
  strokeWidth: "1.25",
3401
3401
  strokeLinecap: "round",
3402
3402
  strokeLinejoin: "round"
@@ -3494,12 +3494,17 @@ var ListIcon = ({ size = 18, color = "#000000" }) => /* @__PURE__ */ jsxRuntime.
3494
3494
  }
3495
3495
  )
3496
3496
  ] });
3497
- var Menu02Icon = ({ width = 18, height = 18 }) => /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, { width, height, viewBox: "0 0 28 28", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
3497
+ var Menu02Icon = ({
3498
+ size = 18,
3499
+ color = "#000000",
3500
+ fill = "none",
3501
+ strokeWidth = 2.25
3502
+ }) => /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, { width: size, height: size, viewBox: "0 0 28 28", fill, children: /* @__PURE__ */ jsxRuntime.jsx(
3498
3503
  Svg.Path,
3499
3504
  {
3500
3505
  d: "M3.5 14H17.5M3.5 7H24.5M3.5 21H24.5",
3501
- stroke: "currentColor",
3502
- strokeWidth: "2.25",
3506
+ stroke: color,
3507
+ strokeWidth,
3503
3508
  strokeLinecap: "round",
3504
3509
  strokeLinejoin: "round"
3505
3510
  }
@@ -4239,26 +4244,18 @@ var UserApproveIcon_native_default = UserApproveIcon;
4239
4244
  var UserIcon = ({
4240
4245
  size = 18,
4241
4246
  color = "#000000",
4247
+ fill = "none",
4242
4248
  strokeWidth = 1.5
4243
- }) => /* @__PURE__ */ jsxRuntime.jsx(
4244
- Svg__default.default,
4249
+ }) => /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, { width: size, height: size, viewBox: "0 0 18 18", fill, children: /* @__PURE__ */ jsxRuntime.jsx(
4250
+ Svg.Path,
4245
4251
  {
4246
- width: size,
4247
- height: size,
4248
- viewBox: "0 0 18 18",
4249
- fill: "none",
4250
- children: /* @__PURE__ */ jsxRuntime.jsx(
4251
- Svg.Path,
4252
- {
4253
- 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",
4254
- stroke: color,
4255
- strokeWidth,
4256
- strokeLinecap: "round",
4257
- strokeLinejoin: "round"
4258
- }
4259
- )
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"
4260
4257
  }
4261
- );
4258
+ ) });
4262
4259
  var UserIcon_native_default = UserIcon;
4263
4260
  var UserPlusIcon = ({
4264
4261
  size = 18,