diff --git a/src/data/svgs.ts b/src/data/svgs.ts
index 93ba777..4dc4ae4 100644
--- a/src/data/svgs.ts
+++ b/src/data/svgs.ts
@@ -1428,5 +1428,75 @@ export const svgs: iSVG[] = [
category: 'Software',
route: '/library/typesense.svg',
url: 'https://typesense.org/'
- }
+ },
+ {
+ id: 205,
+ title: 'Bitcoin',
+ category: 'Crypto',
+ route: '/library/btc.svg',
+ url: 'https://bitcoin.org/'
+ },
+ {
+ id: 206,
+ title: 'Ethereum',
+ category: 'Crypto',
+ route: '/library/eth.svg',
+ url: 'https://ethereum.org/'
+ },
+ {
+ id: 207,
+ title: 'Solana',
+ category: 'Crypto',
+ route: '/library/sol.svg',
+ url: 'https://solana.com/'
+ },
+ {
+ id: 208,
+ title: 'Dogecoin',
+ category: 'Crypto',
+ route: '/library/doge.svg',
+ url: 'https://dogecoin.com/'
+ },
+ {
+ id: 209,
+ title: 'XRP',
+ category: 'Crypto',
+ route: '/library/xrp.svg',
+ url: 'https://xrpl.org/'
+ },
+ {
+ id: 210,
+ title: 'BNB',
+ category: 'Crypto',
+ route: '/library/bnb.svg',
+ url: 'https://www.bnbchain.org/'
+ },
+ {
+ id: 211,
+ title: 'Cardano',
+ category: 'Crypto',
+ route: '/library/ada.svg',
+ url: 'https://cardano.org/'
+ },
+ {
+ id: 212,
+ title: 'TRON',
+ category: 'Crypto',
+ route: '/library/trx.svg',
+ url: 'https://tron.network/'
+ },
+ {
+ id: 213,
+ title: 'Chainlink',
+ category: 'Crypto',
+ route: '/library/link.svg',
+ url: 'https://chain.link/'
+ },
+ {
+ id: 214,
+ title: 'Polygon',
+ category: 'Crypto',
+ route: '/library/matic.svg',
+ url: 'https://polygon.technology/'
+ },
];
diff --git a/src/types/categories.ts b/src/types/categories.ts
index e273cd7..65615f3 100644
--- a/src/types/categories.ts
+++ b/src/types/categories.ts
@@ -8,6 +8,7 @@ export type tCategory =
| 'CMS'
| 'Database'
| 'Compiler'
+ | 'Crypto'
| 'Social'
| 'Entertainment'
| 'Browser'
diff --git a/static/library/ada.svg b/static/library/ada.svg
new file mode 100644
index 0000000..77af4fc
--- /dev/null
+++ b/static/library/ada.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/bnb.svg b/static/library/bnb.svg
new file mode 100644
index 0000000..1c31e73
--- /dev/null
+++ b/static/library/bnb.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/btc.svg b/static/library/btc.svg
new file mode 100644
index 0000000..6537349
--- /dev/null
+++ b/static/library/btc.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/doge.svg b/static/library/doge.svg
new file mode 100644
index 0000000..ad7df53
--- /dev/null
+++ b/static/library/doge.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/eth.svg b/static/library/eth.svg
new file mode 100644
index 0000000..1f9ad00
--- /dev/null
+++ b/static/library/eth.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/link.svg b/static/library/link.svg
new file mode 100644
index 0000000..7b10f56
--- /dev/null
+++ b/static/library/link.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/matic.svg b/static/library/matic.svg
new file mode 100644
index 0000000..d1a0982
--- /dev/null
+++ b/static/library/matic.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/sol.svg b/static/library/sol.svg
new file mode 100644
index 0000000..cbbae29
--- /dev/null
+++ b/static/library/sol.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/trx.svg b/static/library/trx.svg
new file mode 100644
index 0000000..a95ffb8
--- /dev/null
+++ b/static/library/trx.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/xrp.svg b/static/library/xrp.svg
new file mode 100644
index 0000000..b737971
--- /dev/null
+++ b/static/library/xrp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file