@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.
- package/dist/index.js +106 -6
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +105 -8
- package/dist/index.mjs.map +1 -1
- package/dist/index.native.js +96 -0
- package/dist/index.native.js.map +1 -1
- package/dist/index.native.mjs +95 -2
- package/dist/index.native.mjs.map +1 -1
- package/dist/types/icons/general/Building02Icon.d.ts +9 -0
- package/dist/types/icons/general/index.d.ts +1 -0
- package/dist/types/icons/media/BackwardIcon.d.ts +7 -0
- package/dist/types/icons/media/ForwardIcon.d.ts +7 -0
- package/dist/types/icons/media/index.d.ts +2 -0
- package/package.json +1 -1
- package/src/icons/actions/TrashIcon.web.tsx +0 -1
- package/src/icons/files/DownloadIcon.web.tsx +0 -1
- package/src/icons/general/Building02Icon.native.tsx +48 -0
- package/src/icons/general/Building02Icon.web.tsx +49 -0
- package/src/icons/general/StarIcon.web.tsx +0 -1
- package/src/icons/general/index.ts +1 -0
- package/src/icons/media/BackwardIcon.native.tsx +28 -0
- package/src/icons/media/BackwardIcon.web.tsx +28 -0
- package/src/icons/media/ForwardIcon.native.tsx +28 -0
- package/src/icons/media/ForwardIcon.web.tsx +28 -0
- package/src/icons/media/index.ts +2 -0
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
|
}
|
|
@@ -4140,6 +4181,34 @@ var TenSecondsBackIcon = React6__namespace.forwardRef(
|
|
|
4140
4181
|
);
|
|
4141
4182
|
TenSecondsBackIcon.displayName = "TenSecondsBackIcon";
|
|
4142
4183
|
var SecondsBackIcon_web_default = TenSecondsBackIcon;
|
|
4184
|
+
var BackwardIcon = ({ size = 20, color = "currentColor", ...props }) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
4185
|
+
"svg",
|
|
4186
|
+
{
|
|
4187
|
+
width: size,
|
|
4188
|
+
height: size,
|
|
4189
|
+
viewBox: "0 0 28 16",
|
|
4190
|
+
fill: "none",
|
|
4191
|
+
...props,
|
|
4192
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4193
|
+
children: [
|
|
4194
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4195
|
+
"path",
|
|
4196
|
+
{
|
|
4197
|
+
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",
|
|
4198
|
+
fill: color
|
|
4199
|
+
}
|
|
4200
|
+
),
|
|
4201
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4202
|
+
"path",
|
|
4203
|
+
{
|
|
4204
|
+
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",
|
|
4205
|
+
fill: color
|
|
4206
|
+
}
|
|
4207
|
+
)
|
|
4208
|
+
]
|
|
4209
|
+
}
|
|
4210
|
+
);
|
|
4211
|
+
var BackwardIcon_web_default = BackwardIcon;
|
|
4143
4212
|
function EqualizerIcon({
|
|
4144
4213
|
className,
|
|
4145
4214
|
size = 18,
|
|
@@ -4169,6 +4238,34 @@ function EqualizerIcon({
|
|
|
4169
4238
|
}
|
|
4170
4239
|
);
|
|
4171
4240
|
}
|
|
4241
|
+
var ForwardIcon = ({ size = 20, color = "currentColor", ...props }) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
4242
|
+
"svg",
|
|
4243
|
+
{
|
|
4244
|
+
width: size,
|
|
4245
|
+
height: size,
|
|
4246
|
+
viewBox: "0 0 28 16",
|
|
4247
|
+
fill: "none",
|
|
4248
|
+
...props,
|
|
4249
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4250
|
+
children: [
|
|
4251
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4252
|
+
"path",
|
|
4253
|
+
{
|
|
4254
|
+
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",
|
|
4255
|
+
fill: color
|
|
4256
|
+
}
|
|
4257
|
+
),
|
|
4258
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4259
|
+
"path",
|
|
4260
|
+
{
|
|
4261
|
+
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",
|
|
4262
|
+
fill: color
|
|
4263
|
+
}
|
|
4264
|
+
)
|
|
4265
|
+
]
|
|
4266
|
+
}
|
|
4267
|
+
);
|
|
4268
|
+
var ForwardIcon_web_default = ForwardIcon;
|
|
4172
4269
|
var Film01Icon = ({
|
|
4173
4270
|
size = 24,
|
|
4174
4271
|
color = "currentColor",
|
|
@@ -6660,6 +6757,7 @@ exports.ArrowRightIcon = ArrowRightIcon;
|
|
|
6660
6757
|
exports.ArrowUpIcon = ArrowUpIcon;
|
|
6661
6758
|
exports.ArrowUpIcon01 = ArrowUpIcon01;
|
|
6662
6759
|
exports.AudiomackIcon = AudiomackIcon_web_default;
|
|
6760
|
+
exports.BackwardIcon = BackwardIcon_web_default;
|
|
6663
6761
|
exports.BankNote03Icon = BankNote03Icon_web_default;
|
|
6664
6762
|
exports.BarChart01Icon = BarChart01Icon_web_default;
|
|
6665
6763
|
exports.BarChart07Icon = BarChart07Icon_web_default;
|
|
@@ -6668,6 +6766,7 @@ exports.BellIcon = BellIcon;
|
|
|
6668
6766
|
exports.BookIcon = BookIcon_web_default;
|
|
6669
6767
|
exports.BookmarkIcon = BookmarkIcon_web_default;
|
|
6670
6768
|
exports.Briefcase01Icon = Briefcase01Icon_web_default;
|
|
6769
|
+
exports.Building02Icon = Building02Icon_web_default;
|
|
6671
6770
|
exports.Building03Icon = Building03Icon_web_default;
|
|
6672
6771
|
exports.CalendarIcon = CalendarIcon;
|
|
6673
6772
|
exports.CameraIcon = CameraIcon;
|
|
@@ -6714,6 +6813,7 @@ exports.FlexAlignTopIcon = FlexAlignTopIcon;
|
|
|
6714
6813
|
exports.FolderGradientIcon = FolderGradientIcon_web_default;
|
|
6715
6814
|
exports.FolderIcon = FolderIcon_web_default;
|
|
6716
6815
|
exports.FolderPlusIcon = FolderPlusIcon;
|
|
6816
|
+
exports.ForwardIcon = ForwardIcon_web_default;
|
|
6717
6817
|
exports.GeniusIcon = GeniusIcon_web_default;
|
|
6718
6818
|
exports.Gift01Icon = Gift01Icon_web_default;
|
|
6719
6819
|
exports.Globe02Icon = Globe02Icon_web_default;
|