OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
API
/
swagger-ui-5.17.14
/
src
/
core
/
plugins
/
icons
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/07/2024 04:34:11 AM
rwxr-xr-x
📁
components
-
08/07/2024 04:34:34 AM
rwxr-xr-x
📄
index.js
556 bytes
08/07/2024 04:34:08 AM
rw-r--r--
Editing: index.js
Close
/** * @prettier */ import ArrowUpIcon from "./components/arrow-up" import ArrowDownIcon from "./components/arrow-down" import ArrowIcon from "./components/arrow" import CloseIcon from "./components/close" import CopyIcon from "./components/copy" import LockIcon from "./components/lock" import UnlockIcon from "./components/unlock" const IconsPlugin = () => ({ components: { ArrowUpIcon, ArrowDownIcon, ArrowIcon, CloseIcon, CopyIcon, LockIcon, UnlockIcon, } }) export default IconsPlugin