From 98e4e519837449ae5c0e7c0d5e4c7d77fba6927f Mon Sep 17 00:00:00 2001 From: AF_Askar <68832286+abo3skr2019@users.noreply.github.com> Date: Fri, 23 May 2025 15:19:02 +0300 Subject: [PATCH] Add Flow Launcher SVG to the library --- src/data/svgs.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 98ea8ea..d0e553c 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -2370,6 +2370,12 @@ export const svgs: iSVG[] = [ }, url: 'https://raycast.com/' }, + { + title: 'Flow Launcher', + category: ['Software','Devtool'], + route: '/library/FlowLauncher.svg', + url: 'https://www.flowlauncher.com/' + }, { title: 'Hack The Box', category: 'Cybersecurity',