-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix console errors in the documentation (#552)
- Loading branch information
Showing
15 changed files
with
62 additions
and
26 deletions.
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
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,6 @@ | ||
import { forwardRef, type SVGProps } from "react"; | ||
|
||
export const Sparkles16 = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((props, ref) => ( | ||
// eslint-disable-next-line max-len | ||
<svg {...props} ref={ref} xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fillRule="evenodd" d="M5.518.998c.329 0 .62.215.716.53l.913 2.958 2.425 1.077a.75.75 0 0 1 0 1.37L7.147 8.012l-.913 2.958a.75.75 0 0 1-1.433 0l-.912-2.958-2.426-1.077a.75.75 0 0 1 0-1.371L3.89 4.486l.91-2.959a.75.75 0 0 1 .717-.529m0 3.296-.297.96a.75.75 0 0 1-.412.464l-1.193.53 1.193.53a.75.75 0 0 1 .412.465l.297.96.296-.96a.75.75 0 0 1 .412-.465l1.193-.53-1.193-.53a.75.75 0 0 1-.412-.464zM9.5 3.748a.75.75 0 0 1 .75-.75h1.25v-1.25a.75.75 0 0 1 1.5 0v1.25h1.25a.75.75 0 0 1 0 1.5H13v1.25a.75.75 0 0 1-1.5 0v-1.25h-1.25a.75.75 0 0 1-.75-.75M8 12.25a.75.75 0 0 1 .75-.75H10v-1.25a.75.75 0 0 1 1.5 0v1.25h1.25a.75.75 0 0 1 0 1.5H11.5v1.25a.75.75 0 1 1-1.5 0V13H8.75a.75.75 0 0 1-.75-.75" /></svg> | ||
)); |
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,7 @@ | ||
import { forwardRef, type SVGProps } from "react"; | ||
|
||
|
||
export const Sparkles24 = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((props, ref) => ( | ||
// eslint-disable-next-line max-len | ||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" {...props} ref={ref}><path fillRule="evenodd" d="M17 3a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-1.5 0v-1.5A.75.75 0 0 1 17 3m-7.996.002a.75.75 0 0 1 .72.542l1.325 4.602 3.527 1.678a.75.75 0 0 1 0 1.355l-3.527 1.678-1.324 4.602a.75.75 0 0 1-1.442 0L6.96 12.857l-3.527-1.678a.75.75 0 0 1 0-1.355L6.96 8.146l1.324-4.602a.75.75 0 0 1 .72-.542m0 3.461-.697 2.423a.75.75 0 0 1-.399.47L5.5 10.502l2.408 1.146a.75.75 0 0 1 .399.47l.697 2.422.697-2.423a.75.75 0 0 1 .399-.47l2.408-1.145L10.1 9.356a.75.75 0 0 1-.399-.47zM17.75 8.75a.75.75 0 0 0-1.5 0v1.5a.75.75 0 0 0 1.5 0zM13 7a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 0 1.5h-1.5A.75.75 0 0 1 13 7m5.75-.75a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 0-1.5zM15 13a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-1.5 0v-1.5A.75.75 0 0 1 15 13m.75 5.75a.75.75 0 0 0-1.5 0v1.5a.75.75 0 0 0 1.5 0zM11 17a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 0 1.5h-1.5A.75.75 0 0 1 11 17m5.75-.75a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 0-1.5z" /></svg> | ||
)); |
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,7 @@ | ||
import { forwardRef, type SVGProps } from "react"; | ||
|
||
|
||
export const Sparkles32 = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((props, ref) => ( | ||
// eslint-disable-next-line max-len | ||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" {...props} ref={ref}><path fillRule="evenodd" d="M12.5 4a1 1 0 0 1 .956.705l1.891 6.135 5.059 2.246a1 1 0 0 1 0 1.828l-5.059 2.246-1.891 6.135a1 1 0 0 1-1.912 0L9.653 17.16l-5.059-2.246a1 1 0 0 1 0-1.828l5.059-2.246 1.891-6.135A1 1 0 0 1 12.5 4m0 4.394-1.07 3.47a1 1 0 0 1-.55.62L7.464 14l3.416 1.517a1 1 0 0 1 .55.62l1.07 3.47 1.07-3.47a1 1 0 0 1 .55-.62L17.536 14l-3.416-1.517a1 1 0 0 1-.55-.62zM18 9a1 1 0 0 1 1-1h2a1 1 0 1 1 0 2h-2a1 1 0 0 1-1-1m7-1a1 1 0 1 0 0 2h2a1 1 0 1 0 0-2zm-2-4a1 1 0 0 1 1 1v2a1 1 0 1 1-2 0V5a1 1 0 0 1 1-1m1 7a1 1 0 1 0-2 0v2a1 1 0 1 0 2 0zm-8 12a1 1 0 0 1 1-1h2a1 1 0 1 1 0 2h-2a1 1 0 0 1-1-1m7-1a1 1 0 1 0 0 2h2a1 1 0 1 0 0-2zm-2-4a1 1 0 0 1 1 1v2a1 1 0 1 1-2 0v-2a1 1 0 0 1 1-1m1 7a1 1 0 1 0-2 0v2a1 1 0 1 0 2 0z" /></svg> | ||
)); |
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,3 @@ | ||
export { Sparkles16 } from "./Sparkles16.tsx"; | ||
export { Sparkles24 } from "./Sparkles24.tsx"; | ||
export { Sparkles32 } from "./Sparkles32.tsx"; |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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