Added cable icon to IO

This commit is contained in:
Lucas Oliveira 2024-02-15 21:19:30 +01:00
commit ec545d0d5a
3 changed files with 7 additions and 6 deletions

View file

@ -45,7 +45,7 @@
"dompurify": "^3.0.5",
"esbuild": "^0.17.19",
"lodash": "^4.17.21",
"lucide-react": "^0.233.0",
"lucide-react": "^0.331.0",
"moment": "^2.29.4",
"react": "^18.2.0",
"react-ace": "^10.1.0",
@ -7220,9 +7220,9 @@
}
},
"node_modules/lucide-react": {
"version": "0.233.0",
"resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.233.0.tgz",
"integrity": "sha512-r0jMHF0vPDq2wBbZ0B3rtIcBjDyWDKpHu+vAjD2OHn2WLUr3HN5IHovtO0EMgQXuSI7YrMZbjsEZWC2uBHr8nQ==",
"version": "0.331.0",
"resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.331.0.tgz",
"integrity": "sha512-CHFJ0ve9vaZ7bB2VRAl27SlX1ELh6pfNC0jS96qGpPEEzLkLDGq4pDBFU8RhOoRMqsjXqTzLm9U6bZ1OcIHq7Q==",
"peerDependencies": {
"react": "^16.5.1 || ^17.0.0 || ^18.0.0"
}

View file

@ -40,7 +40,7 @@
"dompurify": "^3.0.5",
"esbuild": "^0.17.19",
"lodash": "^4.17.21",
"lucide-react": "^0.233.0",
"lucide-react": "^0.331.0",
"moment": "^2.29.4",
"react": "^18.2.0",
"react-ace": "^10.1.0",

View file

@ -34,6 +34,7 @@ import {
FileSearch,
FileSearch2,
FileText,
Cable,
FileUp,
Fingerprint,
FolderPlus,
@ -396,7 +397,7 @@ export const nodeIconsLucide: iconsType = {
Combine,
TerminalIcon,
Repeat,
io: ArrowDownUp,
io: Cable,
ScreenShare,
Code,
};