magick-icons 0.1.168 → 0.1.170
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 +163 -1
- package/index.d.ts +163 -1
- package/index.js +754 -195
- package/index.js.map +1 -1
- package/index.mjs +747 -197
- package/index.mjs.map +1 -1
- package/package.json +1 -1
package/index.d.mts
CHANGED
|
@@ -540,6 +540,114 @@ interface FolderOpenBoldProps extends React.SVGProps<SVGSVGElement> {
|
|
|
540
540
|
*/
|
|
541
541
|
declare const FolderOpenBold: React.ForwardRefExoticComponent<Omit<FolderOpenBoldProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
542
542
|
|
|
543
|
+
/**
|
|
544
|
+
* Props for the Frame icon component
|
|
545
|
+
* @property {number | string} [size] - Size of the icon (default: 24)
|
|
546
|
+
*/
|
|
547
|
+
interface FrameProps extends React.SVGProps<SVGSVGElement> {
|
|
548
|
+
size?: number | string;
|
|
549
|
+
}
|
|
550
|
+
/**
|
|
551
|
+
* Frame icon component
|
|
552
|
+
* @example
|
|
553
|
+
* ```tsx
|
|
554
|
+
* import { Frame } from 'magick-icons';
|
|
555
|
+
*
|
|
556
|
+
* <Frame size={24} className="text-blue-500" strokeWidth={2} />
|
|
557
|
+
* ```
|
|
558
|
+
*/
|
|
559
|
+
declare const Frame: React.ForwardRefExoticComponent<Omit<FrameProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
560
|
+
|
|
561
|
+
/**
|
|
562
|
+
* Props for the Frame1000007191 icon component
|
|
563
|
+
* @property {number | string} [size] - Size of the icon (default: 24)
|
|
564
|
+
*/
|
|
565
|
+
interface Frame1000007191Props extends React.SVGProps<SVGSVGElement> {
|
|
566
|
+
size?: number | string;
|
|
567
|
+
}
|
|
568
|
+
/**
|
|
569
|
+
* Frame1000007191 icon component
|
|
570
|
+
* @example
|
|
571
|
+
* ```tsx
|
|
572
|
+
* import { Frame1000007191 } from 'magick-icons';
|
|
573
|
+
*
|
|
574
|
+
* <Frame1000007191 size={24} className="text-blue-500" strokeWidth={2} />
|
|
575
|
+
* ```
|
|
576
|
+
*/
|
|
577
|
+
declare const Frame1000007191: React.ForwardRefExoticComponent<Omit<Frame1000007191Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
578
|
+
|
|
579
|
+
/**
|
|
580
|
+
* Props for the Frame1000007193 icon component
|
|
581
|
+
* @property {number | string} [size] - Size of the icon (default: 24)
|
|
582
|
+
*/
|
|
583
|
+
interface Frame1000007193Props extends React.SVGProps<SVGSVGElement> {
|
|
584
|
+
size?: number | string;
|
|
585
|
+
}
|
|
586
|
+
/**
|
|
587
|
+
* Frame1000007193 icon component
|
|
588
|
+
* @example
|
|
589
|
+
* ```tsx
|
|
590
|
+
* import { Frame1000007193 } from 'magick-icons';
|
|
591
|
+
*
|
|
592
|
+
* <Frame1000007193 size={24} className="text-blue-500" strokeWidth={2} />
|
|
593
|
+
* ```
|
|
594
|
+
*/
|
|
595
|
+
declare const Frame1000007193: React.ForwardRefExoticComponent<Omit<Frame1000007193Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
596
|
+
|
|
597
|
+
/**
|
|
598
|
+
* Props for the Frame1000007194 icon component
|
|
599
|
+
* @property {number | string} [size] - Size of the icon (default: 24)
|
|
600
|
+
*/
|
|
601
|
+
interface Frame1000007194Props extends React.SVGProps<SVGSVGElement> {
|
|
602
|
+
size?: number | string;
|
|
603
|
+
}
|
|
604
|
+
/**
|
|
605
|
+
* Frame1000007194 icon component
|
|
606
|
+
* @example
|
|
607
|
+
* ```tsx
|
|
608
|
+
* import { Frame1000007194 } from 'magick-icons';
|
|
609
|
+
*
|
|
610
|
+
* <Frame1000007194 size={24} className="text-blue-500" strokeWidth={2} />
|
|
611
|
+
* ```
|
|
612
|
+
*/
|
|
613
|
+
declare const Frame1000007194: React.ForwardRefExoticComponent<Omit<Frame1000007194Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
614
|
+
|
|
615
|
+
/**
|
|
616
|
+
* Props for the Frame1000007195 icon component
|
|
617
|
+
* @property {number | string} [size] - Size of the icon (default: 24)
|
|
618
|
+
*/
|
|
619
|
+
interface Frame1000007195Props extends React.SVGProps<SVGSVGElement> {
|
|
620
|
+
size?: number | string;
|
|
621
|
+
}
|
|
622
|
+
/**
|
|
623
|
+
* Frame1000007195 icon component
|
|
624
|
+
* @example
|
|
625
|
+
* ```tsx
|
|
626
|
+
* import { Frame1000007195 } from 'magick-icons';
|
|
627
|
+
*
|
|
628
|
+
* <Frame1000007195 size={24} className="text-blue-500" strokeWidth={2} />
|
|
629
|
+
* ```
|
|
630
|
+
*/
|
|
631
|
+
declare const Frame1000007195: React.ForwardRefExoticComponent<Omit<Frame1000007195Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
632
|
+
|
|
633
|
+
/**
|
|
634
|
+
* Props for the Frame1000007196 icon component
|
|
635
|
+
* @property {number | string} [size] - Size of the icon (default: 24)
|
|
636
|
+
*/
|
|
637
|
+
interface Frame1000007196Props extends React.SVGProps<SVGSVGElement> {
|
|
638
|
+
size?: number | string;
|
|
639
|
+
}
|
|
640
|
+
/**
|
|
641
|
+
* Frame1000007196 icon component
|
|
642
|
+
* @example
|
|
643
|
+
* ```tsx
|
|
644
|
+
* import { Frame1000007196 } from 'magick-icons';
|
|
645
|
+
*
|
|
646
|
+
* <Frame1000007196 size={24} className="text-blue-500" strokeWidth={2} />
|
|
647
|
+
* ```
|
|
648
|
+
*/
|
|
649
|
+
declare const Frame1000007196: React.ForwardRefExoticComponent<Omit<Frame1000007196Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
650
|
+
|
|
543
651
|
/**
|
|
544
652
|
* Props for the GeneralMagicko icon component
|
|
545
653
|
* @property {number | string} [size] - Size of the icon (default: 24)
|
|
@@ -1062,6 +1170,60 @@ interface MessageEditProps extends React.SVGProps<SVGSVGElement> {
|
|
|
1062
1170
|
*/
|
|
1063
1171
|
declare const MessageEdit: React.ForwardRefExoticComponent<Omit<MessageEditProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
1064
1172
|
|
|
1173
|
+
/**
|
|
1174
|
+
* Props for the MingcuteMicLine1 icon component
|
|
1175
|
+
* @property {number | string} [size] - Size of the icon (default: 24)
|
|
1176
|
+
*/
|
|
1177
|
+
interface MingcuteMicLine1Props extends React.SVGProps<SVGSVGElement> {
|
|
1178
|
+
size?: number | string;
|
|
1179
|
+
}
|
|
1180
|
+
/**
|
|
1181
|
+
* MingcuteMicLine1 icon component
|
|
1182
|
+
* @example
|
|
1183
|
+
* ```tsx
|
|
1184
|
+
* import { MingcuteMicLine1 } from 'magick-icons';
|
|
1185
|
+
*
|
|
1186
|
+
* <MingcuteMicLine1 size={24} className="text-blue-500" strokeWidth={2} />
|
|
1187
|
+
* ```
|
|
1188
|
+
*/
|
|
1189
|
+
declare const MingcuteMicLine1: React.ForwardRefExoticComponent<Omit<MingcuteMicLine1Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
1190
|
+
|
|
1191
|
+
/**
|
|
1192
|
+
* Props for the MingcuteMicLine11 icon component
|
|
1193
|
+
* @property {number | string} [size] - Size of the icon (default: 24)
|
|
1194
|
+
*/
|
|
1195
|
+
interface MingcuteMicLine11Props extends React.SVGProps<SVGSVGElement> {
|
|
1196
|
+
size?: number | string;
|
|
1197
|
+
}
|
|
1198
|
+
/**
|
|
1199
|
+
* MingcuteMicLine11 icon component
|
|
1200
|
+
* @example
|
|
1201
|
+
* ```tsx
|
|
1202
|
+
* import { MingcuteMicLine11 } from 'magick-icons';
|
|
1203
|
+
*
|
|
1204
|
+
* <MingcuteMicLine11 size={24} className="text-blue-500" strokeWidth={2} />
|
|
1205
|
+
* ```
|
|
1206
|
+
*/
|
|
1207
|
+
declare const MingcuteMicLine11: React.ForwardRefExoticComponent<Omit<MingcuteMicLine11Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
1208
|
+
|
|
1209
|
+
/**
|
|
1210
|
+
* Props for the MingcuteMicLine12 icon component
|
|
1211
|
+
* @property {number | string} [size] - Size of the icon (default: 24)
|
|
1212
|
+
*/
|
|
1213
|
+
interface MingcuteMicLine12Props extends React.SVGProps<SVGSVGElement> {
|
|
1214
|
+
size?: number | string;
|
|
1215
|
+
}
|
|
1216
|
+
/**
|
|
1217
|
+
* MingcuteMicLine12 icon component
|
|
1218
|
+
* @example
|
|
1219
|
+
* ```tsx
|
|
1220
|
+
* import { MingcuteMicLine12 } from 'magick-icons';
|
|
1221
|
+
*
|
|
1222
|
+
* <MingcuteMicLine12 size={24} className="text-blue-500" strokeWidth={2} />
|
|
1223
|
+
* ```
|
|
1224
|
+
*/
|
|
1225
|
+
declare const MingcuteMicLine12: React.ForwardRefExoticComponent<Omit<MingcuteMicLine12Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
1226
|
+
|
|
1065
1227
|
/**
|
|
1066
1228
|
* Props for the Network icon component
|
|
1067
1229
|
* @property {number | string} [size] - Size of the icon (default: 24)
|
|
@@ -1314,4 +1476,4 @@ interface XProps extends React.SVGProps<SVGSVGElement> {
|
|
|
1314
1476
|
*/
|
|
1315
1477
|
declare const X: React.ForwardRefExoticComponent<Omit<XProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
1316
1478
|
|
|
1317
|
-
export { AiIcon, type AiIconProps, ArchiveBold, type ArchiveBoldProps, ArrowDownBold, type ArrowDownBoldProps, ArrowRightBold, type ArrowRightBoldProps, ArrowUpBold, type ArrowUpBoldProps, BookmarkFilled, type BookmarkFilledProps, Calendar, type CalendarProps, ChatFullScreen, type ChatFullScreenProps, ChatMaximize, type ChatMaximizeProps, ChatMinimize, type ChatMinimizeProps, ChevronDown, type ChevronDownProps, ChevronLeft, type ChevronLeftProps, ChevronRight, type ChevronRightProps, ChevronUp, type ChevronUpProps, ChevronsUpDown, type ChevronsUpDownProps, CircleCheckFill, type CircleCheckFillProps, CloseCircle1, type CloseCircle1Props, DislikeBold, type DislikeBoldProps, Doc, type DocProps, DocumentTextBold, type DocumentTextBoldProps, DocumentUpload, type DocumentUploadProps, Enter, type EnterProps, Excel, type ExcelProps, File, type FileProps, Finance, type FinanceProps, Flag, type FlagProps, Folder2, type Folder2Props, FolderDrawerOpen, FolderDrawerOpenAddBold, type FolderDrawerOpenAddBoldProps, type FolderDrawerOpenProps, FolderOpenBold, type FolderOpenBoldProps, GeneralMagicko, type GeneralMagickoProps, GripVertical, type GripVerticalProps, HeartBold, type HeartBoldProps, Hr, type HrProps, HrSystem, type HrSystemProps, IconsaxAiScienceBold, type IconsaxAiScienceBoldProps, IconsaxAttachCircleBold, type IconsaxAttachCircleBoldProps, IconsaxBrainBold, type IconsaxBrainBoldProps, IconsaxMonetizeBold, type IconsaxMonetizeBoldProps, IconsaxPenBrushBold, type IconsaxPenBrushBoldProps, IconsaxPeopleBold, type IconsaxPeopleBoldProps, IconsaxTaskSquareBold, type IconsaxTaskSquareBoldProps, IconsaxVideoCameraBold, type IconsaxVideoCameraBoldProps, IconsaxWord, type IconsaxWordProps, InProgress, type InProgressProps, InfoCircleBold, type InfoCircleBoldProps, Legal, type LegalProps, LikeBold, type LikeBoldProps, Line, type LineProps, LinkSquare, type LinkSquareProps, List, ListEnd, type ListEndProps, ListOrdered, type ListOrderedProps, type ListProps, ListTodo, type ListTodoProps, Lock, type LockProps, MagickPotion, type MagickPotionProps, MagickoCheck, type MagickoCheckProps, Marketing, type MarketingProps, MessageEdit, type MessageEditProps, Network, type NetworkProps, NotiDot, type NotiDotProps, PA, type PAProps, PauseSquare, type PauseSquareProps, Pdf, type PdfProps, PlayFilled, type PlayFilledProps, Signature, type SignatureProps, SperateDot, type SperateDotProps, SquarePen1, type SquarePen1Props, Strikethrough, type StrikethroughProps, Tasks, type TasksProps, Trash, type TrashProps, Video, type VideoProps, X, type XProps };
|
|
1479
|
+
export { AiIcon, type AiIconProps, ArchiveBold, type ArchiveBoldProps, ArrowDownBold, type ArrowDownBoldProps, ArrowRightBold, type ArrowRightBoldProps, ArrowUpBold, type ArrowUpBoldProps, BookmarkFilled, type BookmarkFilledProps, Calendar, type CalendarProps, ChatFullScreen, type ChatFullScreenProps, ChatMaximize, type ChatMaximizeProps, ChatMinimize, type ChatMinimizeProps, ChevronDown, type ChevronDownProps, ChevronLeft, type ChevronLeftProps, ChevronRight, type ChevronRightProps, ChevronUp, type ChevronUpProps, ChevronsUpDown, type ChevronsUpDownProps, CircleCheckFill, type CircleCheckFillProps, CloseCircle1, type CloseCircle1Props, DislikeBold, type DislikeBoldProps, Doc, type DocProps, DocumentTextBold, type DocumentTextBoldProps, DocumentUpload, type DocumentUploadProps, Enter, type EnterProps, Excel, type ExcelProps, File, type FileProps, Finance, type FinanceProps, Flag, type FlagProps, Folder2, type Folder2Props, FolderDrawerOpen, FolderDrawerOpenAddBold, type FolderDrawerOpenAddBoldProps, type FolderDrawerOpenProps, FolderOpenBold, type FolderOpenBoldProps, Frame, Frame1000007191, type Frame1000007191Props, Frame1000007193, type Frame1000007193Props, Frame1000007194, type Frame1000007194Props, Frame1000007195, type Frame1000007195Props, Frame1000007196, type Frame1000007196Props, type FrameProps, GeneralMagicko, type GeneralMagickoProps, GripVertical, type GripVerticalProps, HeartBold, type HeartBoldProps, Hr, type HrProps, HrSystem, type HrSystemProps, IconsaxAiScienceBold, type IconsaxAiScienceBoldProps, IconsaxAttachCircleBold, type IconsaxAttachCircleBoldProps, IconsaxBrainBold, type IconsaxBrainBoldProps, IconsaxMonetizeBold, type IconsaxMonetizeBoldProps, IconsaxPenBrushBold, type IconsaxPenBrushBoldProps, IconsaxPeopleBold, type IconsaxPeopleBoldProps, IconsaxTaskSquareBold, type IconsaxTaskSquareBoldProps, IconsaxVideoCameraBold, type IconsaxVideoCameraBoldProps, IconsaxWord, type IconsaxWordProps, InProgress, type InProgressProps, InfoCircleBold, type InfoCircleBoldProps, Legal, type LegalProps, LikeBold, type LikeBoldProps, Line, type LineProps, LinkSquare, type LinkSquareProps, List, ListEnd, type ListEndProps, ListOrdered, type ListOrderedProps, type ListProps, ListTodo, type ListTodoProps, Lock, type LockProps, MagickPotion, type MagickPotionProps, MagickoCheck, type MagickoCheckProps, Marketing, type MarketingProps, MessageEdit, type MessageEditProps, MingcuteMicLine1, MingcuteMicLine11, type MingcuteMicLine11Props, MingcuteMicLine12, type MingcuteMicLine12Props, type MingcuteMicLine1Props, Network, type NetworkProps, NotiDot, type NotiDotProps, PA, type PAProps, PauseSquare, type PauseSquareProps, Pdf, type PdfProps, PlayFilled, type PlayFilledProps, Signature, type SignatureProps, SperateDot, type SperateDotProps, SquarePen1, type SquarePen1Props, Strikethrough, type StrikethroughProps, Tasks, type TasksProps, Trash, type TrashProps, Video, type VideoProps, X, type XProps };
|
package/index.d.ts
CHANGED
|
@@ -540,6 +540,114 @@ interface FolderOpenBoldProps extends React.SVGProps<SVGSVGElement> {
|
|
|
540
540
|
*/
|
|
541
541
|
declare const FolderOpenBold: React.ForwardRefExoticComponent<Omit<FolderOpenBoldProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
542
542
|
|
|
543
|
+
/**
|
|
544
|
+
* Props for the Frame icon component
|
|
545
|
+
* @property {number | string} [size] - Size of the icon (default: 24)
|
|
546
|
+
*/
|
|
547
|
+
interface FrameProps extends React.SVGProps<SVGSVGElement> {
|
|
548
|
+
size?: number | string;
|
|
549
|
+
}
|
|
550
|
+
/**
|
|
551
|
+
* Frame icon component
|
|
552
|
+
* @example
|
|
553
|
+
* ```tsx
|
|
554
|
+
* import { Frame } from 'magick-icons';
|
|
555
|
+
*
|
|
556
|
+
* <Frame size={24} className="text-blue-500" strokeWidth={2} />
|
|
557
|
+
* ```
|
|
558
|
+
*/
|
|
559
|
+
declare const Frame: React.ForwardRefExoticComponent<Omit<FrameProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
560
|
+
|
|
561
|
+
/**
|
|
562
|
+
* Props for the Frame1000007191 icon component
|
|
563
|
+
* @property {number | string} [size] - Size of the icon (default: 24)
|
|
564
|
+
*/
|
|
565
|
+
interface Frame1000007191Props extends React.SVGProps<SVGSVGElement> {
|
|
566
|
+
size?: number | string;
|
|
567
|
+
}
|
|
568
|
+
/**
|
|
569
|
+
* Frame1000007191 icon component
|
|
570
|
+
* @example
|
|
571
|
+
* ```tsx
|
|
572
|
+
* import { Frame1000007191 } from 'magick-icons';
|
|
573
|
+
*
|
|
574
|
+
* <Frame1000007191 size={24} className="text-blue-500" strokeWidth={2} />
|
|
575
|
+
* ```
|
|
576
|
+
*/
|
|
577
|
+
declare const Frame1000007191: React.ForwardRefExoticComponent<Omit<Frame1000007191Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
578
|
+
|
|
579
|
+
/**
|
|
580
|
+
* Props for the Frame1000007193 icon component
|
|
581
|
+
* @property {number | string} [size] - Size of the icon (default: 24)
|
|
582
|
+
*/
|
|
583
|
+
interface Frame1000007193Props extends React.SVGProps<SVGSVGElement> {
|
|
584
|
+
size?: number | string;
|
|
585
|
+
}
|
|
586
|
+
/**
|
|
587
|
+
* Frame1000007193 icon component
|
|
588
|
+
* @example
|
|
589
|
+
* ```tsx
|
|
590
|
+
* import { Frame1000007193 } from 'magick-icons';
|
|
591
|
+
*
|
|
592
|
+
* <Frame1000007193 size={24} className="text-blue-500" strokeWidth={2} />
|
|
593
|
+
* ```
|
|
594
|
+
*/
|
|
595
|
+
declare const Frame1000007193: React.ForwardRefExoticComponent<Omit<Frame1000007193Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
596
|
+
|
|
597
|
+
/**
|
|
598
|
+
* Props for the Frame1000007194 icon component
|
|
599
|
+
* @property {number | string} [size] - Size of the icon (default: 24)
|
|
600
|
+
*/
|
|
601
|
+
interface Frame1000007194Props extends React.SVGProps<SVGSVGElement> {
|
|
602
|
+
size?: number | string;
|
|
603
|
+
}
|
|
604
|
+
/**
|
|
605
|
+
* Frame1000007194 icon component
|
|
606
|
+
* @example
|
|
607
|
+
* ```tsx
|
|
608
|
+
* import { Frame1000007194 } from 'magick-icons';
|
|
609
|
+
*
|
|
610
|
+
* <Frame1000007194 size={24} className="text-blue-500" strokeWidth={2} />
|
|
611
|
+
* ```
|
|
612
|
+
*/
|
|
613
|
+
declare const Frame1000007194: React.ForwardRefExoticComponent<Omit<Frame1000007194Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
614
|
+
|
|
615
|
+
/**
|
|
616
|
+
* Props for the Frame1000007195 icon component
|
|
617
|
+
* @property {number | string} [size] - Size of the icon (default: 24)
|
|
618
|
+
*/
|
|
619
|
+
interface Frame1000007195Props extends React.SVGProps<SVGSVGElement> {
|
|
620
|
+
size?: number | string;
|
|
621
|
+
}
|
|
622
|
+
/**
|
|
623
|
+
* Frame1000007195 icon component
|
|
624
|
+
* @example
|
|
625
|
+
* ```tsx
|
|
626
|
+
* import { Frame1000007195 } from 'magick-icons';
|
|
627
|
+
*
|
|
628
|
+
* <Frame1000007195 size={24} className="text-blue-500" strokeWidth={2} />
|
|
629
|
+
* ```
|
|
630
|
+
*/
|
|
631
|
+
declare const Frame1000007195: React.ForwardRefExoticComponent<Omit<Frame1000007195Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
632
|
+
|
|
633
|
+
/**
|
|
634
|
+
* Props for the Frame1000007196 icon component
|
|
635
|
+
* @property {number | string} [size] - Size of the icon (default: 24)
|
|
636
|
+
*/
|
|
637
|
+
interface Frame1000007196Props extends React.SVGProps<SVGSVGElement> {
|
|
638
|
+
size?: number | string;
|
|
639
|
+
}
|
|
640
|
+
/**
|
|
641
|
+
* Frame1000007196 icon component
|
|
642
|
+
* @example
|
|
643
|
+
* ```tsx
|
|
644
|
+
* import { Frame1000007196 } from 'magick-icons';
|
|
645
|
+
*
|
|
646
|
+
* <Frame1000007196 size={24} className="text-blue-500" strokeWidth={2} />
|
|
647
|
+
* ```
|
|
648
|
+
*/
|
|
649
|
+
declare const Frame1000007196: React.ForwardRefExoticComponent<Omit<Frame1000007196Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
650
|
+
|
|
543
651
|
/**
|
|
544
652
|
* Props for the GeneralMagicko icon component
|
|
545
653
|
* @property {number | string} [size] - Size of the icon (default: 24)
|
|
@@ -1062,6 +1170,60 @@ interface MessageEditProps extends React.SVGProps<SVGSVGElement> {
|
|
|
1062
1170
|
*/
|
|
1063
1171
|
declare const MessageEdit: React.ForwardRefExoticComponent<Omit<MessageEditProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
1064
1172
|
|
|
1173
|
+
/**
|
|
1174
|
+
* Props for the MingcuteMicLine1 icon component
|
|
1175
|
+
* @property {number | string} [size] - Size of the icon (default: 24)
|
|
1176
|
+
*/
|
|
1177
|
+
interface MingcuteMicLine1Props extends React.SVGProps<SVGSVGElement> {
|
|
1178
|
+
size?: number | string;
|
|
1179
|
+
}
|
|
1180
|
+
/**
|
|
1181
|
+
* MingcuteMicLine1 icon component
|
|
1182
|
+
* @example
|
|
1183
|
+
* ```tsx
|
|
1184
|
+
* import { MingcuteMicLine1 } from 'magick-icons';
|
|
1185
|
+
*
|
|
1186
|
+
* <MingcuteMicLine1 size={24} className="text-blue-500" strokeWidth={2} />
|
|
1187
|
+
* ```
|
|
1188
|
+
*/
|
|
1189
|
+
declare const MingcuteMicLine1: React.ForwardRefExoticComponent<Omit<MingcuteMicLine1Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
1190
|
+
|
|
1191
|
+
/**
|
|
1192
|
+
* Props for the MingcuteMicLine11 icon component
|
|
1193
|
+
* @property {number | string} [size] - Size of the icon (default: 24)
|
|
1194
|
+
*/
|
|
1195
|
+
interface MingcuteMicLine11Props extends React.SVGProps<SVGSVGElement> {
|
|
1196
|
+
size?: number | string;
|
|
1197
|
+
}
|
|
1198
|
+
/**
|
|
1199
|
+
* MingcuteMicLine11 icon component
|
|
1200
|
+
* @example
|
|
1201
|
+
* ```tsx
|
|
1202
|
+
* import { MingcuteMicLine11 } from 'magick-icons';
|
|
1203
|
+
*
|
|
1204
|
+
* <MingcuteMicLine11 size={24} className="text-blue-500" strokeWidth={2} />
|
|
1205
|
+
* ```
|
|
1206
|
+
*/
|
|
1207
|
+
declare const MingcuteMicLine11: React.ForwardRefExoticComponent<Omit<MingcuteMicLine11Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
1208
|
+
|
|
1209
|
+
/**
|
|
1210
|
+
* Props for the MingcuteMicLine12 icon component
|
|
1211
|
+
* @property {number | string} [size] - Size of the icon (default: 24)
|
|
1212
|
+
*/
|
|
1213
|
+
interface MingcuteMicLine12Props extends React.SVGProps<SVGSVGElement> {
|
|
1214
|
+
size?: number | string;
|
|
1215
|
+
}
|
|
1216
|
+
/**
|
|
1217
|
+
* MingcuteMicLine12 icon component
|
|
1218
|
+
* @example
|
|
1219
|
+
* ```tsx
|
|
1220
|
+
* import { MingcuteMicLine12 } from 'magick-icons';
|
|
1221
|
+
*
|
|
1222
|
+
* <MingcuteMicLine12 size={24} className="text-blue-500" strokeWidth={2} />
|
|
1223
|
+
* ```
|
|
1224
|
+
*/
|
|
1225
|
+
declare const MingcuteMicLine12: React.ForwardRefExoticComponent<Omit<MingcuteMicLine12Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
1226
|
+
|
|
1065
1227
|
/**
|
|
1066
1228
|
* Props for the Network icon component
|
|
1067
1229
|
* @property {number | string} [size] - Size of the icon (default: 24)
|
|
@@ -1314,4 +1476,4 @@ interface XProps extends React.SVGProps<SVGSVGElement> {
|
|
|
1314
1476
|
*/
|
|
1315
1477
|
declare const X: React.ForwardRefExoticComponent<Omit<XProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
1316
1478
|
|
|
1317
|
-
export { AiIcon, type AiIconProps, ArchiveBold, type ArchiveBoldProps, ArrowDownBold, type ArrowDownBoldProps, ArrowRightBold, type ArrowRightBoldProps, ArrowUpBold, type ArrowUpBoldProps, BookmarkFilled, type BookmarkFilledProps, Calendar, type CalendarProps, ChatFullScreen, type ChatFullScreenProps, ChatMaximize, type ChatMaximizeProps, ChatMinimize, type ChatMinimizeProps, ChevronDown, type ChevronDownProps, ChevronLeft, type ChevronLeftProps, ChevronRight, type ChevronRightProps, ChevronUp, type ChevronUpProps, ChevronsUpDown, type ChevronsUpDownProps, CircleCheckFill, type CircleCheckFillProps, CloseCircle1, type CloseCircle1Props, DislikeBold, type DislikeBoldProps, Doc, type DocProps, DocumentTextBold, type DocumentTextBoldProps, DocumentUpload, type DocumentUploadProps, Enter, type EnterProps, Excel, type ExcelProps, File, type FileProps, Finance, type FinanceProps, Flag, type FlagProps, Folder2, type Folder2Props, FolderDrawerOpen, FolderDrawerOpenAddBold, type FolderDrawerOpenAddBoldProps, type FolderDrawerOpenProps, FolderOpenBold, type FolderOpenBoldProps, GeneralMagicko, type GeneralMagickoProps, GripVertical, type GripVerticalProps, HeartBold, type HeartBoldProps, Hr, type HrProps, HrSystem, type HrSystemProps, IconsaxAiScienceBold, type IconsaxAiScienceBoldProps, IconsaxAttachCircleBold, type IconsaxAttachCircleBoldProps, IconsaxBrainBold, type IconsaxBrainBoldProps, IconsaxMonetizeBold, type IconsaxMonetizeBoldProps, IconsaxPenBrushBold, type IconsaxPenBrushBoldProps, IconsaxPeopleBold, type IconsaxPeopleBoldProps, IconsaxTaskSquareBold, type IconsaxTaskSquareBoldProps, IconsaxVideoCameraBold, type IconsaxVideoCameraBoldProps, IconsaxWord, type IconsaxWordProps, InProgress, type InProgressProps, InfoCircleBold, type InfoCircleBoldProps, Legal, type LegalProps, LikeBold, type LikeBoldProps, Line, type LineProps, LinkSquare, type LinkSquareProps, List, ListEnd, type ListEndProps, ListOrdered, type ListOrderedProps, type ListProps, ListTodo, type ListTodoProps, Lock, type LockProps, MagickPotion, type MagickPotionProps, MagickoCheck, type MagickoCheckProps, Marketing, type MarketingProps, MessageEdit, type MessageEditProps, Network, type NetworkProps, NotiDot, type NotiDotProps, PA, type PAProps, PauseSquare, type PauseSquareProps, Pdf, type PdfProps, PlayFilled, type PlayFilledProps, Signature, type SignatureProps, SperateDot, type SperateDotProps, SquarePen1, type SquarePen1Props, Strikethrough, type StrikethroughProps, Tasks, type TasksProps, Trash, type TrashProps, Video, type VideoProps, X, type XProps };
|
|
1479
|
+
export { AiIcon, type AiIconProps, ArchiveBold, type ArchiveBoldProps, ArrowDownBold, type ArrowDownBoldProps, ArrowRightBold, type ArrowRightBoldProps, ArrowUpBold, type ArrowUpBoldProps, BookmarkFilled, type BookmarkFilledProps, Calendar, type CalendarProps, ChatFullScreen, type ChatFullScreenProps, ChatMaximize, type ChatMaximizeProps, ChatMinimize, type ChatMinimizeProps, ChevronDown, type ChevronDownProps, ChevronLeft, type ChevronLeftProps, ChevronRight, type ChevronRightProps, ChevronUp, type ChevronUpProps, ChevronsUpDown, type ChevronsUpDownProps, CircleCheckFill, type CircleCheckFillProps, CloseCircle1, type CloseCircle1Props, DislikeBold, type DislikeBoldProps, Doc, type DocProps, DocumentTextBold, type DocumentTextBoldProps, DocumentUpload, type DocumentUploadProps, Enter, type EnterProps, Excel, type ExcelProps, File, type FileProps, Finance, type FinanceProps, Flag, type FlagProps, Folder2, type Folder2Props, FolderDrawerOpen, FolderDrawerOpenAddBold, type FolderDrawerOpenAddBoldProps, type FolderDrawerOpenProps, FolderOpenBold, type FolderOpenBoldProps, Frame, Frame1000007191, type Frame1000007191Props, Frame1000007193, type Frame1000007193Props, Frame1000007194, type Frame1000007194Props, Frame1000007195, type Frame1000007195Props, Frame1000007196, type Frame1000007196Props, type FrameProps, GeneralMagicko, type GeneralMagickoProps, GripVertical, type GripVerticalProps, HeartBold, type HeartBoldProps, Hr, type HrProps, HrSystem, type HrSystemProps, IconsaxAiScienceBold, type IconsaxAiScienceBoldProps, IconsaxAttachCircleBold, type IconsaxAttachCircleBoldProps, IconsaxBrainBold, type IconsaxBrainBoldProps, IconsaxMonetizeBold, type IconsaxMonetizeBoldProps, IconsaxPenBrushBold, type IconsaxPenBrushBoldProps, IconsaxPeopleBold, type IconsaxPeopleBoldProps, IconsaxTaskSquareBold, type IconsaxTaskSquareBoldProps, IconsaxVideoCameraBold, type IconsaxVideoCameraBoldProps, IconsaxWord, type IconsaxWordProps, InProgress, type InProgressProps, InfoCircleBold, type InfoCircleBoldProps, Legal, type LegalProps, LikeBold, type LikeBoldProps, Line, type LineProps, LinkSquare, type LinkSquareProps, List, ListEnd, type ListEndProps, ListOrdered, type ListOrderedProps, type ListProps, ListTodo, type ListTodoProps, Lock, type LockProps, MagickPotion, type MagickPotionProps, MagickoCheck, type MagickoCheckProps, Marketing, type MarketingProps, MessageEdit, type MessageEditProps, MingcuteMicLine1, MingcuteMicLine11, type MingcuteMicLine11Props, MingcuteMicLine12, type MingcuteMicLine12Props, type MingcuteMicLine1Props, Network, type NetworkProps, NotiDot, type NotiDotProps, PA, type PAProps, PauseSquare, type PauseSquareProps, Pdf, type PdfProps, PlayFilled, type PlayFilledProps, Signature, type SignatureProps, SperateDot, type SperateDotProps, SquarePen1, type SquarePen1Props, Strikethrough, type StrikethroughProps, Tasks, type TasksProps, Trash, type TrashProps, Video, type VideoProps, X, type XProps };
|