@sebgroup/green-core 2.26.0 → 2.26.1-rc.20260121165134470

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.
@@ -39708,7 +39708,7 @@
39708
39708
  "name": "*",
39709
39709
  "declaration": {
39710
39710
  "name": "*",
39711
- "module": "src/generated/react/pagination/index.js"
39711
+ "module": "src/generated/react/backdrop/index.js"
39712
39712
  }
39713
39713
  },
39714
39714
  {
@@ -39716,7 +39716,7 @@
39716
39716
  "name": "*",
39717
39717
  "declaration": {
39718
39718
  "name": "*",
39719
- "module": "src/generated/react/backdrop/index.js"
39719
+ "module": "src/generated/react/popover/index.js"
39720
39720
  }
39721
39721
  },
39722
39722
  {
@@ -39724,7 +39724,7 @@
39724
39724
  "name": "*",
39725
39725
  "declaration": {
39726
39726
  "name": "*",
39727
- "module": "src/generated/react/popover/index.js"
39727
+ "module": "src/generated/react/radio/index.js"
39728
39728
  }
39729
39729
  },
39730
39730
  {
@@ -39732,7 +39732,7 @@
39732
39732
  "name": "*",
39733
39733
  "declaration": {
39734
39734
  "name": "*",
39735
- "module": "src/generated/react/radio/index.js"
39735
+ "module": "src/generated/react/pagination/index.js"
39736
39736
  }
39737
39737
  },
39738
39738
  {
@@ -39780,7 +39780,7 @@
39780
39780
  "name": "*",
39781
39781
  "declaration": {
39782
39782
  "name": "*",
39783
- "module": "src/generated/react/table/index.js"
39783
+ "module": "src/generated/react/text/index.js"
39784
39784
  }
39785
39785
  },
39786
39786
  {
@@ -39788,7 +39788,7 @@
39788
39788
  "name": "*",
39789
39789
  "declaration": {
39790
39790
  "name": "*",
39791
- "module": "src/generated/react/text/index.js"
39791
+ "module": "src/generated/react/table/index.js"
39792
39792
  }
39793
39793
  },
39794
39794
  {
@@ -39796,7 +39796,7 @@
39796
39796
  "name": "*",
39797
39797
  "declaration": {
39798
39798
  "name": "*",
39799
- "module": "src/generated/react/theme/index.js"
39799
+ "module": "src/generated/react/textarea/index.js"
39800
39800
  }
39801
39801
  },
39802
39802
  {
@@ -39804,7 +39804,7 @@
39804
39804
  "name": "*",
39805
39805
  "declaration": {
39806
39806
  "name": "*",
39807
- "module": "src/generated/react/textarea/index.js"
39807
+ "module": "src/generated/react/theme/index.js"
39808
39808
  }
39809
39809
  },
39810
39810
  {
@@ -42583,14 +42583,6 @@
42583
42583
  "module": "src/generated/react/sensitive-number/index.js"
42584
42584
  }
42585
42585
  },
42586
- {
42587
- "kind": "js",
42588
- "name": "*",
42589
- "declaration": {
42590
- "name": "*",
42591
- "module": "src/generated/react/option/index.js"
42592
- }
42593
- },
42594
42586
  {
42595
42587
  "kind": "js",
42596
42588
  "name": "*",
@@ -42604,7 +42596,7 @@
42604
42596
  "name": "*",
42605
42597
  "declaration": {
42606
42598
  "name": "*",
42607
- "module": "src/generated/react/menu-item/index.js"
42599
+ "module": "src/generated/react/option/index.js"
42608
42600
  }
42609
42601
  }
42610
42602
  ]
@@ -46413,7 +46405,7 @@
46413
46405
  }
46414
46406
  }
46415
46407
  ],
46416
- "description": "Finds primitives that are re-exported by component modules"
46408
+ "description": "Finds primitives that are re-exported by component modules.\n\nPrimitives (like GdsOption, GdsMenuHeading) are internal implementation details\nbut some are re-exported by specific components for public use. For example:\n- GdsOption is re-exported by GdsDropdown\n- GdsMenuHeading is re-exported by GdsContextMenu\n\nThis method identifies these re-exports and returns the component file path\n(not the primitive path) so imports point to the re-exporting component.\n\nDesign choices:\n- Only considers *.component.ts files, not index.ts files, to ensure imports\n point to the actual component file (e.g., dropdown.component.js not index.js)\n because index.ts paths are not tree-shakable\n- First occurrence wins when a primitive is re-exported by multiple components"
46417
46409
  },
46418
46410
  {
46419
46411
  "kind": "method",
@@ -58764,6 +58756,91 @@
58764
58756
  }
58765
58757
  ]
58766
58758
  },
58759
+ {
58760
+ "kind": "javascript-module",
58761
+ "path": "src/generated/react/alert/index.ts",
58762
+ "declarations": [
58763
+ {
58764
+ "kind": "function",
58765
+ "name": "GdsAlert",
58766
+ "parameters": [
58767
+ {
58768
+ "name": "props",
58769
+ "type": {
58770
+ "text": "GdsAlertProps & { ref?: React.Ref<GdsAlertClass> }"
58771
+ }
58772
+ }
58773
+ ]
58774
+ }
58775
+ ],
58776
+ "exports": [
58777
+ {
58778
+ "kind": "js",
58779
+ "name": "GdsAlert",
58780
+ "declaration": {
58781
+ "name": "GdsAlert",
58782
+ "module": "src/generated/react/alert/index.ts"
58783
+ }
58784
+ }
58785
+ ]
58786
+ },
58787
+ {
58788
+ "kind": "javascript-module",
58789
+ "path": "src/generated/react/backdrop/index.ts",
58790
+ "declarations": [
58791
+ {
58792
+ "kind": "function",
58793
+ "name": "GdsBackdrop",
58794
+ "parameters": [
58795
+ {
58796
+ "name": "props",
58797
+ "type": {
58798
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<GdsBackdropClass>>\n > & { ref?: React.Ref<GdsBackdropClass> }"
58799
+ }
58800
+ }
58801
+ ]
58802
+ }
58803
+ ],
58804
+ "exports": [
58805
+ {
58806
+ "kind": "js",
58807
+ "name": "GdsBackdrop",
58808
+ "declaration": {
58809
+ "name": "GdsBackdrop",
58810
+ "module": "src/generated/react/backdrop/index.ts"
58811
+ }
58812
+ }
58813
+ ]
58814
+ },
58815
+ {
58816
+ "kind": "javascript-module",
58817
+ "path": "src/generated/react/badge/index.ts",
58818
+ "declarations": [
58819
+ {
58820
+ "kind": "function",
58821
+ "name": "GdsBadge",
58822
+ "parameters": [
58823
+ {
58824
+ "name": "props",
58825
+ "type": {
58826
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<GdsBadgeClass>>\n > & { ref?: React.Ref<GdsBadgeClass> }"
58827
+ }
58828
+ }
58829
+ ],
58830
+ "description": "`gds-badge`"
58831
+ }
58832
+ ],
58833
+ "exports": [
58834
+ {
58835
+ "kind": "js",
58836
+ "name": "GdsBadge",
58837
+ "declaration": {
58838
+ "name": "GdsBadge",
58839
+ "module": "src/generated/react/badge/index.ts"
58840
+ }
58841
+ }
58842
+ ]
58843
+ },
58767
58844
  {
58768
58845
  "kind": "javascript-module",
58769
58846
  "path": "src/components/icon/icons/ai.component.ts",
@@ -231978,44 +232055,16 @@
231978
232055
  },
231979
232056
  {
231980
232057
  "kind": "javascript-module",
231981
- "path": "src/generated/react/alert/index.ts",
231982
- "declarations": [
231983
- {
231984
- "kind": "function",
231985
- "name": "GdsAlert",
231986
- "parameters": [
231987
- {
231988
- "name": "props",
231989
- "type": {
231990
- "text": "GdsAlertProps & { ref?: React.Ref<GdsAlertClass> }"
231991
- }
231992
- }
231993
- ]
231994
- }
231995
- ],
231996
- "exports": [
231997
- {
231998
- "kind": "js",
231999
- "name": "GdsAlert",
232000
- "declaration": {
232001
- "name": "GdsAlert",
232002
- "module": "src/generated/react/alert/index.ts"
232003
- }
232004
- }
232005
- ]
232006
- },
232007
- {
232008
- "kind": "javascript-module",
232009
- "path": "src/generated/react/backdrop/index.ts",
232058
+ "path": "src/generated/react/blur/index.ts",
232010
232059
  "declarations": [
232011
232060
  {
232012
232061
  "kind": "function",
232013
- "name": "GdsBackdrop",
232062
+ "name": "GdsBlur",
232014
232063
  "parameters": [
232015
232064
  {
232016
232065
  "name": "props",
232017
232066
  "type": {
232018
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<GdsBackdropClass>>\n > & { ref?: React.Ref<GdsBackdropClass> }"
232067
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<GdsBlurClass>>\n > & { ref?: React.Ref<GdsBlurClass> }"
232019
232068
  }
232020
232069
  }
232021
232070
  ]
@@ -232024,55 +232073,26 @@
232024
232073
  "exports": [
232025
232074
  {
232026
232075
  "kind": "js",
232027
- "name": "GdsBackdrop",
232028
- "declaration": {
232029
- "name": "GdsBackdrop",
232030
- "module": "src/generated/react/backdrop/index.ts"
232031
- }
232032
- }
232033
- ]
232034
- },
232035
- {
232036
- "kind": "javascript-module",
232037
- "path": "src/generated/react/badge/index.ts",
232038
- "declarations": [
232039
- {
232040
- "kind": "function",
232041
- "name": "GdsBadge",
232042
- "parameters": [
232043
- {
232044
- "name": "props",
232045
- "type": {
232046
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<GdsBadgeClass>>\n > & { ref?: React.Ref<GdsBadgeClass> }"
232047
- }
232048
- }
232049
- ],
232050
- "description": "`gds-badge`"
232051
- }
232052
- ],
232053
- "exports": [
232054
- {
232055
- "kind": "js",
232056
- "name": "GdsBadge",
232076
+ "name": "GdsBlur",
232057
232077
  "declaration": {
232058
- "name": "GdsBadge",
232059
- "module": "src/generated/react/badge/index.ts"
232078
+ "name": "GdsBlur",
232079
+ "module": "src/generated/react/blur/index.ts"
232060
232080
  }
232061
232081
  }
232062
232082
  ]
232063
232083
  },
232064
232084
  {
232065
232085
  "kind": "javascript-module",
232066
- "path": "src/generated/react/blur/index.ts",
232086
+ "path": "src/generated/react/breadcrumb/index.ts",
232067
232087
  "declarations": [
232068
232088
  {
232069
232089
  "kind": "function",
232070
- "name": "GdsBlur",
232090
+ "name": "GdsBreadcrumb",
232071
232091
  "parameters": [
232072
232092
  {
232073
232093
  "name": "props",
232074
232094
  "type": {
232075
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<GdsBlurClass>>\n > & { ref?: React.Ref<GdsBlurClass> }"
232095
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<GdsBreadcrumbClass>>\n > & { ref?: React.Ref<GdsBreadcrumbClass> }"
232076
232096
  }
232077
232097
  }
232078
232098
  ]
@@ -232081,10 +232101,10 @@
232081
232101
  "exports": [
232082
232102
  {
232083
232103
  "kind": "js",
232084
- "name": "GdsBlur",
232104
+ "name": "GdsBreadcrumb",
232085
232105
  "declaration": {
232086
- "name": "GdsBlur",
232087
- "module": "src/generated/react/blur/index.ts"
232106
+ "name": "GdsBreadcrumb",
232107
+ "module": "src/generated/react/breadcrumb/index.ts"
232088
232108
  }
232089
232109
  }
232090
232110
  ]
@@ -232149,34 +232169,6 @@
232149
232169
  }
232150
232170
  ]
232151
232171
  },
232152
- {
232153
- "kind": "javascript-module",
232154
- "path": "src/generated/react/breadcrumb/index.ts",
232155
- "declarations": [
232156
- {
232157
- "kind": "function",
232158
- "name": "GdsBreadcrumb",
232159
- "parameters": [
232160
- {
232161
- "name": "props",
232162
- "type": {
232163
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<GdsBreadcrumbClass>>\n > & { ref?: React.Ref<GdsBreadcrumbClass> }"
232164
- }
232165
- }
232166
- ]
232167
- }
232168
- ],
232169
- "exports": [
232170
- {
232171
- "kind": "js",
232172
- "name": "GdsBreadcrumb",
232173
- "declaration": {
232174
- "name": "GdsBreadcrumb",
232175
- "module": "src/generated/react/breadcrumb/index.ts"
232176
- }
232177
- }
232178
- ]
232179
- },
232180
232172
  {
232181
232173
  "kind": "javascript-module",
232182
232174
  "path": "src/generated/react/calendar/index.ts",
@@ -232236,16 +232228,16 @@
232236
232228
  },
232237
232229
  {
232238
232230
  "kind": "javascript-module",
232239
- "path": "src/generated/react/card-pattern-01/index.ts",
232231
+ "path": "src/generated/react/card-linked/index.ts",
232240
232232
  "declarations": [
232241
232233
  {
232242
232234
  "kind": "function",
232243
- "name": "GdsCardPattern01",
232235
+ "name": "GdsCardLinked",
232244
232236
  "parameters": [
232245
232237
  {
232246
232238
  "name": "props",
232247
232239
  "type": {
232248
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<GdsCardPattern01Class>>\n > & { ref?: React.Ref<GdsCardPattern01Class> }"
232240
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<GdsCardLinkedClass>>\n > & { ref?: React.Ref<GdsCardLinkedClass> }"
232249
232241
  }
232250
232242
  }
232251
232243
  ]
@@ -232254,26 +232246,26 @@
232254
232246
  "exports": [
232255
232247
  {
232256
232248
  "kind": "js",
232257
- "name": "GdsCardPattern01",
232249
+ "name": "GdsCardLinked",
232258
232250
  "declaration": {
232259
- "name": "GdsCardPattern01",
232260
- "module": "src/generated/react/card-pattern-01/index.ts"
232251
+ "name": "GdsCardLinked",
232252
+ "module": "src/generated/react/card-linked/index.ts"
232261
232253
  }
232262
232254
  }
232263
232255
  ]
232264
232256
  },
232265
232257
  {
232266
232258
  "kind": "javascript-module",
232267
- "path": "src/generated/react/card-linked/index.ts",
232259
+ "path": "src/generated/react/card-pattern-01/index.ts",
232268
232260
  "declarations": [
232269
232261
  {
232270
232262
  "kind": "function",
232271
- "name": "GdsCardLinked",
232263
+ "name": "GdsCardPattern01",
232272
232264
  "parameters": [
232273
232265
  {
232274
232266
  "name": "props",
232275
232267
  "type": {
232276
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<GdsCardLinkedClass>>\n > & { ref?: React.Ref<GdsCardLinkedClass> }"
232268
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<GdsCardPattern01Class>>\n > & { ref?: React.Ref<GdsCardPattern01Class> }"
232277
232269
  }
232278
232270
  }
232279
232271
  ]
@@ -232282,10 +232274,10 @@
232282
232274
  "exports": [
232283
232275
  {
232284
232276
  "kind": "js",
232285
- "name": "GdsCardLinked",
232277
+ "name": "GdsCardPattern01",
232286
232278
  "declaration": {
232287
- "name": "GdsCardLinked",
232288
- "module": "src/generated/react/card-linked/index.ts"
232279
+ "name": "GdsCardPattern01",
232280
+ "module": "src/generated/react/card-pattern-01/index.ts"
232289
232281
  }
232290
232282
  }
232291
232283
  ]
@@ -232709,16 +232701,16 @@
232709
232701
  },
232710
232702
  {
232711
232703
  "kind": "javascript-module",
232712
- "path": "src/generated/react/formatted-account/index.ts",
232704
+ "path": "src/generated/react/form-summary/index.ts",
232713
232705
  "declarations": [
232714
232706
  {
232715
232707
  "kind": "function",
232716
- "name": "GdsFormattedAccount",
232708
+ "name": "GdsFormSummary",
232717
232709
  "parameters": [
232718
232710
  {
232719
232711
  "name": "props",
232720
232712
  "type": {
232721
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<GdsFormattedAccountClass>>\n > & { ref?: React.Ref<GdsFormattedAccountClass> }"
232713
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<GdsFormSummaryClass>>\n > & { ref?: React.Ref<GdsFormSummaryClass> }"
232722
232714
  }
232723
232715
  }
232724
232716
  ]
@@ -232727,26 +232719,26 @@
232727
232719
  "exports": [
232728
232720
  {
232729
232721
  "kind": "js",
232730
- "name": "GdsFormattedAccount",
232722
+ "name": "GdsFormSummary",
232731
232723
  "declaration": {
232732
- "name": "GdsFormattedAccount",
232733
- "module": "src/generated/react/formatted-account/index.ts"
232724
+ "name": "GdsFormSummary",
232725
+ "module": "src/generated/react/form-summary/index.ts"
232734
232726
  }
232735
232727
  }
232736
232728
  ]
232737
232729
  },
232738
232730
  {
232739
232731
  "kind": "javascript-module",
232740
- "path": "src/generated/react/formatted-date/index.ts",
232732
+ "path": "src/generated/react/formatted-account/index.ts",
232741
232733
  "declarations": [
232742
232734
  {
232743
232735
  "kind": "function",
232744
- "name": "GdsFormattedDate",
232736
+ "name": "GdsFormattedAccount",
232745
232737
  "parameters": [
232746
232738
  {
232747
232739
  "name": "props",
232748
232740
  "type": {
232749
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<GdsFormattedDateClass>>\n > & { ref?: React.Ref<GdsFormattedDateClass> }"
232741
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<GdsFormattedAccountClass>>\n > & { ref?: React.Ref<GdsFormattedAccountClass> }"
232750
232742
  }
232751
232743
  }
232752
232744
  ]
@@ -232755,26 +232747,26 @@
232755
232747
  "exports": [
232756
232748
  {
232757
232749
  "kind": "js",
232758
- "name": "GdsFormattedDate",
232750
+ "name": "GdsFormattedAccount",
232759
232751
  "declaration": {
232760
- "name": "GdsFormattedDate",
232761
- "module": "src/generated/react/formatted-date/index.ts"
232752
+ "name": "GdsFormattedAccount",
232753
+ "module": "src/generated/react/formatted-account/index.ts"
232762
232754
  }
232763
232755
  }
232764
232756
  ]
232765
232757
  },
232766
232758
  {
232767
232759
  "kind": "javascript-module",
232768
- "path": "src/generated/react/formatted-number/index.ts",
232760
+ "path": "src/generated/react/formatted-date/index.ts",
232769
232761
  "declarations": [
232770
232762
  {
232771
232763
  "kind": "function",
232772
- "name": "GdsFormattedNumber",
232764
+ "name": "GdsFormattedDate",
232773
232765
  "parameters": [
232774
232766
  {
232775
232767
  "name": "props",
232776
232768
  "type": {
232777
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<GdsFormattedNumberClass>>\n > & { ref?: React.Ref<GdsFormattedNumberClass> }"
232769
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<GdsFormattedDateClass>>\n > & { ref?: React.Ref<GdsFormattedDateClass> }"
232778
232770
  }
232779
232771
  }
232780
232772
  ]
@@ -232783,26 +232775,26 @@
232783
232775
  "exports": [
232784
232776
  {
232785
232777
  "kind": "js",
232786
- "name": "GdsFormattedNumber",
232778
+ "name": "GdsFormattedDate",
232787
232779
  "declaration": {
232788
- "name": "GdsFormattedNumber",
232789
- "module": "src/generated/react/formatted-number/index.ts"
232780
+ "name": "GdsFormattedDate",
232781
+ "module": "src/generated/react/formatted-date/index.ts"
232790
232782
  }
232791
232783
  }
232792
232784
  ]
232793
232785
  },
232794
232786
  {
232795
232787
  "kind": "javascript-module",
232796
- "path": "src/generated/react/form-summary/index.ts",
232788
+ "path": "src/generated/react/formatted-number/index.ts",
232797
232789
  "declarations": [
232798
232790
  {
232799
232791
  "kind": "function",
232800
- "name": "GdsFormSummary",
232792
+ "name": "GdsFormattedNumber",
232801
232793
  "parameters": [
232802
232794
  {
232803
232795
  "name": "props",
232804
232796
  "type": {
232805
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<GdsFormSummaryClass>>\n > & { ref?: React.Ref<GdsFormSummaryClass> }"
232797
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<GdsFormattedNumberClass>>\n > & { ref?: React.Ref<GdsFormattedNumberClass> }"
232806
232798
  }
232807
232799
  }
232808
232800
  ]
@@ -232811,10 +232803,10 @@
232811
232803
  "exports": [
232812
232804
  {
232813
232805
  "kind": "js",
232814
- "name": "GdsFormSummary",
232806
+ "name": "GdsFormattedNumber",
232815
232807
  "declaration": {
232816
- "name": "GdsFormSummary",
232817
- "module": "src/generated/react/form-summary/index.ts"
232808
+ "name": "GdsFormattedNumber",
232809
+ "module": "src/generated/react/formatted-number/index.ts"
232818
232810
  }
232819
232811
  }
232820
232812
  ]
@@ -232906,44 +232898,48 @@
232906
232898
  },
232907
232899
  {
232908
232900
  "kind": "javascript-module",
232909
- "path": "src/generated/react/link/index.ts",
232901
+ "path": "src/generated/react/input/index.ts",
232910
232902
  "declarations": [
232911
232903
  {
232912
232904
  "kind": "function",
232913
- "name": "GdsLink",
232905
+ "name": "GdsInput",
232914
232906
  "parameters": [
232915
232907
  {
232916
232908
  "name": "props",
232917
232909
  "type": {
232918
- "text": "GdsLinkProps & { ref?: React.Ref<GdsLinkClass> }"
232910
+ "text": "GdsInputProps & { ref?: React.Ref<GdsInputClass> }"
232919
232911
  }
232920
232912
  }
232921
232913
  ]
232914
+ },
232915
+ {
232916
+ "kind": "variable",
232917
+ "name": "ref"
232922
232918
  }
232923
232919
  ],
232924
232920
  "exports": [
232925
232921
  {
232926
232922
  "kind": "js",
232927
- "name": "GdsLink",
232923
+ "name": "GdsInput",
232928
232924
  "declaration": {
232929
- "name": "GdsLink",
232930
- "module": "src/generated/react/link/index.ts"
232925
+ "name": "GdsInput",
232926
+ "module": "src/generated/react/input/index.ts"
232931
232927
  }
232932
232928
  }
232933
232929
  ]
232934
232930
  },
232935
232931
  {
232936
232932
  "kind": "javascript-module",
232937
- "path": "src/generated/react/list-item/index.ts",
232933
+ "path": "src/generated/react/link/index.ts",
232938
232934
  "declarations": [
232939
232935
  {
232940
232936
  "kind": "function",
232941
- "name": "GdsListItem",
232937
+ "name": "GdsLink",
232942
232938
  "parameters": [
232943
232939
  {
232944
232940
  "name": "props",
232945
232941
  "type": {
232946
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<GdsListItemClass>>\n > & { ref?: React.Ref<GdsListItemClass> }"
232942
+ "text": "GdsLinkProps & { ref?: React.Ref<GdsLinkClass> }"
232947
232943
  }
232948
232944
  }
232949
232945
  ]
@@ -232952,42 +232948,38 @@
232952
232948
  "exports": [
232953
232949
  {
232954
232950
  "kind": "js",
232955
- "name": "GdsListItem",
232951
+ "name": "GdsLink",
232956
232952
  "declaration": {
232957
- "name": "GdsListItem",
232958
- "module": "src/generated/react/list-item/index.ts"
232953
+ "name": "GdsLink",
232954
+ "module": "src/generated/react/link/index.ts"
232959
232955
  }
232960
232956
  }
232961
232957
  ]
232962
232958
  },
232963
232959
  {
232964
232960
  "kind": "javascript-module",
232965
- "path": "src/generated/react/input/index.ts",
232961
+ "path": "src/generated/react/list-item/index.ts",
232966
232962
  "declarations": [
232967
232963
  {
232968
232964
  "kind": "function",
232969
- "name": "GdsInput",
232965
+ "name": "GdsListItem",
232970
232966
  "parameters": [
232971
232967
  {
232972
232968
  "name": "props",
232973
232969
  "type": {
232974
- "text": "GdsInputProps & { ref?: React.Ref<GdsInputClass> }"
232970
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<GdsListItemClass>>\n > & { ref?: React.Ref<GdsListItemClass> }"
232975
232971
  }
232976
232972
  }
232977
232973
  ]
232978
- },
232979
- {
232980
- "kind": "variable",
232981
- "name": "ref"
232982
232974
  }
232983
232975
  ],
232984
232976
  "exports": [
232985
232977
  {
232986
232978
  "kind": "js",
232987
- "name": "GdsInput",
232979
+ "name": "GdsListItem",
232988
232980
  "declaration": {
232989
- "name": "GdsInput",
232990
- "module": "src/generated/react/input/index.ts"
232981
+ "name": "GdsListItem",
232982
+ "module": "src/generated/react/list-item/index.ts"
232991
232983
  }
232992
232984
  }
232993
232985
  ]
@@ -233076,34 +233068,6 @@
233076
233068
  }
233077
233069
  ]
233078
233070
  },
233079
- {
233080
- "kind": "javascript-module",
233081
- "path": "src/generated/react/menu-item/index.ts",
233082
- "declarations": [
233083
- {
233084
- "kind": "function",
233085
- "name": "GdsMenuItem",
233086
- "parameters": [
233087
- {
233088
- "name": "props",
233089
- "type": {
233090
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<GdsMenuItemClass>>\n > & { ref?: React.Ref<GdsMenuItemClass> }"
233091
- }
233092
- }
233093
- ]
233094
- }
233095
- ],
233096
- "exports": [
233097
- {
233098
- "kind": "js",
233099
- "name": "GdsMenuItem",
233100
- "declaration": {
233101
- "name": "GdsMenuItem",
233102
- "module": "src/generated/react/menu-item/index.ts"
233103
- }
233104
- }
233105
- ]
233106
- },
233107
233071
  {
233108
233072
  "kind": "javascript-module",
233109
233073
  "path": "src/generated/react/option/index.ts",
@@ -233595,57 +233559,57 @@
233595
233559
  },
233596
233560
  {
233597
233561
  "kind": "javascript-module",
233598
- "path": "src/generated/react/video/index.ts",
233562
+ "path": "src/generated/react/theme/index.ts",
233599
233563
  "declarations": [
233600
233564
  {
233601
233565
  "kind": "function",
233602
- "name": "GdsVideo",
233566
+ "name": "GdsTheme",
233603
233567
  "parameters": [
233604
233568
  {
233605
233569
  "name": "props",
233606
233570
  "type": {
233607
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<GdsVideoClass>>\n > & { ref?: React.Ref<GdsVideoClass> }"
233571
+ "text": "GdsThemeProps & { ref?: React.Ref<GdsThemeClass> }"
233608
233572
  }
233609
233573
  }
233610
- ],
233611
- "description": "`gds-video` is a custom video element that provides configurable .mp4 video playback that can be used as background or hero video without controls.\nThe video can be customized with different properties like ratio, position, inset, width, height, opacity, fit, and radius."
233574
+ ]
233612
233575
  }
233613
233576
  ],
233614
233577
  "exports": [
233615
233578
  {
233616
233579
  "kind": "js",
233617
- "name": "GdsVideo",
233580
+ "name": "GdsTheme",
233618
233581
  "declaration": {
233619
- "name": "GdsVideo",
233620
- "module": "src/generated/react/video/index.ts"
233582
+ "name": "GdsTheme",
233583
+ "module": "src/generated/react/theme/index.ts"
233621
233584
  }
233622
233585
  }
233623
233586
  ]
233624
233587
  },
233625
233588
  {
233626
233589
  "kind": "javascript-module",
233627
- "path": "src/generated/react/theme/index.ts",
233590
+ "path": "src/generated/react/video/index.ts",
233628
233591
  "declarations": [
233629
233592
  {
233630
233593
  "kind": "function",
233631
- "name": "GdsTheme",
233594
+ "name": "GdsVideo",
233632
233595
  "parameters": [
233633
233596
  {
233634
233597
  "name": "props",
233635
233598
  "type": {
233636
- "text": "GdsThemeProps & { ref?: React.Ref<GdsThemeClass> }"
233599
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<GdsVideoClass>>\n > & { ref?: React.Ref<GdsVideoClass> }"
233637
233600
  }
233638
233601
  }
233639
- ]
233602
+ ],
233603
+ "description": "`gds-video` is a custom video element that provides configurable .mp4 video playback that can be used as background or hero video without controls.\nThe video can be customized with different properties like ratio, position, inset, width, height, opacity, fit, and radius."
233640
233604
  }
233641
233605
  ],
233642
233606
  "exports": [
233643
233607
  {
233644
233608
  "kind": "js",
233645
- "name": "GdsTheme",
233609
+ "name": "GdsVideo",
233646
233610
  "declaration": {
233647
- "name": "GdsTheme",
233648
- "module": "src/generated/react/theme/index.ts"
233611
+ "name": "GdsVideo",
233612
+ "module": "src/generated/react/video/index.ts"
233649
233613
  }
233650
233614
  }
233651
233615
  ]
@@ -234072,16 +234036,16 @@
234072
234036
  },
234073
234037
  {
234074
234038
  "kind": "javascript-module",
234075
- "path": "src/generated/react/icons/icon-arrow-rotate-clockwise/index.ts",
234039
+ "path": "src/generated/react/icons/icon-arrow-right-up-circle/index.ts",
234076
234040
  "declarations": [
234077
234041
  {
234078
234042
  "kind": "function",
234079
- "name": "IconArrowRotateClockwise",
234043
+ "name": "IconArrowRightUpCircle",
234080
234044
  "parameters": [
234081
234045
  {
234082
234046
  "name": "props",
234083
234047
  "type": {
234084
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconArrowRotateClockwiseClass>>\n > & { ref?: React.Ref<IconArrowRotateClockwiseClass> }"
234048
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconArrowRightUpCircleClass>>\n > & { ref?: React.Ref<IconArrowRightUpCircleClass> }"
234085
234049
  }
234086
234050
  }
234087
234051
  ]
@@ -234090,26 +234054,26 @@
234090
234054
  "exports": [
234091
234055
  {
234092
234056
  "kind": "js",
234093
- "name": "IconArrowRotateClockwise",
234057
+ "name": "IconArrowRightUpCircle",
234094
234058
  "declaration": {
234095
- "name": "IconArrowRotateClockwise",
234096
- "module": "src/generated/react/icons/icon-arrow-rotate-clockwise/index.ts"
234059
+ "name": "IconArrowRightUpCircle",
234060
+ "module": "src/generated/react/icons/icon-arrow-right-up-circle/index.ts"
234097
234061
  }
234098
234062
  }
234099
234063
  ]
234100
234064
  },
234101
234065
  {
234102
234066
  "kind": "javascript-module",
234103
- "path": "src/generated/react/icons/icon-arrow-rotate-counter-clockwise/index.ts",
234067
+ "path": "src/generated/react/icons/icon-arrow-rotate-clockwise/index.ts",
234104
234068
  "declarations": [
234105
234069
  {
234106
234070
  "kind": "function",
234107
- "name": "IconArrowRotateCounterClockwise",
234071
+ "name": "IconArrowRotateClockwise",
234108
234072
  "parameters": [
234109
234073
  {
234110
234074
  "name": "props",
234111
234075
  "type": {
234112
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconArrowRotateCounterClockwiseClass>>\n > & { ref?: React.Ref<IconArrowRotateCounterClockwiseClass> }"
234076
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconArrowRotateClockwiseClass>>\n > & { ref?: React.Ref<IconArrowRotateClockwiseClass> }"
234113
234077
  }
234114
234078
  }
234115
234079
  ]
@@ -234118,26 +234082,26 @@
234118
234082
  "exports": [
234119
234083
  {
234120
234084
  "kind": "js",
234121
- "name": "IconArrowRotateCounterClockwise",
234085
+ "name": "IconArrowRotateClockwise",
234122
234086
  "declaration": {
234123
- "name": "IconArrowRotateCounterClockwise",
234124
- "module": "src/generated/react/icons/icon-arrow-rotate-counter-clockwise/index.ts"
234087
+ "name": "IconArrowRotateClockwise",
234088
+ "module": "src/generated/react/icons/icon-arrow-rotate-clockwise/index.ts"
234125
234089
  }
234126
234090
  }
234127
234091
  ]
234128
234092
  },
234129
234093
  {
234130
234094
  "kind": "javascript-module",
234131
- "path": "src/generated/react/icons/icon-arrow-rotate-left-right/index.ts",
234095
+ "path": "src/generated/react/icons/icon-arrow-rotate-counter-clockwise/index.ts",
234132
234096
  "declarations": [
234133
234097
  {
234134
234098
  "kind": "function",
234135
- "name": "IconArrowRotateLeftRight",
234099
+ "name": "IconArrowRotateCounterClockwise",
234136
234100
  "parameters": [
234137
234101
  {
234138
234102
  "name": "props",
234139
234103
  "type": {
234140
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconArrowRotateLeftRightClass>>\n > & { ref?: React.Ref<IconArrowRotateLeftRightClass> }"
234104
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconArrowRotateCounterClockwiseClass>>\n > & { ref?: React.Ref<IconArrowRotateCounterClockwiseClass> }"
234141
234105
  }
234142
234106
  }
234143
234107
  ]
@@ -234146,26 +234110,26 @@
234146
234110
  "exports": [
234147
234111
  {
234148
234112
  "kind": "js",
234149
- "name": "IconArrowRotateLeftRight",
234113
+ "name": "IconArrowRotateCounterClockwise",
234150
234114
  "declaration": {
234151
- "name": "IconArrowRotateLeftRight",
234152
- "module": "src/generated/react/icons/icon-arrow-rotate-left-right/index.ts"
234115
+ "name": "IconArrowRotateCounterClockwise",
234116
+ "module": "src/generated/react/icons/icon-arrow-rotate-counter-clockwise/index.ts"
234153
234117
  }
234154
234118
  }
234155
234119
  ]
234156
234120
  },
234157
234121
  {
234158
234122
  "kind": "javascript-module",
234159
- "path": "src/generated/react/icons/icon-arrow-right-up-circle/index.ts",
234123
+ "path": "src/generated/react/icons/icon-arrow-rotate-left-right/index.ts",
234160
234124
  "declarations": [
234161
234125
  {
234162
234126
  "kind": "function",
234163
- "name": "IconArrowRightUpCircle",
234127
+ "name": "IconArrowRotateLeftRight",
234164
234128
  "parameters": [
234165
234129
  {
234166
234130
  "name": "props",
234167
234131
  "type": {
234168
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconArrowRightUpCircleClass>>\n > & { ref?: React.Ref<IconArrowRightUpCircleClass> }"
234132
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconArrowRotateLeftRightClass>>\n > & { ref?: React.Ref<IconArrowRotateLeftRightClass> }"
234169
234133
  }
234170
234134
  }
234171
234135
  ]
@@ -234174,10 +234138,10 @@
234174
234138
  "exports": [
234175
234139
  {
234176
234140
  "kind": "js",
234177
- "name": "IconArrowRightUpCircle",
234141
+ "name": "IconArrowRotateLeftRight",
234178
234142
  "declaration": {
234179
- "name": "IconArrowRightUpCircle",
234180
- "module": "src/generated/react/icons/icon-arrow-right-up-circle/index.ts"
234143
+ "name": "IconArrowRotateLeftRight",
234144
+ "module": "src/generated/react/icons/icon-arrow-rotate-left-right/index.ts"
234181
234145
  }
234182
234146
  }
234183
234147
  ]
@@ -235360,16 +235324,16 @@
235360
235324
  },
235361
235325
  {
235362
235326
  "kind": "javascript-module",
235363
- "path": "src/generated/react/icons/icon-brand-rss-feed/index.ts",
235327
+ "path": "src/generated/react/icons/icon-brand-play-store/index.ts",
235364
235328
  "declarations": [
235365
235329
  {
235366
235330
  "kind": "function",
235367
- "name": "IconBrandRssFeed",
235331
+ "name": "IconBrandPlayStore",
235368
235332
  "parameters": [
235369
235333
  {
235370
235334
  "name": "props",
235371
235335
  "type": {
235372
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconBrandRssFeedClass>>\n > & { ref?: React.Ref<IconBrandRssFeedClass> }"
235336
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconBrandPlayStoreClass>>\n > & { ref?: React.Ref<IconBrandPlayStoreClass> }"
235373
235337
  }
235374
235338
  }
235375
235339
  ]
@@ -235378,26 +235342,26 @@
235378
235342
  "exports": [
235379
235343
  {
235380
235344
  "kind": "js",
235381
- "name": "IconBrandRssFeed",
235345
+ "name": "IconBrandPlayStore",
235382
235346
  "declaration": {
235383
- "name": "IconBrandRssFeed",
235384
- "module": "src/generated/react/icons/icon-brand-rss-feed/index.ts"
235347
+ "name": "IconBrandPlayStore",
235348
+ "module": "src/generated/react/icons/icon-brand-play-store/index.ts"
235385
235349
  }
235386
235350
  }
235387
235351
  ]
235388
235352
  },
235389
235353
  {
235390
235354
  "kind": "javascript-module",
235391
- "path": "src/generated/react/icons/icon-brand-seb/index.ts",
235355
+ "path": "src/generated/react/icons/icon-brand-rss-feed/index.ts",
235392
235356
  "declarations": [
235393
235357
  {
235394
235358
  "kind": "function",
235395
- "name": "IconBrandSeb",
235359
+ "name": "IconBrandRssFeed",
235396
235360
  "parameters": [
235397
235361
  {
235398
235362
  "name": "props",
235399
235363
  "type": {
235400
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconBrandSebClass>>\n > & { ref?: React.Ref<IconBrandSebClass> }"
235364
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconBrandRssFeedClass>>\n > & { ref?: React.Ref<IconBrandRssFeedClass> }"
235401
235365
  }
235402
235366
  }
235403
235367
  ]
@@ -235406,26 +235370,26 @@
235406
235370
  "exports": [
235407
235371
  {
235408
235372
  "kind": "js",
235409
- "name": "IconBrandSeb",
235373
+ "name": "IconBrandRssFeed",
235410
235374
  "declaration": {
235411
- "name": "IconBrandSeb",
235412
- "module": "src/generated/react/icons/icon-brand-seb/index.ts"
235375
+ "name": "IconBrandRssFeed",
235376
+ "module": "src/generated/react/icons/icon-brand-rss-feed/index.ts"
235413
235377
  }
235414
235378
  }
235415
235379
  ]
235416
235380
  },
235417
235381
  {
235418
235382
  "kind": "javascript-module",
235419
- "path": "src/generated/react/icons/icon-brand-play-store/index.ts",
235383
+ "path": "src/generated/react/icons/icon-brand-seb/index.ts",
235420
235384
  "declarations": [
235421
235385
  {
235422
235386
  "kind": "function",
235423
- "name": "IconBrandPlayStore",
235387
+ "name": "IconBrandSeb",
235424
235388
  "parameters": [
235425
235389
  {
235426
235390
  "name": "props",
235427
235391
  "type": {
235428
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconBrandPlayStoreClass>>\n > & { ref?: React.Ref<IconBrandPlayStoreClass> }"
235392
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconBrandSebClass>>\n > & { ref?: React.Ref<IconBrandSebClass> }"
235429
235393
  }
235430
235394
  }
235431
235395
  ]
@@ -235434,10 +235398,10 @@
235434
235398
  "exports": [
235435
235399
  {
235436
235400
  "kind": "js",
235437
- "name": "IconBrandPlayStore",
235401
+ "name": "IconBrandSeb",
235438
235402
  "declaration": {
235439
- "name": "IconBrandPlayStore",
235440
- "module": "src/generated/react/icons/icon-brand-play-store/index.ts"
235403
+ "name": "IconBrandSeb",
235404
+ "module": "src/generated/react/icons/icon-brand-seb/index.ts"
235441
235405
  }
235442
235406
  }
235443
235407
  ]
@@ -235668,16 +235632,16 @@
235668
235632
  },
235669
235633
  {
235670
235634
  "kind": "javascript-module",
235671
- "path": "src/generated/react/icons/icon-bubble-text/index.ts",
235635
+ "path": "src/generated/react/icons/icon-bubble-quotes/index.ts",
235672
235636
  "declarations": [
235673
235637
  {
235674
235638
  "kind": "function",
235675
- "name": "IconBubbleText",
235639
+ "name": "IconBubbleQuotes",
235676
235640
  "parameters": [
235677
235641
  {
235678
235642
  "name": "props",
235679
235643
  "type": {
235680
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconBubbleTextClass>>\n > & { ref?: React.Ref<IconBubbleTextClass> }"
235644
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconBubbleQuotesClass>>\n > & { ref?: React.Ref<IconBubbleQuotesClass> }"
235681
235645
  }
235682
235646
  }
235683
235647
  ]
@@ -235686,26 +235650,26 @@
235686
235650
  "exports": [
235687
235651
  {
235688
235652
  "kind": "js",
235689
- "name": "IconBubbleText",
235653
+ "name": "IconBubbleQuotes",
235690
235654
  "declaration": {
235691
- "name": "IconBubbleText",
235692
- "module": "src/generated/react/icons/icon-bubble-text/index.ts"
235655
+ "name": "IconBubbleQuotes",
235656
+ "module": "src/generated/react/icons/icon-bubble-quotes/index.ts"
235693
235657
  }
235694
235658
  }
235695
235659
  ]
235696
235660
  },
235697
235661
  {
235698
235662
  "kind": "javascript-module",
235699
- "path": "src/generated/react/icons/icon-bubble-quotes/index.ts",
235663
+ "path": "src/generated/react/icons/icon-bubble-text/index.ts",
235700
235664
  "declarations": [
235701
235665
  {
235702
235666
  "kind": "function",
235703
- "name": "IconBubbleQuotes",
235667
+ "name": "IconBubbleText",
235704
235668
  "parameters": [
235705
235669
  {
235706
235670
  "name": "props",
235707
235671
  "type": {
235708
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconBubbleQuotesClass>>\n > & { ref?: React.Ref<IconBubbleQuotesClass> }"
235672
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconBubbleTextClass>>\n > & { ref?: React.Ref<IconBubbleTextClass> }"
235709
235673
  }
235710
235674
  }
235711
235675
  ]
@@ -235714,10 +235678,10 @@
235714
235678
  "exports": [
235715
235679
  {
235716
235680
  "kind": "js",
235717
- "name": "IconBubbleQuotes",
235681
+ "name": "IconBubbleText",
235718
235682
  "declaration": {
235719
- "name": "IconBubbleQuotes",
235720
- "module": "src/generated/react/icons/icon-bubble-quotes/index.ts"
235683
+ "name": "IconBubbleText",
235684
+ "module": "src/generated/react/icons/icon-bubble-text/index.ts"
235721
235685
  }
235722
235686
  }
235723
235687
  ]
@@ -236004,16 +235968,16 @@
236004
235968
  },
236005
235969
  {
236006
235970
  "kind": "javascript-module",
236007
- "path": "src/generated/react/icons/icon-carussel/index.ts",
235971
+ "path": "src/generated/react/icons/icon-car/index.ts",
236008
235972
  "declarations": [
236009
235973
  {
236010
235974
  "kind": "function",
236011
- "name": "IconCarussel",
235975
+ "name": "IconCar",
236012
235976
  "parameters": [
236013
235977
  {
236014
235978
  "name": "props",
236015
235979
  "type": {
236016
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconCarusselClass>>\n > & { ref?: React.Ref<IconCarusselClass> }"
235980
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconCarClass>>\n > & { ref?: React.Ref<IconCarClass> }"
236017
235981
  }
236018
235982
  }
236019
235983
  ]
@@ -236022,26 +235986,26 @@
236022
235986
  "exports": [
236023
235987
  {
236024
235988
  "kind": "js",
236025
- "name": "IconCarussel",
235989
+ "name": "IconCar",
236026
235990
  "declaration": {
236027
- "name": "IconCarussel",
236028
- "module": "src/generated/react/icons/icon-carussel/index.ts"
235991
+ "name": "IconCar",
235992
+ "module": "src/generated/react/icons/icon-car/index.ts"
236029
235993
  }
236030
235994
  }
236031
235995
  ]
236032
235996
  },
236033
235997
  {
236034
235998
  "kind": "javascript-module",
236035
- "path": "src/generated/react/icons/icon-chain-link/index.ts",
235999
+ "path": "src/generated/react/icons/icon-carussel/index.ts",
236036
236000
  "declarations": [
236037
236001
  {
236038
236002
  "kind": "function",
236039
- "name": "IconChainLink",
236003
+ "name": "IconCarussel",
236040
236004
  "parameters": [
236041
236005
  {
236042
236006
  "name": "props",
236043
236007
  "type": {
236044
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconChainLinkClass>>\n > & { ref?: React.Ref<IconChainLinkClass> }"
236008
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconCarusselClass>>\n > & { ref?: React.Ref<IconCarusselClass> }"
236045
236009
  }
236046
236010
  }
236047
236011
  ]
@@ -236050,26 +236014,26 @@
236050
236014
  "exports": [
236051
236015
  {
236052
236016
  "kind": "js",
236053
- "name": "IconChainLink",
236017
+ "name": "IconCarussel",
236054
236018
  "declaration": {
236055
- "name": "IconChainLink",
236056
- "module": "src/generated/react/icons/icon-chain-link/index.ts"
236019
+ "name": "IconCarussel",
236020
+ "module": "src/generated/react/icons/icon-carussel/index.ts"
236057
236021
  }
236058
236022
  }
236059
236023
  ]
236060
236024
  },
236061
236025
  {
236062
236026
  "kind": "javascript-module",
236063
- "path": "src/generated/react/icons/icon-chain-link-broken/index.ts",
236027
+ "path": "src/generated/react/icons/icon-chain-link/index.ts",
236064
236028
  "declarations": [
236065
236029
  {
236066
236030
  "kind": "function",
236067
- "name": "IconChainLinkBroken",
236031
+ "name": "IconChainLink",
236068
236032
  "parameters": [
236069
236033
  {
236070
236034
  "name": "props",
236071
236035
  "type": {
236072
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconChainLinkBrokenClass>>\n > & { ref?: React.Ref<IconChainLinkBrokenClass> }"
236036
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconChainLinkClass>>\n > & { ref?: React.Ref<IconChainLinkClass> }"
236073
236037
  }
236074
236038
  }
236075
236039
  ]
@@ -236078,26 +236042,26 @@
236078
236042
  "exports": [
236079
236043
  {
236080
236044
  "kind": "js",
236081
- "name": "IconChainLinkBroken",
236045
+ "name": "IconChainLink",
236082
236046
  "declaration": {
236083
- "name": "IconChainLinkBroken",
236084
- "module": "src/generated/react/icons/icon-chain-link-broken/index.ts"
236047
+ "name": "IconChainLink",
236048
+ "module": "src/generated/react/icons/icon-chain-link/index.ts"
236085
236049
  }
236086
236050
  }
236087
236051
  ]
236088
236052
  },
236089
236053
  {
236090
236054
  "kind": "javascript-module",
236091
- "path": "src/generated/react/icons/icon-car/index.ts",
236055
+ "path": "src/generated/react/icons/icon-chain-link-broken/index.ts",
236092
236056
  "declarations": [
236093
236057
  {
236094
236058
  "kind": "function",
236095
- "name": "IconCar",
236059
+ "name": "IconChainLinkBroken",
236096
236060
  "parameters": [
236097
236061
  {
236098
236062
  "name": "props",
236099
236063
  "type": {
236100
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconCarClass>>\n > & { ref?: React.Ref<IconCarClass> }"
236064
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconChainLinkBrokenClass>>\n > & { ref?: React.Ref<IconChainLinkBrokenClass> }"
236101
236065
  }
236102
236066
  }
236103
236067
  ]
@@ -236106,10 +236070,10 @@
236106
236070
  "exports": [
236107
236071
  {
236108
236072
  "kind": "js",
236109
- "name": "IconCar",
236073
+ "name": "IconChainLinkBroken",
236110
236074
  "declaration": {
236111
- "name": "IconCar",
236112
- "module": "src/generated/react/icons/icon-car/index.ts"
236075
+ "name": "IconChainLinkBroken",
236076
+ "module": "src/generated/react/icons/icon-chain-link-broken/index.ts"
236113
236077
  }
236114
236078
  }
236115
236079
  ]
@@ -236256,16 +236220,16 @@
236256
236220
  },
236257
236221
  {
236258
236222
  "kind": "javascript-module",
236259
- "path": "src/generated/react/icons/icon-chevron-double-down/index.ts",
236223
+ "path": "src/generated/react/icons/icon-checkmark/index.ts",
236260
236224
  "declarations": [
236261
236225
  {
236262
236226
  "kind": "function",
236263
- "name": "IconChevronDoubleDown",
236227
+ "name": "IconCheckmark",
236264
236228
  "parameters": [
236265
236229
  {
236266
236230
  "name": "props",
236267
236231
  "type": {
236268
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconChevronDoubleDownClass>>\n > & { ref?: React.Ref<IconChevronDoubleDownClass> }"
236232
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconCheckmarkClass>>\n > & { ref?: React.Ref<IconCheckmarkClass> }"
236269
236233
  }
236270
236234
  }
236271
236235
  ]
@@ -236274,10 +236238,10 @@
236274
236238
  "exports": [
236275
236239
  {
236276
236240
  "kind": "js",
236277
- "name": "IconChevronDoubleDown",
236241
+ "name": "IconCheckmark",
236278
236242
  "declaration": {
236279
- "name": "IconChevronDoubleDown",
236280
- "module": "src/generated/react/icons/icon-chevron-double-down/index.ts"
236243
+ "name": "IconCheckmark",
236244
+ "module": "src/generated/react/icons/icon-checkmark/index.ts"
236281
236245
  }
236282
236246
  }
236283
236247
  ]
@@ -236312,16 +236276,16 @@
236312
236276
  },
236313
236277
  {
236314
236278
  "kind": "javascript-module",
236315
- "path": "src/generated/react/icons/icon-chevron-double-left/index.ts",
236279
+ "path": "src/generated/react/icons/icon-chevron-double-down/index.ts",
236316
236280
  "declarations": [
236317
236281
  {
236318
236282
  "kind": "function",
236319
- "name": "IconChevronDoubleLeft",
236283
+ "name": "IconChevronDoubleDown",
236320
236284
  "parameters": [
236321
236285
  {
236322
236286
  "name": "props",
236323
236287
  "type": {
236324
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconChevronDoubleLeftClass>>\n > & { ref?: React.Ref<IconChevronDoubleLeftClass> }"
236288
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconChevronDoubleDownClass>>\n > & { ref?: React.Ref<IconChevronDoubleDownClass> }"
236325
236289
  }
236326
236290
  }
236327
236291
  ]
@@ -236330,26 +236294,26 @@
236330
236294
  "exports": [
236331
236295
  {
236332
236296
  "kind": "js",
236333
- "name": "IconChevronDoubleLeft",
236297
+ "name": "IconChevronDoubleDown",
236334
236298
  "declaration": {
236335
- "name": "IconChevronDoubleLeft",
236336
- "module": "src/generated/react/icons/icon-chevron-double-left/index.ts"
236299
+ "name": "IconChevronDoubleDown",
236300
+ "module": "src/generated/react/icons/icon-chevron-double-down/index.ts"
236337
236301
  }
236338
236302
  }
236339
236303
  ]
236340
236304
  },
236341
236305
  {
236342
236306
  "kind": "javascript-module",
236343
- "path": "src/generated/react/icons/icon-chevron-double-right/index.ts",
236307
+ "path": "src/generated/react/icons/icon-chevron-double-left/index.ts",
236344
236308
  "declarations": [
236345
236309
  {
236346
236310
  "kind": "function",
236347
- "name": "IconChevronDoubleRight",
236311
+ "name": "IconChevronDoubleLeft",
236348
236312
  "parameters": [
236349
236313
  {
236350
236314
  "name": "props",
236351
236315
  "type": {
236352
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconChevronDoubleRightClass>>\n > & { ref?: React.Ref<IconChevronDoubleRightClass> }"
236316
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconChevronDoubleLeftClass>>\n > & { ref?: React.Ref<IconChevronDoubleLeftClass> }"
236353
236317
  }
236354
236318
  }
236355
236319
  ]
@@ -236358,26 +236322,26 @@
236358
236322
  "exports": [
236359
236323
  {
236360
236324
  "kind": "js",
236361
- "name": "IconChevronDoubleRight",
236325
+ "name": "IconChevronDoubleLeft",
236362
236326
  "declaration": {
236363
- "name": "IconChevronDoubleRight",
236364
- "module": "src/generated/react/icons/icon-chevron-double-right/index.ts"
236327
+ "name": "IconChevronDoubleLeft",
236328
+ "module": "src/generated/react/icons/icon-chevron-double-left/index.ts"
236365
236329
  }
236366
236330
  }
236367
236331
  ]
236368
236332
  },
236369
236333
  {
236370
236334
  "kind": "javascript-module",
236371
- "path": "src/generated/react/icons/icon-checkmark/index.ts",
236335
+ "path": "src/generated/react/icons/icon-chevron-double-right/index.ts",
236372
236336
  "declarations": [
236373
236337
  {
236374
236338
  "kind": "function",
236375
- "name": "IconCheckmark",
236339
+ "name": "IconChevronDoubleRight",
236376
236340
  "parameters": [
236377
236341
  {
236378
236342
  "name": "props",
236379
236343
  "type": {
236380
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconCheckmarkClass>>\n > & { ref?: React.Ref<IconCheckmarkClass> }"
236344
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconChevronDoubleRightClass>>\n > & { ref?: React.Ref<IconChevronDoubleRightClass> }"
236381
236345
  }
236382
236346
  }
236383
236347
  ]
@@ -236386,10 +236350,10 @@
236386
236350
  "exports": [
236387
236351
  {
236388
236352
  "kind": "js",
236389
- "name": "IconCheckmark",
236353
+ "name": "IconChevronDoubleRight",
236390
236354
  "declaration": {
236391
- "name": "IconCheckmark",
236392
- "module": "src/generated/react/icons/icon-checkmark/index.ts"
236355
+ "name": "IconChevronDoubleRight",
236356
+ "module": "src/generated/react/icons/icon-chevron-double-right/index.ts"
236393
236357
  }
236394
236358
  }
236395
236359
  ]
@@ -236536,16 +236500,16 @@
236536
236500
  },
236537
236501
  {
236538
236502
  "kind": "javascript-module",
236539
- "path": "src/generated/react/icons/icon-chevron-right-small/index.ts",
236503
+ "path": "src/generated/react/icons/icon-chevron-right/index.ts",
236540
236504
  "declarations": [
236541
236505
  {
236542
236506
  "kind": "function",
236543
- "name": "IconChevronRightSmall",
236507
+ "name": "IconChevronRight",
236544
236508
  "parameters": [
236545
236509
  {
236546
236510
  "name": "props",
236547
236511
  "type": {
236548
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconChevronRightSmallClass>>\n > & { ref?: React.Ref<IconChevronRightSmallClass> }"
236512
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconChevronRightClass>>\n > & { ref?: React.Ref<IconChevronRightClass> }"
236549
236513
  }
236550
236514
  }
236551
236515
  ]
@@ -236554,26 +236518,26 @@
236554
236518
  "exports": [
236555
236519
  {
236556
236520
  "kind": "js",
236557
- "name": "IconChevronRightSmall",
236521
+ "name": "IconChevronRight",
236558
236522
  "declaration": {
236559
- "name": "IconChevronRightSmall",
236560
- "module": "src/generated/react/icons/icon-chevron-right-small/index.ts"
236523
+ "name": "IconChevronRight",
236524
+ "module": "src/generated/react/icons/icon-chevron-right/index.ts"
236561
236525
  }
236562
236526
  }
236563
236527
  ]
236564
236528
  },
236565
236529
  {
236566
236530
  "kind": "javascript-module",
236567
- "path": "src/generated/react/icons/icon-chevron-right/index.ts",
236531
+ "path": "src/generated/react/icons/icon-chevron-right-small/index.ts",
236568
236532
  "declarations": [
236569
236533
  {
236570
236534
  "kind": "function",
236571
- "name": "IconChevronRight",
236535
+ "name": "IconChevronRightSmall",
236572
236536
  "parameters": [
236573
236537
  {
236574
236538
  "name": "props",
236575
236539
  "type": {
236576
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconChevronRightClass>>\n > & { ref?: React.Ref<IconChevronRightClass> }"
236540
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconChevronRightSmallClass>>\n > & { ref?: React.Ref<IconChevronRightSmallClass> }"
236577
236541
  }
236578
236542
  }
236579
236543
  ]
@@ -236582,10 +236546,10 @@
236582
236546
  "exports": [
236583
236547
  {
236584
236548
  "kind": "js",
236585
- "name": "IconChevronRight",
236549
+ "name": "IconChevronRightSmall",
236586
236550
  "declaration": {
236587
- "name": "IconChevronRight",
236588
- "module": "src/generated/react/icons/icon-chevron-right/index.ts"
236551
+ "name": "IconChevronRightSmall",
236552
+ "module": "src/generated/react/icons/icon-chevron-right-small/index.ts"
236589
236553
  }
236590
236554
  }
236591
236555
  ]
@@ -236646,6 +236610,34 @@
236646
236610
  }
236647
236611
  ]
236648
236612
  },
236613
+ {
236614
+ "kind": "javascript-module",
236615
+ "path": "src/generated/react/icons/icon-circle-ban/index.ts",
236616
+ "declarations": [
236617
+ {
236618
+ "kind": "function",
236619
+ "name": "IconCircleBan",
236620
+ "parameters": [
236621
+ {
236622
+ "name": "props",
236623
+ "type": {
236624
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconCircleBanClass>>\n > & { ref?: React.Ref<IconCircleBanClass> }"
236625
+ }
236626
+ }
236627
+ ]
236628
+ }
236629
+ ],
236630
+ "exports": [
236631
+ {
236632
+ "kind": "js",
236633
+ "name": "IconCircleBan",
236634
+ "declaration": {
236635
+ "name": "IconCircleBan",
236636
+ "module": "src/generated/react/icons/icon-circle-ban/index.ts"
236637
+ }
236638
+ }
236639
+ ]
236640
+ },
236649
236641
  {
236650
236642
  "kind": "javascript-module",
236651
236643
  "path": "src/generated/react/icons/icon-circle-check/index.ts",
@@ -236704,16 +236696,16 @@
236704
236696
  },
236705
236697
  {
236706
236698
  "kind": "javascript-module",
236707
- "path": "src/generated/react/icons/icon-circle-ban/index.ts",
236699
+ "path": "src/generated/react/icons/icon-circle-info/index.ts",
236708
236700
  "declarations": [
236709
236701
  {
236710
236702
  "kind": "function",
236711
- "name": "IconCircleBan",
236703
+ "name": "IconCircleInfo",
236712
236704
  "parameters": [
236713
236705
  {
236714
236706
  "name": "props",
236715
236707
  "type": {
236716
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconCircleBanClass>>\n > & { ref?: React.Ref<IconCircleBanClass> }"
236708
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconCircleInfoClass>>\n > & { ref?: React.Ref<IconCircleInfoClass> }"
236717
236709
  }
236718
236710
  }
236719
236711
  ]
@@ -236722,10 +236714,10 @@
236722
236714
  "exports": [
236723
236715
  {
236724
236716
  "kind": "js",
236725
- "name": "IconCircleBan",
236717
+ "name": "IconCircleInfo",
236726
236718
  "declaration": {
236727
- "name": "IconCircleBan",
236728
- "module": "src/generated/react/icons/icon-circle-ban/index.ts"
236719
+ "name": "IconCircleInfo",
236720
+ "module": "src/generated/react/icons/icon-circle-info/index.ts"
236729
236721
  }
236730
236722
  }
236731
236723
  ]
@@ -236786,34 +236778,6 @@
236786
236778
  }
236787
236779
  ]
236788
236780
  },
236789
- {
236790
- "kind": "javascript-module",
236791
- "path": "src/generated/react/icons/icon-circle-info/index.ts",
236792
- "declarations": [
236793
- {
236794
- "kind": "function",
236795
- "name": "IconCircleInfo",
236796
- "parameters": [
236797
- {
236798
- "name": "props",
236799
- "type": {
236800
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconCircleInfoClass>>\n > & { ref?: React.Ref<IconCircleInfoClass> }"
236801
- }
236802
- }
236803
- ]
236804
- }
236805
- ],
236806
- "exports": [
236807
- {
236808
- "kind": "js",
236809
- "name": "IconCircleInfo",
236810
- "declaration": {
236811
- "name": "IconCircleInfo",
236812
- "module": "src/generated/react/icons/icon-circle-info/index.ts"
236813
- }
236814
- }
236815
- ]
236816
- },
236817
236781
  {
236818
236782
  "kind": "javascript-module",
236819
236783
  "path": "src/generated/react/icons/icon-circle-plus/index.ts",
@@ -240372,16 +240336,16 @@
240372
240336
  },
240373
240337
  {
240374
240338
  "kind": "javascript-module",
240375
- "path": "src/generated/react/icons/icon-pinch/index.ts",
240339
+ "path": "src/generated/react/icons/icon-pin/index.ts",
240376
240340
  "declarations": [
240377
240341
  {
240378
240342
  "kind": "function",
240379
- "name": "IconPinch",
240343
+ "name": "IconPin",
240380
240344
  "parameters": [
240381
240345
  {
240382
240346
  "name": "props",
240383
240347
  "type": {
240384
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconPinchClass>>\n > & { ref?: React.Ref<IconPinchClass> }"
240348
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconPinClass>>\n > & { ref?: React.Ref<IconPinClass> }"
240385
240349
  }
240386
240350
  }
240387
240351
  ]
@@ -240390,26 +240354,26 @@
240390
240354
  "exports": [
240391
240355
  {
240392
240356
  "kind": "js",
240393
- "name": "IconPinch",
240357
+ "name": "IconPin",
240394
240358
  "declaration": {
240395
- "name": "IconPinch",
240396
- "module": "src/generated/react/icons/icon-pinch/index.ts"
240359
+ "name": "IconPin",
240360
+ "module": "src/generated/react/icons/icon-pin/index.ts"
240397
240361
  }
240398
240362
  }
240399
240363
  ]
240400
240364
  },
240401
240365
  {
240402
240366
  "kind": "javascript-module",
240403
- "path": "src/generated/react/icons/icon-pin/index.ts",
240367
+ "path": "src/generated/react/icons/icon-pinch/index.ts",
240404
240368
  "declarations": [
240405
240369
  {
240406
240370
  "kind": "function",
240407
- "name": "IconPin",
240371
+ "name": "IconPinch",
240408
240372
  "parameters": [
240409
240373
  {
240410
240374
  "name": "props",
240411
240375
  "type": {
240412
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconPinClass>>\n > & { ref?: React.Ref<IconPinClass> }"
240376
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconPinchClass>>\n > & { ref?: React.Ref<IconPinchClass> }"
240413
240377
  }
240414
240378
  }
240415
240379
  ]
@@ -240418,10 +240382,10 @@
240418
240382
  "exports": [
240419
240383
  {
240420
240384
  "kind": "js",
240421
- "name": "IconPin",
240385
+ "name": "IconPinch",
240422
240386
  "declaration": {
240423
- "name": "IconPin",
240424
- "module": "src/generated/react/icons/icon-pin/index.ts"
240387
+ "name": "IconPinch",
240388
+ "module": "src/generated/react/icons/icon-pinch/index.ts"
240425
240389
  }
240426
240390
  }
240427
240391
  ]
@@ -240764,16 +240728,16 @@
240764
240728
  },
240765
240729
  {
240766
240730
  "kind": "javascript-module",
240767
- "path": "src/generated/react/icons/icon-raising-hand/index.ts",
240731
+ "path": "src/generated/react/icons/icon-rainy/index.ts",
240768
240732
  "declarations": [
240769
240733
  {
240770
240734
  "kind": "function",
240771
- "name": "IconRaisingHand",
240735
+ "name": "IconRainy",
240772
240736
  "parameters": [
240773
240737
  {
240774
240738
  "name": "props",
240775
240739
  "type": {
240776
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconRaisingHandClass>>\n > & { ref?: React.Ref<IconRaisingHandClass> }"
240740
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconRainyClass>>\n > & { ref?: React.Ref<IconRainyClass> }"
240777
240741
  }
240778
240742
  }
240779
240743
  ]
@@ -240782,26 +240746,26 @@
240782
240746
  "exports": [
240783
240747
  {
240784
240748
  "kind": "js",
240785
- "name": "IconRaisingHand",
240749
+ "name": "IconRainy",
240786
240750
  "declaration": {
240787
- "name": "IconRaisingHand",
240788
- "module": "src/generated/react/icons/icon-raising-hand/index.ts"
240751
+ "name": "IconRainy",
240752
+ "module": "src/generated/react/icons/icon-rainy/index.ts"
240789
240753
  }
240790
240754
  }
240791
240755
  ]
240792
240756
  },
240793
240757
  {
240794
240758
  "kind": "javascript-module",
240795
- "path": "src/generated/react/icons/icon-reading-list/index.ts",
240759
+ "path": "src/generated/react/icons/icon-raising-hand/index.ts",
240796
240760
  "declarations": [
240797
240761
  {
240798
240762
  "kind": "function",
240799
- "name": "IconReadingList",
240763
+ "name": "IconRaisingHand",
240800
240764
  "parameters": [
240801
240765
  {
240802
240766
  "name": "props",
240803
240767
  "type": {
240804
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconReadingListClass>>\n > & { ref?: React.Ref<IconReadingListClass> }"
240768
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconRaisingHandClass>>\n > & { ref?: React.Ref<IconRaisingHandClass> }"
240805
240769
  }
240806
240770
  }
240807
240771
  ]
@@ -240810,26 +240774,26 @@
240810
240774
  "exports": [
240811
240775
  {
240812
240776
  "kind": "js",
240813
- "name": "IconReadingList",
240777
+ "name": "IconRaisingHand",
240814
240778
  "declaration": {
240815
- "name": "IconReadingList",
240816
- "module": "src/generated/react/icons/icon-reading-list/index.ts"
240779
+ "name": "IconRaisingHand",
240780
+ "module": "src/generated/react/icons/icon-raising-hand/index.ts"
240817
240781
  }
240818
240782
  }
240819
240783
  ]
240820
240784
  },
240821
240785
  {
240822
240786
  "kind": "javascript-module",
240823
- "path": "src/generated/react/icons/icon-rainy/index.ts",
240787
+ "path": "src/generated/react/icons/icon-reading-list/index.ts",
240824
240788
  "declarations": [
240825
240789
  {
240826
240790
  "kind": "function",
240827
- "name": "IconRainy",
240791
+ "name": "IconReadingList",
240828
240792
  "parameters": [
240829
240793
  {
240830
240794
  "name": "props",
240831
240795
  "type": {
240832
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconRainyClass>>\n > & { ref?: React.Ref<IconRainyClass> }"
240796
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconReadingListClass>>\n > & { ref?: React.Ref<IconReadingListClass> }"
240833
240797
  }
240834
240798
  }
240835
240799
  ]
@@ -240838,26 +240802,26 @@
240838
240802
  "exports": [
240839
240803
  {
240840
240804
  "kind": "js",
240841
- "name": "IconRainy",
240805
+ "name": "IconReadingList",
240842
240806
  "declaration": {
240843
- "name": "IconRainy",
240844
- "module": "src/generated/react/icons/icon-rainy/index.ts"
240807
+ "name": "IconReadingList",
240808
+ "module": "src/generated/react/icons/icon-reading-list/index.ts"
240845
240809
  }
240846
240810
  }
240847
240811
  ]
240848
240812
  },
240849
240813
  {
240850
240814
  "kind": "javascript-module",
240851
- "path": "src/generated/react/icons/icon-receipt-bill/index.ts",
240815
+ "path": "src/generated/react/icons/icon-receiption-bell/index.ts",
240852
240816
  "declarations": [
240853
240817
  {
240854
240818
  "kind": "function",
240855
- "name": "IconReceiptBill",
240819
+ "name": "IconReceiptionBell",
240856
240820
  "parameters": [
240857
240821
  {
240858
240822
  "name": "props",
240859
240823
  "type": {
240860
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconReceiptBillClass>>\n > & { ref?: React.Ref<IconReceiptBillClass> }"
240824
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconReceiptionBellClass>>\n > & { ref?: React.Ref<IconReceiptionBellClass> }"
240861
240825
  }
240862
240826
  }
240863
240827
  ]
@@ -240866,26 +240830,26 @@
240866
240830
  "exports": [
240867
240831
  {
240868
240832
  "kind": "js",
240869
- "name": "IconReceiptBill",
240833
+ "name": "IconReceiptionBell",
240870
240834
  "declaration": {
240871
- "name": "IconReceiptBill",
240872
- "module": "src/generated/react/icons/icon-receipt-bill/index.ts"
240835
+ "name": "IconReceiptionBell",
240836
+ "module": "src/generated/react/icons/icon-receiption-bell/index.ts"
240873
240837
  }
240874
240838
  }
240875
240839
  ]
240876
240840
  },
240877
240841
  {
240878
240842
  "kind": "javascript-module",
240879
- "path": "src/generated/react/icons/icon-receiption-bell/index.ts",
240843
+ "path": "src/generated/react/icons/icon-receipt-bill/index.ts",
240880
240844
  "declarations": [
240881
240845
  {
240882
240846
  "kind": "function",
240883
- "name": "IconReceiptionBell",
240847
+ "name": "IconReceiptBill",
240884
240848
  "parameters": [
240885
240849
  {
240886
240850
  "name": "props",
240887
240851
  "type": {
240888
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconReceiptionBellClass>>\n > & { ref?: React.Ref<IconReceiptionBellClass> }"
240852
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconReceiptBillClass>>\n > & { ref?: React.Ref<IconReceiptBillClass> }"
240889
240853
  }
240890
240854
  }
240891
240855
  ]
@@ -240894,10 +240858,10 @@
240894
240858
  "exports": [
240895
240859
  {
240896
240860
  "kind": "js",
240897
- "name": "IconReceiptionBell",
240861
+ "name": "IconReceiptBill",
240898
240862
  "declaration": {
240899
- "name": "IconReceiptionBell",
240900
- "module": "src/generated/react/icons/icon-receiption-bell/index.ts"
240863
+ "name": "IconReceiptBill",
240864
+ "module": "src/generated/react/icons/icon-receipt-bill/index.ts"
240901
240865
  }
240902
240866
  }
240903
240867
  ]
@@ -241072,16 +241036,16 @@
241072
241036
  },
241073
241037
  {
241074
241038
  "kind": "javascript-module",
241075
- "path": "src/generated/react/icons/icon-school/index.ts",
241039
+ "path": "src/generated/react/icons/icon-scissors/index.ts",
241076
241040
  "declarations": [
241077
241041
  {
241078
241042
  "kind": "function",
241079
- "name": "IconSchool",
241043
+ "name": "IconScissors",
241080
241044
  "parameters": [
241081
241045
  {
241082
241046
  "name": "props",
241083
241047
  "type": {
241084
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconSchoolClass>>\n > & { ref?: React.Ref<IconSchoolClass> }"
241048
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconScissorsClass>>\n > & { ref?: React.Ref<IconScissorsClass> }"
241085
241049
  }
241086
241050
  }
241087
241051
  ]
@@ -241090,26 +241054,26 @@
241090
241054
  "exports": [
241091
241055
  {
241092
241056
  "kind": "js",
241093
- "name": "IconSchool",
241057
+ "name": "IconScissors",
241094
241058
  "declaration": {
241095
- "name": "IconSchool",
241096
- "module": "src/generated/react/icons/icon-school/index.ts"
241059
+ "name": "IconScissors",
241060
+ "module": "src/generated/react/icons/icon-scissors/index.ts"
241097
241061
  }
241098
241062
  }
241099
241063
  ]
241100
241064
  },
241101
241065
  {
241102
241066
  "kind": "javascript-module",
241103
- "path": "src/generated/react/icons/icon-search-menu/index.ts",
241067
+ "path": "src/generated/react/icons/icon-school/index.ts",
241104
241068
  "declarations": [
241105
241069
  {
241106
241070
  "kind": "function",
241107
- "name": "IconSearchMenu",
241071
+ "name": "IconSchool",
241108
241072
  "parameters": [
241109
241073
  {
241110
241074
  "name": "props",
241111
241075
  "type": {
241112
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconSearchMenuClass>>\n > & { ref?: React.Ref<IconSearchMenuClass> }"
241076
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconSchoolClass>>\n > & { ref?: React.Ref<IconSchoolClass> }"
241113
241077
  }
241114
241078
  }
241115
241079
  ]
@@ -241118,26 +241082,26 @@
241118
241082
  "exports": [
241119
241083
  {
241120
241084
  "kind": "js",
241121
- "name": "IconSearchMenu",
241085
+ "name": "IconSchool",
241122
241086
  "declaration": {
241123
- "name": "IconSearchMenu",
241124
- "module": "src/generated/react/icons/icon-search-menu/index.ts"
241087
+ "name": "IconSchool",
241088
+ "module": "src/generated/react/icons/icon-school/index.ts"
241125
241089
  }
241126
241090
  }
241127
241091
  ]
241128
241092
  },
241129
241093
  {
241130
241094
  "kind": "javascript-module",
241131
- "path": "src/generated/react/icons/icon-seb/index.ts",
241095
+ "path": "src/generated/react/icons/icon-search-menu/index.ts",
241132
241096
  "declarations": [
241133
241097
  {
241134
241098
  "kind": "function",
241135
- "name": "IconSeb",
241099
+ "name": "IconSearchMenu",
241136
241100
  "parameters": [
241137
241101
  {
241138
241102
  "name": "props",
241139
241103
  "type": {
241140
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconSebClass>>\n > & { ref?: React.Ref<IconSebClass> }"
241104
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconSearchMenuClass>>\n > & { ref?: React.Ref<IconSearchMenuClass> }"
241141
241105
  }
241142
241106
  }
241143
241107
  ]
@@ -241146,26 +241110,26 @@
241146
241110
  "exports": [
241147
241111
  {
241148
241112
  "kind": "js",
241149
- "name": "IconSeb",
241113
+ "name": "IconSearchMenu",
241150
241114
  "declaration": {
241151
- "name": "IconSeb",
241152
- "module": "src/generated/react/icons/icon-seb/index.ts"
241115
+ "name": "IconSearchMenu",
241116
+ "module": "src/generated/react/icons/icon-search-menu/index.ts"
241153
241117
  }
241154
241118
  }
241155
241119
  ]
241156
241120
  },
241157
241121
  {
241158
241122
  "kind": "javascript-module",
241159
- "path": "src/generated/react/icons/icon-scissors/index.ts",
241123
+ "path": "src/generated/react/icons/icon-seb/index.ts",
241160
241124
  "declarations": [
241161
241125
  {
241162
241126
  "kind": "function",
241163
- "name": "IconScissors",
241127
+ "name": "IconSeb",
241164
241128
  "parameters": [
241165
241129
  {
241166
241130
  "name": "props",
241167
241131
  "type": {
241168
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconScissorsClass>>\n > & { ref?: React.Ref<IconScissorsClass> }"
241132
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconSebClass>>\n > & { ref?: React.Ref<IconSebClass> }"
241169
241133
  }
241170
241134
  }
241171
241135
  ]
@@ -241174,10 +241138,10 @@
241174
241138
  "exports": [
241175
241139
  {
241176
241140
  "kind": "js",
241177
- "name": "IconScissors",
241141
+ "name": "IconSeb",
241178
241142
  "declaration": {
241179
- "name": "IconScissors",
241180
- "module": "src/generated/react/icons/icon-scissors/index.ts"
241143
+ "name": "IconSeb",
241144
+ "module": "src/generated/react/icons/icon-seb/index.ts"
241181
241145
  }
241182
241146
  }
241183
241147
  ]
@@ -241240,16 +241204,16 @@
241240
241204
  },
241241
241205
  {
241242
241206
  "kind": "javascript-module",
241243
- "path": "src/generated/react/icons/icon-settings-slider-ver/index.ts",
241207
+ "path": "src/generated/react/icons/icon-settings-slider-three/index.ts",
241244
241208
  "declarations": [
241245
241209
  {
241246
241210
  "kind": "function",
241247
- "name": "IconSettingsSliderVer",
241211
+ "name": "IconSettingsSliderThree",
241248
241212
  "parameters": [
241249
241213
  {
241250
241214
  "name": "props",
241251
241215
  "type": {
241252
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconSettingsSliderVerClass>>\n > & { ref?: React.Ref<IconSettingsSliderVerClass> }"
241216
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconSettingsSliderThreeClass>>\n > & { ref?: React.Ref<IconSettingsSliderThreeClass> }"
241253
241217
  }
241254
241218
  }
241255
241219
  ]
@@ -241258,26 +241222,26 @@
241258
241222
  "exports": [
241259
241223
  {
241260
241224
  "kind": "js",
241261
- "name": "IconSettingsSliderVer",
241225
+ "name": "IconSettingsSliderThree",
241262
241226
  "declaration": {
241263
- "name": "IconSettingsSliderVer",
241264
- "module": "src/generated/react/icons/icon-settings-slider-ver/index.ts"
241227
+ "name": "IconSettingsSliderThree",
241228
+ "module": "src/generated/react/icons/icon-settings-slider-three/index.ts"
241265
241229
  }
241266
241230
  }
241267
241231
  ]
241268
241232
  },
241269
241233
  {
241270
241234
  "kind": "javascript-module",
241271
- "path": "src/generated/react/icons/icon-shapes/index.ts",
241235
+ "path": "src/generated/react/icons/icon-settings-slider-ver/index.ts",
241272
241236
  "declarations": [
241273
241237
  {
241274
241238
  "kind": "function",
241275
- "name": "IconShapes",
241239
+ "name": "IconSettingsSliderVer",
241276
241240
  "parameters": [
241277
241241
  {
241278
241242
  "name": "props",
241279
241243
  "type": {
241280
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconShapesClass>>\n > & { ref?: React.Ref<IconShapesClass> }"
241244
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconSettingsSliderVerClass>>\n > & { ref?: React.Ref<IconSettingsSliderVerClass> }"
241281
241245
  }
241282
241246
  }
241283
241247
  ]
@@ -241286,26 +241250,26 @@
241286
241250
  "exports": [
241287
241251
  {
241288
241252
  "kind": "js",
241289
- "name": "IconShapes",
241253
+ "name": "IconSettingsSliderVer",
241290
241254
  "declaration": {
241291
- "name": "IconShapes",
241292
- "module": "src/generated/react/icons/icon-shapes/index.ts"
241255
+ "name": "IconSettingsSliderVer",
241256
+ "module": "src/generated/react/icons/icon-settings-slider-ver/index.ts"
241293
241257
  }
241294
241258
  }
241295
241259
  ]
241296
241260
  },
241297
241261
  {
241298
241262
  "kind": "javascript-module",
241299
- "path": "src/generated/react/icons/icon-settings-slider-three/index.ts",
241263
+ "path": "src/generated/react/icons/icon-shapes/index.ts",
241300
241264
  "declarations": [
241301
241265
  {
241302
241266
  "kind": "function",
241303
- "name": "IconSettingsSliderThree",
241267
+ "name": "IconShapes",
241304
241268
  "parameters": [
241305
241269
  {
241306
241270
  "name": "props",
241307
241271
  "type": {
241308
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconSettingsSliderThreeClass>>\n > & { ref?: React.Ref<IconSettingsSliderThreeClass> }"
241272
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconShapesClass>>\n > & { ref?: React.Ref<IconShapesClass> }"
241309
241273
  }
241310
241274
  }
241311
241275
  ]
@@ -241314,10 +241278,10 @@
241314
241278
  "exports": [
241315
241279
  {
241316
241280
  "kind": "js",
241317
- "name": "IconSettingsSliderThree",
241281
+ "name": "IconShapes",
241318
241282
  "declaration": {
241319
- "name": "IconSettingsSliderThree",
241320
- "module": "src/generated/react/icons/icon-settings-slider-three/index.ts"
241283
+ "name": "IconShapes",
241284
+ "module": "src/generated/react/icons/icon-shapes/index.ts"
241321
241285
  }
241322
241286
  }
241323
241287
  ]
@@ -241380,16 +241344,16 @@
241380
241344
  },
241381
241345
  {
241382
241346
  "kind": "javascript-module",
241383
- "path": "src/generated/react/icons/icon-shield-checked/index.ts",
241347
+ "path": "src/generated/react/icons/icon-shield-crossed/index.ts",
241384
241348
  "declarations": [
241385
241349
  {
241386
241350
  "kind": "function",
241387
- "name": "IconShieldChecked",
241351
+ "name": "IconShieldCrossed",
241388
241352
  "parameters": [
241389
241353
  {
241390
241354
  "name": "props",
241391
241355
  "type": {
241392
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconShieldCheckedClass>>\n > & { ref?: React.Ref<IconShieldCheckedClass> }"
241356
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconShieldCrossedClass>>\n > & { ref?: React.Ref<IconShieldCrossedClass> }"
241393
241357
  }
241394
241358
  }
241395
241359
  ]
@@ -241398,26 +241362,26 @@
241398
241362
  "exports": [
241399
241363
  {
241400
241364
  "kind": "js",
241401
- "name": "IconShieldChecked",
241365
+ "name": "IconShieldCrossed",
241402
241366
  "declaration": {
241403
- "name": "IconShieldChecked",
241404
- "module": "src/generated/react/icons/icon-shield-checked/index.ts"
241367
+ "name": "IconShieldCrossed",
241368
+ "module": "src/generated/react/icons/icon-shield-crossed/index.ts"
241405
241369
  }
241406
241370
  }
241407
241371
  ]
241408
241372
  },
241409
241373
  {
241410
241374
  "kind": "javascript-module",
241411
- "path": "src/generated/react/icons/icon-shield-crossed/index.ts",
241375
+ "path": "src/generated/react/icons/icon-shield-checked/index.ts",
241412
241376
  "declarations": [
241413
241377
  {
241414
241378
  "kind": "function",
241415
- "name": "IconShieldCrossed",
241379
+ "name": "IconShieldChecked",
241416
241380
  "parameters": [
241417
241381
  {
241418
241382
  "name": "props",
241419
241383
  "type": {
241420
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconShieldCrossedClass>>\n > & { ref?: React.Ref<IconShieldCrossedClass> }"
241384
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconShieldCheckedClass>>\n > & { ref?: React.Ref<IconShieldCheckedClass> }"
241421
241385
  }
241422
241386
  }
241423
241387
  ]
@@ -241426,10 +241390,10 @@
241426
241390
  "exports": [
241427
241391
  {
241428
241392
  "kind": "js",
241429
- "name": "IconShieldCrossed",
241393
+ "name": "IconShieldChecked",
241430
241394
  "declaration": {
241431
- "name": "IconShieldCrossed",
241432
- "module": "src/generated/react/icons/icon-shield-crossed/index.ts"
241395
+ "name": "IconShieldChecked",
241396
+ "module": "src/generated/react/icons/icon-shield-checked/index.ts"
241433
241397
  }
241434
241398
  }
241435
241399
  ]
@@ -241462,6 +241426,34 @@
241462
241426
  }
241463
241427
  ]
241464
241428
  },
241429
+ {
241430
+ "kind": "javascript-module",
241431
+ "path": "src/generated/react/icons/icon-signature/index.ts",
241432
+ "declarations": [
241433
+ {
241434
+ "kind": "function",
241435
+ "name": "IconSignature",
241436
+ "parameters": [
241437
+ {
241438
+ "name": "props",
241439
+ "type": {
241440
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconSignatureClass>>\n > & { ref?: React.Ref<IconSignatureClass> }"
241441
+ }
241442
+ }
241443
+ ]
241444
+ }
241445
+ ],
241446
+ "exports": [
241447
+ {
241448
+ "kind": "js",
241449
+ "name": "IconSignature",
241450
+ "declaration": {
241451
+ "name": "IconSignature",
241452
+ "module": "src/generated/react/icons/icon-signature/index.ts"
241453
+ }
241454
+ }
241455
+ ]
241456
+ },
241465
241457
  {
241466
241458
  "kind": "javascript-module",
241467
241459
  "path": "src/generated/react/icons/icon-smartwatch/index.ts",
@@ -241548,16 +241540,16 @@
241548
241540
  },
241549
241541
  {
241550
241542
  "kind": "javascript-module",
241551
- "path": "src/generated/react/icons/icon-signature/index.ts",
241543
+ "path": "src/generated/react/icons/icon-sort/index.ts",
241552
241544
  "declarations": [
241553
241545
  {
241554
241546
  "kind": "function",
241555
- "name": "IconSignature",
241547
+ "name": "IconSort",
241556
241548
  "parameters": [
241557
241549
  {
241558
241550
  "name": "props",
241559
241551
  "type": {
241560
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconSignatureClass>>\n > & { ref?: React.Ref<IconSignatureClass> }"
241552
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconSortClass>>\n > & { ref?: React.Ref<IconSortClass> }"
241561
241553
  }
241562
241554
  }
241563
241555
  ]
@@ -241566,10 +241558,10 @@
241566
241558
  "exports": [
241567
241559
  {
241568
241560
  "kind": "js",
241569
- "name": "IconSignature",
241561
+ "name": "IconSort",
241570
241562
  "declaration": {
241571
- "name": "IconSignature",
241572
- "module": "src/generated/react/icons/icon-signature/index.ts"
241563
+ "name": "IconSort",
241564
+ "module": "src/generated/react/icons/icon-sort/index.ts"
241573
241565
  }
241574
241566
  }
241575
241567
  ]
@@ -241602,34 +241594,6 @@
241602
241594
  }
241603
241595
  ]
241604
241596
  },
241605
- {
241606
- "kind": "javascript-module",
241607
- "path": "src/generated/react/icons/icon-sort/index.ts",
241608
- "declarations": [
241609
- {
241610
- "kind": "function",
241611
- "name": "IconSort",
241612
- "parameters": [
241613
- {
241614
- "name": "props",
241615
- "type": {
241616
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconSortClass>>\n > & { ref?: React.Ref<IconSortClass> }"
241617
- }
241618
- }
241619
- ]
241620
- }
241621
- ],
241622
- "exports": [
241623
- {
241624
- "kind": "js",
241625
- "name": "IconSort",
241626
- "declaration": {
241627
- "name": "IconSort",
241628
- "module": "src/generated/react/icons/icon-sort/index.ts"
241629
- }
241630
- }
241631
- ]
241632
- },
241633
241597
  {
241634
241598
  "kind": "javascript-module",
241635
241599
  "path": "src/generated/react/icons/icon-sort-descending/index.ts",
@@ -241688,16 +241652,16 @@
241688
241652
  },
241689
241653
  {
241690
241654
  "kind": "javascript-module",
241691
- "path": "src/generated/react/icons/icon-sort-up/index.ts",
241655
+ "path": "src/generated/react/icons/icon-square-arrow-top-right/index.ts",
241692
241656
  "declarations": [
241693
241657
  {
241694
241658
  "kind": "function",
241695
- "name": "IconSortUp",
241659
+ "name": "IconSquareArrowTopRight",
241696
241660
  "parameters": [
241697
241661
  {
241698
241662
  "name": "props",
241699
241663
  "type": {
241700
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconSortUpClass>>\n > & { ref?: React.Ref<IconSortUpClass> }"
241664
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconSquareArrowTopRightClass>>\n > & { ref?: React.Ref<IconSquareArrowTopRightClass> }"
241701
241665
  }
241702
241666
  }
241703
241667
  ]
@@ -241706,26 +241670,26 @@
241706
241670
  "exports": [
241707
241671
  {
241708
241672
  "kind": "js",
241709
- "name": "IconSortUp",
241673
+ "name": "IconSquareArrowTopRight",
241710
241674
  "declaration": {
241711
- "name": "IconSortUp",
241712
- "module": "src/generated/react/icons/icon-sort-up/index.ts"
241675
+ "name": "IconSquareArrowTopRight",
241676
+ "module": "src/generated/react/icons/icon-square-arrow-top-right/index.ts"
241713
241677
  }
241714
241678
  }
241715
241679
  ]
241716
241680
  },
241717
241681
  {
241718
241682
  "kind": "javascript-module",
241719
- "path": "src/generated/react/icons/icon-square-arrow-top-right/index.ts",
241683
+ "path": "src/generated/react/icons/icon-sort-up/index.ts",
241720
241684
  "declarations": [
241721
241685
  {
241722
241686
  "kind": "function",
241723
- "name": "IconSquareArrowTopRight",
241687
+ "name": "IconSortUp",
241724
241688
  "parameters": [
241725
241689
  {
241726
241690
  "name": "props",
241727
241691
  "type": {
241728
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconSquareArrowTopRightClass>>\n > & { ref?: React.Ref<IconSquareArrowTopRightClass> }"
241692
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconSortUpClass>>\n > & { ref?: React.Ref<IconSortUpClass> }"
241729
241693
  }
241730
241694
  }
241731
241695
  ]
@@ -241734,10 +241698,10 @@
241734
241698
  "exports": [
241735
241699
  {
241736
241700
  "kind": "js",
241737
- "name": "IconSquareArrowTopRight",
241701
+ "name": "IconSortUp",
241738
241702
  "declaration": {
241739
- "name": "IconSquareArrowTopRight",
241740
- "module": "src/generated/react/icons/icon-square-arrow-top-right/index.ts"
241703
+ "name": "IconSortUp",
241704
+ "module": "src/generated/react/icons/icon-sort-up/index.ts"
241741
241705
  }
241742
241706
  }
241743
241707
  ]
@@ -242304,16 +242268,16 @@
242304
242268
  },
242305
242269
  {
242306
242270
  "kind": "javascript-module",
242307
- "path": "src/generated/react/icons/icon-ticket/index.ts",
242271
+ "path": "src/generated/react/icons/icon-thumbs-down/index.ts",
242308
242272
  "declarations": [
242309
242273
  {
242310
242274
  "kind": "function",
242311
- "name": "IconTicket",
242275
+ "name": "IconThumbsDown",
242312
242276
  "parameters": [
242313
242277
  {
242314
242278
  "name": "props",
242315
242279
  "type": {
242316
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconTicketClass>>\n > & { ref?: React.Ref<IconTicketClass> }"
242280
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconThumbsDownClass>>\n > & { ref?: React.Ref<IconThumbsDownClass> }"
242317
242281
  }
242318
242282
  }
242319
242283
  ]
@@ -242322,26 +242286,26 @@
242322
242286
  "exports": [
242323
242287
  {
242324
242288
  "kind": "js",
242325
- "name": "IconTicket",
242289
+ "name": "IconThumbsDown",
242326
242290
  "declaration": {
242327
- "name": "IconTicket",
242328
- "module": "src/generated/react/icons/icon-ticket/index.ts"
242291
+ "name": "IconThumbsDown",
242292
+ "module": "src/generated/react/icons/icon-thumbs-down/index.ts"
242329
242293
  }
242330
242294
  }
242331
242295
  ]
242332
242296
  },
242333
242297
  {
242334
242298
  "kind": "javascript-module",
242335
- "path": "src/generated/react/icons/icon-thumbs-down/index.ts",
242299
+ "path": "src/generated/react/icons/icon-ticket/index.ts",
242336
242300
  "declarations": [
242337
242301
  {
242338
242302
  "kind": "function",
242339
- "name": "IconThumbsDown",
242303
+ "name": "IconTicket",
242340
242304
  "parameters": [
242341
242305
  {
242342
242306
  "name": "props",
242343
242307
  "type": {
242344
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconThumbsDownClass>>\n > & { ref?: React.Ref<IconThumbsDownClass> }"
242308
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconTicketClass>>\n > & { ref?: React.Ref<IconTicketClass> }"
242345
242309
  }
242346
242310
  }
242347
242311
  ]
@@ -242350,26 +242314,26 @@
242350
242314
  "exports": [
242351
242315
  {
242352
242316
  "kind": "js",
242353
- "name": "IconThumbsDown",
242317
+ "name": "IconTicket",
242354
242318
  "declaration": {
242355
- "name": "IconThumbsDown",
242356
- "module": "src/generated/react/icons/icon-thumbs-down/index.ts"
242319
+ "name": "IconTicket",
242320
+ "module": "src/generated/react/icons/icon-ticket/index.ts"
242357
242321
  }
242358
242322
  }
242359
242323
  ]
242360
242324
  },
242361
242325
  {
242362
242326
  "kind": "javascript-module",
242363
- "path": "src/generated/react/icons/icon-todos/index.ts",
242327
+ "path": "src/generated/react/icons/icon-trading-view-candles/index.ts",
242364
242328
  "declarations": [
242365
242329
  {
242366
242330
  "kind": "function",
242367
- "name": "IconTodos",
242331
+ "name": "IconTradingViewCandles",
242368
242332
  "parameters": [
242369
242333
  {
242370
242334
  "name": "props",
242371
242335
  "type": {
242372
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconTodosClass>>\n > & { ref?: React.Ref<IconTodosClass> }"
242336
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconTradingViewCandlesClass>>\n > & { ref?: React.Ref<IconTradingViewCandlesClass> }"
242373
242337
  }
242374
242338
  }
242375
242339
  ]
@@ -242378,26 +242342,26 @@
242378
242342
  "exports": [
242379
242343
  {
242380
242344
  "kind": "js",
242381
- "name": "IconTodos",
242345
+ "name": "IconTradingViewCandles",
242382
242346
  "declaration": {
242383
- "name": "IconTodos",
242384
- "module": "src/generated/react/icons/icon-todos/index.ts"
242347
+ "name": "IconTradingViewCandles",
242348
+ "module": "src/generated/react/icons/icon-trading-view-candles/index.ts"
242385
242349
  }
242386
242350
  }
242387
242351
  ]
242388
242352
  },
242389
242353
  {
242390
242354
  "kind": "javascript-module",
242391
- "path": "src/generated/react/icons/icon-trading-view-candles/index.ts",
242355
+ "path": "src/generated/react/icons/icon-todos/index.ts",
242392
242356
  "declarations": [
242393
242357
  {
242394
242358
  "kind": "function",
242395
- "name": "IconTradingViewCandles",
242359
+ "name": "IconTodos",
242396
242360
  "parameters": [
242397
242361
  {
242398
242362
  "name": "props",
242399
242363
  "type": {
242400
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconTradingViewCandlesClass>>\n > & { ref?: React.Ref<IconTradingViewCandlesClass> }"
242364
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconTodosClass>>\n > & { ref?: React.Ref<IconTodosClass> }"
242401
242365
  }
242402
242366
  }
242403
242367
  ]
@@ -242406,10 +242370,10 @@
242406
242370
  "exports": [
242407
242371
  {
242408
242372
  "kind": "js",
242409
- "name": "IconTradingViewCandles",
242373
+ "name": "IconTodos",
242410
242374
  "declaration": {
242411
- "name": "IconTradingViewCandles",
242412
- "module": "src/generated/react/icons/icon-trading-view-candles/index.ts"
242375
+ "name": "IconTodos",
242376
+ "module": "src/generated/react/icons/icon-todos/index.ts"
242413
242377
  }
242414
242378
  }
242415
242379
  ]
@@ -242444,16 +242408,16 @@
242444
242408
  },
242445
242409
  {
242446
242410
  "kind": "javascript-module",
242447
- "path": "src/generated/react/icons/icon-trending-four/index.ts",
242411
+ "path": "src/generated/react/icons/icon-tree/index.ts",
242448
242412
  "declarations": [
242449
242413
  {
242450
242414
  "kind": "function",
242451
- "name": "IconTrendingFour",
242415
+ "name": "IconTree",
242452
242416
  "parameters": [
242453
242417
  {
242454
242418
  "name": "props",
242455
242419
  "type": {
242456
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconTrendingFourClass>>\n > & { ref?: React.Ref<IconTrendingFourClass> }"
242420
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconTreeClass>>\n > & { ref?: React.Ref<IconTreeClass> }"
242457
242421
  }
242458
242422
  }
242459
242423
  ]
@@ -242462,26 +242426,26 @@
242462
242426
  "exports": [
242463
242427
  {
242464
242428
  "kind": "js",
242465
- "name": "IconTrendingFour",
242429
+ "name": "IconTree",
242466
242430
  "declaration": {
242467
- "name": "IconTrendingFour",
242468
- "module": "src/generated/react/icons/icon-trending-four/index.ts"
242431
+ "name": "IconTree",
242432
+ "module": "src/generated/react/icons/icon-tree/index.ts"
242469
242433
  }
242470
242434
  }
242471
242435
  ]
242472
242436
  },
242473
242437
  {
242474
242438
  "kind": "javascript-module",
242475
- "path": "src/generated/react/icons/icon-tree/index.ts",
242439
+ "path": "src/generated/react/icons/icon-trending-one/index.ts",
242476
242440
  "declarations": [
242477
242441
  {
242478
242442
  "kind": "function",
242479
- "name": "IconTree",
242443
+ "name": "IconTrendingOne",
242480
242444
  "parameters": [
242481
242445
  {
242482
242446
  "name": "props",
242483
242447
  "type": {
242484
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconTreeClass>>\n > & { ref?: React.Ref<IconTreeClass> }"
242448
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconTrendingOneClass>>\n > & { ref?: React.Ref<IconTrendingOneClass> }"
242485
242449
  }
242486
242450
  }
242487
242451
  ]
@@ -242490,26 +242454,26 @@
242490
242454
  "exports": [
242491
242455
  {
242492
242456
  "kind": "js",
242493
- "name": "IconTree",
242457
+ "name": "IconTrendingOne",
242494
242458
  "declaration": {
242495
- "name": "IconTree",
242496
- "module": "src/generated/react/icons/icon-tree/index.ts"
242459
+ "name": "IconTrendingOne",
242460
+ "module": "src/generated/react/icons/icon-trending-one/index.ts"
242497
242461
  }
242498
242462
  }
242499
242463
  ]
242500
242464
  },
242501
242465
  {
242502
242466
  "kind": "javascript-module",
242503
- "path": "src/generated/react/icons/icon-trending-one/index.ts",
242467
+ "path": "src/generated/react/icons/icon-trending-four/index.ts",
242504
242468
  "declarations": [
242505
242469
  {
242506
242470
  "kind": "function",
242507
- "name": "IconTrendingOne",
242471
+ "name": "IconTrendingFour",
242508
242472
  "parameters": [
242509
242473
  {
242510
242474
  "name": "props",
242511
242475
  "type": {
242512
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconTrendingOneClass>>\n > & { ref?: React.Ref<IconTrendingOneClass> }"
242476
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconTrendingFourClass>>\n > & { ref?: React.Ref<IconTrendingFourClass> }"
242513
242477
  }
242514
242478
  }
242515
242479
  ]
@@ -242518,10 +242482,10 @@
242518
242482
  "exports": [
242519
242483
  {
242520
242484
  "kind": "js",
242521
- "name": "IconTrendingOne",
242485
+ "name": "IconTrendingFour",
242522
242486
  "declaration": {
242523
- "name": "IconTrendingOne",
242524
- "module": "src/generated/react/icons/icon-trending-one/index.ts"
242487
+ "name": "IconTrendingFour",
242488
+ "module": "src/generated/react/icons/icon-trending-four/index.ts"
242525
242489
  }
242526
242490
  }
242527
242491
  ]
@@ -242584,16 +242548,16 @@
242584
242548
  },
242585
242549
  {
242586
242550
  "kind": "javascript-module",
242587
- "path": "src/generated/react/icons/icon-truck/index.ts",
242551
+ "path": "src/generated/react/icons/icon-triangle-exclamation/index.ts",
242588
242552
  "declarations": [
242589
242553
  {
242590
242554
  "kind": "function",
242591
- "name": "IconTruck",
242555
+ "name": "IconTriangleExclamation",
242592
242556
  "parameters": [
242593
242557
  {
242594
242558
  "name": "props",
242595
242559
  "type": {
242596
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconTruckClass>>\n > & { ref?: React.Ref<IconTruckClass> }"
242560
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconTriangleExclamationClass>>\n > & { ref?: React.Ref<IconTriangleExclamationClass> }"
242597
242561
  }
242598
242562
  }
242599
242563
  ]
@@ -242602,26 +242566,26 @@
242602
242566
  "exports": [
242603
242567
  {
242604
242568
  "kind": "js",
242605
- "name": "IconTruck",
242569
+ "name": "IconTriangleExclamation",
242606
242570
  "declaration": {
242607
- "name": "IconTruck",
242608
- "module": "src/generated/react/icons/icon-truck/index.ts"
242571
+ "name": "IconTriangleExclamation",
242572
+ "module": "src/generated/react/icons/icon-triangle-exclamation/index.ts"
242609
242573
  }
242610
242574
  }
242611
242575
  ]
242612
242576
  },
242613
242577
  {
242614
242578
  "kind": "javascript-module",
242615
- "path": "src/generated/react/icons/icon-triangle-exclamation/index.ts",
242579
+ "path": "src/generated/react/icons/icon-truck/index.ts",
242616
242580
  "declarations": [
242617
242581
  {
242618
242582
  "kind": "function",
242619
- "name": "IconTriangleExclamation",
242583
+ "name": "IconTruck",
242620
242584
  "parameters": [
242621
242585
  {
242622
242586
  "name": "props",
242623
242587
  "type": {
242624
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconTriangleExclamationClass>>\n > & { ref?: React.Ref<IconTriangleExclamationClass> }"
242588
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconTruckClass>>\n > & { ref?: React.Ref<IconTruckClass> }"
242625
242589
  }
242626
242590
  }
242627
242591
  ]
@@ -242630,10 +242594,10 @@
242630
242594
  "exports": [
242631
242595
  {
242632
242596
  "kind": "js",
242633
- "name": "IconTriangleExclamation",
242597
+ "name": "IconTruck",
242634
242598
  "declaration": {
242635
- "name": "IconTriangleExclamation",
242636
- "module": "src/generated/react/icons/icon-triangle-exclamation/index.ts"
242599
+ "name": "IconTruck",
242600
+ "module": "src/generated/react/icons/icon-truck/index.ts"
242637
242601
  }
242638
242602
  }
242639
242603
  ]