magick-icons 0.1.22 → 0.1.24
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/icons/Apple.tsx +18 -0
- package/icons/ChatMinimize1.tsx +19 -0
- package/index.d.mts +16 -1
- package/index.d.ts +16 -1
- package/index.js +58 -39
- package/index.js.map +1 -1
- package/index.mjs +56 -38
- package/index.mjs.map +1 -1
- package/index.ts +2 -1
- package/package.json +1 -1
- package/types.ts +5 -3
package/icons/Apple.tsx
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
|
|
3
|
+
export interface AppleProps extends React.SVGProps<SVGSVGElement> {
|
|
4
|
+
size?: number | string;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
export const Apple = React.forwardRef<SVGSVGElement, AppleProps>(
|
|
8
|
+
({ size, ...props }, ref) => {
|
|
9
|
+
return (
|
|
10
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
11
|
+
<path d="M18.75 10C18.75 14.83 14.8344 18.75 10 18.75C5.16562 18.75 1.25 14.83 1.25 10C1.25 5.16562 5.16562 1.25 10 1.25C14.8344 1.25 18.75 5.16562 18.75 10Z" fill="#283544"/>
|
|
12
|
+
<path d="M14.1013 7.78587C14.0536 7.81372 12.9169 8.40155 12.9169 9.70491C12.9705 11.1913 14.3513 11.7126 14.375 11.7126C14.3513 11.7404 14.1665 12.4227 13.6192 13.1378C13.1848 13.7539 12.7026 14.375 11.9705 14.375C11.2741 14.375 11.0241 13.9644 10.2205 13.9644C9.35752 13.9644 9.11334 14.375 8.45262 14.375C7.72048 14.375 7.20262 13.7206 6.74455 13.1103C6.14944 12.3116 5.64361 11.0582 5.62575 9.85467C5.61372 9.21692 5.74493 8.59002 6.07801 8.05754C6.54812 7.31416 7.3874 6.80952 8.30394 6.79288C9.0062 6.77082 9.6312 7.24217 10.0598 7.24217C10.4705 7.24217 11.2383 6.79288 12.1071 6.79288C12.4821 6.79325 13.4821 6.89851 14.1013 7.78587ZM10.0004 6.66555C9.87538 6.08315 10.2205 5.50074 10.5419 5.12923C10.9526 4.67995 11.6013 4.375 12.1607 4.375C12.1964 4.9574 11.9701 5.5286 11.5656 5.9446C11.2026 6.39388 10.5776 6.73211 10.0004 6.66555Z" fill="white"/>
|
|
13
|
+
</svg>
|
|
14
|
+
);
|
|
15
|
+
}
|
|
16
|
+
);
|
|
17
|
+
|
|
18
|
+
Apple.displayName = 'Apple';
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
|
|
3
|
+
export interface ChatMinimize1Props extends React.SVGProps<SVGSVGElement> {
|
|
4
|
+
size?: number | string;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
export const ChatMinimize1 = React.forwardRef<SVGSVGElement, ChatMinimize1Props>(
|
|
8
|
+
({ size, ...props }, ref) => {
|
|
9
|
+
return (
|
|
10
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
11
|
+
<path d="M14.8333 18.125H5.16667C3.35 18.125 1.875 16.65 1.875 14.8333V5.16667C1.875 3.35 3.35 1.875 5.16667 1.875H14.8333C16.65 1.875 18.125 3.35 18.125 5.16667V14.8333C18.125 16.65 16.65 18.125 14.8333 18.125ZM5.16667 3.125C4.04167 3.125 3.125 4.04167 3.125 5.16667V14.8333C3.125 15.9583 4.04167 16.875 5.16667 16.875H14.8333C15.9583 16.875 16.875 15.9583 16.875 14.8333V5.16667C16.875 4.04167 15.9583 3.125 14.8333 3.125H5.16667Z" fill="#1E293B"/>
|
|
12
|
+
<path d="M14.3333 15.625H5.66667C4.95833 15.625 4.375 15.0417 4.375 14.3333V12.3333C4.375 11.625 4.95833 11.0417 5.66667 11.0417H14.3333C15.0417 11.0417 15.625 11.625 15.625 12.3333V14.3333C15.625 15.0417 15.0417 15.625 14.3333 15.625ZM5.66667 12.2917C5.66667 12.2917 5.625 12.3083 5.625 12.3333V14.3333C5.625 14.3333 5.64167 14.375 5.66667 14.375H14.3333C14.3333 14.375 14.375 14.3583 14.375 14.3333V12.3333C14.375 12.3333 14.3583 12.2917 14.3333 12.2917H5.66667Z" fill="#1E293B"/>
|
|
13
|
+
<path d="M5.66667 12.2917C5.66667 12.2917 5.625 12.3083 5.625 12.3333V14.3333C5.625 14.3333 5.64167 14.375 5.66667 14.375H14.3333C14.3333 14.375 14.375 14.3583 14.375 14.3333V12.3333C14.375 12.3333 14.3583 12.2917 14.3333 12.2917H5.66667Z" fill="#1E293B"/>
|
|
14
|
+
</svg>
|
|
15
|
+
);
|
|
16
|
+
}
|
|
17
|
+
);
|
|
18
|
+
|
|
19
|
+
ChatMinimize1.displayName = 'ChatMinimize1';
|
package/index.d.mts
CHANGED
|
@@ -1,10 +1,20 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
|
|
3
|
+
interface AppleProps extends React.SVGProps<SVGSVGElement> {
|
|
4
|
+
size?: number | string;
|
|
5
|
+
}
|
|
6
|
+
declare const Apple: React.ForwardRefExoticComponent<Omit<AppleProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
+
|
|
3
8
|
interface EnglishCProps extends React.SVGProps<SVGSVGElement> {
|
|
4
9
|
size?: number | string;
|
|
5
10
|
}
|
|
6
11
|
declare const EnglishC: React.ForwardRefExoticComponent<Omit<EnglishCProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
12
|
|
|
13
|
+
interface IconContainer19Props extends React.SVGProps<SVGSVGElement> {
|
|
14
|
+
size?: number | string;
|
|
15
|
+
}
|
|
16
|
+
declare const IconContainer19: React.ForwardRefExoticComponent<Omit<IconContainer19Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
17
|
+
|
|
8
18
|
interface Image10Props extends React.SVGProps<SVGSVGElement> {
|
|
9
19
|
size?: number | string;
|
|
10
20
|
}
|
|
@@ -20,4 +30,9 @@ interface Magicko3DotsMoreProps extends React.SVGProps<SVGSVGElement> {
|
|
|
20
30
|
}
|
|
21
31
|
declare const Magicko3DotsMore: React.ForwardRefExoticComponent<Omit<Magicko3DotsMoreProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
22
32
|
|
|
23
|
-
|
|
33
|
+
interface Vector13Props extends React.SVGProps<SVGSVGElement> {
|
|
34
|
+
size?: number | string;
|
|
35
|
+
}
|
|
36
|
+
declare const Vector13: React.ForwardRefExoticComponent<Omit<Vector13Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
37
|
+
|
|
38
|
+
export { Apple, type AppleProps, EnglishC, type EnglishCProps, IconContainer19, type IconContainer19Props, Image10, type Image10Props, Image8, type Image8Props, Magicko3DotsMore, type Magicko3DotsMoreProps, Vector13, type Vector13Props };
|
package/index.d.ts
CHANGED
|
@@ -1,10 +1,20 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
|
|
3
|
+
interface AppleProps extends React.SVGProps<SVGSVGElement> {
|
|
4
|
+
size?: number | string;
|
|
5
|
+
}
|
|
6
|
+
declare const Apple: React.ForwardRefExoticComponent<Omit<AppleProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
+
|
|
3
8
|
interface EnglishCProps extends React.SVGProps<SVGSVGElement> {
|
|
4
9
|
size?: number | string;
|
|
5
10
|
}
|
|
6
11
|
declare const EnglishC: React.ForwardRefExoticComponent<Omit<EnglishCProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
12
|
|
|
13
|
+
interface IconContainer19Props extends React.SVGProps<SVGSVGElement> {
|
|
14
|
+
size?: number | string;
|
|
15
|
+
}
|
|
16
|
+
declare const IconContainer19: React.ForwardRefExoticComponent<Omit<IconContainer19Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
17
|
+
|
|
8
18
|
interface Image10Props extends React.SVGProps<SVGSVGElement> {
|
|
9
19
|
size?: number | string;
|
|
10
20
|
}
|
|
@@ -20,4 +30,9 @@ interface Magicko3DotsMoreProps extends React.SVGProps<SVGSVGElement> {
|
|
|
20
30
|
}
|
|
21
31
|
declare const Magicko3DotsMore: React.ForwardRefExoticComponent<Omit<Magicko3DotsMoreProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
22
32
|
|
|
23
|
-
|
|
33
|
+
interface Vector13Props extends React.SVGProps<SVGSVGElement> {
|
|
34
|
+
size?: number | string;
|
|
35
|
+
}
|
|
36
|
+
declare const Vector13: React.ForwardRefExoticComponent<Omit<Vector13Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
37
|
+
|
|
38
|
+
export { Apple, type AppleProps, EnglishC, type EnglishCProps, IconContainer19, type IconContainer19Props, Image10, type Image10Props, Image8, type Image8Props, Magicko3DotsMore, type Magicko3DotsMoreProps, Vector13, type Vector13Props };
|