meta: remove unnecessary phosphor-icons dependency
This commit is contained in:
@@ -24,8 +24,7 @@
|
||||
"file-saver": "^2.0.2",
|
||||
"framer-motion": "^2.1.0",
|
||||
"fuse.js": "^6.4.1",
|
||||
"phosphor-icons": "^1.0.0",
|
||||
"phosphor-react": "^0.6.0",
|
||||
"phosphor-react": "^1.0.0",
|
||||
"react": "^17.0.0-rc.0",
|
||||
"react-dom": "^17.0.0-rc.0",
|
||||
"react-dropdown-select": "^4.4.2",
|
||||
|
||||
@@ -5565,4 +5565,6 @@ if (process.env.NODE_ENV === "development") {
|
||||
console.log(`${icons.length} icons`);
|
||||
}
|
||||
|
||||
export const iconCount = (icons.length * 6).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",");
|
||||
export const iconCount = (icons.length * 6)
|
||||
.toString()
|
||||
.replace(/\B(?=(\d{3})+(?!\d))/g, ",");
|
||||
|
||||
Reference in New Issue
Block a user