mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-26 21:48:27 -04:00
8 lines
438 B
TypeScript
8 lines
438 B
TypeScript
export { default as CheckOcticon } from "./octicons/check.svg";
|
|
export { default as CopyOcticon } from "./octicons/copy.svg";
|
|
export { default as ForkOcticon } from "./octicons/fork.svg";
|
|
export { default as OctocatOcticon } from "./octicons/octocat.svg";
|
|
export { default as PasteOcticon } from "./octicons/paste.svg";
|
|
export { default as StarOcticon } from "./octicons/star.svg";
|
|
export { default as XOcticon } from "./octicons/x.svg";
|