magick-icons 0.1.34 → 0.1.36
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/index.d.mts +37 -1
- package/index.d.ts +37 -1
- package/index.js +2 -121
- package/index.js.map +1 -1
- package/index.mjs +1 -115
- package/index.mjs.map +1 -1
- package/index.ts +0 -30
- package/package.json +1 -1
- package/types.ts +1 -11
- package/icons/BrandInstagram.tsx +0 -30
- package/icons/Image6.tsx +0 -36
- package/icons/IxWebcam1.tsx +0 -30
- package/icons/Magicko3DotsMore.tsx +0 -32
- package/icons/Sparkles.tsx +0 -143
package/index.ts
CHANGED
|
@@ -18,33 +18,3 @@
|
|
|
18
18
|
* @see {@link AppleProps} for available props
|
|
19
19
|
*/
|
|
20
20
|
export { Apple, type AppleProps } from './icons/Apple';
|
|
21
|
-
|
|
22
|
-
/**
|
|
23
|
-
* BrandInstagram icon component and its props type
|
|
24
|
-
* @see {@link BrandInstagramProps} for available props
|
|
25
|
-
*/
|
|
26
|
-
export { BrandInstagram, type BrandInstagramProps } from './icons/BrandInstagram';
|
|
27
|
-
|
|
28
|
-
/**
|
|
29
|
-
* Image6 icon component and its props type
|
|
30
|
-
* @see {@link Image6Props} for available props
|
|
31
|
-
*/
|
|
32
|
-
export { Image6, type Image6Props } from './icons/Image6';
|
|
33
|
-
|
|
34
|
-
/**
|
|
35
|
-
* IxWebcam1 icon component and its props type
|
|
36
|
-
* @see {@link IxWebcam1Props} for available props
|
|
37
|
-
*/
|
|
38
|
-
export { IxWebcam1, type IxWebcam1Props } from './icons/IxWebcam1';
|
|
39
|
-
|
|
40
|
-
/**
|
|
41
|
-
* Magicko3DotsMore icon component and its props type
|
|
42
|
-
* @see {@link Magicko3DotsMoreProps} for available props
|
|
43
|
-
*/
|
|
44
|
-
export { Magicko3DotsMore, type Magicko3DotsMoreProps } from './icons/Magicko3DotsMore';
|
|
45
|
-
|
|
46
|
-
/**
|
|
47
|
-
* Sparkles icon component and its props type
|
|
48
|
-
* @see {@link SparklesProps} for available props
|
|
49
|
-
*/
|
|
50
|
-
export { Sparkles, type SparklesProps } from './icons/Sparkles';
|
package/package.json
CHANGED
package/types.ts
CHANGED
|
@@ -1,19 +1,9 @@
|
|
|
1
1
|
// Auto-generated file - do not edit manually
|
|
2
2
|
import type * as React from 'react';
|
|
3
3
|
import type { AppleProps } from './icons/Apple';
|
|
4
|
-
import type { BrandInstagramProps } from './icons/BrandInstagram';
|
|
5
|
-
import type { Image6Props } from './icons/Image6';
|
|
6
|
-
import type { IxWebcam1Props } from './icons/IxWebcam1';
|
|
7
|
-
import type { Magicko3DotsMoreProps } from './icons/Magicko3DotsMore';
|
|
8
|
-
import type { SparklesProps } from './icons/Sparkles';
|
|
9
4
|
|
|
10
5
|
export interface IconComponents {
|
|
11
6
|
Apple: React.ComponentType<AppleProps>;
|
|
12
|
-
BrandInstagram: React.ComponentType<BrandInstagramProps>;
|
|
13
|
-
Image6: React.ComponentType<Image6Props>;
|
|
14
|
-
IxWebcam1: React.ComponentType<IxWebcam1Props>;
|
|
15
|
-
Magicko3DotsMore: React.ComponentType<Magicko3DotsMoreProps>;
|
|
16
|
-
Sparkles: React.ComponentType<SparklesProps>;
|
|
17
7
|
}
|
|
18
8
|
|
|
19
|
-
export type IconName = 'Apple'
|
|
9
|
+
export type IconName = 'Apple';
|
package/icons/BrandInstagram.tsx
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* Props for the BrandInstagram icon component
|
|
5
|
-
* @property {number | string} [size] - Size of the icon (default: 24)
|
|
6
|
-
*/
|
|
7
|
-
export interface BrandInstagramProps extends React.SVGProps<SVGSVGElement> {
|
|
8
|
-
size?: number | string;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
* BrandInstagram icon component
|
|
13
|
-
* @example
|
|
14
|
-
* ```tsx
|
|
15
|
-
* import { BrandInstagram } from 'magick-icons';
|
|
16
|
-
*
|
|
17
|
-
* <BrandInstagram size={24} className="text-blue-500" />
|
|
18
|
-
* ```
|
|
19
|
-
*/
|
|
20
|
-
export const BrandInstagram = React.forwardRef<SVGSVGElement, BrandInstagramProps>(
|
|
21
|
-
({ size, ...props }, ref) => {
|
|
22
|
-
return (
|
|
23
|
-
<svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
24
|
-
<path d="M14.4375 6.5625V6.57125M3.5 7C3.5 6.07174 3.86875 5.1815 4.52513 4.52513C5.1815 3.86875 6.07174 3.5 7 3.5H14C14.9283 3.5 15.8185 3.86875 16.4749 4.52513C17.1313 5.1815 17.5 6.07174 17.5 7V14C17.5 14.9283 17.1313 15.8185 16.4749 16.4749C15.8185 17.1313 14.9283 17.5 14 17.5H7C6.07174 17.5 5.1815 17.1313 4.52513 16.4749C3.86875 15.8185 3.5 14.9283 3.5 14V7ZM7.875 10.5C7.875 11.1962 8.15156 11.8639 8.64384 12.3562C9.13613 12.8484 9.80381 13.125 10.5 13.125C11.1962 13.125 11.8639 12.8484 12.3562 12.3562C12.8484 11.8639 13.125 11.1962 13.125 10.5C13.125 9.80381 12.8484 9.13613 12.3562 8.64384C11.8639 8.15156 11.1962 7.875 10.5 7.875C9.80381 7.875 9.13613 8.15156 8.64384 8.64384C8.15156 9.13613 7.875 9.80381 7.875 10.5Z" stroke="#D5D5D5" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"/>
|
|
25
|
-
</svg>
|
|
26
|
-
);
|
|
27
|
-
}
|
|
28
|
-
);
|
|
29
|
-
|
|
30
|
-
BrandInstagram.displayName = 'BrandInstagram';
|