Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Phosphor.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import Phosphor from './build/Phosphor';
export default Phosphor;
2 changes: 2 additions & 0 deletions Phosphor.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import Phosphor from './build/Phosphor';
export default Phosphor;
1 change: 1 addition & 0 deletions build/Icons.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export { default as Ionicons } from './Ionicons';
export { default as MaterialCommunityIcons } from './MaterialCommunityIcons';
export { default as MaterialIcons } from './MaterialIcons';
export { default as Octicons } from './Octicons';
export { default as Phosphor } from './Phosphor';
export { default as SimpleLineIcons } from './SimpleLineIcons';
export { default as Zocial } from './Zocial';
export { default as createMultiStyleIconSet } from './createMultiStyleIconSet';
Expand Down
2 changes: 1 addition & 1 deletion build/Icons.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions build/Icons.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/Icons.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions build/IconsLazy.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/IconsLazy.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions build/Phosphor.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
export declare const PhosphorStyle: {
regular: string;
light: string;
fill: string;
thin: string;
bold: string;
duotone: string;
};
declare const iconSet: any;
export default iconSet;
//# sourceMappingURL=Phosphor.d.ts.map
1 change: 1 addition & 0 deletions build/Phosphor.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions build/Phosphor.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading