aboutsummaryrefslogtreecommitdiff
path: root/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/roon.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/roon.jsx
parent1a71e94eb8ca1585201263cf654611ef6849d359 (diff)
move ubersicht modules in tree
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/roon.jsx')
-rwxr-xr-xusers/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/roon.jsx9
1 files changed, 9 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/roon.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/roon.jsx
new file mode 100755
index 0000000..a532846
--- /dev/null
+++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/roon.jsx
@@ -0,0 +1,9 @@
1import Icon from "../icon.jsx";
2
3export default function Roon(props) {
4 return (
5 <Icon {...props}>
6 <path d="M13.75 21C13.75 21 13.75 21 13.75 21C14.164 21 14.5 20.664 14.5 20.25C14.5 20.25 14.5 3.75 14.5 3.75C14.5 3.336 14.164 3 13.75 3C13.75 3 13.75 3 13.75 3C13.336 3 13 3.336 13 3.75C13 3.75 13 20.25 13 20.25C13 20.664 13.336 21 13.75 21C13.75 21 13.75 21 13.75 21ZM16.25 16C16.25 16 16.25 16 16.25 16C16.664 16 17 15.664 17 15.25C17 15.25 17 8.75 17 8.75C17 8.336 16.664 8 16.25 8C16.25 8 16.25 8 16.25 8C15.836 8 15.5 8.336 15.5 8.75C15.5 8.75 15.5 15.25 15.5 15.25C15.5 15.664 15.836 16 16.25 16C16.25 16 16.25 16 16.25 16ZM21.25 13.5C21.25 13.5 21.25 13.5 21.25 13.5C21.664 13.5 22 13.164 22 12.75C22 12.75 22 11.25 22 11.25C22 10.836 21.664 10.5 21.25 10.5C21.25 10.5 21.25 10.5 21.25 10.5C20.836 10.5 20.5 10.836 20.5 11.25C20.5 11.25 20.5 12.75 20.5 12.75C20.5 13.164 20.836 13.5 21.25 13.5C21.25 13.5 21.25 13.5 21.25 13.5ZM18.75 18.5C18.75 18.5 18.75 18.5 18.75 18.5C19.164 18.5 19.5 18.164 19.5 17.75C19.5 17.75 19.5 6.25 19.5 6.25C19.5 5.836 19.164 5.5 18.75 5.5C18.75 5.5 18.75 5.5 18.75 5.5C18.336 5.5 18 5.836 18 6.25C18 6.25 18 17.75 18 17.75C18 18.164 18.336 18.5 18.75 18.5C18.75 18.5 18.75 18.5 18.75 18.5ZM12 2.784C12 2.344 11.6225 1.9975 11.184 2.033C6.043 2.448 2 6.752 2 12C2 17.248 6.043 21.552 11.184 21.967C11.6225 22.0025 12 21.656 12 21.216C12 21.216 12 2.784 12 2.784C12 2.784 12 2.784 12 2.784Z" />
7 </Icon>
8 );
9}