-
-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(lib): true rsc support via new ssr exports
- Loading branch information
1 parent
0fc7222
commit 1de2faf
Showing
4,999 changed files
with
86,239 additions
and
64,911 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/* GENERATED FILE */ | ||
import { forwardRef } from "react"; | ||
import type { Icon } from "../lib/types"; | ||
import IconBase from "../lib/IconBase"; | ||
import weights from "../defs/AddressBook"; | ||
|
||
export const AddressBook: Icon = forwardRef((props, ref) => ( | ||
<IconBase ref={ref} {...props} weights={weights} /> | ||
)); | ||
|
||
AddressBook.displayName = "AddressBook"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/* GENERATED FILE */ | ||
import { forwardRef } from "react"; | ||
import type { Icon } from "../lib/types"; | ||
import IconBase from "../lib/IconBase"; | ||
import weights from "../defs/AirTrafficControl"; | ||
|
||
export const AirTrafficControl: Icon = forwardRef((props, ref) => ( | ||
<IconBase ref={ref} {...props} weights={weights} /> | ||
)); | ||
|
||
AirTrafficControl.displayName = "AirTrafficControl"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/* GENERATED FILE */ | ||
import { forwardRef } from "react"; | ||
import type { Icon } from "../lib/types"; | ||
import IconBase from "../lib/IconBase"; | ||
import weights from "../defs/Airplane"; | ||
|
||
export const Airplane: Icon = forwardRef((props, ref) => ( | ||
<IconBase ref={ref} {...props} weights={weights} /> | ||
)); | ||
|
||
Airplane.displayName = "Airplane"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/* GENERATED FILE */ | ||
import { forwardRef } from "react"; | ||
import type { Icon } from "../lib/types"; | ||
import IconBase from "../lib/IconBase"; | ||
import weights from "../defs/AirplaneInFlight"; | ||
|
||
export const AirplaneInFlight: Icon = forwardRef((props, ref) => ( | ||
<IconBase ref={ref} {...props} weights={weights} /> | ||
)); | ||
|
||
AirplaneInFlight.displayName = "AirplaneInFlight"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/* GENERATED FILE */ | ||
import { forwardRef } from "react"; | ||
import type { Icon } from "../lib/types"; | ||
import IconBase from "../lib/IconBase"; | ||
import weights from "../defs/AirplaneLanding"; | ||
|
||
export const AirplaneLanding: Icon = forwardRef((props, ref) => ( | ||
<IconBase ref={ref} {...props} weights={weights} /> | ||
)); | ||
|
||
AirplaneLanding.displayName = "AirplaneLanding"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/* GENERATED FILE */ | ||
import { forwardRef } from "react"; | ||
import type { Icon } from "../lib/types"; | ||
import IconBase from "../lib/IconBase"; | ||
import weights from "../defs/AirplaneTakeoff"; | ||
|
||
export const AirplaneTakeoff: Icon = forwardRef((props, ref) => ( | ||
<IconBase ref={ref} {...props} weights={weights} /> | ||
)); | ||
|
||
AirplaneTakeoff.displayName = "AirplaneTakeoff"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/* GENERATED FILE */ | ||
import { forwardRef } from "react"; | ||
import type { Icon } from "../lib/types"; | ||
import IconBase from "../lib/IconBase"; | ||
import weights from "../defs/AirplaneTilt"; | ||
|
||
export const AirplaneTilt: Icon = forwardRef((props, ref) => ( | ||
<IconBase ref={ref} {...props} weights={weights} /> | ||
)); | ||
|
||
AirplaneTilt.displayName = "AirplaneTilt"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/* GENERATED FILE */ | ||
import { forwardRef } from "react"; | ||
import type { Icon } from "../lib/types"; | ||
import IconBase from "../lib/IconBase"; | ||
import weights from "../defs/Airplay"; | ||
|
||
export const Airplay: Icon = forwardRef((props, ref) => ( | ||
<IconBase ref={ref} {...props} weights={weights} /> | ||
)); | ||
|
||
Airplay.displayName = "Airplay"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/* GENERATED FILE */ | ||
import { forwardRef } from "react"; | ||
import type { Icon } from "../lib/types"; | ||
import IconBase from "../lib/IconBase"; | ||
import weights from "../defs/Alarm"; | ||
|
||
export const Alarm: Icon = forwardRef((props, ref) => ( | ||
<IconBase ref={ref} {...props} weights={weights} /> | ||
)); | ||
|
||
Alarm.displayName = "Alarm"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/* GENERATED FILE */ | ||
import { forwardRef } from "react"; | ||
import type { Icon } from "../lib/types"; | ||
import IconBase from "../lib/IconBase"; | ||
import weights from "../defs/Alien"; | ||
|
||
export const Alien: Icon = forwardRef((props, ref) => ( | ||
<IconBase ref={ref} {...props} weights={weights} /> | ||
)); | ||
|
||
Alien.displayName = "Alien"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/* GENERATED FILE */ | ||
import { forwardRef } from "react"; | ||
import type { Icon } from "../lib/types"; | ||
import IconBase from "../lib/IconBase"; | ||
import weights from "../defs/AlignBottom"; | ||
|
||
export const AlignBottom: Icon = forwardRef((props, ref) => ( | ||
<IconBase ref={ref} {...props} weights={weights} /> | ||
)); | ||
|
||
AlignBottom.displayName = "AlignBottom"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/* GENERATED FILE */ | ||
import { forwardRef } from "react"; | ||
import type { Icon } from "../lib/types"; | ||
import IconBase from "../lib/IconBase"; | ||
import weights from "../defs/AlignBottomSimple"; | ||
|
||
export const AlignBottomSimple: Icon = forwardRef((props, ref) => ( | ||
<IconBase ref={ref} {...props} weights={weights} /> | ||
)); | ||
|
||
AlignBottomSimple.displayName = "AlignBottomSimple"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/* GENERATED FILE */ | ||
import { forwardRef } from "react"; | ||
import type { Icon } from "../lib/types"; | ||
import IconBase from "../lib/IconBase"; | ||
import weights from "../defs/AlignCenterHorizontal"; | ||
|
||
export const AlignCenterHorizontal: Icon = forwardRef((props, ref) => ( | ||
<IconBase ref={ref} {...props} weights={weights} /> | ||
)); | ||
|
||
AlignCenterHorizontal.displayName = "AlignCenterHorizontal"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/* GENERATED FILE */ | ||
import { forwardRef } from "react"; | ||
import type { Icon } from "../lib/types"; | ||
import IconBase from "../lib/IconBase"; | ||
import weights from "../defs/AlignCenterHorizontalSimple"; | ||
|
||
export const AlignCenterHorizontalSimple: Icon = forwardRef((props, ref) => ( | ||
<IconBase ref={ref} {...props} weights={weights} /> | ||
)); | ||
|
||
AlignCenterHorizontalSimple.displayName = "AlignCenterHorizontalSimple"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/* GENERATED FILE */ | ||
import { forwardRef } from "react"; | ||
import type { Icon } from "../lib/types"; | ||
import IconBase from "../lib/IconBase"; | ||
import weights from "../defs/AlignCenterVertical"; | ||
|
||
export const AlignCenterVertical: Icon = forwardRef((props, ref) => ( | ||
<IconBase ref={ref} {...props} weights={weights} /> | ||
)); | ||
|
||
AlignCenterVertical.displayName = "AlignCenterVertical"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/* GENERATED FILE */ | ||
import { forwardRef } from "react"; | ||
import type { Icon } from "../lib/types"; | ||
import IconBase from "../lib/IconBase"; | ||
import weights from "../defs/AlignCenterVerticalSimple"; | ||
|
||
export const AlignCenterVerticalSimple: Icon = forwardRef((props, ref) => ( | ||
<IconBase ref={ref} {...props} weights={weights} /> | ||
)); | ||
|
||
AlignCenterVerticalSimple.displayName = "AlignCenterVerticalSimple"; |
Oops, something went wrong.