octicons weren't being tree-shaken -- import SVGs manually for now

This commit is contained in:
2022-01-01 18:14:04 -05:00
parent c47f5f917d
commit ddb48ef2ab
28 changed files with 67 additions and 87 deletions
+6
View File
@@ -0,0 +1,6 @@
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 StarOcticon } from "./octicons/star.svg";
export { default as XOcticon } from "./octicons/x.svg";