From d06784958d73159b5e4abafe5114804662114ed7 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Thu, 9 Jul 2026 22:15:53 -0400 Subject: move ubersicht modules in tree --- .../simple-bar-source/lib/components/icons/library/n8n.jsx | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/n8n.jsx (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/n8n.jsx') diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/n8n.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/n8n.jsx new file mode 100755 index 0000000..ab86385 --- /dev/null +++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/n8n.jsx @@ -0,0 +1,12 @@ +import Icon from "../icon.jsx"; + +export default function N8n(props) { + return ( + + + + ); +} -- cgit v1.3