diff --git a/icons/file.svg b/icons/file.svg new file mode 100644 index 000000000000..257b54377278 --- /dev/null +++ b/icons/file.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/folder.svg b/icons/folder.svg new file mode 100644 index 000000000000..ce207418eb6a --- /dev/null +++ b/icons/folder.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/package.json b/package.json index eb065e91f9b8..7bda8dad57e5 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,8 @@ "build/**/*.css", "build/**/*.json", "build/**/*.d.ts", - "icons/*.png" + "icons/*.png", + "icons/*.svg" ], "author": "", "license": "ISC",