@postal-music/icons 0.1.21 → 0.1.22

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
@@ -4140,6 +4140,34 @@ var TenSecondsBackIcon = React6__namespace.forwardRef(
4140
4140
  );
4141
4141
  TenSecondsBackIcon.displayName = "TenSecondsBackIcon";
4142
4142
  var SecondsBackIcon_web_default = TenSecondsBackIcon;
4143
+ var BackwardIcon = ({ size = 20, color = "currentColor", ...props }) => /* @__PURE__ */ jsxRuntime.jsxs(
4144
+ "svg",
4145
+ {
4146
+ width: size,
4147
+ height: size,
4148
+ viewBox: "0 0 28 16",
4149
+ fill: "none",
4150
+ ...props,
4151
+ xmlns: "http://www.w3.org/2000/svg",
4152
+ children: [
4153
+ /* @__PURE__ */ jsxRuntime.jsx(
4154
+ "path",
4155
+ {
4156
+ 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",
4157
+ fill: color
4158
+ }
4159
+ ),
4160
+ /* @__PURE__ */ jsxRuntime.jsx(
4161
+ "path",
4162
+ {
4163
+ 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",
4164
+ fill: color
4165
+ }
4166
+ )
4167
+ ]
4168
+ }
4169
+ );
4170
+ var BackwardIcon_web_default = BackwardIcon;
4143
4171
  function EqualizerIcon({
4144
4172
  className,
4145
4173
  size = 18,
@@ -4169,6 +4197,34 @@ function EqualizerIcon({
4169
4197
  }
4170
4198
  );
4171
4199
  }
4200
+ var ForwardIcon = ({ size = 20, color = "currentColor", ...props }) => /* @__PURE__ */ jsxRuntime.jsxs(
4201
+ "svg",
4202
+ {
4203
+ width: size,
4204
+ height: size,
4205
+ viewBox: "0 0 28 16",
4206
+ fill: "none",
4207
+ ...props,
4208
+ xmlns: "http://www.w3.org/2000/svg",
4209
+ children: [
4210
+ /* @__PURE__ */ jsxRuntime.jsx(
4211
+ "path",
4212
+ {
4213
+ 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",
4214
+ fill: color
4215
+ }
4216
+ ),
4217
+ /* @__PURE__ */ jsxRuntime.jsx(
4218
+ "path",
4219
+ {
4220
+ 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",
4221
+ fill: color
4222
+ }
4223
+ )
4224
+ ]
4225
+ }
4226
+ );
4227
+ var ForwardIcon_web_default = ForwardIcon;
4172
4228
  var Film01Icon = ({
4173
4229
  size = 24,
4174
4230
  color = "currentColor",
@@ -6660,6 +6716,7 @@ exports.ArrowRightIcon = ArrowRightIcon;
6660
6716
  exports.ArrowUpIcon = ArrowUpIcon;
6661
6717
  exports.ArrowUpIcon01 = ArrowUpIcon01;
6662
6718
  exports.AudiomackIcon = AudiomackIcon_web_default;
6719
+ exports.BackwardIcon = BackwardIcon_web_default;
6663
6720
  exports.BankNote03Icon = BankNote03Icon_web_default;
6664
6721
  exports.BarChart01Icon = BarChart01Icon_web_default;
6665
6722
  exports.BarChart07Icon = BarChart07Icon_web_default;
@@ -6714,6 +6771,7 @@ exports.FlexAlignTopIcon = FlexAlignTopIcon;
6714
6771
  exports.FolderGradientIcon = FolderGradientIcon_web_default;
6715
6772
  exports.FolderIcon = FolderIcon_web_default;
6716
6773
  exports.FolderPlusIcon = FolderPlusIcon;
6774
+ exports.ForwardIcon = ForwardIcon_web_default;
6717
6775
  exports.GeniusIcon = GeniusIcon_web_default;
6718
6776
  exports.Gift01Icon = Gift01Icon_web_default;
6719
6777
  exports.Globe02Icon = Globe02Icon_web_default;