aboutsummaryrefslogtreecommitdiff
path: root/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/telegram.jsx
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2026-07-09 22:15:53 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2026-07-09 22:15:53 -0400
commitd06784958d73159b5e4abafe5114804662114ed7 (patch)
treed8464262c1aa1f10553a5b11a9fda3e505e71f7f /users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/telegram.jsx
parent1a71e94eb8ca1585201263cf654611ef6849d359 (diff)
move ubersicht modules in tree
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/telegram.jsx')
-rwxr-xr-xusers/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/telegram.jsx9
1 files changed, 9 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/telegram.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/telegram.jsx
new file mode 100755
index 0000000..798993b
--- /dev/null
+++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/telegram.jsx
@@ -0,0 +1,9 @@
1import Icon from "../icon.jsx";
2
3export default function Telegram(props) {
4 return (
5 <Icon {...props}>
6 <path d="M1.47137906,10.7100602 L15.7673728,4.77371682 C17.1785653,4.15534771 21.9643487,2.17656658 21.9643487,2.17656658 C21.9643487,2.17656658 24.1731717,1.31084983 23.9891031,3.41330479 C23.9277469,4.27902153 23.4368974,7.30903014 22.9460478,10.5863864 L21.4121429,20.2947813 C21.4121429,20.2947813 21.2894305,21.7170303 20.2463752,21.9643779 C19.2033198,22.2117256 17.4853463,21.0986612 17.1785653,20.8513135 C16.9331406,20.6658028 12.5768506,17.8831418 10.9815895,16.5227298 C10.5520961,16.1517083 10.0612466,15.4096654 11.0429457,14.5439487 C13.2517688,12.5033306 15.8900852,9.96801729 17.4853463,8.36025762 C18.2216207,7.61821469 18.957895,5.8867812 15.8900852,7.98923616 L7.23886153,13.8637426 C7.23886153,13.8637426 6.25716238,14.4821118 4.41647649,13.9255796 C2.5757906,13.3690474 0.428323726,12.6270044 0.428323726,12.6270044 C0.428323726,12.6270044 -1.04422499,11.6994508 1.47137906,10.7100602 Z" />
7 </Icon>
8 );
9}