diff --git a/lib/icons/peertube.js b/lib/icons/peertube.js
new file mode 100644
index 0000000..2cd373b
--- /dev/null
+++ b/lib/icons/peertube.js
@@ -0,0 +1,9 @@
+import {SvgIcon} from '@mui/material'
+
+export default function PeertubeIcon(props) {
+ return (
+
+
+
+ )
+}
diff --git a/lib/icons/pleroma.js b/lib/icons/pleroma.js
new file mode 100644
index 0000000..32c8270
--- /dev/null
+++ b/lib/icons/pleroma.js
@@ -0,0 +1,9 @@
+import {SvgIcon} from '@mui/material'
+
+export default function PleromaIcon(props) {
+ return (
+
+
+
+ )
+}