aboutsummaryrefslogtreecommitdiff
path: root/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/joplin.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/joplin.jsx')
-rwxr-xr-xusers/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/joplin.jsx13
1 files changed, 13 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/joplin.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/joplin.jsx
new file mode 100755
index 0000000..980784f
--- /dev/null
+++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/joplin.jsx
@@ -0,0 +1,13 @@
1import Icon from "../icon.jsx";
2
3export default function Joplin(props) {
4 return (
5 <Icon {...props}>
6 <path
7 fillRule="evenodd"
8 clipRule="evenodd"
9 d="M5 0a5 5 0 00-5 5v14a5 5 0 005 5h14a5 5 0 005-5V5a5 5 0 00-5-5H5zm7.01 2h7.58v2.61h-1.86l-.08 12.65c-.65 2.12-1.4 2.98-3.11 4.15-.93.43-1.47.59-2.48.59-1.4 0-2.14-.1-3.34-.69a8.78 8.78 0 01-2.96-2.36 9.54 9.54 0 01-1.34-3.1 6.7 6.7 0 01.59-3.36c.6-.86 1.04-1.3 2-1.98 1-.45 1.59-.64 2.72-.85a6.08 6.08 0 012.18.2v3.83a3.4 3.4 0 00-1.86-.46c-.84.32-1.22.55-1.7 1.04-.3.71-.32 1.1 0 1.82.46.78.8 1.18 1.6 1.79a6 6 0 002.55.41 2.6 2.6 0 001.36-1.51V4.72l-1.85-.1V2z"
10 />
11 </Icon>
12 );
13}