magick-icons 0.1.169 → 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 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)
@@ -1368,4 +1476,4 @@ interface XProps extends React.SVGProps<SVGSVGElement> {
1368
1476
  */
1369
1477
  declare const X: React.ForwardRefExoticComponent<Omit<XProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
1370
1478
 
1371
- 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, 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 };
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)
@@ -1368,4 +1476,4 @@ interface XProps extends React.SVGProps<SVGSVGElement> {
1368
1476
  */
1369
1477
  declare const X: React.ForwardRefExoticComponent<Omit<XProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
1370
1478
 
1371
- 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, 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 };
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 };