magick-icons 0.1.224 → 0.1.225

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
@@ -5832,6 +5832,546 @@ interface MagickoBookSquareProps extends React.SVGProps<SVGSVGElement> {
5832
5832
  */
5833
5833
  declare const MagickoBookSquare: React.ForwardRefExoticComponent<Omit<MagickoBookSquareProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
5834
5834
 
5835
+ /**
5836
+ * Props for the MagickoBookmark icon component
5837
+ * @property {number | string} [size] - Size of the icon (default: 24)
5838
+ */
5839
+ interface MagickoBookmarkProps extends React.SVGProps<SVGSVGElement> {
5840
+ size?: number | string;
5841
+ }
5842
+ /**
5843
+ * MagickoBookmark icon component
5844
+ * @example
5845
+ * ```tsx
5846
+ * import { MagickoBookmark } from 'magick-icons';
5847
+ *
5848
+ * <MagickoBookmark size={24} className="text-blue-500" strokeWidth={2} />
5849
+ * ```
5850
+ */
5851
+ declare const MagickoBookmark: React.ForwardRefExoticComponent<Omit<MagickoBookmarkProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
5852
+
5853
+ /**
5854
+ * Props for the MagickoBox icon component
5855
+ * @property {number | string} [size] - Size of the icon (default: 24)
5856
+ */
5857
+ interface MagickoBoxProps extends React.SVGProps<SVGSVGElement> {
5858
+ size?: number | string;
5859
+ }
5860
+ /**
5861
+ * MagickoBox icon component
5862
+ * @example
5863
+ * ```tsx
5864
+ * import { MagickoBox } from 'magick-icons';
5865
+ *
5866
+ * <MagickoBox size={24} className="text-blue-500" strokeWidth={2} />
5867
+ * ```
5868
+ */
5869
+ declare const MagickoBox: React.ForwardRefExoticComponent<Omit<MagickoBoxProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
5870
+
5871
+ /**
5872
+ * Props for the MagickoBox1 icon component
5873
+ * @property {number | string} [size] - Size of the icon (default: 24)
5874
+ */
5875
+ interface MagickoBox1Props extends React.SVGProps<SVGSVGElement> {
5876
+ size?: number | string;
5877
+ }
5878
+ /**
5879
+ * MagickoBox1 icon component
5880
+ * @example
5881
+ * ```tsx
5882
+ * import { MagickoBox1 } from 'magick-icons';
5883
+ *
5884
+ * <MagickoBox1 size={24} className="text-blue-500" strokeWidth={2} />
5885
+ * ```
5886
+ */
5887
+ declare const MagickoBox1: React.ForwardRefExoticComponent<Omit<MagickoBox1Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
5888
+
5889
+ /**
5890
+ * Props for the MagickoBox2 icon component
5891
+ * @property {number | string} [size] - Size of the icon (default: 24)
5892
+ */
5893
+ interface MagickoBox2Props extends React.SVGProps<SVGSVGElement> {
5894
+ size?: number | string;
5895
+ }
5896
+ /**
5897
+ * MagickoBox2 icon component
5898
+ * @example
5899
+ * ```tsx
5900
+ * import { MagickoBox2 } from 'magick-icons';
5901
+ *
5902
+ * <MagickoBox2 size={24} className="text-blue-500" strokeWidth={2} />
5903
+ * ```
5904
+ */
5905
+ declare const MagickoBox2: React.ForwardRefExoticComponent<Omit<MagickoBox2Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
5906
+
5907
+ /**
5908
+ * Props for the MagickoBriefcase icon component
5909
+ * @property {number | string} [size] - Size of the icon (default: 24)
5910
+ */
5911
+ interface MagickoBriefcaseProps extends React.SVGProps<SVGSVGElement> {
5912
+ size?: number | string;
5913
+ }
5914
+ /**
5915
+ * MagickoBriefcase icon component
5916
+ * @example
5917
+ * ```tsx
5918
+ * import { MagickoBriefcase } from 'magick-icons';
5919
+ *
5920
+ * <MagickoBriefcase size={24} className="text-blue-500" strokeWidth={2} />
5921
+ * ```
5922
+ */
5923
+ declare const MagickoBriefcase: React.ForwardRefExoticComponent<Omit<MagickoBriefcaseProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
5924
+
5925
+ /**
5926
+ * Props for the MagickoBriefcase1 icon component
5927
+ * @property {number | string} [size] - Size of the icon (default: 24)
5928
+ */
5929
+ interface MagickoBriefcase1Props extends React.SVGProps<SVGSVGElement> {
5930
+ size?: number | string;
5931
+ }
5932
+ /**
5933
+ * MagickoBriefcase1 icon component
5934
+ * @example
5935
+ * ```tsx
5936
+ * import { MagickoBriefcase1 } from 'magick-icons';
5937
+ *
5938
+ * <MagickoBriefcase1 size={24} className="text-blue-500" strokeWidth={2} />
5939
+ * ```
5940
+ */
5941
+ declare const MagickoBriefcase1: React.ForwardRefExoticComponent<Omit<MagickoBriefcase1Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
5942
+
5943
+ /**
5944
+ * Props for the MagickoBriefcase2 icon component
5945
+ * @property {number | string} [size] - Size of the icon (default: 24)
5946
+ */
5947
+ interface MagickoBriefcase2Props extends React.SVGProps<SVGSVGElement> {
5948
+ size?: number | string;
5949
+ }
5950
+ /**
5951
+ * MagickoBriefcase2 icon component
5952
+ * @example
5953
+ * ```tsx
5954
+ * import { MagickoBriefcase2 } from 'magick-icons';
5955
+ *
5956
+ * <MagickoBriefcase2 size={24} className="text-blue-500" strokeWidth={2} />
5957
+ * ```
5958
+ */
5959
+ declare const MagickoBriefcase2: React.ForwardRefExoticComponent<Omit<MagickoBriefcase2Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
5960
+
5961
+ /**
5962
+ * Props for the MagickoBroom icon component
5963
+ * @property {number | string} [size] - Size of the icon (default: 24)
5964
+ */
5965
+ interface MagickoBroomProps extends React.SVGProps<SVGSVGElement> {
5966
+ size?: number | string;
5967
+ }
5968
+ /**
5969
+ * MagickoBroom icon component
5970
+ * @example
5971
+ * ```tsx
5972
+ * import { MagickoBroom } from 'magick-icons';
5973
+ *
5974
+ * <MagickoBroom size={24} className="text-blue-500" strokeWidth={2} />
5975
+ * ```
5976
+ */
5977
+ declare const MagickoBroom: React.ForwardRefExoticComponent<Omit<MagickoBroomProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
5978
+
5979
+ /**
5980
+ * Props for the MagickoBrushMakeup icon component
5981
+ * @property {number | string} [size] - Size of the icon (default: 24)
5982
+ */
5983
+ interface MagickoBrushMakeupProps extends React.SVGProps<SVGSVGElement> {
5984
+ size?: number | string;
5985
+ }
5986
+ /**
5987
+ * MagickoBrushMakeup icon component
5988
+ * @example
5989
+ * ```tsx
5990
+ * import { MagickoBrushMakeup } from 'magick-icons';
5991
+ *
5992
+ * <MagickoBrushMakeup size={24} className="text-blue-500" strokeWidth={2} />
5993
+ * ```
5994
+ */
5995
+ declare const MagickoBrushMakeup: React.ForwardRefExoticComponent<Omit<MagickoBrushMakeupProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
5996
+
5997
+ /**
5998
+ * Props for the MagickoBuilding icon component
5999
+ * @property {number | string} [size] - Size of the icon (default: 24)
6000
+ */
6001
+ interface MagickoBuildingProps extends React.SVGProps<SVGSVGElement> {
6002
+ size?: number | string;
6003
+ }
6004
+ /**
6005
+ * MagickoBuilding icon component
6006
+ * @example
6007
+ * ```tsx
6008
+ * import { MagickoBuilding } from 'magick-icons';
6009
+ *
6010
+ * <MagickoBuilding size={24} className="text-blue-500" strokeWidth={2} />
6011
+ * ```
6012
+ */
6013
+ declare const MagickoBuilding: React.ForwardRefExoticComponent<Omit<MagickoBuildingProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
6014
+
6015
+ /**
6016
+ * Props for the MagickoBuilding3 icon component
6017
+ * @property {number | string} [size] - Size of the icon (default: 24)
6018
+ */
6019
+ interface MagickoBuilding3Props extends React.SVGProps<SVGSVGElement> {
6020
+ size?: number | string;
6021
+ }
6022
+ /**
6023
+ * MagickoBuilding3 icon component
6024
+ * @example
6025
+ * ```tsx
6026
+ * import { MagickoBuilding3 } from 'magick-icons';
6027
+ *
6028
+ * <MagickoBuilding3 size={24} className="text-blue-500" strokeWidth={2} />
6029
+ * ```
6030
+ */
6031
+ declare const MagickoBuilding3: React.ForwardRefExoticComponent<Omit<MagickoBuilding3Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
6032
+
6033
+ /**
6034
+ * Props for the MagickoBuilding4 icon component
6035
+ * @property {number | string} [size] - Size of the icon (default: 24)
6036
+ */
6037
+ interface MagickoBuilding4Props extends React.SVGProps<SVGSVGElement> {
6038
+ size?: number | string;
6039
+ }
6040
+ /**
6041
+ * MagickoBuilding4 icon component
6042
+ * @example
6043
+ * ```tsx
6044
+ * import { MagickoBuilding4 } from 'magick-icons';
6045
+ *
6046
+ * <MagickoBuilding4 size={24} className="text-blue-500" strokeWidth={2} />
6047
+ * ```
6048
+ */
6049
+ declare const MagickoBuilding4: React.ForwardRefExoticComponent<Omit<MagickoBuilding4Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
6050
+
6051
+ /**
6052
+ * Props for the MagickoBuilding5 icon component
6053
+ * @property {number | string} [size] - Size of the icon (default: 24)
6054
+ */
6055
+ interface MagickoBuilding5Props extends React.SVGProps<SVGSVGElement> {
6056
+ size?: number | string;
6057
+ }
6058
+ /**
6059
+ * MagickoBuilding5 icon component
6060
+ * @example
6061
+ * ```tsx
6062
+ * import { MagickoBuilding5 } from 'magick-icons';
6063
+ *
6064
+ * <MagickoBuilding5 size={24} className="text-blue-500" strokeWidth={2} />
6065
+ * ```
6066
+ */
6067
+ declare const MagickoBuilding5: React.ForwardRefExoticComponent<Omit<MagickoBuilding5Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
6068
+
6069
+ /**
6070
+ * Props for the MagickoBuildings icon component
6071
+ * @property {number | string} [size] - Size of the icon (default: 24)
6072
+ */
6073
+ interface MagickoBuildingsProps extends React.SVGProps<SVGSVGElement> {
6074
+ size?: number | string;
6075
+ }
6076
+ /**
6077
+ * MagickoBuildings icon component
6078
+ * @example
6079
+ * ```tsx
6080
+ * import { MagickoBuildings } from 'magick-icons';
6081
+ *
6082
+ * <MagickoBuildings size={24} className="text-blue-500" strokeWidth={2} />
6083
+ * ```
6084
+ */
6085
+ declare const MagickoBuildings: React.ForwardRefExoticComponent<Omit<MagickoBuildingsProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
6086
+
6087
+ /**
6088
+ * Props for the MagickoBuildings1 icon component
6089
+ * @property {number | string} [size] - Size of the icon (default: 24)
6090
+ */
6091
+ interface MagickoBuildings1Props extends React.SVGProps<SVGSVGElement> {
6092
+ size?: number | string;
6093
+ }
6094
+ /**
6095
+ * MagickoBuildings1 icon component
6096
+ * @example
6097
+ * ```tsx
6098
+ * import { MagickoBuildings1 } from 'magick-icons';
6099
+ *
6100
+ * <MagickoBuildings1 size={24} className="text-blue-500" strokeWidth={2} />
6101
+ * ```
6102
+ */
6103
+ declare const MagickoBuildings1: React.ForwardRefExoticComponent<Omit<MagickoBuildings1Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
6104
+
6105
+ /**
6106
+ * Props for the MagickoBuildings2 icon component
6107
+ * @property {number | string} [size] - Size of the icon (default: 24)
6108
+ */
6109
+ interface MagickoBuildings2Props extends React.SVGProps<SVGSVGElement> {
6110
+ size?: number | string;
6111
+ }
6112
+ /**
6113
+ * MagickoBuildings2 icon component
6114
+ * @example
6115
+ * ```tsx
6116
+ * import { MagickoBuildings2 } from 'magick-icons';
6117
+ *
6118
+ * <MagickoBuildings2 size={24} className="text-blue-500" strokeWidth={2} />
6119
+ * ```
6120
+ */
6121
+ declare const MagickoBuildings2: React.ForwardRefExoticComponent<Omit<MagickoBuildings2Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
6122
+
6123
+ /**
6124
+ * Props for the MagickoBuildings21 icon component
6125
+ * @property {number | string} [size] - Size of the icon (default: 24)
6126
+ */
6127
+ interface MagickoBuildings21Props extends React.SVGProps<SVGSVGElement> {
6128
+ size?: number | string;
6129
+ }
6130
+ /**
6131
+ * MagickoBuildings21 icon component
6132
+ * @example
6133
+ * ```tsx
6134
+ * import { MagickoBuildings21 } from 'magick-icons';
6135
+ *
6136
+ * <MagickoBuildings21 size={24} className="text-blue-500" strokeWidth={2} />
6137
+ * ```
6138
+ */
6139
+ declare const MagickoBuildings21: React.ForwardRefExoticComponent<Omit<MagickoBuildings21Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
6140
+
6141
+ /**
6142
+ * Props for the MagickoBus icon component
6143
+ * @property {number | string} [size] - Size of the icon (default: 24)
6144
+ */
6145
+ interface MagickoBusProps extends React.SVGProps<SVGSVGElement> {
6146
+ size?: number | string;
6147
+ }
6148
+ /**
6149
+ * MagickoBus icon component
6150
+ * @example
6151
+ * ```tsx
6152
+ * import { MagickoBus } from 'magick-icons';
6153
+ *
6154
+ * <MagickoBus size={24} className="text-blue-500" strokeWidth={2} />
6155
+ * ```
6156
+ */
6157
+ declare const MagickoBus: React.ForwardRefExoticComponent<Omit<MagickoBusProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
6158
+
6159
+ /**
6160
+ * Props for the MagickoBus1 icon component
6161
+ * @property {number | string} [size] - Size of the icon (default: 24)
6162
+ */
6163
+ interface MagickoBus1Props extends React.SVGProps<SVGSVGElement> {
6164
+ size?: number | string;
6165
+ }
6166
+ /**
6167
+ * MagickoBus1 icon component
6168
+ * @example
6169
+ * ```tsx
6170
+ * import { MagickoBus1 } from 'magick-icons';
6171
+ *
6172
+ * <MagickoBus1 size={24} className="text-blue-500" strokeWidth={2} />
6173
+ * ```
6174
+ */
6175
+ declare const MagickoBus1: React.ForwardRefExoticComponent<Omit<MagickoBus1Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
6176
+
6177
+ /**
6178
+ * Props for the MagickoBuyCrypto1 icon component
6179
+ * @property {number | string} [size] - Size of the icon (default: 24)
6180
+ */
6181
+ interface MagickoBuyCrypto1Props extends React.SVGProps<SVGSVGElement> {
6182
+ size?: number | string;
6183
+ }
6184
+ /**
6185
+ * MagickoBuyCrypto1 icon component
6186
+ * @example
6187
+ * ```tsx
6188
+ * import { MagickoBuyCrypto1 } from 'magick-icons';
6189
+ *
6190
+ * <MagickoBuyCrypto1 size={24} className="text-blue-500" strokeWidth={2} />
6191
+ * ```
6192
+ */
6193
+ declare const MagickoBuyCrypto1: React.ForwardRefExoticComponent<Omit<MagickoBuyCrypto1Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
6194
+
6195
+ /**
6196
+ * Props for the MagickoCalculator icon component
6197
+ * @property {number | string} [size] - Size of the icon (default: 24)
6198
+ */
6199
+ interface MagickoCalculatorProps extends React.SVGProps<SVGSVGElement> {
6200
+ size?: number | string;
6201
+ }
6202
+ /**
6203
+ * MagickoCalculator icon component
6204
+ * @example
6205
+ * ```tsx
6206
+ * import { MagickoCalculator } from 'magick-icons';
6207
+ *
6208
+ * <MagickoCalculator size={24} className="text-blue-500" strokeWidth={2} />
6209
+ * ```
6210
+ */
6211
+ declare const MagickoCalculator: React.ForwardRefExoticComponent<Omit<MagickoCalculatorProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
6212
+
6213
+ /**
6214
+ * Props for the MagickoCalculator1 icon component
6215
+ * @property {number | string} [size] - Size of the icon (default: 24)
6216
+ */
6217
+ interface MagickoCalculator1Props extends React.SVGProps<SVGSVGElement> {
6218
+ size?: number | string;
6219
+ }
6220
+ /**
6221
+ * MagickoCalculator1 icon component
6222
+ * @example
6223
+ * ```tsx
6224
+ * import { MagickoCalculator1 } from 'magick-icons';
6225
+ *
6226
+ * <MagickoCalculator1 size={24} className="text-blue-500" strokeWidth={2} />
6227
+ * ```
6228
+ */
6229
+ declare const MagickoCalculator1: React.ForwardRefExoticComponent<Omit<MagickoCalculator1Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
6230
+
6231
+ /**
6232
+ * Props for the MagickoCalendar1 icon component
6233
+ * @property {number | string} [size] - Size of the icon (default: 24)
6234
+ */
6235
+ interface MagickoCalendar1Props extends React.SVGProps<SVGSVGElement> {
6236
+ size?: number | string;
6237
+ }
6238
+ /**
6239
+ * MagickoCalendar1 icon component
6240
+ * @example
6241
+ * ```tsx
6242
+ * import { MagickoCalendar1 } from 'magick-icons';
6243
+ *
6244
+ * <MagickoCalendar1 size={24} className="text-blue-500" strokeWidth={2} />
6245
+ * ```
6246
+ */
6247
+ declare const MagickoCalendar1: React.ForwardRefExoticComponent<Omit<MagickoCalendar1Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
6248
+
6249
+ /**
6250
+ * Props for the MagickoCalendar2 icon component
6251
+ * @property {number | string} [size] - Size of the icon (default: 24)
6252
+ */
6253
+ interface MagickoCalendar2Props extends React.SVGProps<SVGSVGElement> {
6254
+ size?: number | string;
6255
+ }
6256
+ /**
6257
+ * MagickoCalendar2 icon component
6258
+ * @example
6259
+ * ```tsx
6260
+ * import { MagickoCalendar2 } from 'magick-icons';
6261
+ *
6262
+ * <MagickoCalendar2 size={24} className="text-blue-500" strokeWidth={2} />
6263
+ * ```
6264
+ */
6265
+ declare const MagickoCalendar2: React.ForwardRefExoticComponent<Omit<MagickoCalendar2Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
6266
+
6267
+ /**
6268
+ * Props for the MagickoCalendarAdd icon component
6269
+ * @property {number | string} [size] - Size of the icon (default: 24)
6270
+ */
6271
+ interface MagickoCalendarAddProps extends React.SVGProps<SVGSVGElement> {
6272
+ size?: number | string;
6273
+ }
6274
+ /**
6275
+ * MagickoCalendarAdd icon component
6276
+ * @example
6277
+ * ```tsx
6278
+ * import { MagickoCalendarAdd } from 'magick-icons';
6279
+ *
6280
+ * <MagickoCalendarAdd size={24} className="text-blue-500" strokeWidth={2} />
6281
+ * ```
6282
+ */
6283
+ declare const MagickoCalendarAdd: React.ForwardRefExoticComponent<Omit<MagickoCalendarAddProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
6284
+
6285
+ /**
6286
+ * Props for the MagickoCalendarDate icon component
6287
+ * @property {number | string} [size] - Size of the icon (default: 24)
6288
+ */
6289
+ interface MagickoCalendarDateProps extends React.SVGProps<SVGSVGElement> {
6290
+ size?: number | string;
6291
+ }
6292
+ /**
6293
+ * MagickoCalendarDate icon component
6294
+ * @example
6295
+ * ```tsx
6296
+ * import { MagickoCalendarDate } from 'magick-icons';
6297
+ *
6298
+ * <MagickoCalendarDate size={24} className="text-blue-500" strokeWidth={2} />
6299
+ * ```
6300
+ */
6301
+ declare const MagickoCalendarDate: React.ForwardRefExoticComponent<Omit<MagickoCalendarDateProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
6302
+
6303
+ /**
6304
+ * Props for the MagickoCalendarEdit icon component
6305
+ * @property {number | string} [size] - Size of the icon (default: 24)
6306
+ */
6307
+ interface MagickoCalendarEditProps extends React.SVGProps<SVGSVGElement> {
6308
+ size?: number | string;
6309
+ }
6310
+ /**
6311
+ * MagickoCalendarEdit icon component
6312
+ * @example
6313
+ * ```tsx
6314
+ * import { MagickoCalendarEdit } from 'magick-icons';
6315
+ *
6316
+ * <MagickoCalendarEdit size={24} className="text-blue-500" strokeWidth={2} />
6317
+ * ```
6318
+ */
6319
+ declare const MagickoCalendarEdit: React.ForwardRefExoticComponent<Omit<MagickoCalendarEditProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
6320
+
6321
+ /**
6322
+ * Props for the MagickoCalendarRemove icon component
6323
+ * @property {number | string} [size] - Size of the icon (default: 24)
6324
+ */
6325
+ interface MagickoCalendarRemoveProps extends React.SVGProps<SVGSVGElement> {
6326
+ size?: number | string;
6327
+ }
6328
+ /**
6329
+ * MagickoCalendarRemove icon component
6330
+ * @example
6331
+ * ```tsx
6332
+ * import { MagickoCalendarRemove } from 'magick-icons';
6333
+ *
6334
+ * <MagickoCalendarRemove size={24} className="text-blue-500" strokeWidth={2} />
6335
+ * ```
6336
+ */
6337
+ declare const MagickoCalendarRemove: React.ForwardRefExoticComponent<Omit<MagickoCalendarRemoveProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
6338
+
6339
+ /**
6340
+ * Props for the MagickoCalendarSearch icon component
6341
+ * @property {number | string} [size] - Size of the icon (default: 24)
6342
+ */
6343
+ interface MagickoCalendarSearchProps extends React.SVGProps<SVGSVGElement> {
6344
+ size?: number | string;
6345
+ }
6346
+ /**
6347
+ * MagickoCalendarSearch icon component
6348
+ * @example
6349
+ * ```tsx
6350
+ * import { MagickoCalendarSearch } from 'magick-icons';
6351
+ *
6352
+ * <MagickoCalendarSearch size={24} className="text-blue-500" strokeWidth={2} />
6353
+ * ```
6354
+ */
6355
+ declare const MagickoCalendarSearch: React.ForwardRefExoticComponent<Omit<MagickoCalendarSearchProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
6356
+
6357
+ /**
6358
+ * Props for the MagickoCalendarTick icon component
6359
+ * @property {number | string} [size] - Size of the icon (default: 24)
6360
+ */
6361
+ interface MagickoCalendarTickProps extends React.SVGProps<SVGSVGElement> {
6362
+ size?: number | string;
6363
+ }
6364
+ /**
6365
+ * MagickoCalendarTick icon component
6366
+ * @example
6367
+ * ```tsx
6368
+ * import { MagickoCalendarTick } from 'magick-icons';
6369
+ *
6370
+ * <MagickoCalendarTick size={24} className="text-blue-500" strokeWidth={2} />
6371
+ * ```
6372
+ */
6373
+ declare const MagickoCalendarTick: React.ForwardRefExoticComponent<Omit<MagickoCalendarTickProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
6374
+
5835
6375
  /**
5836
6376
  * Props for the MagickoCheck icon component
5837
6377
  * @property {number | string} [size] - Size of the icon (default: 24)
@@ -6138,4 +6678,4 @@ interface XProps extends React.SVGProps<SVGSVGElement> {
6138
6678
  */
6139
6679
  declare const X: React.ForwardRefExoticComponent<Omit<XProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
6140
6680
 
6141
- 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, MagickoCheck, type MagickoCheckProps, Marketing, type MarketingProps, MessageEdit, type MessageEditProps, Network, type NetworkProps, NotiDot, type NotiDotProps, PA, type PAProps, PauseSquare, type PauseSquareProps, Pdf, type PdfProps, PlayFilled, type PlayFilledProps, Signature, type SignatureProps, SperateDot, type SperateDotProps, SquarePen1, type SquarePen1Props, Strikethrough, type StrikethroughProps, Tasks, type TasksProps, Trash, type TrashProps, Video, type VideoProps, X, type XProps };
6681
+ 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, MagickoCheck, type MagickoCheckProps, Marketing, type MarketingProps, MessageEdit, type MessageEditProps, Network, type NetworkProps, NotiDot, type NotiDotProps, PA, type PAProps, PauseSquare, type PauseSquareProps, Pdf, type PdfProps, PlayFilled, type PlayFilledProps, Signature, type SignatureProps, SperateDot, type SperateDotProps, SquarePen1, type SquarePen1Props, Strikethrough, type StrikethroughProps, Tasks, type TasksProps, Trash, type TrashProps, Video, type VideoProps, X, type XProps };