diff --git a/src/data/svgs.ts b/src/data/svgs.ts
index e945d48e..5e154ea0 100644
--- a/src/data/svgs.ts
+++ b/src/data/svgs.ts
@@ -1,6 +1,15 @@
import type { iSVG } from '../types/svg';
export const svgs: iSVG[] = [
+ {
+ title: 'UPI',
+ category: 'Payment',
+ route: {
+ light: '/library/upi-light.svg',
+ dark: '/library/upi-dark.svg'
+ },
+ url: 'https://www.npci.org.in'
+ },
{
title: 'Google Drive',
category: 'Google',
diff --git a/static/library/upi-dark.svg b/static/library/upi-dark.svg
new file mode 100644
index 00000000..2a252438
--- /dev/null
+++ b/static/library/upi-dark.svg
@@ -0,0 +1,43 @@
+
+
\ No newline at end of file
diff --git a/static/library/upi-light.svg b/static/library/upi-light.svg
new file mode 100644
index 00000000..d0fa8956
--- /dev/null
+++ b/static/library/upi-light.svg
@@ -0,0 +1,43 @@
+
+
\ No newline at end of file