@postal-music/icons 0.1.21 → 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.
@@ -1661,6 +1661,47 @@ var Briefcase01Icon = ({
1661
1661
  }
1662
1662
  );
1663
1663
  var Briefcase01Icon_native_default = Briefcase01Icon;
1664
+ var Building02Icon = ({
1665
+ size = 18,
1666
+ color = "#000000",
1667
+ strokeWidth = 1.67,
1668
+ filled = false
1669
+ }) => /* @__PURE__ */ jsxRuntime.jsx(
1670
+ Svg__default.default,
1671
+ {
1672
+ width: size,
1673
+ height: size,
1674
+ viewBox: "0 0 18 18",
1675
+ fill: "none",
1676
+ children: filled ? /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
1677
+ /* @__PURE__ */ jsxRuntime.jsx(
1678
+ Svg.Path,
1679
+ {
1680
+ 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",
1681
+ fill: color
1682
+ }
1683
+ ),
1684
+ /* @__PURE__ */ jsxRuntime.jsx(
1685
+ Svg.Path,
1686
+ {
1687
+ 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",
1688
+ fill: color,
1689
+ fillRule: "evenodd"
1690
+ }
1691
+ )
1692
+ ] }) : /* @__PURE__ */ jsxRuntime.jsx(
1693
+ Svg.Path,
1694
+ {
1695
+ 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",
1696
+ stroke: color,
1697
+ strokeWidth,
1698
+ strokeLinecap: "round",
1699
+ strokeLinejoin: "round"
1700
+ }
1701
+ )
1702
+ }
1703
+ );
1704
+ var Building02Icon_native_default = Building02Icon;
1664
1705
  var Building03Icon = ({
1665
1706
  size = 24,
1666
1707
  color = "#000000"
@@ -2919,6 +2960,32 @@ var TenSecondsBackIcon = ({ size = 20 }) => /* @__PURE__ */ jsxRuntime.jsxs(
2919
2960
  );
2920
2961
  TenSecondsBackIcon.displayName = "TenSecondsBackIcon";
2921
2962
  var SecondsBackIcon_native_default = TenSecondsBackIcon;
2963
+ var BackwardIcon = ({ size = 20, color = "#000000" }) => /* @__PURE__ */ jsxRuntime.jsxs(
2964
+ Svg__default.default,
2965
+ {
2966
+ width: size,
2967
+ height: size,
2968
+ viewBox: "0 0 28 16",
2969
+ fill: "none",
2970
+ children: [
2971
+ /* @__PURE__ */ jsxRuntime.jsx(
2972
+ Svg.Path,
2973
+ {
2974
+ d: "M14.25 12.6738C14.25 13.3213 14.25 13.645 14.0981 13.8234C13.9658 13.9789 13.7636 14.0751 13.5447 14.0867C13.2934 14.1 12.9904 13.9205 12.3844 13.5613L4.49769 8.88776C3.99693 8.59101 3.74654 8.44264 3.65929 8.25562C3.58301 8.09212 3.58301 7.90836 3.65929 7.74486C3.74654 7.55784 3.99693 7.40947 4.49769 7.11272L12.3844 2.43914C12.9904 2.08 13.2934 1.90043 13.5447 1.91377C13.7636 1.92539 13.9658 2.02159 14.0981 2.17705C14.25 2.35549 14.25 2.67921 14.25 3.32666L14.25 12.6738Z",
2975
+ fill: color
2976
+ }
2977
+ ),
2978
+ /* @__PURE__ */ jsxRuntime.jsx(
2979
+ Svg.Path,
2980
+ {
2981
+ d: "M24.25 12.6738C24.25 13.3213 24.25 13.645 24.0981 13.8234C23.9658 13.9789 23.7636 14.0751 23.5447 14.0867C23.2934 14.1 22.9904 13.9205 22.3844 13.5613L14.4977 8.88776C13.9969 8.59101 13.7465 8.44264 13.6593 8.25562C13.583 8.09212 13.583 7.90836 13.6593 7.74486C13.7465 7.55784 13.9969 7.40947 14.4977 7.11272L22.3844 2.43914C22.9904 2.08 23.2934 1.90043 23.5447 1.91377C23.7636 1.92539 23.9658 2.02159 24.0981 2.17705C24.25 2.35549 24.25 2.67921 24.25 3.32666L24.25 12.6738Z",
2982
+ fill: color
2983
+ }
2984
+ )
2985
+ ]
2986
+ }
2987
+ );
2988
+ var BackwardIcon_native_default = BackwardIcon;
2922
2989
  function EqualizerIcon({
2923
2990
  size = 18
2924
2991
  }) {
@@ -2942,6 +3009,32 @@ function EqualizerIcon({
2942
3009
  }
2943
3010
  );
2944
3011
  }
3012
+ var ForwardIcon = ({ size = 20, color = "#000000" }) => /* @__PURE__ */ jsxRuntime.jsxs(
3013
+ Svg__default.default,
3014
+ {
3015
+ width: size,
3016
+ height: size,
3017
+ viewBox: "0 0 28 16",
3018
+ fill: "none",
3019
+ children: [
3020
+ /* @__PURE__ */ jsxRuntime.jsx(
3021
+ Svg.Path,
3022
+ {
3023
+ d: "M3.75 3.32618C3.75 2.67874 3.75 2.35502 3.90187 2.17657C4.03417 2.02111 4.23639 1.92491 4.4553 1.91329C4.70658 1.89996 5.0096 2.07953 5.61564 2.43866L13.5023 7.11224C14.0031 7.40899 14.2535 7.55737 14.3407 7.74438C14.417 7.90789 14.417 8.09164 14.3407 8.25514C14.2535 8.44216 14.0031 8.59053 13.5023 8.88728L5.61564 13.5609C5.0096 13.92 4.70658 14.0996 4.4553 14.0862C4.23639 14.0746 4.03417 13.9784 3.90187 13.823C3.75 13.6445 3.75 13.3208 3.75 12.6733L3.75 3.32618Z",
3024
+ fill: color
3025
+ }
3026
+ ),
3027
+ /* @__PURE__ */ jsxRuntime.jsx(
3028
+ Svg.Path,
3029
+ {
3030
+ d: "M13.75 3.32618C13.75 2.67874 13.75 2.35502 13.9019 2.17657C14.0342 2.02111 14.2364 1.92491 14.4553 1.91329C14.7066 1.89996 15.0096 2.07953 15.6156 2.43866L23.5023 7.11224C24.0031 7.40899 24.2535 7.55737 24.3407 7.74438C24.417 7.90789 24.417 8.09164 24.3407 8.25514C24.2535 8.44216 24.0031 8.59053 23.5023 8.88728L15.6156 13.5609C15.0096 13.92 14.7066 14.0996 14.4553 14.0862C14.2364 14.0746 14.0342 13.9784 13.9019 13.823C13.75 13.6445 13.75 13.3208 13.75 12.6733L13.75 3.32618Z",
3031
+ fill: color
3032
+ }
3033
+ )
3034
+ ]
3035
+ }
3036
+ );
3037
+ var ForwardIcon_native_default = ForwardIcon;
2945
3038
  var Film01Icon = ({
2946
3039
  size = 24,
2947
3040
  color = "#000000"
@@ -4785,6 +4878,7 @@ exports.ArrowRightIcon = ArrowRightIcon;
4785
4878
  exports.ArrowUpIcon = ArrowUpIcon;
4786
4879
  exports.ArrowUpIcon01 = ArrowUpIcon01;
4787
4880
  exports.AudiomackIcon = AudiomackIcon_native_default;
4881
+ exports.BackwardIcon = BackwardIcon_native_default;
4788
4882
  exports.BankNote03Icon = BankNote03Icon_native_default;
4789
4883
  exports.BarChart01Icon = BarChart01Icon_native_default;
4790
4884
  exports.BarChart07Icon = BarChart07Icon_native_default;
@@ -4793,6 +4887,7 @@ exports.BellIcon = BellIcon_native_default;
4793
4887
  exports.BookIcon = BookIcon_native_default;
4794
4888
  exports.BookmarkIcon = BookmarkIcon_native_default;
4795
4889
  exports.Briefcase01Icon = Briefcase01Icon_native_default;
4890
+ exports.Building02Icon = Building02Icon_native_default;
4796
4891
  exports.Building03Icon = Building03Icon_native_default;
4797
4892
  exports.CalendarIcon = CalendarIcon_native_default;
4798
4893
  exports.CameraIcon = CameraIcon;
@@ -4838,6 +4933,7 @@ exports.FlexAlignTopIcon = FlexAlignTopIcon_native_default;
4838
4933
  exports.FolderGradientIcon = FolderGradientIcon_native_default;
4839
4934
  exports.FolderIcon = FolderIcon_native_default;
4840
4935
  exports.FolderPlusIcon = FolderPlusIcon;
4936
+ exports.ForwardIcon = ForwardIcon_native_default;
4841
4937
  exports.GeniusIcon = GeniusIcon_native_default;
4842
4938
  exports.Gift01Icon = Gift01Icon_native_default;
4843
4939
  exports.Globe02Icon = Globe02Icon_native_default;