magick-icons 0.1.243 → 0.1.245

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
@@ -15570,6 +15570,1086 @@ interface MagickoSmartLockAiProps extends React.SVGProps<SVGSVGElement> {
15570
15570
  */
15571
15571
  declare const MagickoSmartLockAi: React.ForwardRefExoticComponent<Omit<MagickoSmartLockAiProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
15572
15572
 
15573
+ /**
15574
+ * Props for the MagickoSmile icon component
15575
+ * @property {number | string} [size] - Size of the icon (default: 24)
15576
+ */
15577
+ interface MagickoSmileProps extends React.SVGProps<SVGSVGElement> {
15578
+ size?: number | string;
15579
+ }
15580
+ /**
15581
+ * MagickoSmile icon component
15582
+ * @example
15583
+ * ```tsx
15584
+ * import { MagickoSmile } from 'magick-icons';
15585
+ *
15586
+ * <MagickoSmile size={24} className="text-blue-500" strokeWidth={2} />
15587
+ * ```
15588
+ */
15589
+ declare const MagickoSmile: React.ForwardRefExoticComponent<Omit<MagickoSmileProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
15590
+
15591
+ /**
15592
+ * Props for the MagickoSmileys icon component
15593
+ * @property {number | string} [size] - Size of the icon (default: 24)
15594
+ */
15595
+ interface MagickoSmileysProps extends React.SVGProps<SVGSVGElement> {
15596
+ size?: number | string;
15597
+ }
15598
+ /**
15599
+ * MagickoSmileys icon component
15600
+ * @example
15601
+ * ```tsx
15602
+ * import { MagickoSmileys } from 'magick-icons';
15603
+ *
15604
+ * <MagickoSmileys size={24} className="text-blue-500" strokeWidth={2} />
15605
+ * ```
15606
+ */
15607
+ declare const MagickoSmileys: React.ForwardRefExoticComponent<Omit<MagickoSmileysProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
15608
+
15609
+ /**
15610
+ * Props for the MagickoSmilingWithHeart icon component
15611
+ * @property {number | string} [size] - Size of the icon (default: 24)
15612
+ */
15613
+ interface MagickoSmilingWithHeartProps extends React.SVGProps<SVGSVGElement> {
15614
+ size?: number | string;
15615
+ }
15616
+ /**
15617
+ * MagickoSmilingWithHeart icon component
15618
+ * @example
15619
+ * ```tsx
15620
+ * import { MagickoSmilingWithHeart } from 'magick-icons';
15621
+ *
15622
+ * <MagickoSmilingWithHeart size={24} className="text-blue-500" strokeWidth={2} />
15623
+ * ```
15624
+ */
15625
+ declare const MagickoSmilingWithHeart: React.ForwardRefExoticComponent<Omit<MagickoSmilingWithHeartProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
15626
+
15627
+ /**
15628
+ * Props for the MagickoSms icon component
15629
+ * @property {number | string} [size] - Size of the icon (default: 24)
15630
+ */
15631
+ interface MagickoSmsProps extends React.SVGProps<SVGSVGElement> {
15632
+ size?: number | string;
15633
+ }
15634
+ /**
15635
+ * MagickoSms icon component
15636
+ * @example
15637
+ * ```tsx
15638
+ * import { MagickoSms } from 'magick-icons';
15639
+ *
15640
+ * <MagickoSms size={24} className="text-blue-500" strokeWidth={2} />
15641
+ * ```
15642
+ */
15643
+ declare const MagickoSms: React.ForwardRefExoticComponent<Omit<MagickoSmsProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
15644
+
15645
+ /**
15646
+ * Props for the MagickoSmsNotification icon component
15647
+ * @property {number | string} [size] - Size of the icon (default: 24)
15648
+ */
15649
+ interface MagickoSmsNotificationProps extends React.SVGProps<SVGSVGElement> {
15650
+ size?: number | string;
15651
+ }
15652
+ /**
15653
+ * MagickoSmsNotification icon component
15654
+ * @example
15655
+ * ```tsx
15656
+ * import { MagickoSmsNotification } from 'magick-icons';
15657
+ *
15658
+ * <MagickoSmsNotification size={24} className="text-blue-500" strokeWidth={2} />
15659
+ * ```
15660
+ */
15661
+ declare const MagickoSmsNotification: React.ForwardRefExoticComponent<Omit<MagickoSmsNotificationProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
15662
+
15663
+ /**
15664
+ * Props for the MagickoSnowflake icon component
15665
+ * @property {number | string} [size] - Size of the icon (default: 24)
15666
+ */
15667
+ interface MagickoSnowflakeProps extends React.SVGProps<SVGSVGElement> {
15668
+ size?: number | string;
15669
+ }
15670
+ /**
15671
+ * MagickoSnowflake icon component
15672
+ * @example
15673
+ * ```tsx
15674
+ * import { MagickoSnowflake } from 'magick-icons';
15675
+ *
15676
+ * <MagickoSnowflake size={24} className="text-blue-500" strokeWidth={2} />
15677
+ * ```
15678
+ */
15679
+ declare const MagickoSnowflake: React.ForwardRefExoticComponent<Omit<MagickoSnowflakeProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
15680
+
15681
+ /**
15682
+ * Props for the MagickoSort icon component
15683
+ * @property {number | string} [size] - Size of the icon (default: 24)
15684
+ */
15685
+ interface MagickoSortProps extends React.SVGProps<SVGSVGElement> {
15686
+ size?: number | string;
15687
+ }
15688
+ /**
15689
+ * MagickoSort icon component
15690
+ * @example
15691
+ * ```tsx
15692
+ * import { MagickoSort } from 'magick-icons';
15693
+ *
15694
+ * <MagickoSort size={24} className="text-blue-500" strokeWidth={2} />
15695
+ * ```
15696
+ */
15697
+ declare const MagickoSort: React.ForwardRefExoticComponent<Omit<MagickoSortProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
15698
+
15699
+ /**
15700
+ * Props for the MagickoSortAdd icon component
15701
+ * @property {number | string} [size] - Size of the icon (default: 24)
15702
+ */
15703
+ interface MagickoSortAddProps extends React.SVGProps<SVGSVGElement> {
15704
+ size?: number | string;
15705
+ }
15706
+ /**
15707
+ * MagickoSortAdd icon component
15708
+ * @example
15709
+ * ```tsx
15710
+ * import { MagickoSortAdd } from 'magick-icons';
15711
+ *
15712
+ * <MagickoSortAdd size={24} className="text-blue-500" strokeWidth={2} />
15713
+ * ```
15714
+ */
15715
+ declare const MagickoSortAdd: React.ForwardRefExoticComponent<Omit<MagickoSortAddProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
15716
+
15717
+ /**
15718
+ * Props for the MagickoSortAscending icon component
15719
+ * @property {number | string} [size] - Size of the icon (default: 24)
15720
+ */
15721
+ interface MagickoSortAscendingProps extends React.SVGProps<SVGSVGElement> {
15722
+ size?: number | string;
15723
+ }
15724
+ /**
15725
+ * MagickoSortAscending icon component
15726
+ * @example
15727
+ * ```tsx
15728
+ * import { MagickoSortAscending } from 'magick-icons';
15729
+ *
15730
+ * <MagickoSortAscending size={24} className="text-blue-500" strokeWidth={2} />
15731
+ * ```
15732
+ */
15733
+ declare const MagickoSortAscending: React.ForwardRefExoticComponent<Omit<MagickoSortAscendingProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
15734
+
15735
+ /**
15736
+ * Props for the MagickoSortCheck icon component
15737
+ * @property {number | string} [size] - Size of the icon (default: 24)
15738
+ */
15739
+ interface MagickoSortCheckProps extends React.SVGProps<SVGSVGElement> {
15740
+ size?: number | string;
15741
+ }
15742
+ /**
15743
+ * MagickoSortCheck icon component
15744
+ * @example
15745
+ * ```tsx
15746
+ * import { MagickoSortCheck } from 'magick-icons';
15747
+ *
15748
+ * <MagickoSortCheck size={24} className="text-blue-500" strokeWidth={2} />
15749
+ * ```
15750
+ */
15751
+ declare const MagickoSortCheck: React.ForwardRefExoticComponent<Omit<MagickoSortCheckProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
15752
+
15753
+ /**
15754
+ * Props for the MagickoSortDescending icon component
15755
+ * @property {number | string} [size] - Size of the icon (default: 24)
15756
+ */
15757
+ interface MagickoSortDescendingProps extends React.SVGProps<SVGSVGElement> {
15758
+ size?: number | string;
15759
+ }
15760
+ /**
15761
+ * MagickoSortDescending icon component
15762
+ * @example
15763
+ * ```tsx
15764
+ * import { MagickoSortDescending } from 'magick-icons';
15765
+ *
15766
+ * <MagickoSortDescending size={24} className="text-blue-500" strokeWidth={2} />
15767
+ * ```
15768
+ */
15769
+ declare const MagickoSortDescending: React.ForwardRefExoticComponent<Omit<MagickoSortDescendingProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
15770
+
15771
+ /**
15772
+ * Props for the MagickoSortRemove icon component
15773
+ * @property {number | string} [size] - Size of the icon (default: 24)
15774
+ */
15775
+ interface MagickoSortRemoveProps extends React.SVGProps<SVGSVGElement> {
15776
+ size?: number | string;
15777
+ }
15778
+ /**
15779
+ * MagickoSortRemove icon component
15780
+ * @example
15781
+ * ```tsx
15782
+ * import { MagickoSortRemove } from 'magick-icons';
15783
+ *
15784
+ * <MagickoSortRemove size={24} className="text-blue-500" strokeWidth={2} />
15785
+ * ```
15786
+ */
15787
+ declare const MagickoSortRemove: React.ForwardRefExoticComponent<Omit<MagickoSortRemoveProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
15788
+
15789
+ /**
15790
+ * Props for the MagickoSound icon component
15791
+ * @property {number | string} [size] - Size of the icon (default: 24)
15792
+ */
15793
+ interface MagickoSoundProps extends React.SVGProps<SVGSVGElement> {
15794
+ size?: number | string;
15795
+ }
15796
+ /**
15797
+ * MagickoSound icon component
15798
+ * @example
15799
+ * ```tsx
15800
+ * import { MagickoSound } from 'magick-icons';
15801
+ *
15802
+ * <MagickoSound size={24} className="text-blue-500" strokeWidth={2} />
15803
+ * ```
15804
+ */
15805
+ declare const MagickoSound: React.ForwardRefExoticComponent<Omit<MagickoSoundProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
15806
+
15807
+ /**
15808
+ * Props for the MagickoSound1 icon component
15809
+ * @property {number | string} [size] - Size of the icon (default: 24)
15810
+ */
15811
+ interface MagickoSound1Props extends React.SVGProps<SVGSVGElement> {
15812
+ size?: number | string;
15813
+ }
15814
+ /**
15815
+ * MagickoSound1 icon component
15816
+ * @example
15817
+ * ```tsx
15818
+ * import { MagickoSound1 } from 'magick-icons';
15819
+ *
15820
+ * <MagickoSound1 size={24} className="text-blue-500" strokeWidth={2} />
15821
+ * ```
15822
+ */
15823
+ declare const MagickoSound1: React.ForwardRefExoticComponent<Omit<MagickoSound1Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
15824
+
15825
+ /**
15826
+ * Props for the MagickoSpeaker icon component
15827
+ * @property {number | string} [size] - Size of the icon (default: 24)
15828
+ */
15829
+ interface MagickoSpeakerProps extends React.SVGProps<SVGSVGElement> {
15830
+ size?: number | string;
15831
+ }
15832
+ /**
15833
+ * MagickoSpeaker icon component
15834
+ * @example
15835
+ * ```tsx
15836
+ * import { MagickoSpeaker } from 'magick-icons';
15837
+ *
15838
+ * <MagickoSpeaker size={24} className="text-blue-500" strokeWidth={2} />
15839
+ * ```
15840
+ */
15841
+ declare const MagickoSpeaker: React.ForwardRefExoticComponent<Omit<MagickoSpeakerProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
15842
+
15843
+ /**
15844
+ * Props for the MagickoSpeaker1 icon component
15845
+ * @property {number | string} [size] - Size of the icon (default: 24)
15846
+ */
15847
+ interface MagickoSpeaker1Props extends React.SVGProps<SVGSVGElement> {
15848
+ size?: number | string;
15849
+ }
15850
+ /**
15851
+ * MagickoSpeaker1 icon component
15852
+ * @example
15853
+ * ```tsx
15854
+ * import { MagickoSpeaker1 } from 'magick-icons';
15855
+ *
15856
+ * <MagickoSpeaker1 size={24} className="text-blue-500" strokeWidth={2} />
15857
+ * ```
15858
+ */
15859
+ declare const MagickoSpeaker1: React.ForwardRefExoticComponent<Omit<MagickoSpeaker1Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
15860
+
15861
+ /**
15862
+ * Props for the MagickoSquarefinger icon component
15863
+ * @property {number | string} [size] - Size of the icon (default: 24)
15864
+ */
15865
+ interface MagickoSquarefingerProps extends React.SVGProps<SVGSVGElement> {
15866
+ size?: number | string;
15867
+ }
15868
+ /**
15869
+ * MagickoSquarefinger icon component
15870
+ * @example
15871
+ * ```tsx
15872
+ * import { MagickoSquarefinger } from 'magick-icons';
15873
+ *
15874
+ * <MagickoSquarefinger size={24} className="text-blue-500" strokeWidth={2} />
15875
+ * ```
15876
+ */
15877
+ declare const MagickoSquarefinger: React.ForwardRefExoticComponent<Omit<MagickoSquarefingerProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
15878
+
15879
+ /**
15880
+ * Props for the MagickoStar icon component
15881
+ * @property {number | string} [size] - Size of the icon (default: 24)
15882
+ */
15883
+ interface MagickoStarProps extends React.SVGProps<SVGSVGElement> {
15884
+ size?: number | string;
15885
+ }
15886
+ /**
15887
+ * MagickoStar icon component
15888
+ * @example
15889
+ * ```tsx
15890
+ * import { MagickoStar } from 'magick-icons';
15891
+ *
15892
+ * <MagickoStar size={24} className="text-blue-500" strokeWidth={2} />
15893
+ * ```
15894
+ */
15895
+ declare const MagickoStar: React.ForwardRefExoticComponent<Omit<MagickoStarProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
15896
+
15897
+ /**
15898
+ * Props for the MagickoStarSlash icon component
15899
+ * @property {number | string} [size] - Size of the icon (default: 24)
15900
+ */
15901
+ interface MagickoStarSlashProps extends React.SVGProps<SVGSVGElement> {
15902
+ size?: number | string;
15903
+ }
15904
+ /**
15905
+ * MagickoStarSlash icon component
15906
+ * @example
15907
+ * ```tsx
15908
+ * import { MagickoStarSlash } from 'magick-icons';
15909
+ *
15910
+ * <MagickoStarSlash size={24} className="text-blue-500" strokeWidth={2} />
15911
+ * ```
15912
+ */
15913
+ declare const MagickoStarSlash: React.ForwardRefExoticComponent<Omit<MagickoStarSlashProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
15914
+
15915
+ /**
15916
+ * Props for the MagickoStars icon component
15917
+ * @property {number | string} [size] - Size of the icon (default: 24)
15918
+ */
15919
+ interface MagickoStarsProps extends React.SVGProps<SVGSVGElement> {
15920
+ size?: number | string;
15921
+ }
15922
+ /**
15923
+ * MagickoStars icon component
15924
+ * @example
15925
+ * ```tsx
15926
+ * import { MagickoStars } from 'magick-icons';
15927
+ *
15928
+ * <MagickoStars size={24} className="text-blue-500" strokeWidth={2} />
15929
+ * ```
15930
+ */
15931
+ declare const MagickoStars: React.ForwardRefExoticComponent<Omit<MagickoStarsProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
15932
+
15933
+ /**
15934
+ * Props for the MagickoStars1 icon component
15935
+ * @property {number | string} [size] - Size of the icon (default: 24)
15936
+ */
15937
+ interface MagickoStars1Props extends React.SVGProps<SVGSVGElement> {
15938
+ size?: number | string;
15939
+ }
15940
+ /**
15941
+ * MagickoStars1 icon component
15942
+ * @example
15943
+ * ```tsx
15944
+ * import { MagickoStars1 } from 'magick-icons';
15945
+ *
15946
+ * <MagickoStars1 size={24} className="text-blue-500" strokeWidth={2} />
15947
+ * ```
15948
+ */
15949
+ declare const MagickoStars1: React.ForwardRefExoticComponent<Omit<MagickoStars1Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
15950
+
15951
+ /**
15952
+ * Props for the MagickoStatusUp icon component
15953
+ * @property {number | string} [size] - Size of the icon (default: 24)
15954
+ */
15955
+ interface MagickoStatusUpProps extends React.SVGProps<SVGSVGElement> {
15956
+ size?: number | string;
15957
+ }
15958
+ /**
15959
+ * MagickoStatusUp icon component
15960
+ * @example
15961
+ * ```tsx
15962
+ * import { MagickoStatusUp } from 'magick-icons';
15963
+ *
15964
+ * <MagickoStatusUp size={24} className="text-blue-500" strokeWidth={2} />
15965
+ * ```
15966
+ */
15967
+ declare const MagickoStatusUp: React.ForwardRefExoticComponent<Omit<MagickoStatusUpProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
15968
+
15969
+ /**
15970
+ * Props for the MagickoSticker icon component
15971
+ * @property {number | string} [size] - Size of the icon (default: 24)
15972
+ */
15973
+ interface MagickoStickerProps extends React.SVGProps<SVGSVGElement> {
15974
+ size?: number | string;
15975
+ }
15976
+ /**
15977
+ * MagickoSticker icon component
15978
+ * @example
15979
+ * ```tsx
15980
+ * import { MagickoSticker } from 'magick-icons';
15981
+ *
15982
+ * <MagickoSticker size={24} className="text-blue-500" strokeWidth={2} />
15983
+ * ```
15984
+ */
15985
+ declare const MagickoSticker: React.ForwardRefExoticComponent<Omit<MagickoStickerProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
15986
+
15987
+ /**
15988
+ * Props for the MagickoStickynote icon component
15989
+ * @property {number | string} [size] - Size of the icon (default: 24)
15990
+ */
15991
+ interface MagickoStickynoteProps extends React.SVGProps<SVGSVGElement> {
15992
+ size?: number | string;
15993
+ }
15994
+ /**
15995
+ * MagickoStickynote icon component
15996
+ * @example
15997
+ * ```tsx
15998
+ * import { MagickoStickynote } from 'magick-icons';
15999
+ *
16000
+ * <MagickoStickynote size={24} className="text-blue-500" strokeWidth={2} />
16001
+ * ```
16002
+ */
16003
+ declare const MagickoStickynote: React.ForwardRefExoticComponent<Omit<MagickoStickynoteProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
16004
+
16005
+ /**
16006
+ * Props for the MagickoStop icon component
16007
+ * @property {number | string} [size] - Size of the icon (default: 24)
16008
+ */
16009
+ interface MagickoStopProps extends React.SVGProps<SVGSVGElement> {
16010
+ size?: number | string;
16011
+ }
16012
+ /**
16013
+ * MagickoStop icon component
16014
+ * @example
16015
+ * ```tsx
16016
+ * import { MagickoStop } from 'magick-icons';
16017
+ *
16018
+ * <MagickoStop size={24} className="text-blue-500" strokeWidth={2} />
16019
+ * ```
16020
+ */
16021
+ declare const MagickoStop: React.ForwardRefExoticComponent<Omit<MagickoStopProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
16022
+
16023
+ /**
16024
+ * Props for the MagickoStory icon component
16025
+ * @property {number | string} [size] - Size of the icon (default: 24)
16026
+ */
16027
+ interface MagickoStoryProps extends React.SVGProps<SVGSVGElement> {
16028
+ size?: number | string;
16029
+ }
16030
+ /**
16031
+ * MagickoStory icon component
16032
+ * @example
16033
+ * ```tsx
16034
+ * import { MagickoStory } from 'magick-icons';
16035
+ *
16036
+ * <MagickoStory size={24} className="text-blue-500" strokeWidth={2} />
16037
+ * ```
16038
+ */
16039
+ declare const MagickoStory: React.ForwardRefExoticComponent<Omit<MagickoStoryProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
16040
+
16041
+ /**
16042
+ * Props for the MagickoSubtitle icon component
16043
+ * @property {number | string} [size] - Size of the icon (default: 24)
16044
+ */
16045
+ interface MagickoSubtitleProps extends React.SVGProps<SVGSVGElement> {
16046
+ size?: number | string;
16047
+ }
16048
+ /**
16049
+ * MagickoSubtitle icon component
16050
+ * @example
16051
+ * ```tsx
16052
+ * import { MagickoSubtitle } from 'magick-icons';
16053
+ *
16054
+ * <MagickoSubtitle size={24} className="text-blue-500" strokeWidth={2} />
16055
+ * ```
16056
+ */
16057
+ declare const MagickoSubtitle: React.ForwardRefExoticComponent<Omit<MagickoSubtitleProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
16058
+
16059
+ /**
16060
+ * Props for the MagickoSun icon component
16061
+ * @property {number | string} [size] - Size of the icon (default: 24)
16062
+ */
16063
+ interface MagickoSunProps extends React.SVGProps<SVGSVGElement> {
16064
+ size?: number | string;
16065
+ }
16066
+ /**
16067
+ * MagickoSun icon component
16068
+ * @example
16069
+ * ```tsx
16070
+ * import { MagickoSun } from 'magick-icons';
16071
+ *
16072
+ * <MagickoSun size={24} className="text-blue-500" strokeWidth={2} />
16073
+ * ```
16074
+ */
16075
+ declare const MagickoSun: React.ForwardRefExoticComponent<Omit<MagickoSunProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
16076
+
16077
+ /**
16078
+ * Props for the MagickoSun1 icon component
16079
+ * @property {number | string} [size] - Size of the icon (default: 24)
16080
+ */
16081
+ interface MagickoSun1Props extends React.SVGProps<SVGSVGElement> {
16082
+ size?: number | string;
16083
+ }
16084
+ /**
16085
+ * MagickoSun1 icon component
16086
+ * @example
16087
+ * ```tsx
16088
+ * import { MagickoSun1 } from 'magick-icons';
16089
+ *
16090
+ * <MagickoSun1 size={24} className="text-blue-500" strokeWidth={2} />
16091
+ * ```
16092
+ */
16093
+ declare const MagickoSun1: React.ForwardRefExoticComponent<Omit<MagickoSun1Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
16094
+
16095
+ /**
16096
+ * Props for the MagickoSunFog icon component
16097
+ * @property {number | string} [size] - Size of the icon (default: 24)
16098
+ */
16099
+ interface MagickoSunFogProps extends React.SVGProps<SVGSVGElement> {
16100
+ size?: number | string;
16101
+ }
16102
+ /**
16103
+ * MagickoSunFog icon component
16104
+ * @example
16105
+ * ```tsx
16106
+ * import { MagickoSunFog } from 'magick-icons';
16107
+ *
16108
+ * <MagickoSunFog size={24} className="text-blue-500" strokeWidth={2} />
16109
+ * ```
16110
+ */
16111
+ declare const MagickoSunFog: React.ForwardRefExoticComponent<Omit<MagickoSunFogProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
16112
+
16113
+ /**
16114
+ * Props for the MagickoSupport icon component
16115
+ * @property {number | string} [size] - Size of the icon (default: 24)
16116
+ */
16117
+ interface MagickoSupportProps extends React.SVGProps<SVGSVGElement> {
16118
+ size?: number | string;
16119
+ }
16120
+ /**
16121
+ * MagickoSupport icon component
16122
+ * @example
16123
+ * ```tsx
16124
+ * import { MagickoSupport } from 'magick-icons';
16125
+ *
16126
+ * <MagickoSupport size={24} className="text-blue-500" strokeWidth={2} />
16127
+ * ```
16128
+ */
16129
+ declare const MagickoSupport: React.ForwardRefExoticComponent<Omit<MagickoSupportProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
16130
+
16131
+ /**
16132
+ * Props for the MagickoSupport1 icon component
16133
+ * @property {number | string} [size] - Size of the icon (default: 24)
16134
+ */
16135
+ interface MagickoSupport1Props extends React.SVGProps<SVGSVGElement> {
16136
+ size?: number | string;
16137
+ }
16138
+ /**
16139
+ * MagickoSupport1 icon component
16140
+ * @example
16141
+ * ```tsx
16142
+ * import { MagickoSupport1 } from 'magick-icons';
16143
+ *
16144
+ * <MagickoSupport1 size={24} className="text-blue-500" strokeWidth={2} />
16145
+ * ```
16146
+ */
16147
+ declare const MagickoSupport1: React.ForwardRefExoticComponent<Omit<MagickoSupport1Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
16148
+
16149
+ /**
16150
+ * Props for the MagickoSwapHorizontal01 icon component
16151
+ * @property {number | string} [size] - Size of the icon (default: 24)
16152
+ */
16153
+ interface MagickoSwapHorizontal01Props extends React.SVGProps<SVGSVGElement> {
16154
+ size?: number | string;
16155
+ }
16156
+ /**
16157
+ * MagickoSwapHorizontal01 icon component
16158
+ * @example
16159
+ * ```tsx
16160
+ * import { MagickoSwapHorizontal01 } from 'magick-icons';
16161
+ *
16162
+ * <MagickoSwapHorizontal01 size={24} className="text-blue-500" strokeWidth={2} />
16163
+ * ```
16164
+ */
16165
+ declare const MagickoSwapHorizontal01: React.ForwardRefExoticComponent<Omit<MagickoSwapHorizontal01Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
16166
+
16167
+ /**
16168
+ * Props for the MagickoSwapHorizontal02 icon component
16169
+ * @property {number | string} [size] - Size of the icon (default: 24)
16170
+ */
16171
+ interface MagickoSwapHorizontal02Props extends React.SVGProps<SVGSVGElement> {
16172
+ size?: number | string;
16173
+ }
16174
+ /**
16175
+ * MagickoSwapHorizontal02 icon component
16176
+ * @example
16177
+ * ```tsx
16178
+ * import { MagickoSwapHorizontal02 } from 'magick-icons';
16179
+ *
16180
+ * <MagickoSwapHorizontal02 size={24} className="text-blue-500" strokeWidth={2} />
16181
+ * ```
16182
+ */
16183
+ declare const MagickoSwapHorizontal02: React.ForwardRefExoticComponent<Omit<MagickoSwapHorizontal02Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
16184
+
16185
+ /**
16186
+ * Props for the MagickoSwapHorizontal03 icon component
16187
+ * @property {number | string} [size] - Size of the icon (default: 24)
16188
+ */
16189
+ interface MagickoSwapHorizontal03Props extends React.SVGProps<SVGSVGElement> {
16190
+ size?: number | string;
16191
+ }
16192
+ /**
16193
+ * MagickoSwapHorizontal03 icon component
16194
+ * @example
16195
+ * ```tsx
16196
+ * import { MagickoSwapHorizontal03 } from 'magick-icons';
16197
+ *
16198
+ * <MagickoSwapHorizontal03 size={24} className="text-blue-500" strokeWidth={2} />
16199
+ * ```
16200
+ */
16201
+ declare const MagickoSwapHorizontal03: React.ForwardRefExoticComponent<Omit<MagickoSwapHorizontal03Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
16202
+
16203
+ /**
16204
+ * Props for the MagickoSweatSmile icon component
16205
+ * @property {number | string} [size] - Size of the icon (default: 24)
16206
+ */
16207
+ interface MagickoSweatSmileProps extends React.SVGProps<SVGSVGElement> {
16208
+ size?: number | string;
16209
+ }
16210
+ /**
16211
+ * MagickoSweatSmile icon component
16212
+ * @example
16213
+ * ```tsx
16214
+ * import { MagickoSweatSmile } from 'magick-icons';
16215
+ *
16216
+ * <MagickoSweatSmile size={24} className="text-blue-500" strokeWidth={2} />
16217
+ * ```
16218
+ */
16219
+ declare const MagickoSweatSmile: React.ForwardRefExoticComponent<Omit<MagickoSweatSmileProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
16220
+
16221
+ /**
16222
+ * Props for the MagickoTag icon component
16223
+ * @property {number | string} [size] - Size of the icon (default: 24)
16224
+ */
16225
+ interface MagickoTagProps extends React.SVGProps<SVGSVGElement> {
16226
+ size?: number | string;
16227
+ }
16228
+ /**
16229
+ * MagickoTag icon component
16230
+ * @example
16231
+ * ```tsx
16232
+ * import { MagickoTag } from 'magick-icons';
16233
+ *
16234
+ * <MagickoTag size={24} className="text-blue-500" strokeWidth={2} />
16235
+ * ```
16236
+ */
16237
+ declare const MagickoTag: React.ForwardRefExoticComponent<Omit<MagickoTagProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
16238
+
16239
+ /**
16240
+ * Props for the MagickoTag2 icon component
16241
+ * @property {number | string} [size] - Size of the icon (default: 24)
16242
+ */
16243
+ interface MagickoTag2Props extends React.SVGProps<SVGSVGElement> {
16244
+ size?: number | string;
16245
+ }
16246
+ /**
16247
+ * MagickoTag2 icon component
16248
+ * @example
16249
+ * ```tsx
16250
+ * import { MagickoTag2 } from 'magick-icons';
16251
+ *
16252
+ * <MagickoTag2 size={24} className="text-blue-500" strokeWidth={2} />
16253
+ * ```
16254
+ */
16255
+ declare const MagickoTag2: React.ForwardRefExoticComponent<Omit<MagickoTag2Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
16256
+
16257
+ /**
16258
+ * Props for the MagickoTagCross icon component
16259
+ * @property {number | string} [size] - Size of the icon (default: 24)
16260
+ */
16261
+ interface MagickoTagCrossProps extends React.SVGProps<SVGSVGElement> {
16262
+ size?: number | string;
16263
+ }
16264
+ /**
16265
+ * MagickoTagCross icon component
16266
+ * @example
16267
+ * ```tsx
16268
+ * import { MagickoTagCross } from 'magick-icons';
16269
+ *
16270
+ * <MagickoTagCross size={24} className="text-blue-500" strokeWidth={2} />
16271
+ * ```
16272
+ */
16273
+ declare const MagickoTagCross: React.ForwardRefExoticComponent<Omit<MagickoTagCrossProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
16274
+
16275
+ /**
16276
+ * Props for the MagickoTagUser icon component
16277
+ * @property {number | string} [size] - Size of the icon (default: 24)
16278
+ */
16279
+ interface MagickoTagUserProps extends React.SVGProps<SVGSVGElement> {
16280
+ size?: number | string;
16281
+ }
16282
+ /**
16283
+ * MagickoTagUser icon component
16284
+ * @example
16285
+ * ```tsx
16286
+ * import { MagickoTagUser } from 'magick-icons';
16287
+ *
16288
+ * <MagickoTagUser size={24} className="text-blue-500" strokeWidth={2} />
16289
+ * ```
16290
+ */
16291
+ declare const MagickoTagUser: React.ForwardRefExoticComponent<Omit<MagickoTagUserProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
16292
+
16293
+ /**
16294
+ * Props for the MagickoTask icon component
16295
+ * @property {number | string} [size] - Size of the icon (default: 24)
16296
+ */
16297
+ interface MagickoTaskProps extends React.SVGProps<SVGSVGElement> {
16298
+ size?: number | string;
16299
+ }
16300
+ /**
16301
+ * MagickoTask icon component
16302
+ * @example
16303
+ * ```tsx
16304
+ * import { MagickoTask } from 'magick-icons';
16305
+ *
16306
+ * <MagickoTask size={24} className="text-blue-500" strokeWidth={2} />
16307
+ * ```
16308
+ */
16309
+ declare const MagickoTask: React.ForwardRefExoticComponent<Omit<MagickoTaskProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
16310
+
16311
+ /**
16312
+ * Props for the MagickoTaskSquare icon component
16313
+ * @property {number | string} [size] - Size of the icon (default: 24)
16314
+ */
16315
+ interface MagickoTaskSquareProps extends React.SVGProps<SVGSVGElement> {
16316
+ size?: number | string;
16317
+ }
16318
+ /**
16319
+ * MagickoTaskSquare icon component
16320
+ * @example
16321
+ * ```tsx
16322
+ * import { MagickoTaskSquare } from 'magick-icons';
16323
+ *
16324
+ * <MagickoTaskSquare size={24} className="text-blue-500" strokeWidth={2} />
16325
+ * ```
16326
+ */
16327
+ declare const MagickoTaskSquare: React.ForwardRefExoticComponent<Omit<MagickoTaskSquareProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
16328
+
16329
+ /**
16330
+ * Props for the MagickoTeacher icon component
16331
+ * @property {number | string} [size] - Size of the icon (default: 24)
16332
+ */
16333
+ interface MagickoTeacherProps extends React.SVGProps<SVGSVGElement> {
16334
+ size?: number | string;
16335
+ }
16336
+ /**
16337
+ * MagickoTeacher icon component
16338
+ * @example
16339
+ * ```tsx
16340
+ * import { MagickoTeacher } from 'magick-icons';
16341
+ *
16342
+ * <MagickoTeacher size={24} className="text-blue-500" strokeWidth={2} />
16343
+ * ```
16344
+ */
16345
+ declare const MagickoTeacher: React.ForwardRefExoticComponent<Omit<MagickoTeacherProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
16346
+
16347
+ /**
16348
+ * Props for the MagickoTelescope icon component
16349
+ * @property {number | string} [size] - Size of the icon (default: 24)
16350
+ */
16351
+ interface MagickoTelescopeProps extends React.SVGProps<SVGSVGElement> {
16352
+ size?: number | string;
16353
+ }
16354
+ /**
16355
+ * MagickoTelescope icon component
16356
+ * @example
16357
+ * ```tsx
16358
+ * import { MagickoTelescope } from 'magick-icons';
16359
+ *
16360
+ * <MagickoTelescope size={24} className="text-blue-500" strokeWidth={2} />
16361
+ * ```
16362
+ */
16363
+ declare const MagickoTelescope: React.ForwardRefExoticComponent<Omit<MagickoTelescopeProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
16364
+
16365
+ /**
16366
+ * Props for the MagickoTelescope1 icon component
16367
+ * @property {number | string} [size] - Size of the icon (default: 24)
16368
+ */
16369
+ interface MagickoTelescope1Props extends React.SVGProps<SVGSVGElement> {
16370
+ size?: number | string;
16371
+ }
16372
+ /**
16373
+ * MagickoTelescope1 icon component
16374
+ * @example
16375
+ * ```tsx
16376
+ * import { MagickoTelescope1 } from 'magick-icons';
16377
+ *
16378
+ * <MagickoTelescope1 size={24} className="text-blue-500" strokeWidth={2} />
16379
+ * ```
16380
+ */
16381
+ declare const MagickoTelescope1: React.ForwardRefExoticComponent<Omit<MagickoTelescope1Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
16382
+
16383
+ /**
16384
+ * Props for the MagickoText icon component
16385
+ * @property {number | string} [size] - Size of the icon (default: 24)
16386
+ */
16387
+ interface MagickoTextProps extends React.SVGProps<SVGSVGElement> {
16388
+ size?: number | string;
16389
+ }
16390
+ /**
16391
+ * MagickoText icon component
16392
+ * @example
16393
+ * ```tsx
16394
+ * import { MagickoText } from 'magick-icons';
16395
+ *
16396
+ * <MagickoText size={24} className="text-blue-500" strokeWidth={2} />
16397
+ * ```
16398
+ */
16399
+ declare const MagickoText: React.ForwardRefExoticComponent<Omit<MagickoTextProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
16400
+
16401
+ /**
16402
+ * Props for the MagickoTextBold icon component
16403
+ * @property {number | string} [size] - Size of the icon (default: 24)
16404
+ */
16405
+ interface MagickoTextBoldProps extends React.SVGProps<SVGSVGElement> {
16406
+ size?: number | string;
16407
+ }
16408
+ /**
16409
+ * MagickoTextBold icon component
16410
+ * @example
16411
+ * ```tsx
16412
+ * import { MagickoTextBold } from 'magick-icons';
16413
+ *
16414
+ * <MagickoTextBold size={24} className="text-blue-500" strokeWidth={2} />
16415
+ * ```
16416
+ */
16417
+ declare const MagickoTextBold: React.ForwardRefExoticComponent<Omit<MagickoTextBoldProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
16418
+
16419
+ /**
16420
+ * Props for the MagickoTextItalic icon component
16421
+ * @property {number | string} [size] - Size of the icon (default: 24)
16422
+ */
16423
+ interface MagickoTextItalicProps extends React.SVGProps<SVGSVGElement> {
16424
+ size?: number | string;
16425
+ }
16426
+ /**
16427
+ * MagickoTextItalic icon component
16428
+ * @example
16429
+ * ```tsx
16430
+ * import { MagickoTextItalic } from 'magick-icons';
16431
+ *
16432
+ * <MagickoTextItalic size={24} className="text-blue-500" strokeWidth={2} />
16433
+ * ```
16434
+ */
16435
+ declare const MagickoTextItalic: React.ForwardRefExoticComponent<Omit<MagickoTextItalicProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
16436
+
16437
+ /**
16438
+ * Props for the MagickoTextUnderline icon component
16439
+ * @property {number | string} [size] - Size of the icon (default: 24)
16440
+ */
16441
+ interface MagickoTextUnderlineProps extends React.SVGProps<SVGSVGElement> {
16442
+ size?: number | string;
16443
+ }
16444
+ /**
16445
+ * MagickoTextUnderline icon component
16446
+ * @example
16447
+ * ```tsx
16448
+ * import { MagickoTextUnderline } from 'magick-icons';
16449
+ *
16450
+ * <MagickoTextUnderline size={24} className="text-blue-500" strokeWidth={2} />
16451
+ * ```
16452
+ */
16453
+ declare const MagickoTextUnderline: React.ForwardRefExoticComponent<Omit<MagickoTextUnderlineProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
16454
+
16455
+ /**
16456
+ * Props for the MagickoTextalignCenter icon component
16457
+ * @property {number | string} [size] - Size of the icon (default: 24)
16458
+ */
16459
+ interface MagickoTextalignCenterProps extends React.SVGProps<SVGSVGElement> {
16460
+ size?: number | string;
16461
+ }
16462
+ /**
16463
+ * MagickoTextalignCenter icon component
16464
+ * @example
16465
+ * ```tsx
16466
+ * import { MagickoTextalignCenter } from 'magick-icons';
16467
+ *
16468
+ * <MagickoTextalignCenter size={24} className="text-blue-500" strokeWidth={2} />
16469
+ * ```
16470
+ */
16471
+ declare const MagickoTextalignCenter: React.ForwardRefExoticComponent<Omit<MagickoTextalignCenterProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
16472
+
16473
+ /**
16474
+ * Props for the MagickoTextalignJustifycenter icon component
16475
+ * @property {number | string} [size] - Size of the icon (default: 24)
16476
+ */
16477
+ interface MagickoTextalignJustifycenterProps extends React.SVGProps<SVGSVGElement> {
16478
+ size?: number | string;
16479
+ }
16480
+ /**
16481
+ * MagickoTextalignJustifycenter icon component
16482
+ * @example
16483
+ * ```tsx
16484
+ * import { MagickoTextalignJustifycenter } from 'magick-icons';
16485
+ *
16486
+ * <MagickoTextalignJustifycenter size={24} className="text-blue-500" strokeWidth={2} />
16487
+ * ```
16488
+ */
16489
+ declare const MagickoTextalignJustifycenter: React.ForwardRefExoticComponent<Omit<MagickoTextalignJustifycenterProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
16490
+
16491
+ /**
16492
+ * Props for the MagickoTextalignJustifyleft icon component
16493
+ * @property {number | string} [size] - Size of the icon (default: 24)
16494
+ */
16495
+ interface MagickoTextalignJustifyleftProps extends React.SVGProps<SVGSVGElement> {
16496
+ size?: number | string;
16497
+ }
16498
+ /**
16499
+ * MagickoTextalignJustifyleft icon component
16500
+ * @example
16501
+ * ```tsx
16502
+ * import { MagickoTextalignJustifyleft } from 'magick-icons';
16503
+ *
16504
+ * <MagickoTextalignJustifyleft size={24} className="text-blue-500" strokeWidth={2} />
16505
+ * ```
16506
+ */
16507
+ declare const MagickoTextalignJustifyleft: React.ForwardRefExoticComponent<Omit<MagickoTextalignJustifyleftProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
16508
+
16509
+ /**
16510
+ * Props for the MagickoTextalignJustifyright icon component
16511
+ * @property {number | string} [size] - Size of the icon (default: 24)
16512
+ */
16513
+ interface MagickoTextalignJustifyrightProps extends React.SVGProps<SVGSVGElement> {
16514
+ size?: number | string;
16515
+ }
16516
+ /**
16517
+ * MagickoTextalignJustifyright icon component
16518
+ * @example
16519
+ * ```tsx
16520
+ * import { MagickoTextalignJustifyright } from 'magick-icons';
16521
+ *
16522
+ * <MagickoTextalignJustifyright size={24} className="text-blue-500" strokeWidth={2} />
16523
+ * ```
16524
+ */
16525
+ declare const MagickoTextalignJustifyright: React.ForwardRefExoticComponent<Omit<MagickoTextalignJustifyrightProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
16526
+
16527
+ /**
16528
+ * Props for the MagickoTextalignLeft icon component
16529
+ * @property {number | string} [size] - Size of the icon (default: 24)
16530
+ */
16531
+ interface MagickoTextalignLeftProps extends React.SVGProps<SVGSVGElement> {
16532
+ size?: number | string;
16533
+ }
16534
+ /**
16535
+ * MagickoTextalignLeft icon component
16536
+ * @example
16537
+ * ```tsx
16538
+ * import { MagickoTextalignLeft } from 'magick-icons';
16539
+ *
16540
+ * <MagickoTextalignLeft size={24} className="text-blue-500" strokeWidth={2} />
16541
+ * ```
16542
+ */
16543
+ declare const MagickoTextalignLeft: React.ForwardRefExoticComponent<Omit<MagickoTextalignLeftProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
16544
+
16545
+ /**
16546
+ * Props for the MagickoTextalignRight icon component
16547
+ * @property {number | string} [size] - Size of the icon (default: 24)
16548
+ */
16549
+ interface MagickoTextalignRightProps extends React.SVGProps<SVGSVGElement> {
16550
+ size?: number | string;
16551
+ }
16552
+ /**
16553
+ * MagickoTextalignRight icon component
16554
+ * @example
16555
+ * ```tsx
16556
+ * import { MagickoTextalignRight } from 'magick-icons';
16557
+ *
16558
+ * <MagickoTextalignRight size={24} className="text-blue-500" strokeWidth={2} />
16559
+ * ```
16560
+ */
16561
+ declare const MagickoTextalignRight: React.ForwardRefExoticComponent<Omit<MagickoTextalignRightProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
16562
+
16563
+ /**
16564
+ * Props for the MagickoTickCircle icon component
16565
+ * @property {number | string} [size] - Size of the icon (default: 24)
16566
+ */
16567
+ interface MagickoTickCircleProps extends React.SVGProps<SVGSVGElement> {
16568
+ size?: number | string;
16569
+ }
16570
+ /**
16571
+ * MagickoTickCircle icon component
16572
+ * @example
16573
+ * ```tsx
16574
+ * import { MagickoTickCircle } from 'magick-icons';
16575
+ *
16576
+ * <MagickoTickCircle size={24} className="text-blue-500" strokeWidth={2} />
16577
+ * ```
16578
+ */
16579
+ declare const MagickoTickCircle: React.ForwardRefExoticComponent<Omit<MagickoTickCircleProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
16580
+
16581
+ /**
16582
+ * Props for the MagickoTickSquare icon component
16583
+ * @property {number | string} [size] - Size of the icon (default: 24)
16584
+ */
16585
+ interface MagickoTickSquareProps extends React.SVGProps<SVGSVGElement> {
16586
+ size?: number | string;
16587
+ }
16588
+ /**
16589
+ * MagickoTickSquare icon component
16590
+ * @example
16591
+ * ```tsx
16592
+ * import { MagickoTickSquare } from 'magick-icons';
16593
+ *
16594
+ * <MagickoTickSquare size={24} className="text-blue-500" strokeWidth={2} />
16595
+ * ```
16596
+ */
16597
+ declare const MagickoTickSquare: React.ForwardRefExoticComponent<Omit<MagickoTickSquareProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
16598
+
16599
+ /**
16600
+ * Props for the MagickoTicket1 icon component
16601
+ * @property {number | string} [size] - Size of the icon (default: 24)
16602
+ */
16603
+ interface MagickoTicket1Props extends React.SVGProps<SVGSVGElement> {
16604
+ size?: number | string;
16605
+ }
16606
+ /**
16607
+ * MagickoTicket1 icon component
16608
+ * @example
16609
+ * ```tsx
16610
+ * import { MagickoTicket1 } from 'magick-icons';
16611
+ *
16612
+ * <MagickoTicket1 size={24} className="text-blue-500" strokeWidth={2} />
16613
+ * ```
16614
+ */
16615
+ declare const MagickoTicket1: React.ForwardRefExoticComponent<Omit<MagickoTicket1Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
16616
+
16617
+ /**
16618
+ * Props for the MagickoTicket2 icon component
16619
+ * @property {number | string} [size] - Size of the icon (default: 24)
16620
+ */
16621
+ interface MagickoTicket2Props extends React.SVGProps<SVGSVGElement> {
16622
+ size?: number | string;
16623
+ }
16624
+ /**
16625
+ * MagickoTicket2 icon component
16626
+ * @example
16627
+ * ```tsx
16628
+ * import { MagickoTicket2 } from 'magick-icons';
16629
+ *
16630
+ * <MagickoTicket2 size={24} className="text-blue-500" strokeWidth={2} />
16631
+ * ```
16632
+ */
16633
+ declare const MagickoTicket2: React.ForwardRefExoticComponent<Omit<MagickoTicket2Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
16634
+
16635
+ /**
16636
+ * Props for the MagickoTicketDiscount icon component
16637
+ * @property {number | string} [size] - Size of the icon (default: 24)
16638
+ */
16639
+ interface MagickoTicketDiscountProps extends React.SVGProps<SVGSVGElement> {
16640
+ size?: number | string;
16641
+ }
16642
+ /**
16643
+ * MagickoTicketDiscount icon component
16644
+ * @example
16645
+ * ```tsx
16646
+ * import { MagickoTicketDiscount } from 'magick-icons';
16647
+ *
16648
+ * <MagickoTicketDiscount size={24} className="text-blue-500" strokeWidth={2} />
16649
+ * ```
16650
+ */
16651
+ declare const MagickoTicketDiscount: React.ForwardRefExoticComponent<Omit<MagickoTicketDiscountProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
16652
+
15573
16653
  /**
15574
16654
  * Props for the Marketing icon component
15575
16655
  * @property {number | string} [size] - Size of the icon (default: 24)
@@ -15858,4 +16938,4 @@ interface XProps extends React.SVGProps<SVGSVGElement> {
15858
16938
  */
15859
16939
  declare const X: React.ForwardRefExoticComponent<Omit<XProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
15860
16940
 
15861
- export { AiIcon, type AiIconProps, ArchiveBold, type ArchiveBoldProps, ArrowDownBold, type ArrowDownBoldProps, ArrowRightBold, type ArrowRightBoldProps, ArrowUpBold, type ArrowUpBoldProps, Autobrightness1, type Autobrightness1Props, Bezier1, type Bezier1Props, Blend1, Blend11, type Blend11Props, type Blend1Props, Blend21, type Blend21Props, Blur1, type Blur1Props, BookmarkFilled, type BookmarkFilledProps, Box21, type Box21Props, BoxAdd1, type BoxAdd1Props, BoxRemove1, type BoxRemove1Props, BoxSearch1, type BoxSearch1Props, BoxTick1, type BoxTick1Props, BoxTime1, type BoxTime1Props, Brush1, Brush11, type Brush11Props, type Brush1Props, Brush21, type Brush21Props, Brush31, type Brush31Props, Brush41, type Brush41Props, BrushSquare1, type BrushSquare1Props, Bubble1, type Bubble1Props, Bucket1, type Bucket1Props, BucketCircle1, type BucketCircle1Props, BucketSquare1, type BucketSquare1Props, Cake1, type Cake1Props, Calendar, type CalendarProps, CardEdit1, type CardEdit1Props, CardPos1, type CardPos1Props, CardReceive1, type CardReceive1Props, CardRemove1, CardRemove11, type CardRemove11Props, type CardRemove1Props, CardSend1, type CardSend1Props, CardTick1, CardTick11, type CardTick11Props, type CardTick1Props, CardanoAda, type CardanoAdaProps, Cards1, Cards11, type Cards11Props, type Cards1Props, Cd1, type Cd1Props, Centralized1, type Centralized1Props, ChatFullScreen, type ChatFullScreenProps, ChatMaximize, type ChatMaximizeProps, ChatMinimize, type ChatMinimizeProps, ChevronDown, type ChevronDownProps, ChevronLeft, type ChevronLeftProps, ChevronRight, type ChevronRightProps, ChevronUp, type ChevronUpProps, ChevronsUpDown, type ChevronsUpDownProps, Chrome1, Chrome11, type Chrome11Props, type Chrome1Props, CircleCheckFill, type CircleCheckFillProps, CloseCircle1, type CloseCircle1Props, Coffee1, Coffee11, type Coffee11Props, type Coffee1Props, Coin1, type Coin1Props, Coins1, type Coins1Props, ColorSwatch1, type ColorSwatch1Props, Colorfilter1, type Colorfilter1Props, ColorsSquare1, type ColorsSquare1Props, Component1, type Component1Props, Computing1, type Computing1Props, Convert3dCube1, type Convert3dCube1Props, ConvertCard1, type ConvertCard1Props, Convertshape1, type Convertshape1Props, Convertshape21, type Convertshape21Props, Crop1, Crop11, type Crop11Props, type Crop1Props, Crown1, Crown11, type Crown11Props, type Crown1Props, Cup1, Cup11, type Cup11Props, type Cup1Props, Danger1, type Danger1Props, Designtools1, type Designtools1Props, DeviceMessage1, type DeviceMessage1Props, Diamonds1, Diamonds11, type Diamonds11Props, type Diamonds1Props, DiscountShape1, type DiscountShape1Props, Discover1, Discover11, type Discover11Props, type Discover1Props, DislikeBold, type DislikeBoldProps, Doc, type DocProps, DocumentTextBold, type DocumentTextBoldProps, DocumentUpload, type DocumentUploadProps, EmptyWalletAdd1, type EmptyWalletAdd1Props, EmptyWalletChange1, type EmptyWalletChange1Props, EmptyWalletRemove1, type EmptyWalletRemove1Props, EmptyWalletTick1, type EmptyWalletTick1Props, EmptyWalletTime1, type EmptyWalletTime1Props, Enter, type EnterProps, Excel, type ExcelProps, File, type FileProps, Filter1, type Filter1Props, FilterAdd1, type FilterAdd1Props, FilterEdit1, type FilterEdit1Props, FilterRemove1, type FilterRemove1Props, FilterSearch1, type FilterSearch1Props, FilterSquare1, type FilterSquare1Props, FilterTick1, type FilterTick1Props, Finance, type FinanceProps, Flag, Flag1, type Flag1Props, Flag21, type Flag21Props, type FlagProps, Flash1, type Flash1Props, FlashCircle1, FlashCircle11, type FlashCircle11Props, type FlashCircle1Props, Folder2, type Folder2Props, FolderDrawerOpen, FolderDrawerOpenAddBold, type FolderDrawerOpenAddBoldProps, type FolderDrawerOpenProps, FolderOpenBold, type FolderOpenBoldProps, Forbidden1, Forbidden11, type Forbidden11Props, type Forbidden1Props, Forbidden21, Forbidden211, type Forbidden211Props, type Forbidden21Props, FormatCircle1, type FormatCircle1Props, FormatSquare1, type FormatSquare1Props, ForwardItem1, type ForwardItem1Props, GeneralMagicko, type GeneralMagickoProps, Glass1, Glass11, type Glass11Props, type Glass1Props, GlobalEdit1, type GlobalEdit1Props, GlobalRefresh1, type GlobalRefresh1Props, GlobalSearch1, type GlobalSearch1Props, GridEdit1, type GridEdit1Props, GridEraser1, type GridEraser1Props, GridLock1, GridLock11, type GridLock11Props, type GridLock1Props, GripVertical, type GripVerticalProps, HeartBold, type HeartBoldProps, Home1, Home11, type Home11Props, type Home1Props, Home21, type Home21Props, Home31, Home311, type Home311Props, type Home31Props, HomeWifi1, type HomeWifi1Props, Hr, type HrProps, HrSystem, type HrSystemProps, Icon3dcube1, type Icon3dcube1Props, IconsaxAiScienceBold, type IconsaxAiScienceBoldProps, IconsaxAttachCircle, IconsaxAttachCircleBold, type IconsaxAttachCircleBoldProps, type IconsaxAttachCircleProps, IconsaxBrainBold, type IconsaxBrainBoldProps, IconsaxFeather2, type IconsaxFeather2Props, IconsaxMinimize4, type IconsaxMinimize4Props, IconsaxMonetizeBold, type IconsaxMonetizeBoldProps, IconsaxPenBrushBold, type IconsaxPenBrushBoldProps, IconsaxPeopleBold, type IconsaxPeopleBoldProps, IconsaxPin, type IconsaxPinProps, IconsaxTaskSquareBold, type IconsaxTaskSquareBoldProps, IconsaxVideoCamera, IconsaxVideoCameraBold, type IconsaxVideoCameraBoldProps, type IconsaxVideoCameraProps, IconsaxWord, type IconsaxWordProps, InProgress, type InProgressProps, InfoCircleBold, type InfoCircleBoldProps, Instagram1, Instagram11, type Instagram11Props, type Instagram1Props, Judge1, type Judge1Props, LayoutAdjust1, type LayoutAdjust1Props, Legal, type LegalProps, Level1, type Level1Props, Lifebuoy1, type Lifebuoy1Props, LikeBold, type LikeBoldProps, Line, type LineProps, LinkSquare, type LinkSquareProps, List, ListEnd, type ListEndProps, ListOrdered, type ListOrderedProps, type ListProps, ListTodo, type ListTodoProps, Location1, type Location1Props, LocationAdd1, type LocationAdd1Props, LocationCross1, type LocationCross1Props, LocationMinus1, type LocationMinus1Props, LocationTick1, type LocationTick1Props, Lock, type LockProps, MagickPotion, type MagickPotionProps, Magicko365Arrow, type Magicko365ArrowProps, Magicko3DotsMore, type Magicko3DotsMoreProps, Magicko3dCubeScan1, type Magicko3dCubeScan1Props, Magicko3dRotate1, type Magicko3dRotate1Props, Magicko3dSquare1, type Magicko3dSquare1Props, MagickoActivity, type MagickoActivityProps, MagickoAdd, type MagickoAddProps, MagickoAddSquare, type MagickoAddSquareProps, MagickoAi3d, MagickoAi3dBox, type MagickoAi3dBoxProps, type MagickoAi3dProps, MagickoAiAc, type MagickoAiAcProps, MagickoAiAdd, type MagickoAiAddProps, MagickoAiAntenna, type MagickoAiAntennaProps, MagickoAiAssist, type MagickoAiAssistProps, MagickoAiAudio, type MagickoAiAudioProps, MagickoAiChatting, type MagickoAiChattingProps, MagickoAiClipboard, type MagickoAiClipboardProps, MagickoAiClock, type MagickoAiClockProps, MagickoAiCommentary, type MagickoAiCommentaryProps, MagickoAiCreateDocument, type MagickoAiCreateDocumentProps, MagickoAiCreateFile, type MagickoAiCreateFileProps, MagickoAiCreativity, type MagickoAiCreativityProps, MagickoAiDialogue, type MagickoAiDialogueProps, MagickoAiDirectInbox, type MagickoAiDirectInboxProps, MagickoAiDirectboxReceive, type MagickoAiDirectboxReceiveProps, MagickoAiDocument, MagickoAiDocument2, type MagickoAiDocument2Props, type MagickoAiDocumentProps, MagickoAiDrink, type MagickoAiDrinkProps, MagickoAiEnergy, type MagickoAiEnergyProps, MagickoAiEngine, type MagickoAiEngineProps, MagickoAiEnhance, type MagickoAiEnhanceProps, MagickoAiExport, type MagickoAiExportProps, MagickoAiFile, MagickoAiFileAi, type MagickoAiFileAiProps, type MagickoAiFileProps, MagickoAiFuelTank, type MagickoAiFuelTankProps, MagickoAiHeartSquare, type MagickoAiHeartSquareProps, MagickoAiHomepage, type MagickoAiHomepageProps, MagickoAiHospital, type MagickoAiHospitalProps, MagickoAiHousing, type MagickoAiHousingProps, MagickoAiLandscape, type MagickoAiLandscapeProps, MagickoAiLoveletter, type MagickoAiLoveletterProps, MagickoAiMagicHat, type MagickoAiMagicHatProps, MagickoAiMessage, type MagickoAiMessageProps, MagickoAiMicrophone, type MagickoAiMicrophoneProps, MagickoAiNote, type MagickoAiNoteProps, MagickoAiPaintBrush, type MagickoAiPaintBrushProps, MagickoAiPaintroller, type MagickoAiPaintrollerProps, MagickoAiPenEdit, type MagickoAiPenEditProps, MagickoAiPoweredSupport, type MagickoAiPoweredSupportProps, MagickoAiRecordVideo, type MagickoAiRecordVideoProps, MagickoAiSandTimer, type MagickoAiSandTimerProps, MagickoAiSendMessage, type MagickoAiSendMessageProps, MagickoAiShapeTriangle, type MagickoAiShapeTriangleProps, MagickoAiSparkle, type MagickoAiSparkleProps, MagickoAiSyringe, type MagickoAiSyringeProps, MagickoAiTagPrice, type MagickoAiTagPriceProps, MagickoAiTools, type MagickoAiToolsProps, MagickoAiUsers, type MagickoAiUsersProps, MagickoAiWaterCycle, type MagickoAiWaterCycleProps, MagickoAiWeight, type MagickoAiWeightProps, MagickoAirdrop, type MagickoAirdropProps, MagickoAirplane, MagickoAirplane1, type MagickoAirplane1Props, type MagickoAirplaneProps, MagickoAirplaneSquare, type MagickoAirplaneSquareProps, MagickoAirpod, type MagickoAirpodProps, MagickoAirpods, MagickoAirpods1, type MagickoAirpods1Props, type MagickoAirpodsProps, MagickoAlarm, MagickoAlarm1, type MagickoAlarm1Props, type MagickoAlarmProps, MagickoAlignBottom, type MagickoAlignBottomProps, MagickoAlignHorizontally, type MagickoAlignHorizontallyProps, MagickoAlignLeft, MagickoAlignLeft2, type MagickoAlignLeft2Props, type MagickoAlignLeftProps, MagickoAlignRight, type MagickoAlignRightProps, MagickoAlignTop, MagickoAlignTop2, type MagickoAlignTop2Props, type MagickoAlignTopProps, MagickoAlignVertically, type MagickoAlignVerticallyProps, MagickoAquarius, type MagickoAquariusProps, MagickoArchive, MagickoArchive1, type MagickoArchive1Props, MagickoArchive2, type MagickoArchive2Props, MagickoArchiveAdd, type MagickoArchiveAddProps, MagickoArchiveBook1, type MagickoArchiveBook1Props, MagickoArchiveMinus, type MagickoArchiveMinusProps, type MagickoArchiveProps, MagickoArchiveSlash, type MagickoArchiveSlashProps, MagickoArchiveTick, type MagickoArchiveTickProps, MagickoArrow, MagickoArrowBack, type MagickoArrowBackProps, MagickoArrowCircleDown, type MagickoArrowCircleDownProps, MagickoArrowCircleLeft, type MagickoArrowCircleLeftProps, MagickoArrowCircleRight, type MagickoArrowCircleRightProps, MagickoArrowCircleUp, type MagickoArrowCircleUpProps, MagickoArrowDiagonal01, type MagickoArrowDiagonal01Props, MagickoArrowDiagonal02, type MagickoArrowDiagonal02Props, MagickoArrowDiagonal03, type MagickoArrowDiagonal03Props, MagickoArrowDiagonal04, type MagickoArrowDiagonal04Props, MagickoArrowDown01, type MagickoArrowDown01Props, MagickoArrowDown03, type MagickoArrowDown03Props, MagickoArrowDown04, type MagickoArrowDown04Props, MagickoArrowForward, type MagickoArrowForwardProps, MagickoArrowLeft01, type MagickoArrowLeft01Props, MagickoArrowLeft03, type MagickoArrowLeft03Props, MagickoArrowLeft04, type MagickoArrowLeft04Props, type MagickoArrowProps, MagickoArrowRight01, type MagickoArrowRight01Props, MagickoArrowRight03, type MagickoArrowRight03Props, MagickoArrowRight04, type MagickoArrowRight04Props, MagickoArrowSquare, MagickoArrowSquareDown, type MagickoArrowSquareDownProps, MagickoArrowSquareLeft, type MagickoArrowSquareLeftProps, type MagickoArrowSquareProps, MagickoArrowSquareRight, type MagickoArrowSquareRightProps, MagickoArrowSquareUp, type MagickoArrowSquareUpProps, MagickoArrowSwap01, type MagickoArrowSwap01Props, MagickoArrowSwap02, type MagickoArrowSwap02Props, MagickoArrowSwap03, type MagickoArrowSwap03Props, MagickoArrowTransfer01, type MagickoArrowTransfer01Props, MagickoArrowTransfer02, type MagickoArrowTransfer02Props, MagickoArrowUp01, type MagickoArrowUp01Props, MagickoArrowUp03, type MagickoArrowUp03Props, MagickoArrowUp04, type MagickoArrowUp04Props, MagickoAscendingArrow, type MagickoAscendingArrowProps, MagickoAtom, MagickoAtom1, type MagickoAtom1Props, type MagickoAtomProps, MagickoBackward, MagickoBackward10Seconds, type MagickoBackward10SecondsProps, MagickoBackward15Seconds, type MagickoBackward15SecondsProps, MagickoBackward5Seconds, type MagickoBackward5SecondsProps, type MagickoBackwardProps, MagickoBag, MagickoBag1, type MagickoBag1Props, MagickoBag2, MagickoBag21, type MagickoBag21Props, type MagickoBag2Props, MagickoBagHappy, type MagickoBagHappyProps, type MagickoBagProps, MagickoBank, MagickoBank1, type MagickoBank1Props, MagickoBank2, type MagickoBank2Props, type MagickoBankProps, MagickoBarcode, type MagickoBarcodeProps, MagickoBill, type MagickoBillProps, MagickoBitcoinCard1, type MagickoBitcoinCard1Props, MagickoBitcoinConvert1, type MagickoBitcoinConvert1Props, MagickoBitcoinRefresh1, type MagickoBitcoinRefresh1Props, MagickoBluetooth, MagickoBluetooth2, type MagickoBluetooth2Props, MagickoBluetoothCircle, type MagickoBluetoothCircleProps, type MagickoBluetoothProps, MagickoBluetoothRectangle, type MagickoBluetoothRectangleProps, MagickoBook, MagickoBookOpen, type MagickoBookOpenProps, type MagickoBookProps, MagickoBookSaved, type MagickoBookSavedProps, MagickoBookSquare, type MagickoBookSquareProps, MagickoBookmark, type MagickoBookmarkProps, MagickoBox, MagickoBox1, type MagickoBox1Props, MagickoBox2, type MagickoBox2Props, type MagickoBoxProps, MagickoBriefcase, MagickoBriefcase1, type MagickoBriefcase1Props, MagickoBriefcase2, type MagickoBriefcase2Props, type MagickoBriefcaseProps, MagickoBroom, type MagickoBroomProps, MagickoBrushMakeup, type MagickoBrushMakeupProps, MagickoBuilding, MagickoBuilding3, type MagickoBuilding3Props, MagickoBuilding4, type MagickoBuilding4Props, MagickoBuilding5, type MagickoBuilding5Props, type MagickoBuildingProps, MagickoBuildings, MagickoBuildings1, type MagickoBuildings1Props, MagickoBuildings2, MagickoBuildings21, type MagickoBuildings21Props, type MagickoBuildings2Props, type MagickoBuildingsProps, MagickoBus, MagickoBus1, type MagickoBus1Props, type MagickoBusProps, MagickoBuyCrypto1, type MagickoBuyCrypto1Props, MagickoCalculator, MagickoCalculator1, type MagickoCalculator1Props, type MagickoCalculatorProps, MagickoCalendar1, type MagickoCalendar1Props, MagickoCalendar2, type MagickoCalendar2Props, MagickoCalendarAdd, type MagickoCalendarAddProps, MagickoCalendarDate, type MagickoCalendarDateProps, MagickoCalendarEdit, type MagickoCalendarEditProps, MagickoCalendarRemove, type MagickoCalendarRemoveProps, MagickoCalendarSearch, type MagickoCalendarSearchProps, MagickoCalendarTick, type MagickoCalendarTickProps, MagickoCall, MagickoCallAdd, type MagickoCallAddProps, MagickoCallCalling, type MagickoCallCallingProps, MagickoCallIncoming, type MagickoCallIncomingProps, MagickoCallMinus, type MagickoCallMinusProps, MagickoCallOutgoing, type MagickoCallOutgoingProps, type MagickoCallProps, MagickoCallReceived, type MagickoCallReceivedProps, MagickoCallRemove, type MagickoCallRemoveProps, MagickoCallSlash, type MagickoCallSlashProps, MagickoCamera, type MagickoCameraProps, MagickoCaptions, type MagickoCaptionsProps, MagickoCaptionsUnavailable, MagickoCaptionsUnavailable2, MagickoCaptionsUnavailable21, type MagickoCaptionsUnavailable21Props, type MagickoCaptionsUnavailable2Props, type MagickoCaptionsUnavailableProps, MagickoCar, MagickoCar1, type MagickoCar1Props, type MagickoCarProps, MagickoCard, MagickoCardAdd, type MagickoCardAddProps, MagickoCardCoin1, type MagickoCardCoin1Props, type MagickoCardProps, MagickoCardSlash, type MagickoCardSlashProps, MagickoCards, MagickoCards1, type MagickoCards1Props, type MagickoCardsProps, MagickoCategory, MagickoCategory2, type MagickoCategory2Props, type MagickoCategoryProps, MagickoChart, MagickoChart1, type MagickoChart1Props, MagickoChart2, MagickoChart21, type MagickoChart21Props, type MagickoChart2Props, MagickoChart3, MagickoChart31, type MagickoChart31Props, type MagickoChart3Props, MagickoChart4, type MagickoChart4Props, MagickoChart5, type MagickoChart5Props, MagickoChartFail, type MagickoChartFailProps, type MagickoChartProps, MagickoChartSquare, MagickoChartSquare1, type MagickoChartSquare1Props, MagickoChartSquare2, type MagickoChartSquare2Props, type MagickoChartSquareProps, MagickoChartSuccess, type MagickoChartSuccessProps, MagickoChatbox, type MagickoChatboxProps, MagickoCheck, type MagickoCheckProps, MagickoCirclefinger, type MagickoCirclefingerProps, MagickoClipboard, MagickoClipboardClose, type MagickoClipboardCloseProps, MagickoClipboardExport, type MagickoClipboardExportProps, MagickoClipboardImport, type MagickoClipboardImportProps, type MagickoClipboardProps, MagickoClipboardText, type MagickoClipboardTextProps, MagickoClipboardTick, type MagickoClipboardTickProps, MagickoClock, MagickoClock1, type MagickoClock1Props, MagickoClock2, type MagickoClock2Props, type MagickoClockProps, MagickoCloseCircle, type MagickoCloseCircleProps, MagickoCloseSquare, type MagickoCloseSquareProps, MagickoCloud, MagickoCloud1, type MagickoCloud1Props, MagickoCloudAdd, MagickoCloudAdd1, type MagickoCloudAdd1Props, type MagickoCloudAddProps, MagickoCloudChange, type MagickoCloudChangeProps, MagickoCloudConnection, type MagickoCloudConnectionProps, MagickoCloudDrizzle, type MagickoCloudDrizzleProps, MagickoCloudFog, type MagickoCloudFogProps, MagickoCloudLightning, type MagickoCloudLightningProps, MagickoCloudMinus, type MagickoCloudMinusProps, MagickoCloudNotif, type MagickoCloudNotifProps, MagickoCloudPlus, type MagickoCloudPlusProps, type MagickoCloudProps, MagickoCloudRemove, type MagickoCloudRemoveProps, MagickoCloudSnow, type MagickoCloudSnowProps, MagickoCloudSunny, type MagickoCloudSunnyProps, MagickoCloudWarning, type MagickoCloudWarningProps, MagickoCoin, MagickoCoin1, MagickoCoin11, type MagickoCoin11Props, type MagickoCoin1Props, type MagickoCoinProps, MagickoConversationBox, type MagickoConversationBoxProps, MagickoConvertArrow, type MagickoConvertArrowProps, MagickoCopy, type MagickoCopyProps, MagickoCopySuccess, type MagickoCopySuccessProps, MagickoCopyright, MagickoCopyright1, type MagickoCopyright1Props, MagickoCopyright2, type MagickoCopyright2Props, MagickoCopyright3, type MagickoCopyright3Props, MagickoCopyright4, type MagickoCopyright4Props, type MagickoCopyrightProps, MagickoCourthouse, type MagickoCourthouseProps, MagickoCpu, MagickoCpu1, type MagickoCpu1Props, MagickoCpuCharge, type MagickoCpuChargeProps, type MagickoCpuProps, MagickoCpuSetting, type MagickoCpuSettingProps, MagickoCreativeCommons, MagickoCreativeCommons1, type MagickoCreativeCommons1Props, type MagickoCreativeCommonsProps, MagickoDecreaseCloud, type MagickoDecreaseCloudProps, MagickoDevices, MagickoDevices1, type MagickoDevices1Props, type MagickoDevicesProps, MagickoDiagram, type MagickoDiagramProps, MagickoDirect, MagickoDirectDown, type MagickoDirectDownProps, MagickoDirectInbox, type MagickoDirectInboxProps, MagickoDirectLeft, type MagickoDirectLeftProps, MagickoDirectNormal, type MagickoDirectNormalProps, MagickoDirectNotification, type MagickoDirectNotificationProps, type MagickoDirectProps, MagickoDirectRight, type MagickoDirectRightProps, MagickoDirectSend, type MagickoDirectSendProps, MagickoDirectUp, type MagickoDirectUpProps, MagickoDirectboxDefault, type MagickoDirectboxDefaultProps, MagickoDirectboxNotif, type MagickoDirectboxNotifProps, MagickoDirectboxReceive, type MagickoDirectboxReceiveProps, MagickoDirectboxSend, type MagickoDirectboxSendProps, MagickoDiscountCircle, type MagickoDiscountCircleProps, MagickoDislike, type MagickoDislikeProps, MagickoDocument, MagickoDocument1, type MagickoDocument1Props, MagickoDocumentCloud, type MagickoDocumentCloudProps, MagickoDocumentCopy, type MagickoDocumentCopyProps, MagickoDocumentDownload, type MagickoDocumentDownloadProps, MagickoDocumentFavorite, type MagickoDocumentFavoriteProps, MagickoDocumentFilter, type MagickoDocumentFilterProps, MagickoDocumentForward, type MagickoDocumentForwardProps, MagickoDocumentLike, type MagickoDocumentLikeProps, MagickoDocumentNormal, type MagickoDocumentNormalProps, MagickoDocumentPrevious, type MagickoDocumentPreviousProps, type MagickoDocumentProps, MagickoDocumentSketch, type MagickoDocumentSketchProps, MagickoDocumentText, MagickoDocumentText2, type MagickoDocumentText2Props, type MagickoDocumentTextProps, MagickoDocumentUpload, type MagickoDocumentUploadProps, MagickoDollarCircle, type MagickoDollarCircleProps, MagickoDollarSquare, type MagickoDollarSquareProps, MagickoDownloadArrow, type MagickoDownloadArrowProps, MagickoDownloadHorizontalArrow, type MagickoDownloadHorizontalArrowProps, MagickoDriver, MagickoDriver2, type MagickoDriver2Props, type MagickoDriverProps, MagickoDriverRefresh, type MagickoDriverRefreshProps, MagickoDriving, type MagickoDrivingProps, MagickoDrop, type MagickoDropProps, MagickoDrops, type MagickoDropsProps, MagickoDuplicate, MagickoDuplicate1, type MagickoDuplicate1Props, MagickoDuplicate2, type MagickoDuplicate2Props, type MagickoDuplicateProps, MagickoEdit, MagickoEdit1, type MagickoEdit1Props, MagickoEdit2, MagickoEdit21, type MagickoEdit21Props, type MagickoEdit2Props, MagickoEdit3, type MagickoEdit3Props, MagickoEdit4, type MagickoEdit4Props, MagickoEditCloud, type MagickoEditCloudProps, type MagickoEditProps, MagickoElectricity, type MagickoElectricityProps, MagickoEmojiHappy, type MagickoEmojiHappyProps, MagickoEmojiNormal, type MagickoEmojiNormalProps, MagickoEmojiSad, type MagickoEmojiSadProps, MagickoEmptyWallet, type MagickoEmptyWalletProps, MagickoEnhancePrize, type MagickoEnhancePrizeProps, MagickoEnhanceUserAi, type MagickoEnhanceUserAiProps, MagickoEnterArrow01, type MagickoEnterArrow01Props, MagickoEnterArrow02, type MagickoEnterArrow02Props, MagickoEnterArrow03, type MagickoEnterArrow03Props, MagickoExitArrow01, type MagickoExitArrow01Props, MagickoExitArrow02, type MagickoExitArrow02Props, MagickoExitArrow03, type MagickoExitArrow03Props, MagickoExport01, type MagickoExport01Props, MagickoExportArrow01, type MagickoExportArrow01Props, MagickoExportArrow02, type MagickoExportArrow02Props, MagickoExportCircle01, type MagickoExportCircle01Props, MagickoExportCircle02, type MagickoExportCircle02Props, MagickoExposure, MagickoExposure2, type MagickoExposure2Props, type MagickoExposureProps, MagickoExternalDrive, type MagickoExternalDriveProps, MagickoEye, type MagickoEyeProps, MagickoEyeSlash, type MagickoEyeSlashProps, MagickoFavoriteChart, type MagickoFavoriteChartProps, MagickoFileCheck, type MagickoFileCheckProps, MagickoFilter, type MagickoFilterProps, MagickoFingerCross, type MagickoFingerCrossProps, MagickoFingerToshield, type MagickoFingerToshieldProps, MagickoFirstline, type MagickoFirstlineProps, MagickoFlag, type MagickoFlagProps, MagickoFlash, type MagickoFlashProps, MagickoFlashSlash, type MagickoFlashSlashProps, MagickoFlask, type MagickoFlaskProps, MagickoFlower, type MagickoFlowerProps, MagickoFolder, MagickoFolder2, type MagickoFolder2Props, MagickoFolderAdd, type MagickoFolderAddProps, MagickoFolderCloud, type MagickoFolderCloudProps, MagickoFolderConnection, type MagickoFolderConnectionProps, MagickoFolderCross, type MagickoFolderCrossProps, MagickoFolderFavorite, type MagickoFolderFavoriteProps, MagickoFolderMinus, type MagickoFolderMinusProps, MagickoFolderOpen, MagickoFolderOpenAdd, type MagickoFolderOpenAddProps, type MagickoFolderOpenProps, type MagickoFolderProps, MagickoForward, MagickoForward1, MagickoForward10Seconds, type MagickoForward10SecondsProps, MagickoForward15Seconds, type MagickoForward15SecondsProps, type MagickoForward1Props, MagickoForward5Seconds, type MagickoForward5SecondsProps, type MagickoForwardProps, MagickoGallery, MagickoGallery1, type MagickoGallery1Props, type MagickoGalleryProps, MagickoGame, type MagickoGameProps, MagickoGameboy, type MagickoGameboyProps, MagickoGasStation, type MagickoGasStationProps, MagickoGemini, MagickoGemini2, type MagickoGemini2Props, type MagickoGeminiProps, MagickoGhost, type MagickoGhostProps, MagickoGift, MagickoGift1, type MagickoGift1Props, MagickoGift2, type MagickoGift2Props, type MagickoGiftProps, MagickoGlass, MagickoGlass1, type MagickoGlass1Props, type MagickoGlassProps, MagickoGlobal, type MagickoGlobalProps, MagickoGps, type MagickoGpsProps, MagickoGpsSlash, type MagickoGpsSlashProps, MagickoGraph, type MagickoGraphProps, MagickoGrid1, type MagickoGrid1Props, MagickoGrid2, type MagickoGrid2Props, MagickoGrid3, type MagickoGrid3Props, MagickoGrid4, type MagickoGrid4Props, MagickoGrid5, type MagickoGrid5Props, MagickoGrid6, type MagickoGrid6Props, MagickoGrid7, type MagickoGrid7Props, MagickoGrid8, type MagickoGrid8Props, MagickoGrid9, type MagickoGrid9Props, MagickoGridAdd, type MagickoGridAddProps, MagickoGridEqual, type MagickoGridEqualProps, MagickoGrids4, type MagickoGrids4Props, MagickoGrinning, type MagickoGrinningProps, MagickoHandcircle, type MagickoHandcircleProps, MagickoHandtohand, type MagickoHandtohandProps, MagickoHappy, MagickoHappy1, type MagickoHappy1Props, type MagickoHappyProps, MagickoHappyemoji, type MagickoHappyemojiProps, MagickoHashtag, MagickoHashtag1, type MagickoHashtag1Props, type MagickoHashtagProps, MagickoHeadphone, type MagickoHeadphoneProps, MagickoHeadphones, type MagickoHeadphonesProps, MagickoHealth, MagickoHealth1, type MagickoHealth1Props, type MagickoHealthProps, MagickoHeart, MagickoHeart1, type MagickoHeart1Props, type MagickoHeartProps, MagickoHeartTap, type MagickoHeartTapProps, MagickoHearted, type MagickoHeartedProps, MagickoHome, MagickoHome2, MagickoHome21, type MagickoHome21Props, type MagickoHome2Props, MagickoHomeHashtag, type MagickoHomeHashtagProps, type MagickoHomeProps, MagickoHomeTrendDown, type MagickoHomeTrendDownProps, MagickoHomeTrendUp, type MagickoHomeTrendUpProps, MagickoHospital, MagickoHospital1, type MagickoHospital1Props, MagickoHospital2, type MagickoHospital2Props, type MagickoHospitalProps, MagickoHouse, MagickoHouse2, type MagickoHouse2Props, type MagickoHouseProps, MagickoImage, type MagickoImageProps, MagickoImport01, type MagickoImport01Props, MagickoImportArrow01, type MagickoImportArrow01Props, MagickoImportArrow02, type MagickoImportArrow02Props, MagickoImportCircle01, type MagickoImportCircle01Props, MagickoImportCircle02, type MagickoImportCircle02Props, MagickoInfoCircle, MagickoInfoCircle1, type MagickoInfoCircle1Props, type MagickoInfoCircleProps, MagickoInfoSquare, type MagickoInfoSquareProps, MagickoInformation, type MagickoInformationProps, MagickoJoy, MagickoJoy2, type MagickoJoy2Props, type MagickoJoyProps, MagickoKey, type MagickoKeyProps, MagickoKeyboard, MagickoKeyboard1, type MagickoKeyboard1Props, MagickoKeyboardOpen, type MagickoKeyboardOpenProps, type MagickoKeyboardProps, MagickoKissing, MagickoKissing1, type MagickoKissing1Props, type MagickoKissingProps, MagickoLamp, MagickoLamp1, type MagickoLamp1Props, MagickoLamp2, type MagickoLamp2Props, MagickoLampCharge, type MagickoLampChargeProps, MagickoLampOn, type MagickoLampOnProps, type MagickoLampProps, MagickoLampSlash, type MagickoLampSlashProps, MagickoLanguage, MagickoLanguageCircle, type MagickoLanguageCircleProps, type MagickoLanguageProps, MagickoLanguageSquare, type MagickoLanguageSquareProps, MagickoLayer, type MagickoLayerProps, MagickoLayout, type MagickoLayoutProps, MagickoLeaf2, type MagickoLeaf2Props, MagickoLeaf3, type MagickoLeaf3Props, MagickoLeafs, type MagickoLeafsProps, MagickoLeftBarGrid, type MagickoLeftBarGridProps, MagickoLeftCloud, type MagickoLeftCloudProps, MagickoLeftRightCloud, type MagickoLeftRightCloudProps, MagickoLeftSidebarGrid, type MagickoLeftSidebarGridProps, MagickoLightning, type MagickoLightningProps, MagickoLike1, type MagickoLike1Props, MagickoLikeDislike, type MagickoLikeDislikeProps, MagickoLineSpace, type MagickoLineSpaceProps, MagickoLink, MagickoLink4, type MagickoLink4Props, type MagickoLinkProps, MagickoLocation, type MagickoLocationProps, MagickoLocationSlash, type MagickoLocationSlashProps, MagickoLog, type MagickoLogProps, MagickoLogin01, type MagickoLogin01Props, MagickoLogin02, type MagickoLogin02Props, MagickoLogout01, type MagickoLogout01Props, MagickoLogout02, type MagickoLogout02Props, MagickoLoveShine, type MagickoLoveShineProps, MagickoMagicStar, type MagickoMagicStarProps, MagickoMagicpen, type MagickoMagicpenProps, MagickoMan, type MagickoManProps, MagickoMap, MagickoMap1, type MagickoMap1Props, type MagickoMapProps, MagickoMath, type MagickoMathProps, MagickoMaximize, MagickoMaximize1, type MagickoMaximize1Props, MagickoMaximize2, MagickoMaximize21, type MagickoMaximize21Props, type MagickoMaximize2Props, MagickoMaximize3, type MagickoMaximize3Props, MagickoMaximize4, type MagickoMaximize4Props, MagickoMaximizeCircle, type MagickoMaximizeCircleProps, type MagickoMaximizeProps, MagickoMaximizefinger, type MagickoMaximizefingerProps, MagickoMenu, MagickoMenu1, type MagickoMenu1Props, MagickoMenuBoard, type MagickoMenuBoardProps, type MagickoMenuProps, MagickoMessageFavorite, type MagickoMessageFavoriteProps, MagickoMessageNotif, type MagickoMessageNotifProps, MagickoMessageSearch, type MagickoMessageSearchProps, MagickoMessageText, type MagickoMessageTextProps, MagickoMicrophone, MagickoMicrophone1, type MagickoMicrophone1Props, MagickoMicrophone2, MagickoMicrophone21, MagickoMicrophone211, type MagickoMicrophone211Props, type MagickoMicrophone21Props, type MagickoMicrophone2Props, MagickoMicrophone3, type MagickoMicrophone3Props, type MagickoMicrophoneProps, MagickoMicrophoneSlash, MagickoMicrophoneSlash1, type MagickoMicrophoneSlash1Props, type MagickoMicrophoneSlashProps, MagickoMiddleFinger, type MagickoMiddleFingerProps, MagickoMinus, MagickoMinus1, type MagickoMinus1Props, MagickoMinusCircle, type MagickoMinusCircleProps, type MagickoMinusProps, MagickoMinusSquare, type MagickoMinusSquareProps, MagickoMirroringScreen, type MagickoMirroringScreenProps, MagickoMobile, MagickoMobile1, type MagickoMobile1Props, type MagickoMobileProps, MagickoMoney, MagickoMoney1, type MagickoMoney1Props, MagickoMoney2, MagickoMoney21, type MagickoMoney21Props, type MagickoMoney2Props, MagickoMoney3, type MagickoMoney3Props, MagickoMoney4, type MagickoMoney4Props, type MagickoMoneyProps, MagickoMoneys, type MagickoMoneysProps, MagickoMonitor1, MagickoMonitor11, type MagickoMonitor11Props, type MagickoMonitor1Props, MagickoMonitorMobile1, type MagickoMonitorMobile1Props, MagickoMonitorRecorder1, type MagickoMonitorRecorder1Props, MagickoMoon, type MagickoMoonProps, MagickoMountains, type MagickoMountainsProps, MagickoMouse1, MagickoMouse11, type MagickoMouse11Props, type MagickoMouse1Props, MagickoMouse21, type MagickoMouse21Props, MagickoMouse31, type MagickoMouse31Props, MagickoMushroom, type MagickoMushroomProps, MagickoMusic, MagickoMusicFilter, type MagickoMusicFilterProps, MagickoMusicLibrary2, type MagickoMusicLibrary2Props, MagickoMusicPlay, type MagickoMusicPlayProps, MagickoMusicPlaylist, type MagickoMusicPlaylistProps, type MagickoMusicProps, MagickoMusicalNoteAi, type MagickoMusicalNoteAiProps, MagickoMusicnote, type MagickoMusicnoteProps, MagickoNext, type MagickoNextProps, MagickoNote, MagickoNote1, MagickoNote11, type MagickoNote11Props, type MagickoNote1Props, MagickoNote2, MagickoNote21, type MagickoNote21Props, type MagickoNote2Props, MagickoNoteAdd, type MagickoNoteAddProps, MagickoNoteFavorite, type MagickoNoteFavoriteProps, type MagickoNoteProps, MagickoNoteRemove, type MagickoNoteRemoveProps, MagickoNoteText, type MagickoNoteTextProps, MagickoNotification, MagickoNotification2, type MagickoNotification2Props, MagickoNotificationBing, type MagickoNotificationBingProps, MagickoNotificationCircle, type MagickoNotificationCircleProps, type MagickoNotificationProps, MagickoOak, type MagickoOakProps, MagickoPadlock, type MagickoPadlockProps, MagickoPaintBrush2, type MagickoPaintBrush2Props, MagickoPaintRoller, type MagickoPaintRollerProps, MagickoPaintbucket, type MagickoPaintbucketProps, MagickoPaperclip, MagickoPaperclip2, type MagickoPaperclip2Props, type MagickoPaperclipProps, MagickoParagraphspacing, type MagickoParagraphspacingProps, MagickoPartlycloudy, type MagickoPartlycloudyProps, MagickoPause, type MagickoPauseProps, MagickoPeople, type MagickoPeopleProps, MagickoPercentageCircle, type MagickoPercentageCircleProps, MagickoPercentageSquare, type MagickoPercentageSquareProps, MagickoPersonalcard, type MagickoPersonalcardProps, MagickoPlay, type MagickoPlayProps, MagickoPlayfinger, type MagickoPlayfingerProps, MagickoPoint, type MagickoPointProps, MagickoPointfinger, type MagickoPointfingerProps, MagickoPresentationChart, type MagickoPresentationChartProps, MagickoPrevious, type MagickoPreviousProps, MagickoPrinter, MagickoPrinter1, type MagickoPrinter1Props, type MagickoPrinterProps, MagickoPrinterSlash, type MagickoPrinterSlashProps, MagickoProfile, MagickoProfile1, type MagickoProfile1Props, MagickoProfile2user, type MagickoProfile2userProps, MagickoProfileAdd, type MagickoProfileAddProps, MagickoProfileCircle, type MagickoProfileCircleProps, MagickoProfileDelete, type MagickoProfileDeleteProps, type MagickoProfileProps, MagickoProfileRemove, type MagickoProfileRemoveProps, MagickoProfileTick, type MagickoProfileTickProps, MagickoProtectfinger, type MagickoProtectfingerProps, MagickoPushbutton, type MagickoPushbuttonProps, MagickoPushfinger, type MagickoPushfingerProps, MagickoQuestionBubble, type MagickoQuestionBubbleProps, MagickoQuestionCircle, type MagickoQuestionCircleProps, MagickoQuestionSquare, type MagickoQuestionSquareProps, MagickoQuoteDown, type MagickoQuoteDownProps, MagickoQuoteUp, type MagickoQuoteUpProps, MagickoRam, MagickoRam2, type MagickoRam2Props, type MagickoRamProps, MagickoReceipt, MagickoReceipt1, MagickoReceipt11, type MagickoReceipt11Props, type MagickoReceipt1Props, MagickoReceipt2, MagickoReceipt21, MagickoReceipt211, type MagickoReceipt211Props, type MagickoReceipt21Props, type MagickoReceipt2Props, MagickoReceiptAdd, type MagickoReceiptAddProps, MagickoReceiptDiscount, type MagickoReceiptDiscountProps, MagickoReceiptDisscount, type MagickoReceiptDisscountProps, MagickoReceiptEdit, type MagickoReceiptEditProps, MagickoReceiptItem, type MagickoReceiptItemProps, MagickoReceiptMinus, type MagickoReceiptMinusProps, type MagickoReceiptProps, MagickoReceiptSearch, type MagickoReceiptSearchProps, MagickoReceiptSquare, type MagickoReceiptSquareProps, MagickoReceiptText, type MagickoReceiptTextProps, MagickoReceiveCloud, type MagickoReceiveCloudProps, MagickoReceiveSquare01, type MagickoReceiveSquare01Props, MagickoReceiveSquare02, type MagickoReceiveSquare02Props, MagickoReceived, type MagickoReceivedProps, MagickoRecord, type MagickoRecordProps, MagickoRedoArrow, type MagickoRedoArrowProps, MagickoRefreshArrow01, type MagickoRefreshArrow01Props, MagickoRefreshArrow02, type MagickoRefreshArrow02Props, MagickoRefreshCircle, type MagickoRefreshCircleProps, MagickoRefreshCloud, type MagickoRefreshCloudProps, MagickoRefreshLeft, type MagickoRefreshLeftProps, MagickoRefreshRight, type MagickoRefreshRightProps, MagickoRefreshSquare, type MagickoRefreshSquareProps, MagickoRelaxed, type MagickoRelaxedProps, MagickoRepeatArrow, type MagickoRepeatArrowProps, MagickoRepeatArrows, type MagickoRepeatArrowsProps, MagickoRepeatCircle, type MagickoRepeatCircleProps, MagickoRepeateMusic, type MagickoRepeateMusicProps, MagickoRepeateOne, type MagickoRepeateOneProps, MagickoReverseTimeArrow, type MagickoReverseTimeArrowProps, MagickoRightCloud, type MagickoRightCloudProps, MagickoRotateLeft, MagickoRotateLeft1, type MagickoRotateLeft1Props, type MagickoRotateLeftProps, MagickoRotateRight, MagickoRotateRight1, type MagickoRotateRight1Props, type MagickoRotateRightProps, MagickoRowHorizontal, type MagickoRowHorizontalProps, MagickoRowVertical, type MagickoRowVerticalProps, MagickoSad3, type MagickoSad3Props, MagickoSadFace, type MagickoSadFaceProps, MagickoSagittarius, type MagickoSagittariusProps, MagickoSatisfied, type MagickoSatisfiedProps, MagickoSave2, type MagickoSave2Props, MagickoSaveAdd, type MagickoSaveAddProps, MagickoSaveMinus, type MagickoSaveMinusProps, MagickoSaveRemove, type MagickoSaveRemoveProps, MagickoScheduled1, type MagickoScheduled1Props, MagickoScreenmirroring, type MagickoScreenmirroringProps, MagickoScroll01, type MagickoScroll01Props, MagickoScroll02, type MagickoScroll02Props, MagickoScrollfinger, type MagickoScrollfingerProps, MagickoSearch, MagickoSearchCloud, type MagickoSearchCloudProps, type MagickoSearchProps, MagickoSearchZoomIn1, type MagickoSearchZoomIn1Props, MagickoSearchZoomOut1, type MagickoSearchZoomOut1Props, MagickoSecurity, type MagickoSecurityProps, MagickoSecuritySafe, type MagickoSecuritySafeProps, MagickoSecurityUser, type MagickoSecurityUserProps, MagickoSend, MagickoSend1, type MagickoSend1Props, MagickoSend2, MagickoSend21, type MagickoSend21Props, type MagickoSend2Props, MagickoSendCloud, type MagickoSendCloudProps, type MagickoSendProps, MagickoSendReceiveCloud, type MagickoSendReceiveCloudProps, MagickoSendSquare01, type MagickoSendSquare01Props, MagickoSendSquare02, type MagickoSendSquare02Props, MagickoSetting2, type MagickoSetting2Props, MagickoSetting3, type MagickoSetting3Props, MagickoSetting4, type MagickoSetting4Props, MagickoSetting5, type MagickoSetting5Props, MagickoSettings, MagickoSettings1, type MagickoSettings1Props, type MagickoSettingsProps, MagickoShare, type MagickoShareProps, MagickoShiningHeart, type MagickoShiningHeartProps, MagickoShip, type MagickoShipProps, MagickoShop, MagickoShop1, type MagickoShop1Props, type MagickoShopProps, MagickoShoppingBag, type MagickoShoppingBagProps, MagickoShoppingCart, type MagickoShoppingCartProps, MagickoShuffle, type MagickoShuffleProps, MagickoSidebarBottom, type MagickoSidebarBottomProps, MagickoSidebarLeft, type MagickoSidebarLeftProps, MagickoSidebarRight, type MagickoSidebarRightProps, MagickoSidebarTop, type MagickoSidebarTopProps, MagickoSignedCloud, type MagickoSignedCloudProps, MagickoSimcard, MagickoSimcard1, type MagickoSimcard1Props, MagickoSimcard2, type MagickoSimcard2Props, type MagickoSimcardProps, MagickoSlash, type MagickoSlashProps, MagickoSleepZzz, type MagickoSleepZzzProps, MagickoSmallcaps, type MagickoSmallcapsProps, MagickoSmartBag, type MagickoSmartBagProps, MagickoSmartCar, type MagickoSmartCarProps, MagickoSmartCursor, type MagickoSmartCursorProps, MagickoSmartLockAi, type MagickoSmartLockAiProps, 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 };
16941
+ export { AiIcon, type AiIconProps, ArchiveBold, type ArchiveBoldProps, ArrowDownBold, type ArrowDownBoldProps, ArrowRightBold, type ArrowRightBoldProps, ArrowUpBold, type ArrowUpBoldProps, Autobrightness1, type Autobrightness1Props, Bezier1, type Bezier1Props, Blend1, Blend11, type Blend11Props, type Blend1Props, Blend21, type Blend21Props, Blur1, type Blur1Props, BookmarkFilled, type BookmarkFilledProps, Box21, type Box21Props, BoxAdd1, type BoxAdd1Props, BoxRemove1, type BoxRemove1Props, BoxSearch1, type BoxSearch1Props, BoxTick1, type BoxTick1Props, BoxTime1, type BoxTime1Props, Brush1, Brush11, type Brush11Props, type Brush1Props, Brush21, type Brush21Props, Brush31, type Brush31Props, Brush41, type Brush41Props, BrushSquare1, type BrushSquare1Props, Bubble1, type Bubble1Props, Bucket1, type Bucket1Props, BucketCircle1, type BucketCircle1Props, BucketSquare1, type BucketSquare1Props, Cake1, type Cake1Props, Calendar, type CalendarProps, CardEdit1, type CardEdit1Props, CardPos1, type CardPos1Props, CardReceive1, type CardReceive1Props, CardRemove1, CardRemove11, type CardRemove11Props, type CardRemove1Props, CardSend1, type CardSend1Props, CardTick1, CardTick11, type CardTick11Props, type CardTick1Props, CardanoAda, type CardanoAdaProps, Cards1, Cards11, type Cards11Props, type Cards1Props, Cd1, type Cd1Props, Centralized1, type Centralized1Props, ChatFullScreen, type ChatFullScreenProps, ChatMaximize, type ChatMaximizeProps, ChatMinimize, type ChatMinimizeProps, ChevronDown, type ChevronDownProps, ChevronLeft, type ChevronLeftProps, ChevronRight, type ChevronRightProps, ChevronUp, type ChevronUpProps, ChevronsUpDown, type ChevronsUpDownProps, Chrome1, Chrome11, type Chrome11Props, type Chrome1Props, CircleCheckFill, type CircleCheckFillProps, CloseCircle1, type CloseCircle1Props, Coffee1, Coffee11, type Coffee11Props, type Coffee1Props, Coin1, type Coin1Props, Coins1, type Coins1Props, ColorSwatch1, type ColorSwatch1Props, Colorfilter1, type Colorfilter1Props, ColorsSquare1, type ColorsSquare1Props, Component1, type Component1Props, Computing1, type Computing1Props, Convert3dCube1, type Convert3dCube1Props, ConvertCard1, type ConvertCard1Props, Convertshape1, type Convertshape1Props, Convertshape21, type Convertshape21Props, Crop1, Crop11, type Crop11Props, type Crop1Props, Crown1, Crown11, type Crown11Props, type Crown1Props, Cup1, Cup11, type Cup11Props, type Cup1Props, Danger1, type Danger1Props, Designtools1, type Designtools1Props, DeviceMessage1, type DeviceMessage1Props, Diamonds1, Diamonds11, type Diamonds11Props, type Diamonds1Props, DiscountShape1, type DiscountShape1Props, Discover1, Discover11, type Discover11Props, type Discover1Props, DislikeBold, type DislikeBoldProps, Doc, type DocProps, DocumentTextBold, type DocumentTextBoldProps, DocumentUpload, type DocumentUploadProps, EmptyWalletAdd1, type EmptyWalletAdd1Props, EmptyWalletChange1, type EmptyWalletChange1Props, EmptyWalletRemove1, type EmptyWalletRemove1Props, EmptyWalletTick1, type EmptyWalletTick1Props, EmptyWalletTime1, type EmptyWalletTime1Props, Enter, type EnterProps, Excel, type ExcelProps, File, type FileProps, Filter1, type Filter1Props, FilterAdd1, type FilterAdd1Props, FilterEdit1, type FilterEdit1Props, FilterRemove1, type FilterRemove1Props, FilterSearch1, type FilterSearch1Props, FilterSquare1, type FilterSquare1Props, FilterTick1, type FilterTick1Props, Finance, type FinanceProps, Flag, Flag1, type Flag1Props, Flag21, type Flag21Props, type FlagProps, Flash1, type Flash1Props, FlashCircle1, FlashCircle11, type FlashCircle11Props, type FlashCircle1Props, Folder2, type Folder2Props, FolderDrawerOpen, FolderDrawerOpenAddBold, type FolderDrawerOpenAddBoldProps, type FolderDrawerOpenProps, FolderOpenBold, type FolderOpenBoldProps, Forbidden1, Forbidden11, type Forbidden11Props, type Forbidden1Props, Forbidden21, Forbidden211, type Forbidden211Props, type Forbidden21Props, FormatCircle1, type FormatCircle1Props, FormatSquare1, type FormatSquare1Props, ForwardItem1, type ForwardItem1Props, GeneralMagicko, type GeneralMagickoProps, Glass1, Glass11, type Glass11Props, type Glass1Props, GlobalEdit1, type GlobalEdit1Props, GlobalRefresh1, type GlobalRefresh1Props, GlobalSearch1, type GlobalSearch1Props, GridEdit1, type GridEdit1Props, GridEraser1, type GridEraser1Props, GridLock1, GridLock11, type GridLock11Props, type GridLock1Props, GripVertical, type GripVerticalProps, HeartBold, type HeartBoldProps, Home1, Home11, type Home11Props, type Home1Props, Home21, type Home21Props, Home31, Home311, type Home311Props, type Home31Props, HomeWifi1, type HomeWifi1Props, Hr, type HrProps, HrSystem, type HrSystemProps, Icon3dcube1, type Icon3dcube1Props, IconsaxAiScienceBold, type IconsaxAiScienceBoldProps, IconsaxAttachCircle, IconsaxAttachCircleBold, type IconsaxAttachCircleBoldProps, type IconsaxAttachCircleProps, IconsaxBrainBold, type IconsaxBrainBoldProps, IconsaxFeather2, type IconsaxFeather2Props, IconsaxMinimize4, type IconsaxMinimize4Props, IconsaxMonetizeBold, type IconsaxMonetizeBoldProps, IconsaxPenBrushBold, type IconsaxPenBrushBoldProps, IconsaxPeopleBold, type IconsaxPeopleBoldProps, IconsaxPin, type IconsaxPinProps, IconsaxTaskSquareBold, type IconsaxTaskSquareBoldProps, IconsaxVideoCamera, IconsaxVideoCameraBold, type IconsaxVideoCameraBoldProps, type IconsaxVideoCameraProps, IconsaxWord, type IconsaxWordProps, InProgress, type InProgressProps, InfoCircleBold, type InfoCircleBoldProps, Instagram1, Instagram11, type Instagram11Props, type Instagram1Props, Judge1, type Judge1Props, LayoutAdjust1, type LayoutAdjust1Props, Legal, type LegalProps, Level1, type Level1Props, Lifebuoy1, type Lifebuoy1Props, LikeBold, type LikeBoldProps, Line, type LineProps, LinkSquare, type LinkSquareProps, List, ListEnd, type ListEndProps, ListOrdered, type ListOrderedProps, type ListProps, ListTodo, type ListTodoProps, Location1, type Location1Props, LocationAdd1, type LocationAdd1Props, LocationCross1, type LocationCross1Props, LocationMinus1, type LocationMinus1Props, LocationTick1, type LocationTick1Props, Lock, type LockProps, MagickPotion, type MagickPotionProps, Magicko365Arrow, type Magicko365ArrowProps, Magicko3DotsMore, type Magicko3DotsMoreProps, Magicko3dCubeScan1, type Magicko3dCubeScan1Props, Magicko3dRotate1, type Magicko3dRotate1Props, Magicko3dSquare1, type Magicko3dSquare1Props, MagickoActivity, type MagickoActivityProps, MagickoAdd, type MagickoAddProps, MagickoAddSquare, type MagickoAddSquareProps, MagickoAi3d, MagickoAi3dBox, type MagickoAi3dBoxProps, type MagickoAi3dProps, MagickoAiAc, type MagickoAiAcProps, MagickoAiAdd, type MagickoAiAddProps, MagickoAiAntenna, type MagickoAiAntennaProps, MagickoAiAssist, type MagickoAiAssistProps, MagickoAiAudio, type MagickoAiAudioProps, MagickoAiChatting, type MagickoAiChattingProps, MagickoAiClipboard, type MagickoAiClipboardProps, MagickoAiClock, type MagickoAiClockProps, MagickoAiCommentary, type MagickoAiCommentaryProps, MagickoAiCreateDocument, type MagickoAiCreateDocumentProps, MagickoAiCreateFile, type MagickoAiCreateFileProps, MagickoAiCreativity, type MagickoAiCreativityProps, MagickoAiDialogue, type MagickoAiDialogueProps, MagickoAiDirectInbox, type MagickoAiDirectInboxProps, MagickoAiDirectboxReceive, type MagickoAiDirectboxReceiveProps, MagickoAiDocument, MagickoAiDocument2, type MagickoAiDocument2Props, type MagickoAiDocumentProps, MagickoAiDrink, type MagickoAiDrinkProps, MagickoAiEnergy, type MagickoAiEnergyProps, MagickoAiEngine, type MagickoAiEngineProps, MagickoAiEnhance, type MagickoAiEnhanceProps, MagickoAiExport, type MagickoAiExportProps, MagickoAiFile, MagickoAiFileAi, type MagickoAiFileAiProps, type MagickoAiFileProps, MagickoAiFuelTank, type MagickoAiFuelTankProps, MagickoAiHeartSquare, type MagickoAiHeartSquareProps, MagickoAiHomepage, type MagickoAiHomepageProps, MagickoAiHospital, type MagickoAiHospitalProps, MagickoAiHousing, type MagickoAiHousingProps, MagickoAiLandscape, type MagickoAiLandscapeProps, MagickoAiLoveletter, type MagickoAiLoveletterProps, MagickoAiMagicHat, type MagickoAiMagicHatProps, MagickoAiMessage, type MagickoAiMessageProps, MagickoAiMicrophone, type MagickoAiMicrophoneProps, MagickoAiNote, type MagickoAiNoteProps, MagickoAiPaintBrush, type MagickoAiPaintBrushProps, MagickoAiPaintroller, type MagickoAiPaintrollerProps, MagickoAiPenEdit, type MagickoAiPenEditProps, MagickoAiPoweredSupport, type MagickoAiPoweredSupportProps, MagickoAiRecordVideo, type MagickoAiRecordVideoProps, MagickoAiSandTimer, type MagickoAiSandTimerProps, MagickoAiSendMessage, type MagickoAiSendMessageProps, MagickoAiShapeTriangle, type MagickoAiShapeTriangleProps, MagickoAiSparkle, type MagickoAiSparkleProps, MagickoAiSyringe, type MagickoAiSyringeProps, MagickoAiTagPrice, type MagickoAiTagPriceProps, MagickoAiTools, type MagickoAiToolsProps, MagickoAiUsers, type MagickoAiUsersProps, MagickoAiWaterCycle, type MagickoAiWaterCycleProps, MagickoAiWeight, type MagickoAiWeightProps, MagickoAirdrop, type MagickoAirdropProps, MagickoAirplane, MagickoAirplane1, type MagickoAirplane1Props, type MagickoAirplaneProps, MagickoAirplaneSquare, type MagickoAirplaneSquareProps, MagickoAirpod, type MagickoAirpodProps, MagickoAirpods, MagickoAirpods1, type MagickoAirpods1Props, type MagickoAirpodsProps, MagickoAlarm, MagickoAlarm1, type MagickoAlarm1Props, type MagickoAlarmProps, MagickoAlignBottom, type MagickoAlignBottomProps, MagickoAlignHorizontally, type MagickoAlignHorizontallyProps, MagickoAlignLeft, MagickoAlignLeft2, type MagickoAlignLeft2Props, type MagickoAlignLeftProps, MagickoAlignRight, type MagickoAlignRightProps, MagickoAlignTop, MagickoAlignTop2, type MagickoAlignTop2Props, type MagickoAlignTopProps, MagickoAlignVertically, type MagickoAlignVerticallyProps, MagickoAquarius, type MagickoAquariusProps, MagickoArchive, MagickoArchive1, type MagickoArchive1Props, MagickoArchive2, type MagickoArchive2Props, MagickoArchiveAdd, type MagickoArchiveAddProps, MagickoArchiveBook1, type MagickoArchiveBook1Props, MagickoArchiveMinus, type MagickoArchiveMinusProps, type MagickoArchiveProps, MagickoArchiveSlash, type MagickoArchiveSlashProps, MagickoArchiveTick, type MagickoArchiveTickProps, MagickoArrow, MagickoArrowBack, type MagickoArrowBackProps, MagickoArrowCircleDown, type MagickoArrowCircleDownProps, MagickoArrowCircleLeft, type MagickoArrowCircleLeftProps, MagickoArrowCircleRight, type MagickoArrowCircleRightProps, MagickoArrowCircleUp, type MagickoArrowCircleUpProps, MagickoArrowDiagonal01, type MagickoArrowDiagonal01Props, MagickoArrowDiagonal02, type MagickoArrowDiagonal02Props, MagickoArrowDiagonal03, type MagickoArrowDiagonal03Props, MagickoArrowDiagonal04, type MagickoArrowDiagonal04Props, MagickoArrowDown01, type MagickoArrowDown01Props, MagickoArrowDown03, type MagickoArrowDown03Props, MagickoArrowDown04, type MagickoArrowDown04Props, MagickoArrowForward, type MagickoArrowForwardProps, MagickoArrowLeft01, type MagickoArrowLeft01Props, MagickoArrowLeft03, type MagickoArrowLeft03Props, MagickoArrowLeft04, type MagickoArrowLeft04Props, type MagickoArrowProps, MagickoArrowRight01, type MagickoArrowRight01Props, MagickoArrowRight03, type MagickoArrowRight03Props, MagickoArrowRight04, type MagickoArrowRight04Props, MagickoArrowSquare, MagickoArrowSquareDown, type MagickoArrowSquareDownProps, MagickoArrowSquareLeft, type MagickoArrowSquareLeftProps, type MagickoArrowSquareProps, MagickoArrowSquareRight, type MagickoArrowSquareRightProps, MagickoArrowSquareUp, type MagickoArrowSquareUpProps, MagickoArrowSwap01, type MagickoArrowSwap01Props, MagickoArrowSwap02, type MagickoArrowSwap02Props, MagickoArrowSwap03, type MagickoArrowSwap03Props, MagickoArrowTransfer01, type MagickoArrowTransfer01Props, MagickoArrowTransfer02, type MagickoArrowTransfer02Props, MagickoArrowUp01, type MagickoArrowUp01Props, MagickoArrowUp03, type MagickoArrowUp03Props, MagickoArrowUp04, type MagickoArrowUp04Props, MagickoAscendingArrow, type MagickoAscendingArrowProps, MagickoAtom, MagickoAtom1, type MagickoAtom1Props, type MagickoAtomProps, MagickoBackward, MagickoBackward10Seconds, type MagickoBackward10SecondsProps, MagickoBackward15Seconds, type MagickoBackward15SecondsProps, MagickoBackward5Seconds, type MagickoBackward5SecondsProps, type MagickoBackwardProps, MagickoBag, MagickoBag1, type MagickoBag1Props, MagickoBag2, MagickoBag21, type MagickoBag21Props, type MagickoBag2Props, MagickoBagHappy, type MagickoBagHappyProps, type MagickoBagProps, MagickoBank, MagickoBank1, type MagickoBank1Props, MagickoBank2, type MagickoBank2Props, type MagickoBankProps, MagickoBarcode, type MagickoBarcodeProps, MagickoBill, type MagickoBillProps, MagickoBitcoinCard1, type MagickoBitcoinCard1Props, MagickoBitcoinConvert1, type MagickoBitcoinConvert1Props, MagickoBitcoinRefresh1, type MagickoBitcoinRefresh1Props, MagickoBluetooth, MagickoBluetooth2, type MagickoBluetooth2Props, MagickoBluetoothCircle, type MagickoBluetoothCircleProps, type MagickoBluetoothProps, MagickoBluetoothRectangle, type MagickoBluetoothRectangleProps, MagickoBook, MagickoBookOpen, type MagickoBookOpenProps, type MagickoBookProps, MagickoBookSaved, type MagickoBookSavedProps, MagickoBookSquare, type MagickoBookSquareProps, MagickoBookmark, type MagickoBookmarkProps, MagickoBox, MagickoBox1, type MagickoBox1Props, MagickoBox2, type MagickoBox2Props, type MagickoBoxProps, MagickoBriefcase, MagickoBriefcase1, type MagickoBriefcase1Props, MagickoBriefcase2, type MagickoBriefcase2Props, type MagickoBriefcaseProps, MagickoBroom, type MagickoBroomProps, MagickoBrushMakeup, type MagickoBrushMakeupProps, MagickoBuilding, MagickoBuilding3, type MagickoBuilding3Props, MagickoBuilding4, type MagickoBuilding4Props, MagickoBuilding5, type MagickoBuilding5Props, type MagickoBuildingProps, MagickoBuildings, MagickoBuildings1, type MagickoBuildings1Props, MagickoBuildings2, MagickoBuildings21, type MagickoBuildings21Props, type MagickoBuildings2Props, type MagickoBuildingsProps, MagickoBus, MagickoBus1, type MagickoBus1Props, type MagickoBusProps, MagickoBuyCrypto1, type MagickoBuyCrypto1Props, MagickoCalculator, MagickoCalculator1, type MagickoCalculator1Props, type MagickoCalculatorProps, MagickoCalendar1, type MagickoCalendar1Props, MagickoCalendar2, type MagickoCalendar2Props, MagickoCalendarAdd, type MagickoCalendarAddProps, MagickoCalendarDate, type MagickoCalendarDateProps, MagickoCalendarEdit, type MagickoCalendarEditProps, MagickoCalendarRemove, type MagickoCalendarRemoveProps, MagickoCalendarSearch, type MagickoCalendarSearchProps, MagickoCalendarTick, type MagickoCalendarTickProps, MagickoCall, MagickoCallAdd, type MagickoCallAddProps, MagickoCallCalling, type MagickoCallCallingProps, MagickoCallIncoming, type MagickoCallIncomingProps, MagickoCallMinus, type MagickoCallMinusProps, MagickoCallOutgoing, type MagickoCallOutgoingProps, type MagickoCallProps, MagickoCallReceived, type MagickoCallReceivedProps, MagickoCallRemove, type MagickoCallRemoveProps, MagickoCallSlash, type MagickoCallSlashProps, MagickoCamera, type MagickoCameraProps, MagickoCaptions, type MagickoCaptionsProps, MagickoCaptionsUnavailable, MagickoCaptionsUnavailable2, MagickoCaptionsUnavailable21, type MagickoCaptionsUnavailable21Props, type MagickoCaptionsUnavailable2Props, type MagickoCaptionsUnavailableProps, MagickoCar, MagickoCar1, type MagickoCar1Props, type MagickoCarProps, MagickoCard, MagickoCardAdd, type MagickoCardAddProps, MagickoCardCoin1, type MagickoCardCoin1Props, type MagickoCardProps, MagickoCardSlash, type MagickoCardSlashProps, MagickoCards, MagickoCards1, type MagickoCards1Props, type MagickoCardsProps, MagickoCategory, MagickoCategory2, type MagickoCategory2Props, type MagickoCategoryProps, MagickoChart, MagickoChart1, type MagickoChart1Props, MagickoChart2, MagickoChart21, type MagickoChart21Props, type MagickoChart2Props, MagickoChart3, MagickoChart31, type MagickoChart31Props, type MagickoChart3Props, MagickoChart4, type MagickoChart4Props, MagickoChart5, type MagickoChart5Props, MagickoChartFail, type MagickoChartFailProps, type MagickoChartProps, MagickoChartSquare, MagickoChartSquare1, type MagickoChartSquare1Props, MagickoChartSquare2, type MagickoChartSquare2Props, type MagickoChartSquareProps, MagickoChartSuccess, type MagickoChartSuccessProps, MagickoChatbox, type MagickoChatboxProps, MagickoCheck, type MagickoCheckProps, MagickoCirclefinger, type MagickoCirclefingerProps, MagickoClipboard, MagickoClipboardClose, type MagickoClipboardCloseProps, MagickoClipboardExport, type MagickoClipboardExportProps, MagickoClipboardImport, type MagickoClipboardImportProps, type MagickoClipboardProps, MagickoClipboardText, type MagickoClipboardTextProps, MagickoClipboardTick, type MagickoClipboardTickProps, MagickoClock, MagickoClock1, type MagickoClock1Props, MagickoClock2, type MagickoClock2Props, type MagickoClockProps, MagickoCloseCircle, type MagickoCloseCircleProps, MagickoCloseSquare, type MagickoCloseSquareProps, MagickoCloud, MagickoCloud1, type MagickoCloud1Props, MagickoCloudAdd, MagickoCloudAdd1, type MagickoCloudAdd1Props, type MagickoCloudAddProps, MagickoCloudChange, type MagickoCloudChangeProps, MagickoCloudConnection, type MagickoCloudConnectionProps, MagickoCloudDrizzle, type MagickoCloudDrizzleProps, MagickoCloudFog, type MagickoCloudFogProps, MagickoCloudLightning, type MagickoCloudLightningProps, MagickoCloudMinus, type MagickoCloudMinusProps, MagickoCloudNotif, type MagickoCloudNotifProps, MagickoCloudPlus, type MagickoCloudPlusProps, type MagickoCloudProps, MagickoCloudRemove, type MagickoCloudRemoveProps, MagickoCloudSnow, type MagickoCloudSnowProps, MagickoCloudSunny, type MagickoCloudSunnyProps, MagickoCloudWarning, type MagickoCloudWarningProps, MagickoCoin, MagickoCoin1, MagickoCoin11, type MagickoCoin11Props, type MagickoCoin1Props, type MagickoCoinProps, MagickoConversationBox, type MagickoConversationBoxProps, MagickoConvertArrow, type MagickoConvertArrowProps, MagickoCopy, type MagickoCopyProps, MagickoCopySuccess, type MagickoCopySuccessProps, MagickoCopyright, MagickoCopyright1, type MagickoCopyright1Props, MagickoCopyright2, type MagickoCopyright2Props, MagickoCopyright3, type MagickoCopyright3Props, MagickoCopyright4, type MagickoCopyright4Props, type MagickoCopyrightProps, MagickoCourthouse, type MagickoCourthouseProps, MagickoCpu, MagickoCpu1, type MagickoCpu1Props, MagickoCpuCharge, type MagickoCpuChargeProps, type MagickoCpuProps, MagickoCpuSetting, type MagickoCpuSettingProps, MagickoCreativeCommons, MagickoCreativeCommons1, type MagickoCreativeCommons1Props, type MagickoCreativeCommonsProps, MagickoDecreaseCloud, type MagickoDecreaseCloudProps, MagickoDevices, MagickoDevices1, type MagickoDevices1Props, type MagickoDevicesProps, MagickoDiagram, type MagickoDiagramProps, MagickoDirect, MagickoDirectDown, type MagickoDirectDownProps, MagickoDirectInbox, type MagickoDirectInboxProps, MagickoDirectLeft, type MagickoDirectLeftProps, MagickoDirectNormal, type MagickoDirectNormalProps, MagickoDirectNotification, type MagickoDirectNotificationProps, type MagickoDirectProps, MagickoDirectRight, type MagickoDirectRightProps, MagickoDirectSend, type MagickoDirectSendProps, MagickoDirectUp, type MagickoDirectUpProps, MagickoDirectboxDefault, type MagickoDirectboxDefaultProps, MagickoDirectboxNotif, type MagickoDirectboxNotifProps, MagickoDirectboxReceive, type MagickoDirectboxReceiveProps, MagickoDirectboxSend, type MagickoDirectboxSendProps, MagickoDiscountCircle, type MagickoDiscountCircleProps, MagickoDislike, type MagickoDislikeProps, MagickoDocument, MagickoDocument1, type MagickoDocument1Props, MagickoDocumentCloud, type MagickoDocumentCloudProps, MagickoDocumentCopy, type MagickoDocumentCopyProps, MagickoDocumentDownload, type MagickoDocumentDownloadProps, MagickoDocumentFavorite, type MagickoDocumentFavoriteProps, MagickoDocumentFilter, type MagickoDocumentFilterProps, MagickoDocumentForward, type MagickoDocumentForwardProps, MagickoDocumentLike, type MagickoDocumentLikeProps, MagickoDocumentNormal, type MagickoDocumentNormalProps, MagickoDocumentPrevious, type MagickoDocumentPreviousProps, type MagickoDocumentProps, MagickoDocumentSketch, type MagickoDocumentSketchProps, MagickoDocumentText, MagickoDocumentText2, type MagickoDocumentText2Props, type MagickoDocumentTextProps, MagickoDocumentUpload, type MagickoDocumentUploadProps, MagickoDollarCircle, type MagickoDollarCircleProps, MagickoDollarSquare, type MagickoDollarSquareProps, MagickoDownloadArrow, type MagickoDownloadArrowProps, MagickoDownloadHorizontalArrow, type MagickoDownloadHorizontalArrowProps, MagickoDriver, MagickoDriver2, type MagickoDriver2Props, type MagickoDriverProps, MagickoDriverRefresh, type MagickoDriverRefreshProps, MagickoDriving, type MagickoDrivingProps, MagickoDrop, type MagickoDropProps, MagickoDrops, type MagickoDropsProps, MagickoDuplicate, MagickoDuplicate1, type MagickoDuplicate1Props, MagickoDuplicate2, type MagickoDuplicate2Props, type MagickoDuplicateProps, MagickoEdit, MagickoEdit1, type MagickoEdit1Props, MagickoEdit2, MagickoEdit21, type MagickoEdit21Props, type MagickoEdit2Props, MagickoEdit3, type MagickoEdit3Props, MagickoEdit4, type MagickoEdit4Props, MagickoEditCloud, type MagickoEditCloudProps, type MagickoEditProps, MagickoElectricity, type MagickoElectricityProps, MagickoEmojiHappy, type MagickoEmojiHappyProps, MagickoEmojiNormal, type MagickoEmojiNormalProps, MagickoEmojiSad, type MagickoEmojiSadProps, MagickoEmptyWallet, type MagickoEmptyWalletProps, MagickoEnhancePrize, type MagickoEnhancePrizeProps, MagickoEnhanceUserAi, type MagickoEnhanceUserAiProps, MagickoEnterArrow01, type MagickoEnterArrow01Props, MagickoEnterArrow02, type MagickoEnterArrow02Props, MagickoEnterArrow03, type MagickoEnterArrow03Props, MagickoExitArrow01, type MagickoExitArrow01Props, MagickoExitArrow02, type MagickoExitArrow02Props, MagickoExitArrow03, type MagickoExitArrow03Props, MagickoExport01, type MagickoExport01Props, MagickoExportArrow01, type MagickoExportArrow01Props, MagickoExportArrow02, type MagickoExportArrow02Props, MagickoExportCircle01, type MagickoExportCircle01Props, MagickoExportCircle02, type MagickoExportCircle02Props, MagickoExposure, MagickoExposure2, type MagickoExposure2Props, type MagickoExposureProps, MagickoExternalDrive, type MagickoExternalDriveProps, MagickoEye, type MagickoEyeProps, MagickoEyeSlash, type MagickoEyeSlashProps, MagickoFavoriteChart, type MagickoFavoriteChartProps, MagickoFileCheck, type MagickoFileCheckProps, MagickoFilter, type MagickoFilterProps, MagickoFingerCross, type MagickoFingerCrossProps, MagickoFingerToshield, type MagickoFingerToshieldProps, MagickoFirstline, type MagickoFirstlineProps, MagickoFlag, type MagickoFlagProps, MagickoFlash, type MagickoFlashProps, MagickoFlashSlash, type MagickoFlashSlashProps, MagickoFlask, type MagickoFlaskProps, MagickoFlower, type MagickoFlowerProps, MagickoFolder, MagickoFolder2, type MagickoFolder2Props, MagickoFolderAdd, type MagickoFolderAddProps, MagickoFolderCloud, type MagickoFolderCloudProps, MagickoFolderConnection, type MagickoFolderConnectionProps, MagickoFolderCross, type MagickoFolderCrossProps, MagickoFolderFavorite, type MagickoFolderFavoriteProps, MagickoFolderMinus, type MagickoFolderMinusProps, MagickoFolderOpen, MagickoFolderOpenAdd, type MagickoFolderOpenAddProps, type MagickoFolderOpenProps, type MagickoFolderProps, MagickoForward, MagickoForward1, MagickoForward10Seconds, type MagickoForward10SecondsProps, MagickoForward15Seconds, type MagickoForward15SecondsProps, type MagickoForward1Props, MagickoForward5Seconds, type MagickoForward5SecondsProps, type MagickoForwardProps, MagickoGallery, MagickoGallery1, type MagickoGallery1Props, type MagickoGalleryProps, MagickoGame, type MagickoGameProps, MagickoGameboy, type MagickoGameboyProps, MagickoGasStation, type MagickoGasStationProps, MagickoGemini, MagickoGemini2, type MagickoGemini2Props, type MagickoGeminiProps, MagickoGhost, type MagickoGhostProps, MagickoGift, MagickoGift1, type MagickoGift1Props, MagickoGift2, type MagickoGift2Props, type MagickoGiftProps, MagickoGlass, MagickoGlass1, type MagickoGlass1Props, type MagickoGlassProps, MagickoGlobal, type MagickoGlobalProps, MagickoGps, type MagickoGpsProps, MagickoGpsSlash, type MagickoGpsSlashProps, MagickoGraph, type MagickoGraphProps, MagickoGrid1, type MagickoGrid1Props, MagickoGrid2, type MagickoGrid2Props, MagickoGrid3, type MagickoGrid3Props, MagickoGrid4, type MagickoGrid4Props, MagickoGrid5, type MagickoGrid5Props, MagickoGrid6, type MagickoGrid6Props, MagickoGrid7, type MagickoGrid7Props, MagickoGrid8, type MagickoGrid8Props, MagickoGrid9, type MagickoGrid9Props, MagickoGridAdd, type MagickoGridAddProps, MagickoGridEqual, type MagickoGridEqualProps, MagickoGrids4, type MagickoGrids4Props, MagickoGrinning, type MagickoGrinningProps, MagickoHandcircle, type MagickoHandcircleProps, MagickoHandtohand, type MagickoHandtohandProps, MagickoHappy, MagickoHappy1, type MagickoHappy1Props, type MagickoHappyProps, MagickoHappyemoji, type MagickoHappyemojiProps, MagickoHashtag, MagickoHashtag1, type MagickoHashtag1Props, type MagickoHashtagProps, MagickoHeadphone, type MagickoHeadphoneProps, MagickoHeadphones, type MagickoHeadphonesProps, MagickoHealth, MagickoHealth1, type MagickoHealth1Props, type MagickoHealthProps, MagickoHeart, MagickoHeart1, type MagickoHeart1Props, type MagickoHeartProps, MagickoHeartTap, type MagickoHeartTapProps, MagickoHearted, type MagickoHeartedProps, MagickoHome, MagickoHome2, MagickoHome21, type MagickoHome21Props, type MagickoHome2Props, MagickoHomeHashtag, type MagickoHomeHashtagProps, type MagickoHomeProps, MagickoHomeTrendDown, type MagickoHomeTrendDownProps, MagickoHomeTrendUp, type MagickoHomeTrendUpProps, MagickoHospital, MagickoHospital1, type MagickoHospital1Props, MagickoHospital2, type MagickoHospital2Props, type MagickoHospitalProps, MagickoHouse, MagickoHouse2, type MagickoHouse2Props, type MagickoHouseProps, MagickoImage, type MagickoImageProps, MagickoImport01, type MagickoImport01Props, MagickoImportArrow01, type MagickoImportArrow01Props, MagickoImportArrow02, type MagickoImportArrow02Props, MagickoImportCircle01, type MagickoImportCircle01Props, MagickoImportCircle02, type MagickoImportCircle02Props, MagickoInfoCircle, MagickoInfoCircle1, type MagickoInfoCircle1Props, type MagickoInfoCircleProps, MagickoInfoSquare, type MagickoInfoSquareProps, MagickoInformation, type MagickoInformationProps, MagickoJoy, MagickoJoy2, type MagickoJoy2Props, type MagickoJoyProps, MagickoKey, type MagickoKeyProps, MagickoKeyboard, MagickoKeyboard1, type MagickoKeyboard1Props, MagickoKeyboardOpen, type MagickoKeyboardOpenProps, type MagickoKeyboardProps, MagickoKissing, MagickoKissing1, type MagickoKissing1Props, type MagickoKissingProps, MagickoLamp, MagickoLamp1, type MagickoLamp1Props, MagickoLamp2, type MagickoLamp2Props, MagickoLampCharge, type MagickoLampChargeProps, MagickoLampOn, type MagickoLampOnProps, type MagickoLampProps, MagickoLampSlash, type MagickoLampSlashProps, MagickoLanguage, MagickoLanguageCircle, type MagickoLanguageCircleProps, type MagickoLanguageProps, MagickoLanguageSquare, type MagickoLanguageSquareProps, MagickoLayer, type MagickoLayerProps, MagickoLayout, type MagickoLayoutProps, MagickoLeaf2, type MagickoLeaf2Props, MagickoLeaf3, type MagickoLeaf3Props, MagickoLeafs, type MagickoLeafsProps, MagickoLeftBarGrid, type MagickoLeftBarGridProps, MagickoLeftCloud, type MagickoLeftCloudProps, MagickoLeftRightCloud, type MagickoLeftRightCloudProps, MagickoLeftSidebarGrid, type MagickoLeftSidebarGridProps, MagickoLightning, type MagickoLightningProps, MagickoLike1, type MagickoLike1Props, MagickoLikeDislike, type MagickoLikeDislikeProps, MagickoLineSpace, type MagickoLineSpaceProps, MagickoLink, MagickoLink4, type MagickoLink4Props, type MagickoLinkProps, MagickoLocation, type MagickoLocationProps, MagickoLocationSlash, type MagickoLocationSlashProps, MagickoLog, type MagickoLogProps, MagickoLogin01, type MagickoLogin01Props, MagickoLogin02, type MagickoLogin02Props, MagickoLogout01, type MagickoLogout01Props, MagickoLogout02, type MagickoLogout02Props, MagickoLoveShine, type MagickoLoveShineProps, MagickoMagicStar, type MagickoMagicStarProps, MagickoMagicpen, type MagickoMagicpenProps, MagickoMan, type MagickoManProps, MagickoMap, MagickoMap1, type MagickoMap1Props, type MagickoMapProps, MagickoMath, type MagickoMathProps, MagickoMaximize, MagickoMaximize1, type MagickoMaximize1Props, MagickoMaximize2, MagickoMaximize21, type MagickoMaximize21Props, type MagickoMaximize2Props, MagickoMaximize3, type MagickoMaximize3Props, MagickoMaximize4, type MagickoMaximize4Props, MagickoMaximizeCircle, type MagickoMaximizeCircleProps, type MagickoMaximizeProps, MagickoMaximizefinger, type MagickoMaximizefingerProps, MagickoMenu, MagickoMenu1, type MagickoMenu1Props, MagickoMenuBoard, type MagickoMenuBoardProps, type MagickoMenuProps, MagickoMessageFavorite, type MagickoMessageFavoriteProps, MagickoMessageNotif, type MagickoMessageNotifProps, MagickoMessageSearch, type MagickoMessageSearchProps, MagickoMessageText, type MagickoMessageTextProps, MagickoMicrophone, MagickoMicrophone1, type MagickoMicrophone1Props, MagickoMicrophone2, MagickoMicrophone21, MagickoMicrophone211, type MagickoMicrophone211Props, type MagickoMicrophone21Props, type MagickoMicrophone2Props, MagickoMicrophone3, type MagickoMicrophone3Props, type MagickoMicrophoneProps, MagickoMicrophoneSlash, MagickoMicrophoneSlash1, type MagickoMicrophoneSlash1Props, type MagickoMicrophoneSlashProps, MagickoMiddleFinger, type MagickoMiddleFingerProps, MagickoMinus, MagickoMinus1, type MagickoMinus1Props, MagickoMinusCircle, type MagickoMinusCircleProps, type MagickoMinusProps, MagickoMinusSquare, type MagickoMinusSquareProps, MagickoMirroringScreen, type MagickoMirroringScreenProps, MagickoMobile, MagickoMobile1, type MagickoMobile1Props, type MagickoMobileProps, MagickoMoney, MagickoMoney1, type MagickoMoney1Props, MagickoMoney2, MagickoMoney21, type MagickoMoney21Props, type MagickoMoney2Props, MagickoMoney3, type MagickoMoney3Props, MagickoMoney4, type MagickoMoney4Props, type MagickoMoneyProps, MagickoMoneys, type MagickoMoneysProps, MagickoMonitor1, MagickoMonitor11, type MagickoMonitor11Props, type MagickoMonitor1Props, MagickoMonitorMobile1, type MagickoMonitorMobile1Props, MagickoMonitorRecorder1, type MagickoMonitorRecorder1Props, MagickoMoon, type MagickoMoonProps, MagickoMountains, type MagickoMountainsProps, MagickoMouse1, MagickoMouse11, type MagickoMouse11Props, type MagickoMouse1Props, MagickoMouse21, type MagickoMouse21Props, MagickoMouse31, type MagickoMouse31Props, MagickoMushroom, type MagickoMushroomProps, MagickoMusic, MagickoMusicFilter, type MagickoMusicFilterProps, MagickoMusicLibrary2, type MagickoMusicLibrary2Props, MagickoMusicPlay, type MagickoMusicPlayProps, MagickoMusicPlaylist, type MagickoMusicPlaylistProps, type MagickoMusicProps, MagickoMusicalNoteAi, type MagickoMusicalNoteAiProps, MagickoMusicnote, type MagickoMusicnoteProps, MagickoNext, type MagickoNextProps, MagickoNote, MagickoNote1, MagickoNote11, type MagickoNote11Props, type MagickoNote1Props, MagickoNote2, MagickoNote21, type MagickoNote21Props, type MagickoNote2Props, MagickoNoteAdd, type MagickoNoteAddProps, MagickoNoteFavorite, type MagickoNoteFavoriteProps, type MagickoNoteProps, MagickoNoteRemove, type MagickoNoteRemoveProps, MagickoNoteText, type MagickoNoteTextProps, MagickoNotification, MagickoNotification2, type MagickoNotification2Props, MagickoNotificationBing, type MagickoNotificationBingProps, MagickoNotificationCircle, type MagickoNotificationCircleProps, type MagickoNotificationProps, MagickoOak, type MagickoOakProps, MagickoPadlock, type MagickoPadlockProps, MagickoPaintBrush2, type MagickoPaintBrush2Props, MagickoPaintRoller, type MagickoPaintRollerProps, MagickoPaintbucket, type MagickoPaintbucketProps, MagickoPaperclip, MagickoPaperclip2, type MagickoPaperclip2Props, type MagickoPaperclipProps, MagickoParagraphspacing, type MagickoParagraphspacingProps, MagickoPartlycloudy, type MagickoPartlycloudyProps, MagickoPause, type MagickoPauseProps, MagickoPeople, type MagickoPeopleProps, MagickoPercentageCircle, type MagickoPercentageCircleProps, MagickoPercentageSquare, type MagickoPercentageSquareProps, MagickoPersonalcard, type MagickoPersonalcardProps, MagickoPlay, type MagickoPlayProps, MagickoPlayfinger, type MagickoPlayfingerProps, MagickoPoint, type MagickoPointProps, MagickoPointfinger, type MagickoPointfingerProps, MagickoPresentationChart, type MagickoPresentationChartProps, MagickoPrevious, type MagickoPreviousProps, MagickoPrinter, MagickoPrinter1, type MagickoPrinter1Props, type MagickoPrinterProps, MagickoPrinterSlash, type MagickoPrinterSlashProps, MagickoProfile, MagickoProfile1, type MagickoProfile1Props, MagickoProfile2user, type MagickoProfile2userProps, MagickoProfileAdd, type MagickoProfileAddProps, MagickoProfileCircle, type MagickoProfileCircleProps, MagickoProfileDelete, type MagickoProfileDeleteProps, type MagickoProfileProps, MagickoProfileRemove, type MagickoProfileRemoveProps, MagickoProfileTick, type MagickoProfileTickProps, MagickoProtectfinger, type MagickoProtectfingerProps, MagickoPushbutton, type MagickoPushbuttonProps, MagickoPushfinger, type MagickoPushfingerProps, MagickoQuestionBubble, type MagickoQuestionBubbleProps, MagickoQuestionCircle, type MagickoQuestionCircleProps, MagickoQuestionSquare, type MagickoQuestionSquareProps, MagickoQuoteDown, type MagickoQuoteDownProps, MagickoQuoteUp, type MagickoQuoteUpProps, MagickoRam, MagickoRam2, type MagickoRam2Props, type MagickoRamProps, MagickoReceipt, MagickoReceipt1, MagickoReceipt11, type MagickoReceipt11Props, type MagickoReceipt1Props, MagickoReceipt2, MagickoReceipt21, MagickoReceipt211, type MagickoReceipt211Props, type MagickoReceipt21Props, type MagickoReceipt2Props, MagickoReceiptAdd, type MagickoReceiptAddProps, MagickoReceiptDiscount, type MagickoReceiptDiscountProps, MagickoReceiptDisscount, type MagickoReceiptDisscountProps, MagickoReceiptEdit, type MagickoReceiptEditProps, MagickoReceiptItem, type MagickoReceiptItemProps, MagickoReceiptMinus, type MagickoReceiptMinusProps, type MagickoReceiptProps, MagickoReceiptSearch, type MagickoReceiptSearchProps, MagickoReceiptSquare, type MagickoReceiptSquareProps, MagickoReceiptText, type MagickoReceiptTextProps, MagickoReceiveCloud, type MagickoReceiveCloudProps, MagickoReceiveSquare01, type MagickoReceiveSquare01Props, MagickoReceiveSquare02, type MagickoReceiveSquare02Props, MagickoReceived, type MagickoReceivedProps, MagickoRecord, type MagickoRecordProps, MagickoRedoArrow, type MagickoRedoArrowProps, MagickoRefreshArrow01, type MagickoRefreshArrow01Props, MagickoRefreshArrow02, type MagickoRefreshArrow02Props, MagickoRefreshCircle, type MagickoRefreshCircleProps, MagickoRefreshCloud, type MagickoRefreshCloudProps, MagickoRefreshLeft, type MagickoRefreshLeftProps, MagickoRefreshRight, type MagickoRefreshRightProps, MagickoRefreshSquare, type MagickoRefreshSquareProps, MagickoRelaxed, type MagickoRelaxedProps, MagickoRepeatArrow, type MagickoRepeatArrowProps, MagickoRepeatArrows, type MagickoRepeatArrowsProps, MagickoRepeatCircle, type MagickoRepeatCircleProps, MagickoRepeateMusic, type MagickoRepeateMusicProps, MagickoRepeateOne, type MagickoRepeateOneProps, MagickoReverseTimeArrow, type MagickoReverseTimeArrowProps, MagickoRightCloud, type MagickoRightCloudProps, MagickoRotateLeft, MagickoRotateLeft1, type MagickoRotateLeft1Props, type MagickoRotateLeftProps, MagickoRotateRight, MagickoRotateRight1, type MagickoRotateRight1Props, type MagickoRotateRightProps, MagickoRowHorizontal, type MagickoRowHorizontalProps, MagickoRowVertical, type MagickoRowVerticalProps, MagickoSad3, type MagickoSad3Props, MagickoSadFace, type MagickoSadFaceProps, MagickoSagittarius, type MagickoSagittariusProps, MagickoSatisfied, type MagickoSatisfiedProps, MagickoSave2, type MagickoSave2Props, MagickoSaveAdd, type MagickoSaveAddProps, MagickoSaveMinus, type MagickoSaveMinusProps, MagickoSaveRemove, type MagickoSaveRemoveProps, MagickoScheduled1, type MagickoScheduled1Props, MagickoScreenmirroring, type MagickoScreenmirroringProps, MagickoScroll01, type MagickoScroll01Props, MagickoScroll02, type MagickoScroll02Props, MagickoScrollfinger, type MagickoScrollfingerProps, MagickoSearch, MagickoSearchCloud, type MagickoSearchCloudProps, type MagickoSearchProps, MagickoSearchZoomIn1, type MagickoSearchZoomIn1Props, MagickoSearchZoomOut1, type MagickoSearchZoomOut1Props, MagickoSecurity, type MagickoSecurityProps, MagickoSecuritySafe, type MagickoSecuritySafeProps, MagickoSecurityUser, type MagickoSecurityUserProps, MagickoSend, MagickoSend1, type MagickoSend1Props, MagickoSend2, MagickoSend21, type MagickoSend21Props, type MagickoSend2Props, MagickoSendCloud, type MagickoSendCloudProps, type MagickoSendProps, MagickoSendReceiveCloud, type MagickoSendReceiveCloudProps, MagickoSendSquare01, type MagickoSendSquare01Props, MagickoSendSquare02, type MagickoSendSquare02Props, MagickoSetting2, type MagickoSetting2Props, MagickoSetting3, type MagickoSetting3Props, MagickoSetting4, type MagickoSetting4Props, MagickoSetting5, type MagickoSetting5Props, MagickoSettings, MagickoSettings1, type MagickoSettings1Props, type MagickoSettingsProps, MagickoShare, type MagickoShareProps, MagickoShiningHeart, type MagickoShiningHeartProps, MagickoShip, type MagickoShipProps, MagickoShop, MagickoShop1, type MagickoShop1Props, type MagickoShopProps, MagickoShoppingBag, type MagickoShoppingBagProps, MagickoShoppingCart, type MagickoShoppingCartProps, MagickoShuffle, type MagickoShuffleProps, MagickoSidebarBottom, type MagickoSidebarBottomProps, MagickoSidebarLeft, type MagickoSidebarLeftProps, MagickoSidebarRight, type MagickoSidebarRightProps, MagickoSidebarTop, type MagickoSidebarTopProps, MagickoSignedCloud, type MagickoSignedCloudProps, MagickoSimcard, MagickoSimcard1, type MagickoSimcard1Props, MagickoSimcard2, type MagickoSimcard2Props, type MagickoSimcardProps, MagickoSlash, type MagickoSlashProps, MagickoSleepZzz, type MagickoSleepZzzProps, MagickoSmallcaps, type MagickoSmallcapsProps, MagickoSmartBag, type MagickoSmartBagProps, MagickoSmartCar, type MagickoSmartCarProps, MagickoSmartCursor, type MagickoSmartCursorProps, MagickoSmartLockAi, type MagickoSmartLockAiProps, MagickoSmile, type MagickoSmileProps, MagickoSmileys, type MagickoSmileysProps, MagickoSmilingWithHeart, type MagickoSmilingWithHeartProps, MagickoSms, MagickoSmsNotification, type MagickoSmsNotificationProps, type MagickoSmsProps, MagickoSnowflake, type MagickoSnowflakeProps, MagickoSort, MagickoSortAdd, type MagickoSortAddProps, MagickoSortAscending, type MagickoSortAscendingProps, MagickoSortCheck, type MagickoSortCheckProps, MagickoSortDescending, type MagickoSortDescendingProps, type MagickoSortProps, MagickoSortRemove, type MagickoSortRemoveProps, MagickoSound, MagickoSound1, type MagickoSound1Props, type MagickoSoundProps, MagickoSpeaker, MagickoSpeaker1, type MagickoSpeaker1Props, type MagickoSpeakerProps, MagickoSquarefinger, type MagickoSquarefingerProps, MagickoStar, type MagickoStarProps, MagickoStarSlash, type MagickoStarSlashProps, MagickoStars, MagickoStars1, type MagickoStars1Props, type MagickoStarsProps, MagickoStatusUp, type MagickoStatusUpProps, MagickoSticker, type MagickoStickerProps, MagickoStickynote, type MagickoStickynoteProps, MagickoStop, type MagickoStopProps, MagickoStory, type MagickoStoryProps, MagickoSubtitle, type MagickoSubtitleProps, MagickoSun, MagickoSun1, type MagickoSun1Props, MagickoSunFog, type MagickoSunFogProps, type MagickoSunProps, MagickoSupport, MagickoSupport1, type MagickoSupport1Props, type MagickoSupportProps, MagickoSwapHorizontal01, type MagickoSwapHorizontal01Props, MagickoSwapHorizontal02, type MagickoSwapHorizontal02Props, MagickoSwapHorizontal03, type MagickoSwapHorizontal03Props, MagickoSweatSmile, type MagickoSweatSmileProps, MagickoTag, MagickoTag2, type MagickoTag2Props, MagickoTagCross, type MagickoTagCrossProps, type MagickoTagProps, MagickoTagUser, type MagickoTagUserProps, MagickoTask, type MagickoTaskProps, MagickoTaskSquare, type MagickoTaskSquareProps, MagickoTeacher, type MagickoTeacherProps, MagickoTelescope, MagickoTelescope1, type MagickoTelescope1Props, type MagickoTelescopeProps, MagickoText, MagickoTextBold, type MagickoTextBoldProps, MagickoTextItalic, type MagickoTextItalicProps, type MagickoTextProps, MagickoTextUnderline, type MagickoTextUnderlineProps, MagickoTextalignCenter, type MagickoTextalignCenterProps, MagickoTextalignJustifycenter, type MagickoTextalignJustifycenterProps, MagickoTextalignJustifyleft, type MagickoTextalignJustifyleftProps, MagickoTextalignJustifyright, type MagickoTextalignJustifyrightProps, MagickoTextalignLeft, type MagickoTextalignLeftProps, MagickoTextalignRight, type MagickoTextalignRightProps, MagickoTickCircle, type MagickoTickCircleProps, MagickoTickSquare, type MagickoTickSquareProps, MagickoTicket1, type MagickoTicket1Props, MagickoTicket2, type MagickoTicket2Props, MagickoTicketDiscount, type MagickoTicketDiscountProps, 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 };