@kollexeo/icons 1.4.0 → 1.6.0
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.d.mts +427 -413
- package/dist/index.d.ts +427 -413
- package/dist/index.js +43 -22
- package/dist/index.mjs +42 -23
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -411,6 +411,7 @@ __export(icons_exports, {
|
|
|
411
411
|
BookmarksBookmarkOff02Icon: () => BookmarksBookmarkOff02Icon,
|
|
412
412
|
BookmarksBookmarkRemove01Icon: () => BookmarksBookmarkRemove01Icon,
|
|
413
413
|
BookmarksBookmarkRemove02Icon: () => BookmarksBookmarkRemove02Icon,
|
|
414
|
+
BookmarksBookmarkSolidIcon: () => BookmarksBookmarkSolidIcon,
|
|
414
415
|
BookmarksCollectionsBookmarkIcon: () => BookmarksCollectionsBookmarkIcon,
|
|
415
416
|
BookmarksFavouriteCircleIcon: () => BookmarksFavouriteCircleIcon,
|
|
416
417
|
BookmarksFavouriteIcon: () => BookmarksFavouriteIcon,
|
|
@@ -426,6 +427,7 @@ __export(icons_exports, {
|
|
|
426
427
|
BookmarksStarHalfIcon: () => BookmarksStarHalfIcon,
|
|
427
428
|
BookmarksStarIcon: () => BookmarksStarIcon,
|
|
428
429
|
BookmarksStarOffIcon: () => BookmarksStarOffIcon,
|
|
430
|
+
BookmarksStarSolidIcon: () => BookmarksStarSolidIcon,
|
|
429
431
|
BookmarksStarSquareIcon: () => BookmarksStarSquareIcon,
|
|
430
432
|
BookmarksTag01Icon: () => BookmarksTag01Icon,
|
|
431
433
|
BookmarksTag02Icon: () => BookmarksTag02Icon,
|
|
@@ -3491,51 +3493,51 @@ var AppKollekIcon = ({
|
|
|
3491
3493
|
size = 24,
|
|
3492
3494
|
color = "currentColor",
|
|
3493
3495
|
strokeWidth
|
|
3494
|
-
}) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0
|
|
3496
|
+
}) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(
|
|
3495
3497
|
Svg.Rect,
|
|
3496
3498
|
{
|
|
3497
|
-
width:
|
|
3498
|
-
height:
|
|
3499
|
-
x:
|
|
3500
|
-
y:
|
|
3499
|
+
width: 9,
|
|
3500
|
+
height: 12,
|
|
3501
|
+
x: 2,
|
|
3502
|
+
y: 2,
|
|
3501
3503
|
stroke: color,
|
|
3502
3504
|
strokeWidth: strokeWidth ?? 1.5,
|
|
3503
|
-
rx: 1
|
|
3505
|
+
rx: 1.5
|
|
3504
3506
|
}
|
|
3505
3507
|
), /* @__PURE__ */ React.createElement(
|
|
3506
3508
|
Svg.Rect,
|
|
3507
3509
|
{
|
|
3508
|
-
width:
|
|
3509
|
-
height:
|
|
3510
|
-
x:
|
|
3511
|
-
y:
|
|
3510
|
+
width: 9,
|
|
3511
|
+
height: 6,
|
|
3512
|
+
x: 13,
|
|
3513
|
+
y: 2,
|
|
3512
3514
|
stroke: color,
|
|
3513
3515
|
strokeWidth: strokeWidth ?? 1.5,
|
|
3514
|
-
rx: 1
|
|
3516
|
+
rx: 1.5
|
|
3515
3517
|
}
|
|
3516
3518
|
), /* @__PURE__ */ React.createElement(
|
|
3517
3519
|
Svg.Rect,
|
|
3518
3520
|
{
|
|
3519
|
-
width:
|
|
3520
|
-
height:
|
|
3521
|
-
x:
|
|
3522
|
-
y:
|
|
3521
|
+
width: 9,
|
|
3522
|
+
height: 11,
|
|
3523
|
+
x: 13,
|
|
3524
|
+
y: 11,
|
|
3523
3525
|
stroke: color,
|
|
3524
3526
|
strokeWidth: strokeWidth ?? 1.5,
|
|
3525
|
-
rx: 1
|
|
3527
|
+
rx: 1.5
|
|
3526
3528
|
}
|
|
3527
3529
|
), /* @__PURE__ */ React.createElement(
|
|
3528
3530
|
Svg.Rect,
|
|
3529
3531
|
{
|
|
3530
|
-
width:
|
|
3531
|
-
height:
|
|
3532
|
-
x:
|
|
3533
|
-
y:
|
|
3532
|
+
width: 9,
|
|
3533
|
+
height: 5,
|
|
3534
|
+
x: 2,
|
|
3535
|
+
y: 17,
|
|
3534
3536
|
stroke: color,
|
|
3535
3537
|
strokeWidth: strokeWidth ?? 1.5,
|
|
3536
|
-
rx: 1
|
|
3538
|
+
rx: 1.5
|
|
3537
3539
|
}
|
|
3538
|
-
)
|
|
3540
|
+
));
|
|
3539
3541
|
var AppLoanIcon = ({ size = 24, color = "currentColor", strokeWidth }) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 26 26", width: size, height: size }, /* @__PURE__ */ React.createElement(Svg.Circle, { cx: 8, cy: 8, r: 3, stroke: color, strokeWidth: strokeWidth ?? 1.5 }), /* @__PURE__ */ React.createElement(
|
|
3540
3542
|
Svg.Path,
|
|
3541
3543
|
{
|
|
@@ -3761,6 +3763,16 @@ var BookmarksBookmarkOff01Icon = ({ size = 24, color = "currentColor", strokeWid
|
|
|
3761
3763
|
var BookmarksBookmarkOff02Icon = ({ size = 24, color = "currentColor", strokeWidth }) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(Svg.Path, { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: strokeWidth ?? 1.5, d: "M20 19.943c-.062 1.033-.238 1.63-.741 1.905-1.5.822-4.313-1.92-5.649-2.746-.775-.479-1.162-.718-1.593-.718s-.819.239-1.594.718c-1.336.826-4.149 3.568-5.649 2.746C4 21.424 4 20.238 4 17.866v-8.51c0-2.175 0-3.718.232-4.856M20 16V9.708c0-3.634 0-5.45-1.172-6.58C17.657 2 15.771 2 12 2c-2.604 0-4.308 0-5.5.371M2 2l20 20" }));
|
|
3762
3764
|
var BookmarksBookmarkRemove01Icon = ({ size = 24, color = "currentColor", strokeWidth }) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(Svg.Path, { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: strokeWidth ?? 1.5, d: "M11 2C7.229 2 5.343 2 4.172 3.129 3 4.257 3 6.074 3 9.708v8.273c0 2.306 0 3.459.773 3.871 1.496.8 4.304-1.867 5.637-2.67.773-.465 1.16-.698 1.59-.698s.817.233 1.59.698c1.333.803 4.14 3.47 5.637 2.67.773-.412.773-1.565.773-3.871V11.5" }), /* @__PURE__ */ React.createElement(Svg.Path, { stroke: color, strokeLinecap: "round", strokeWidth: strokeWidth ?? 1.5, d: "M3.5 7H11" }), /* @__PURE__ */ React.createElement(Svg.Path, { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: strokeWidth ?? 1.5, d: "m21 2-7 7m7 0-7-7" }));
|
|
3763
3765
|
var BookmarksBookmarkRemove02Icon = ({ size = 24, color = "currentColor", strokeWidth }) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(Svg.Path, { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: strokeWidth ?? 1.5, d: "M11 2C7.229 2 5.343 2 4.172 3.129 3 4.257 3 6.074 3 9.708v8.273c0 2.306 0 3.459.773 3.871 1.496.8 4.304-1.867 5.637-2.67.773-.465 1.16-.698 1.59-.698s.817.233 1.59.698c1.333.803 4.14 3.47 5.637 2.67.773-.412.773-1.565.773-3.871V12M21 2l-7 7m7 0-7-7" }));
|
|
3766
|
+
var BookmarksBookmarkSolidIcon = ({
|
|
3767
|
+
size = 24,
|
|
3768
|
+
color = "currentColor"
|
|
3769
|
+
}) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(
|
|
3770
|
+
Svg.Path,
|
|
3771
|
+
{
|
|
3772
|
+
fill: color,
|
|
3773
|
+
d: "M4 17.98V9.709c0-3.634 0-5.45 1.172-6.58C6.343 2 8.229 2 12 2s5.657 0 6.828 1.129C20 4.257 20 6.074 20 9.708v8.273c0 2.306 0 3.459-.773 3.871-1.497.8-4.304-1.867-5.637-2.67-.773-.465-1.16-.698-1.59-.698s-.817.233-1.59.698c-1.333.803-4.14 3.47-5.637 2.67C4 21.44 4 20.287 4 17.981"
|
|
3774
|
+
}
|
|
3775
|
+
));
|
|
3764
3776
|
var BookmarksCollectionsBookmarkIcon = ({ size = 24, color = "currentColor", strokeWidth }) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(Svg.Path, { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: strokeWidth ?? 1.5, d: "M16.902 6.129C18 7.257 18 9.074 18 12.708v1.585c0 3.633 0 5.45-1.098 6.578S14.035 22 10.5 22s-5.303 0-6.402-1.129C3 19.743 3 17.926 3 14.293v-1.585c0-3.634 0-5.45 1.098-6.58C5.197 5 6.964 5 10.5 5s5.303 0 6.402 1.129" }), /* @__PURE__ */ React.createElement(Svg.Path, { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: strokeWidth ?? 1.5, d: "M7.5 5.5v4.87c0 .935 0 1.402.29 1.57.561.324 1.614-.758 2.114-1.083.29-.19.435-.284.596-.284s.306.095.596.284c.5.325 1.553 1.407 2.114 1.083.29-.168.29-.635.29-1.57V5.5" }), /* @__PURE__ */ React.createElement(Svg.Path, { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: strokeWidth ?? 1.5, d: "M9 2h2c4.714 0 7.071 0 8.535 1.464C21 4.93 21 7.286 21 12v6" }));
|
|
3765
3777
|
var BookmarksFavouriteCircleIcon = ({ size = 24, color = "currentColor", strokeWidth }) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(Svg.Path, { stroke: color, strokeLinejoin: "round", strokeWidth: strokeWidth ?? 1.5, d: "M22 12c0-5.523-4.477-10-10-10S2 6.477 2 12s4.477 10 10 10 10-4.477 10-10Z" }), /* @__PURE__ */ React.createElement(Svg.Path, { stroke: color, strokeLinejoin: "round", strokeWidth: strokeWidth ?? 1.5, d: "M12 17s-5-3.177-5-6.25C7 9.231 8.053 8 9.5 8c.75 0 1.5.265 2.5 1.324C13 8.264 13.75 8 14.5 8c1.447 0 2.5 1.231 2.5 2.75 0 3.073-5 6.25-5 6.25Z" }));
|
|
3766
3778
|
var BookmarksFavouriteSquareIcon = ({ size = 24, color = "currentColor", strokeWidth }) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(Svg.Path, { stroke: color, strokeLinejoin: "round", strokeWidth: strokeWidth ?? 1.5, d: "M3 12c0-4.243 0-6.364 1.318-7.682S7.758 3 12 3s6.364 0 7.682 1.318S21 7.758 21 12s0 6.364-1.318 7.682S16.242 21 12 21s-6.364 0-7.682-1.318S3 16.242 3 12Z" }), /* @__PURE__ */ React.createElement(Svg.Path, { stroke: color, strokeLinejoin: "round", strokeWidth: strokeWidth ?? 1.5, d: "M12 16.5s-5-3.177-5-6.25C7 8.731 8.053 7.5 9.5 7.5c.75 0 1.5.265 2.5 1.324 1-1.06 1.75-1.324 2.5-1.324 1.447 0 2.5 1.231 2.5 2.75 0 3.073-5 6.25-5 6.25Z" }));
|
|
@@ -3775,6 +3787,13 @@ var BookmarksStackStarIcon = ({ size = 24, color = "currentColor", strokeWidth }
|
|
|
3775
3787
|
var BookmarksStarCircleIcon = ({ size = 24, color = "currentColor", strokeWidth }) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(Svg.Path, { stroke: color, strokeWidth: strokeWidth ?? 1.5, d: "M22 12c0-5.523-4.477-10-10-10S2 6.477 2 12s4.477 10 10 10 10-4.477 10-10Z" }), /* @__PURE__ */ React.createElement(Svg.Path, { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: strokeWidth ?? 1.5, d: "m12.864 7.722.88 1.774c.12.247.44.484.71.53l1.595.267c1.02.171 1.26.917.524 1.653l-1.24 1.25c-.21.212-.324.62-.26.913l.355 1.547c.28 1.225-.364 1.699-1.44 1.059l-1.494-.892c-.27-.162-.715-.162-.99 0l-1.495.892c-1.07.64-1.72.161-1.44-1.059l.355-1.547c.065-.293-.05-.7-.26-.913l-1.24-1.25c-.73-.736-.495-1.482.525-1.653l1.595-.267a1.1 1.1 0 0 0 .705-.53l.88-1.774c.48-.963 1.26-.963 1.735 0" }));
|
|
3776
3788
|
var BookmarksStarHalfIcon = ({ size = 24, color = "currentColor", strokeWidth }) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(Svg.Path, { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: strokeWidth ?? 1.5, d: "m12 2 .003 17.403c-.36 0-.72.08-.99.242l-2.99 1.785c-2.15 1.28-3.44.332-2.88-2.117l.71-3.095c.13-.585-.1-1.402-.52-1.825l-2.48-2.5c-1.47-1.472-.99-2.964 1.05-3.307l3.19-.535c.54-.09 1.18-.564 1.42-1.058l1.76-3.549c.473-.96 1.1-1.442 1.727-1.444m0 0h.003M15 20.844l.982.586c2.14 1.28 3.44.322 2.88-2.117l-.71-3.095c-.13-.585.1-1.402.52-1.825l2.48-2.5c1.459-1.472.99-2.964-1.05-3.307l-3.19-.535c-.53-.09-1.17-.564-1.41-1.058L15 5.98" }));
|
|
3777
3789
|
var BookmarksStarOffIcon = ({ size = 24, color = "currentColor", strokeWidth }) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(Svg.Path, { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: strokeWidth ?? 1.5, d: "m18.504 14.5 2.644-2.607c1.468-1.472.989-2.964-1.049-3.307l-3.186-.535c-.54-.09-1.179-.564-1.418-1.058l-1.758-3.549c-.95-1.925-2.507-1.925-3.466 0L9.5 5M7.296 8q-.105.035-.204.051L3.9 8.586c-2.041.343-2.511 1.835-1.05 3.307l2.48 2.5c.421.423.651 1.24.521 1.824l-.71 3.096c-.56 2.44.74 3.397 2.882 2.117l2.991-1.785c.55-.322 1.441-.322 1.982 0l2.991 1.785c2.152 1.28 3.443.332 2.882-2.117L18.797 19" }), /* @__PURE__ */ React.createElement(Svg.Path, { stroke: color, strokeLinecap: "round", strokeWidth: strokeWidth ?? 1.5, d: "m2 2 20 20" }));
|
|
3790
|
+
var BookmarksStarSolidIcon = ({ size = 24, color = "currentColor" }) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(
|
|
3791
|
+
Svg.Path,
|
|
3792
|
+
{
|
|
3793
|
+
fill: color,
|
|
3794
|
+
d: "m13.728 3.444 1.76 3.549c.24.494.88.968 1.42 1.058l3.189.535c2.04.343 2.52 1.835 1.05 3.307l-2.48 2.5c-.42.423-.65 1.24-.52 1.825l.71 3.095c.56 2.45-.73 3.397-2.88 2.117l-2.99-1.785c-.54-.322-1.43-.322-1.98 0L8.019 21.43c-2.14 1.28-3.44.322-2.88-2.117l.71-3.095c.13-.585-.1-1.402-.52-1.825l-2.48-2.5C1.39 10.42 1.86 8.929 3.899 8.586l3.19-.535c.53-.09 1.17-.564 1.41-1.058l1.76-3.549c.96-1.925 2.52-1.925 3.47 0"
|
|
3795
|
+
}
|
|
3796
|
+
));
|
|
3778
3797
|
var BookmarksStarSquareIcon = ({ size = 24, color = "currentColor", strokeWidth }) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(Svg.Path, { stroke: color, strokeLinejoin: "round", strokeWidth: strokeWidth ?? 1.5, d: "M2 11.5c0-4.478 0-6.718 1.391-8.109S7.021 2 11.5 2c4.478 0 6.718 0 8.109 1.391S21 7.021 21 11.5c0 4.478 0 6.718-1.391 8.109S15.979 21 11.5 21c-4.478 0-6.718 0-8.109-1.391S2 15.979 2 11.5Z" }), /* @__PURE__ */ React.createElement(Svg.Path, { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: strokeWidth ?? 1.5, d: "m12.364 7.222.88 1.774c.12.247.44.484.71.53l1.595.267c1.02.171 1.26.917.524 1.653l-1.24 1.25c-.21.212-.324.62-.26.913l.355 1.547c.28 1.225-.364 1.699-1.44 1.059l-1.494-.892c-.27-.162-.715-.162-.99 0l-1.495.892c-1.07.64-1.72.161-1.44-1.059l.355-1.547c.065-.293-.05-.7-.26-.913l-1.24-1.25c-.73-.736-.495-1.482.525-1.653l1.595-.267a1.1 1.1 0 0 0 .705-.53l.88-1.774c.48-.963 1.26-.963 1.735 0" }));
|
|
3779
3798
|
var BookmarksStarIcon = ({ size = 24, color = "currentColor", strokeWidth }) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(Svg.Path, { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: strokeWidth ?? 1.5, d: "m13.728 3.444 1.76 3.549c.24.494.88.968 1.42 1.058l3.189.535c2.04.343 2.52 1.835 1.05 3.307l-2.48 2.5c-.42.423-.65 1.24-.52 1.825l.71 3.095c.56 2.45-.73 3.397-2.88 2.117l-2.99-1.785c-.54-.322-1.43-.322-1.98 0L8.019 21.43c-2.14 1.28-3.44.322-2.88-2.117l.71-3.095c.13-.585-.1-1.402-.52-1.825l-2.48-2.5C1.39 10.42 1.86 8.929 3.899 8.586l3.19-.535c.53-.09 1.17-.564 1.41-1.058l1.76-3.549c.96-1.925 2.52-1.925 3.47 0" }));
|
|
3780
3799
|
var BookmarksTag01Icon = ({ size = 24, color = "currentColor", strokeWidth }) => /* @__PURE__ */ React.createElement(Svg__default.default, { fill: "none", viewBox: "0 0 24 24", width: size, height: size }, /* @__PURE__ */ React.createElement(Svg.Circle, { cx: 1.5, cy: 1.5, r: 1.5, stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: strokeWidth ?? 1.5, transform: "matrix(1 0 0 -1 16 8)" }), /* @__PURE__ */ React.createElement(Svg.Path, { stroke: color, strokeWidth: strokeWidth ?? 1.5, d: "M2.774 11.144c-1.003 1.12-1.024 2.81-.104 4a34 34 0 0 0 6.186 6.186c1.19.92 2.88.899 4-.104a92 92 0 0 0 8.516-8.698 1.95 1.95 0 0 0 .47-1.094c.164-1.796.503-6.97-.902-8.374s-6.578-1.066-8.374-.901a1.95 1.95 0 0 0-1.094.47 92 92 0 0 0-8.698 8.515Z" }), /* @__PURE__ */ React.createElement(Svg.Path, { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: strokeWidth ?? 1.5, d: "m7 14 3 3" }));
|
|
@@ -7710,6 +7729,7 @@ exports.BookmarksBookmarkOff01Icon = BookmarksBookmarkOff01Icon;
|
|
|
7710
7729
|
exports.BookmarksBookmarkOff02Icon = BookmarksBookmarkOff02Icon;
|
|
7711
7730
|
exports.BookmarksBookmarkRemove01Icon = BookmarksBookmarkRemove01Icon;
|
|
7712
7731
|
exports.BookmarksBookmarkRemove02Icon = BookmarksBookmarkRemove02Icon;
|
|
7732
|
+
exports.BookmarksBookmarkSolidIcon = BookmarksBookmarkSolidIcon;
|
|
7713
7733
|
exports.BookmarksCollectionsBookmarkIcon = BookmarksCollectionsBookmarkIcon;
|
|
7714
7734
|
exports.BookmarksFavouriteCircleIcon = BookmarksFavouriteCircleIcon;
|
|
7715
7735
|
exports.BookmarksFavouriteIcon = BookmarksFavouriteIcon;
|
|
@@ -7725,6 +7745,7 @@ exports.BookmarksStarCircleIcon = BookmarksStarCircleIcon;
|
|
|
7725
7745
|
exports.BookmarksStarHalfIcon = BookmarksStarHalfIcon;
|
|
7726
7746
|
exports.BookmarksStarIcon = BookmarksStarIcon;
|
|
7727
7747
|
exports.BookmarksStarOffIcon = BookmarksStarOffIcon;
|
|
7748
|
+
exports.BookmarksStarSolidIcon = BookmarksStarSolidIcon;
|
|
7728
7749
|
exports.BookmarksStarSquareIcon = BookmarksStarSquareIcon;
|
|
7729
7750
|
exports.BookmarksTag01Icon = BookmarksTag01Icon;
|
|
7730
7751
|
exports.BookmarksTag02Icon = BookmarksTag02Icon;
|