aboutsummaryrefslogtreecommitdiff
path: root/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/whats-app.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/whats-app.jsx')
-rwxr-xr-xusers/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/whats-app.jsx9
1 files changed, 9 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/whats-app.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/whats-app.jsx
new file mode 100755
index 0000000..02bd081
--- /dev/null
+++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/whats-app.jsx
@@ -0,0 +1,9 @@
1import Icon from "../icon.jsx";
2
3export default function WhatsApp(props) {
4 return (
5 <Icon {...props}>
6 <path d="M12 0A12 12 0 001.6 18L0 24l6.3-1.5A12 12 0 1012 0zm0 2.4a9.5 9.5 0 019.6 9.6 9.6 9.6 0 01-14.2 8.4l-.8-.4-.9.2-2.3.5.5-2.1.3-1-.5-.8A9.6 9.6 0 0112 2.4zm-4.2 4c-.2 0-.6.1-.8.4-.3.3-1 1-1 2.5s1 3 1.1 3.1c.2.2 2.1 3.3 5.2 4.5 2.5 1 3 .8 3.6.8.5 0 1.7-.7 2-1.4.2-.7.2-1.3.2-1.5l-.6-.3-2-1c-.3 0-.5-.1-.7.2l-1 1.1c-.2.2-.3.3-.6.1-.3-.1-1.3-.5-2.4-1.5a9 9 0 01-1.7-2c-.2-.3 0-.5.1-.7.2 0 .3-.3.5-.5l.3-.5v-.5L9 7c-.2-.5-.4-.5-.7-.5h-.5z" />
7 </Icon>
8 );
9}