@abqm-ds/icons 1.0.10 → 1.0.11
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/.turbo/turbo-build.log +8 -8
- package/CHANGELOG.md +6 -0
- package/dist/index.cjs +25 -1
- package/dist/index.d.cts +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +24 -1
- package/package.json +1 -1
- package/src/components/AppleIcon.tsx +22 -0
- package/src/components/SpinnerRingResizeIcon.tsx +1 -1
- package/src/icons/apple.svg +11 -0
- package/src/index.ts +1 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @abqm-ds/icons@1.0.
|
|
2
|
+
> @abqm-ds/icons@1.0.11 build
|
|
3
3
|
> tsup --dts
|
|
4
4
|
|
|
5
5
|
[34mCLI[39m Building entry: src/index.ts
|
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
[34mCLI[39m Cleaning output folder
|
|
11
11
|
[34mESM[39m Build start
|
|
12
12
|
[34mCJS[39m Build start
|
|
13
|
-
[
|
|
14
|
-
[
|
|
15
|
-
[
|
|
16
|
-
[
|
|
13
|
+
[32mESM[39m [1mdist/index.js [22m[32m142.82 KB[39m
|
|
14
|
+
[32mESM[39m ⚡️ Build success in 52ms
|
|
15
|
+
[32mCJS[39m [1mdist/index.cjs [22m[32m143.95 KB[39m
|
|
16
|
+
[32mCJS[39m ⚡️ Build success in 69ms
|
|
17
17
|
[34mDTS[39m Build start
|
|
18
|
-
[32mDTS[39m ⚡️ Build success in
|
|
19
|
-
[32mDTS[39m [1mdist/index.d.ts [22m[32m3.
|
|
20
|
-
[32mDTS[39m [1mdist/index.d.cts [22m[32m3.
|
|
18
|
+
[32mDTS[39m ⚡️ Build success in 2558ms
|
|
19
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m3.38 KB[39m
|
|
20
|
+
[32mDTS[39m [1mdist/index.d.cts [22m[32m3.38 KB[39m
|
package/CHANGELOG.md
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -1735,6 +1735,7 @@ var require_jsx_runtime = __commonJS({
|
|
|
1735
1735
|
// src/index.ts
|
|
1736
1736
|
var index_exports = {};
|
|
1737
1737
|
__export(index_exports, {
|
|
1738
|
+
AppleIcon: () => AppleIcon_default,
|
|
1738
1739
|
ArrowDownShortIcon: () => ArrowDownShortIcon_default,
|
|
1739
1740
|
AwardFillIcon: () => AwardFillIcon_default,
|
|
1740
1741
|
BarChartIcon: () => BarChartIcon_default,
|
|
@@ -2579,7 +2580,6 @@ var SpinnerRingResizeIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime26.
|
|
|
2579
2580
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2580
2581
|
width: "1em",
|
|
2581
2582
|
height: "1em",
|
|
2582
|
-
stroke: "#000",
|
|
2583
2583
|
viewBox: "0 0 24 24",
|
|
2584
2584
|
...props,
|
|
2585
2585
|
children: [
|
|
@@ -2598,6 +2598,7 @@ var SpinnerRingResizeIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime26.
|
|
|
2598
2598
|
cy: 12,
|
|
2599
2599
|
r: 9.5,
|
|
2600
2600
|
fill: "none",
|
|
2601
|
+
stroke: props?.fill ? props.fill : "#1E1E1E",
|
|
2601
2602
|
strokeWidth: 3,
|
|
2602
2603
|
className: "spinner-ring-resize_svg__spinner_V8m1",
|
|
2603
2604
|
style: {
|
|
@@ -2681,8 +2682,31 @@ var YoutubeIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
|
2681
2682
|
}
|
|
2682
2683
|
);
|
|
2683
2684
|
var YoutubeIcon_default = YoutubeIcon;
|
|
2685
|
+
|
|
2686
|
+
// src/components/AppleIcon.tsx
|
|
2687
|
+
var import_jsx_runtime30 = __toESM(require_jsx_runtime(), 1);
|
|
2688
|
+
var AppleIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
|
|
2689
|
+
"svg",
|
|
2690
|
+
{
|
|
2691
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2692
|
+
width: "1em",
|
|
2693
|
+
height: "1em",
|
|
2694
|
+
fill: "none",
|
|
2695
|
+
viewBox: "0 0 24 24",
|
|
2696
|
+
...props,
|
|
2697
|
+
children: [
|
|
2698
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("g", { fill: "#1E1E1E", clipPath: "url(#apple_svg__a)", children: [
|
|
2699
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)("path", { d: "M16.773.012c-.051-.057-1.889.023-3.488 1.758-1.599 1.734-1.353 3.723-1.317 3.774s2.28.13 3.713-1.887C17.113 1.64 16.824.071 16.773.012m4.97 17.6c-.071-.144-3.487-1.851-3.169-5.133.318-3.284 2.513-4.184 2.547-4.281.035-.098-.895-1.185-1.88-1.736a5.5 5.5 0 0 0-2.345-.651c-.162-.004-.725-.142-1.881.174-.762.209-2.48.884-2.952.91-.474.028-1.884-.782-3.4-.997-.971-.187-2 .197-2.737.492-.735.294-2.133 1.131-3.11 3.356-.979 2.223-.467 5.745-.101 6.84.366 1.093.937 2.886 1.91 4.194.863 1.476 2.01 2.5 2.488 2.848s1.828.579 2.764.1c.753-.462 2.112-.727 2.65-.708.535.02 1.59.232 2.672.809.857.296 1.667.172 2.478-.157.812-.332 1.986-1.589 3.357-4.137q.781-1.778.71-1.924" }),
|
|
2700
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)("path", { d: "M16.773.012c-.051-.057-1.889.023-3.488 1.758-1.599 1.734-1.353 3.723-1.317 3.774s2.28.13 3.713-1.887C17.113 1.64 16.824.071 16.773.012m4.97 17.6c-.071-.144-3.487-1.851-3.169-5.133.318-3.284 2.513-4.184 2.547-4.281.035-.098-.895-1.185-1.88-1.736a5.5 5.5 0 0 0-2.345-.651c-.162-.004-.725-.142-1.881.174-.762.209-2.48.884-2.952.91-.474.028-1.884-.782-3.4-.997-.971-.187-2 .197-2.737.492-.735.294-2.133 1.131-3.11 3.356-.979 2.223-.467 5.745-.101 6.84.366 1.093.937 2.886 1.91 4.194.863 1.476 2.01 2.5 2.488 2.848s1.828.579 2.764.1c.753-.462 2.112-.727 2.65-.708.535.02 1.59.232 2.672.809.857.296 1.667.172 2.478-.157.812-.332 1.986-1.589 3.357-4.137q.781-1.778.71-1.924" })
|
|
2701
|
+
] }),
|
|
2702
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("clipPath", { id: "apple_svg__a", children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("path", { fill: props?.fill ? props.fill : "#fff", d: "M0 0h24v24H0z" }) }) })
|
|
2703
|
+
]
|
|
2704
|
+
}
|
|
2705
|
+
);
|
|
2706
|
+
var AppleIcon_default = AppleIcon;
|
|
2684
2707
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2685
2708
|
0 && (module.exports = {
|
|
2709
|
+
AppleIcon,
|
|
2686
2710
|
ArrowDownShortIcon,
|
|
2687
2711
|
AwardFillIcon,
|
|
2688
2712
|
BarChartIcon,
|
package/dist/index.d.cts
CHANGED
|
@@ -59,4 +59,6 @@ declare const XIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.E
|
|
|
59
59
|
|
|
60
60
|
declare const YoutubeIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
61
61
|
|
|
62
|
-
|
|
62
|
+
declare const AppleIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
63
|
+
|
|
64
|
+
export { AppleIcon, ArrowDownShortIcon, AwardFillIcon, BarChartIcon, BoxArrowInLeftIcon, BroadcastIcon, CaretDownFillIcon, CaretLeftFillIcon, CaretRightFillIcon, CircleIcon, FacebookIcon, FileEarmarkTextIcon, FileTextIcon, FilterIcon, HorseIcon, InstagramIcon, ListIcon, ListOlIcon, LogoPadraoIcon, LogoSeqmIcon, LogoSeqmMobileIcon, PencilSquareIcon, PersonCircleIcon, PlusIcon, PrinterIcon, SearchIcon, SpinnerRingResizeIcon, StarIcon, XIcon, YoutubeIcon };
|
package/dist/index.d.ts
CHANGED
|
@@ -59,4 +59,6 @@ declare const XIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.E
|
|
|
59
59
|
|
|
60
60
|
declare const YoutubeIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
61
61
|
|
|
62
|
-
|
|
62
|
+
declare const AppleIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
63
|
+
|
|
64
|
+
export { AppleIcon, ArrowDownShortIcon, AwardFillIcon, BarChartIcon, BoxArrowInLeftIcon, BroadcastIcon, CaretDownFillIcon, CaretLeftFillIcon, CaretRightFillIcon, CircleIcon, FacebookIcon, FileEarmarkTextIcon, FileTextIcon, FilterIcon, HorseIcon, InstagramIcon, ListIcon, ListOlIcon, LogoPadraoIcon, LogoSeqmIcon, LogoSeqmMobileIcon, PencilSquareIcon, PersonCircleIcon, PlusIcon, PrinterIcon, SearchIcon, SpinnerRingResizeIcon, StarIcon, XIcon, YoutubeIcon };
|
package/dist/index.js
CHANGED
|
@@ -2538,7 +2538,6 @@ var SpinnerRingResizeIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime26.
|
|
|
2538
2538
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2539
2539
|
width: "1em",
|
|
2540
2540
|
height: "1em",
|
|
2541
|
-
stroke: "#000",
|
|
2542
2541
|
viewBox: "0 0 24 24",
|
|
2543
2542
|
...props,
|
|
2544
2543
|
children: [
|
|
@@ -2557,6 +2556,7 @@ var SpinnerRingResizeIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime26.
|
|
|
2557
2556
|
cy: 12,
|
|
2558
2557
|
r: 9.5,
|
|
2559
2558
|
fill: "none",
|
|
2559
|
+
stroke: props?.fill ? props.fill : "#1E1E1E",
|
|
2560
2560
|
strokeWidth: 3,
|
|
2561
2561
|
className: "spinner-ring-resize_svg__spinner_V8m1",
|
|
2562
2562
|
style: {
|
|
@@ -2640,7 +2640,30 @@ var YoutubeIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
|
2640
2640
|
}
|
|
2641
2641
|
);
|
|
2642
2642
|
var YoutubeIcon_default = YoutubeIcon;
|
|
2643
|
+
|
|
2644
|
+
// src/components/AppleIcon.tsx
|
|
2645
|
+
var import_jsx_runtime30 = __toESM(require_jsx_runtime(), 1);
|
|
2646
|
+
var AppleIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
|
|
2647
|
+
"svg",
|
|
2648
|
+
{
|
|
2649
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2650
|
+
width: "1em",
|
|
2651
|
+
height: "1em",
|
|
2652
|
+
fill: "none",
|
|
2653
|
+
viewBox: "0 0 24 24",
|
|
2654
|
+
...props,
|
|
2655
|
+
children: [
|
|
2656
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("g", { fill: "#1E1E1E", clipPath: "url(#apple_svg__a)", children: [
|
|
2657
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)("path", { d: "M16.773.012c-.051-.057-1.889.023-3.488 1.758-1.599 1.734-1.353 3.723-1.317 3.774s2.28.13 3.713-1.887C17.113 1.64 16.824.071 16.773.012m4.97 17.6c-.071-.144-3.487-1.851-3.169-5.133.318-3.284 2.513-4.184 2.547-4.281.035-.098-.895-1.185-1.88-1.736a5.5 5.5 0 0 0-2.345-.651c-.162-.004-.725-.142-1.881.174-.762.209-2.48.884-2.952.91-.474.028-1.884-.782-3.4-.997-.971-.187-2 .197-2.737.492-.735.294-2.133 1.131-3.11 3.356-.979 2.223-.467 5.745-.101 6.84.366 1.093.937 2.886 1.91 4.194.863 1.476 2.01 2.5 2.488 2.848s1.828.579 2.764.1c.753-.462 2.112-.727 2.65-.708.535.02 1.59.232 2.672.809.857.296 1.667.172 2.478-.157.812-.332 1.986-1.589 3.357-4.137q.781-1.778.71-1.924" }),
|
|
2658
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)("path", { d: "M16.773.012c-.051-.057-1.889.023-3.488 1.758-1.599 1.734-1.353 3.723-1.317 3.774s2.28.13 3.713-1.887C17.113 1.64 16.824.071 16.773.012m4.97 17.6c-.071-.144-3.487-1.851-3.169-5.133.318-3.284 2.513-4.184 2.547-4.281.035-.098-.895-1.185-1.88-1.736a5.5 5.5 0 0 0-2.345-.651c-.162-.004-.725-.142-1.881.174-.762.209-2.48.884-2.952.91-.474.028-1.884-.782-3.4-.997-.971-.187-2 .197-2.737.492-.735.294-2.133 1.131-3.11 3.356-.979 2.223-.467 5.745-.101 6.84.366 1.093.937 2.886 1.91 4.194.863 1.476 2.01 2.5 2.488 2.848s1.828.579 2.764.1c.753-.462 2.112-.727 2.65-.708.535.02 1.59.232 2.672.809.857.296 1.667.172 2.478-.157.812-.332 1.986-1.589 3.357-4.137q.781-1.778.71-1.924" })
|
|
2659
|
+
] }),
|
|
2660
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("clipPath", { id: "apple_svg__a", children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("path", { fill: props?.fill ? props.fill : "#fff", d: "M0 0h24v24H0z" }) }) })
|
|
2661
|
+
]
|
|
2662
|
+
}
|
|
2663
|
+
);
|
|
2664
|
+
var AppleIcon_default = AppleIcon;
|
|
2643
2665
|
export {
|
|
2666
|
+
AppleIcon_default as AppleIcon,
|
|
2644
2667
|
ArrowDownShortIcon_default as ArrowDownShortIcon,
|
|
2645
2668
|
AwardFillIcon_default as AwardFillIcon,
|
|
2646
2669
|
BarChartIcon_default as BarChartIcon,
|
package/package.json
CHANGED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
const AppleIcon = (props: SVGProps<SVGSVGElement>) => (
|
|
3
|
+
<svg
|
|
4
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
+
width="1em"
|
|
6
|
+
height="1em"
|
|
7
|
+
fill="none"
|
|
8
|
+
viewBox="0 0 24 24"
|
|
9
|
+
{...props}
|
|
10
|
+
>
|
|
11
|
+
<g fill="#1E1E1E" clipPath="url(#apple_svg__a)">
|
|
12
|
+
<path d="M16.773.012c-.051-.057-1.889.023-3.488 1.758-1.599 1.734-1.353 3.723-1.317 3.774s2.28.13 3.713-1.887C17.113 1.64 16.824.071 16.773.012m4.97 17.6c-.071-.144-3.487-1.851-3.169-5.133.318-3.284 2.513-4.184 2.547-4.281.035-.098-.895-1.185-1.88-1.736a5.5 5.5 0 0 0-2.345-.651c-.162-.004-.725-.142-1.881.174-.762.209-2.48.884-2.952.91-.474.028-1.884-.782-3.4-.997-.971-.187-2 .197-2.737.492-.735.294-2.133 1.131-3.11 3.356-.979 2.223-.467 5.745-.101 6.84.366 1.093.937 2.886 1.91 4.194.863 1.476 2.01 2.5 2.488 2.848s1.828.579 2.764.1c.753-.462 2.112-.727 2.65-.708.535.02 1.59.232 2.672.809.857.296 1.667.172 2.478-.157.812-.332 1.986-1.589 3.357-4.137q.781-1.778.71-1.924" />
|
|
13
|
+
<path d="M16.773.012c-.051-.057-1.889.023-3.488 1.758-1.599 1.734-1.353 3.723-1.317 3.774s2.28.13 3.713-1.887C17.113 1.64 16.824.071 16.773.012m4.97 17.6c-.071-.144-3.487-1.851-3.169-5.133.318-3.284 2.513-4.184 2.547-4.281.035-.098-.895-1.185-1.88-1.736a5.5 5.5 0 0 0-2.345-.651c-.162-.004-.725-.142-1.881.174-.762.209-2.48.884-2.952.91-.474.028-1.884-.782-3.4-.997-.971-.187-2 .197-2.737.492-.735.294-2.133 1.131-3.11 3.356-.979 2.223-.467 5.745-.101 6.84.366 1.093.937 2.886 1.91 4.194.863 1.476 2.01 2.5 2.488 2.848s1.828.579 2.764.1c.753-.462 2.112-.727 2.65-.708.535.02 1.59.232 2.672.809.857.296 1.667.172 2.478-.157.812-.332 1.986-1.589 3.357-4.137q.781-1.778.71-1.924" />
|
|
14
|
+
</g>
|
|
15
|
+
<defs>
|
|
16
|
+
<clipPath id="apple_svg__a">
|
|
17
|
+
<path fill={props?.fill ? props.fill : '#fff'} d="M0 0h24v24H0z" />
|
|
18
|
+
</clipPath>
|
|
19
|
+
</defs>
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
export default AppleIcon;
|
|
@@ -4,7 +4,6 @@ const SpinnerRingResizeIcon = (props: SVGProps<SVGSVGElement>) => (
|
|
|
4
4
|
xmlns="http://www.w3.org/2000/svg"
|
|
5
5
|
width="1em"
|
|
6
6
|
height="1em"
|
|
7
|
-
stroke="#000"
|
|
8
7
|
viewBox="0 0 24 24"
|
|
9
8
|
{...props}
|
|
10
9
|
>
|
|
@@ -24,6 +23,7 @@ const SpinnerRingResizeIcon = (props: SVGProps<SVGSVGElement>) => (
|
|
|
24
23
|
cy={12}
|
|
25
24
|
r={9.5}
|
|
26
25
|
fill="none"
|
|
26
|
+
stroke={props?.fill ? props.fill : '#1E1E1E'}
|
|
27
27
|
strokeWidth={3}
|
|
28
28
|
className="spinner-ring-resize_svg__spinner_V8m1"
|
|
29
29
|
style={{
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_4_408)">
|
|
3
|
+
<path d="M16.7729 0.0120105C16.7219 -0.0449895 14.8844 0.0345106 13.2854 1.77001C11.6864 3.50401 11.9324 5.49301 11.9684 5.54401C12.0044 5.59501 14.2484 5.67451 15.6809 3.65701C17.1134 1.63951 16.8239 0.0705105 16.7729 0.0120105ZM21.7439 17.6115C21.6719 17.4675 18.2564 15.7605 18.5744 12.4785C18.8924 9.19501 21.0869 8.29501 21.1214 8.19751C21.1559 8.10001 20.2259 7.01251 19.2404 6.46201C18.5168 6.07389 17.716 5.85152 16.8959 5.81101C16.7339 5.80651 16.1714 5.66851 15.0149 5.98501C14.2529 6.19351 12.5354 6.86851 12.0629 6.89551C11.5889 6.92251 10.1789 6.11251 8.66239 5.89801C7.69189 5.71051 6.66289 6.09451 5.92639 6.39001C5.19139 6.68401 3.79339 7.52101 2.81539 9.74551C1.83739 11.9685 2.34889 15.4905 2.71489 16.5855C3.08089 17.679 3.65239 19.4715 4.62439 20.7795C5.48839 22.2555 6.63439 23.28 7.11289 23.628C7.59139 23.976 8.94139 24.207 9.87739 23.7285C10.6304 23.2665 11.9894 23.001 12.5264 23.0205C13.0619 23.04 14.1179 23.2515 15.1994 23.829C16.0559 24.1245 16.8659 24.0015 17.6774 23.6715C18.4889 23.34 19.6634 22.083 21.0344 19.5345C21.5549 18.3495 21.7919 17.709 21.7439 17.6115Z" fill="#1E1E1E"/>
|
|
4
|
+
<path d="M16.7729 0.0120105C16.7219 -0.0449895 14.8844 0.0345106 13.2854 1.77001C11.6864 3.50401 11.9324 5.49301 11.9684 5.54401C12.0044 5.59501 14.2484 5.67451 15.6809 3.65701C17.1134 1.63951 16.8239 0.0705105 16.7729 0.0120105ZM21.7439 17.6115C21.6719 17.4675 18.2564 15.7605 18.5744 12.4785C18.8924 9.19501 21.0869 8.29501 21.1214 8.19751C21.1559 8.10001 20.2259 7.01251 19.2404 6.46201C18.5168 6.07389 17.716 5.85152 16.8959 5.81101C16.7339 5.80651 16.1714 5.66851 15.0149 5.98501C14.2529 6.19351 12.5354 6.86851 12.0629 6.89551C11.5889 6.92251 10.1789 6.11251 8.66239 5.89801C7.69189 5.71051 6.66289 6.09451 5.92639 6.39001C5.19139 6.68401 3.79339 7.52101 2.81539 9.74551C1.83739 11.9685 2.34889 15.4905 2.71489 16.5855C3.08089 17.679 3.65239 19.4715 4.62439 20.7795C5.48839 22.2555 6.63439 23.28 7.11289 23.628C7.59139 23.976 8.94139 24.207 9.87739 23.7285C10.6304 23.2665 11.9894 23.001 12.5264 23.0205C13.0619 23.04 14.1179 23.2515 15.1994 23.829C16.0559 24.1245 16.8659 24.0015 17.6774 23.6715C18.4889 23.34 19.6634 22.083 21.0344 19.5345C21.5549 18.3495 21.7919 17.709 21.7439 17.6115Z" fill="#1E1E1E"/>
|
|
5
|
+
</g>
|
|
6
|
+
<defs>
|
|
7
|
+
<clipPath id="clip0_4_408">
|
|
8
|
+
<rect width="24" height="24" fill="white"/>
|
|
9
|
+
</clipPath>
|
|
10
|
+
</defs>
|
|
11
|
+
</svg>
|
package/src/index.ts
CHANGED
|
@@ -27,3 +27,4 @@ export { default as SpinnerRingResizeIcon } from './components/SpinnerRingResize
|
|
|
27
27
|
export { default as StarIcon } from './components/StarIcon';
|
|
28
28
|
export { default as XIcon } from './components/XIcon';
|
|
29
29
|
export { default as YoutubeIcon } from './components/YoutubeIcon';
|
|
30
|
+
export { default as AppleIcon } from './components/AppleIcon';
|