@postal-music/icons 0.1.22 → 0.1.23

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
@@ -656,8 +656,7 @@ var TrashIcon = ({ size = 20, color = "currentColor", ...props }) => /* @__PURE_
656
656
  stroke: color,
657
657
  strokeWidth: "1.5",
658
658
  strokeLinecap: "round",
659
- strokeLinejoin: "round",
660
- vectorEffect: "non-scaling-stroke"
659
+ strokeLinejoin: "round"
661
660
  }
662
661
  ) });
663
662
  var TrashIcon_web_default = TrashIcon;
@@ -1929,8 +1928,7 @@ var DownloadIcon = ({ size = 18, color = "currentColor", strokeWidth = 1.5, clas
1929
1928
  stroke: color,
1930
1929
  strokeWidth,
1931
1930
  strokeLinecap: "round",
1932
- strokeLinejoin: "round",
1933
- vectorEffect: "non-scaling-stroke"
1931
+ strokeLinejoin: "round"
1934
1932
  }
1935
1933
  )
1936
1934
  }
@@ -2516,6 +2514,50 @@ var Briefcase01Icon = ({
2516
2514
  }
2517
2515
  );
2518
2516
  var Briefcase01Icon_web_default = Briefcase01Icon;
2517
+ var Building02Icon = ({
2518
+ size = 18,
2519
+ color = "currentColor",
2520
+ strokeWidth = 1.67,
2521
+ filled = false,
2522
+ ...props
2523
+ }) => /* @__PURE__ */ jsxRuntime.jsx(
2524
+ "svg",
2525
+ {
2526
+ width: size,
2527
+ height: size,
2528
+ viewBox: "0 0 18 18",
2529
+ fill: "none",
2530
+ xmlns: "http://www.w3.org/2000/svg",
2531
+ ...props,
2532
+ children: filled ? /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
2533
+ /* @__PURE__ */ jsxRuntime.jsx(
2534
+ "path",
2535
+ {
2536
+ d: "M2.25 5.25V4.65C2.25 3.80992 2.25 3.38988 2.41349 3.06901C2.5573 2.78677 2.78677 2.5573 3.06901 2.41349C3.38988 2.25 3.80992 2.25 4.65 2.25H13.35C14.1901 2.25 14.6101 2.25 14.931 2.41349C15.2132 2.5573 15.4427 2.78677 15.5865 3.06901C15.75 3.38988 15.75 3.80992 15.75 4.65V5.25C15.75 6.49264 14.7426 7.5 13.5 7.5C12.2574 7.5 11.25 6.49264 11.25 5.25C11.25 6.49264 10.2426 7.5 9 7.5C7.75736 7.5 6.75 6.49264 6.75 5.25C6.75 6.49264 5.74264 7.5 4.5 7.5C3.25736 7.5 2.25 6.49264 2.25 5.25Z",
2537
+ fill: color
2538
+ }
2539
+ ),
2540
+ /* @__PURE__ */ jsxRuntime.jsx(
2541
+ "path",
2542
+ {
2543
+ d: "M2.25 8.75H15.75V13.35C15.75 14.1901 15.75 14.6101 15.5865 14.931C15.4427 15.2132 15.2132 15.4427 14.931 15.5865C14.6101 15.75 14.1901 15.75 13.35 15.75H4.65C3.80992 15.75 3.38988 15.75 3.06901 15.5865C2.78677 15.4427 2.5573 15.2132 2.41349 14.931C2.25 14.6101 2.25 14.1901 2.25 13.35V8.75ZM6.75 15.75V11.7C6.75 11.28 6.75 11.0699 6.83175 10.9095C6.90365 10.7684 7.01839 10.6537 7.15951 10.5817C7.31994 10.5 7.52996 10.5 7.95 10.5H10.05C10.47 10.5 10.6801 10.5 10.8405 10.5817C10.9816 10.6537 11.0963 10.7684 11.1683 10.9095C11.25 11.0699 11.25 11.28 11.25 11.7V15.75H6.75Z",
2544
+ fill: color,
2545
+ fillRule: "evenodd"
2546
+ }
2547
+ )
2548
+ ] }) : /* @__PURE__ */ jsxRuntime.jsx(
2549
+ "path",
2550
+ {
2551
+ d: "M11.25 15.75V11.7C11.25 11.28 11.25 11.0699 11.1683 10.9095C11.0963 10.7684 10.9816 10.6537 10.8405 10.5817C10.6801 10.5 10.47 10.5 10.05 10.5H7.95C7.52996 10.5 7.31994 10.5 7.15951 10.5817C7.01839 10.6537 6.90365 10.7684 6.83175 10.9095C6.75 11.0699 6.75 11.28 6.75 11.7V15.75M2.25 5.25C2.25 6.49264 3.25736 7.5 4.5 7.5C5.74264 7.5 6.75 6.49264 6.75 5.25C6.75 6.49264 7.75736 7.5 9 7.5C10.2426 7.5 11.25 6.49264 11.25 5.25C11.25 6.49264 12.2574 7.5 13.5 7.5C14.7426 7.5 15.75 6.49264 15.75 5.25M4.65 15.75H13.35C14.1901 15.75 14.6101 15.75 14.931 15.5865C15.2132 15.4427 15.4427 15.2132 15.5865 14.931C15.75 14.6101 15.75 14.1901 15.75 13.35V4.65C15.75 3.80992 15.75 3.38988 15.5865 3.06901C15.4427 2.78677 15.2132 2.5573 14.931 2.41349C14.6101 2.25 14.1901 2.25 13.35 2.25H4.65C3.80992 2.25 3.38988 2.25 3.06901 2.41349C2.78677 2.5573 2.5573 2.78677 2.41349 3.06901C2.25 3.38988 2.25 3.80992 2.25 4.65V13.35C2.25 14.1901 2.25 14.6101 2.41349 14.931C2.5573 15.2132 2.78677 15.4427 3.06901 15.5865C3.38988 15.75 3.80992 15.75 4.65 15.75Z",
2552
+ stroke: color,
2553
+ strokeWidth,
2554
+ strokeLinecap: "round",
2555
+ strokeLinejoin: "round"
2556
+ }
2557
+ )
2558
+ }
2559
+ );
2560
+ var Building02Icon_web_default = Building02Icon;
2519
2561
  var Building03Icon = ({
2520
2562
  size = 24,
2521
2563
  color = "currentColor",
@@ -3707,8 +3749,7 @@ function StarIcon({
3707
3749
  strokeWidth,
3708
3750
  strokeLinecap: "round",
3709
3751
  strokeLinejoin: "round",
3710
- fill: filled ? "currentColor" : "none",
3711
- vectorEffect: "non-scaling-stroke"
3752
+ fill: filled ? "currentColor" : "none"
3712
3753
  }
3713
3754
  )
3714
3755
  }
@@ -6725,6 +6766,7 @@ exports.BellIcon = BellIcon;
6725
6766
  exports.BookIcon = BookIcon_web_default;
6726
6767
  exports.BookmarkIcon = BookmarkIcon_web_default;
6727
6768
  exports.Briefcase01Icon = Briefcase01Icon_web_default;
6769
+ exports.Building02Icon = Building02Icon_web_default;
6728
6770
  exports.Building03Icon = Building03Icon_web_default;
6729
6771
  exports.CalendarIcon = CalendarIcon;
6730
6772
  exports.CameraIcon = CameraIcon;