Skip to content

Commit 1983adc

Browse files
Add proxy app svg for creating icon
1 parent 6c85478 commit 1983adc

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

labextension/src/svg.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
declare module '*.svg' {
2+
const image: string;
3+
export default image;
4+
}

labextension/style/icons/proxy.svg

Lines changed: 22 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)