Skip to content

Commit

Permalink
🔥: remove unused icons and functions in Libraries/icons.js
Browse files Browse the repository at this point in the history
  • Loading branch information
itisAliRH committed Jul 3, 2024
1 parent 751fcbf commit 71d6662
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions client/src/components/Libraries/icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,11 @@ import { faCheckSquare, faFile, faFolder, faSave, faSquare } from "@fortawesome/
import {
faAngleDoubleLeft,
faBan,
faBook,
faDownload,
faGlobe,
faHome,
faKey,
faMinusSquare,
faPencilAlt,
faPlus,
faShieldAlt,
faSpinner,
faTimes,
Expand Down Expand Up @@ -38,7 +35,6 @@ const tableIcons = [
];

const manageIcons = [faAngleDoubleLeft, faSave, faFile];
const topBarIcons = [faHome, faPlus, faTrash, faDownload, faBook];
const librariesIcons = [faGlobe, faPencilAlt, faSave, faTimes, faTrash, faUsers, faHome, faUnlock];

export function initFolderTableIcons() {
Expand All @@ -51,6 +47,3 @@ export function initPermissionsIcons() {
export function initLibrariesIcons() {
librariesIcons.forEach((icon) => library.add(icon));
}
export function initTopBarIcons() {
topBarIcons.forEach((icon) => library.add(icon));
}

0 comments on commit 71d6662

Please sign in to comment.