aboutsummaryrefslogtreecommitdiff
path: root/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/rocket-chat.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/rocket-chat.jsx')
-rwxr-xr-xusers/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/rocket-chat.jsx10
1 files changed, 10 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/rocket-chat.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/rocket-chat.jsx
new file mode 100755
index 0000000..0d30073
--- /dev/null
+++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/rocket-chat.jsx
@@ -0,0 +1,10 @@
1import Icon from "../icon.jsx";
2
3export default function RocketChat(props) {
4 return (
5 <Icon {...props}>
6 <path d="M22.58 8.45a8.93 8.93 0 0 0-2.63-2.6A14.5 14.5 0 0 0 12 3.62c-.98 0-1.96.08-2.93.26A7.88 7.88 0 0 0 .75 1.97a.59.59 0 0 0-.23.95c.85.9 2.27 2.66 1.92 4.25a6.9 6.9 0 0 0-2.08 4.81 6.92 6.92 0 0 0 2.08 4.85c.35 1.6-1.06 3.35-1.91 4.25a.59.59 0 0 0 .22.95 7.89 7.89 0 0 0 8.33-1.92c.96.18 1.94.26 2.92.26 2.81.05 5.58-.72 7.96-2.21a8.92 8.92 0 0 0 2.62-2.61 6.47 6.47 0 0 0 0-7.1Zm-10.7 9.86c-1.23 0-2.45-.15-3.64-.47l-.82.8a7.5 7.5 0 0 1-1.5 1.12c-.67.34-1.4.54-2.14.61l.12-.22a5.26 5.26 0 0 0 .66-4.1 5.07 5.07 0 0 1-2.15-3.91c0-3.4 4.24-6.17 9.47-6.17 5.22 0 9.46 2.76 9.46 6.17 0 3.4-4.24 6.17-9.46 6.17Z" />
7 <path d="M7.35 10.72a1.4 1.4 0 1 0-.01 2.8 1.4 1.4 0 0 0 0-2.8ZM11.84 10.72a1.4 1.4 0 1 0 0 2.8 1.4 1.4 0 0 0 0-2.8ZM16.33 10.72a1.4 1.4 0 1 0-.02 2.8 1.4 1.4 0 0 0 .02-2.8Z" />
8 </Icon>
9 );
10}