aboutsummaryrefslogtreecommitdiff
path: root/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/evernote-legacy.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/evernote-legacy.jsx')
-rwxr-xr-xusers/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/evernote-legacy.jsx10
1 files changed, 10 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/evernote-legacy.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/evernote-legacy.jsx
new file mode 100755
index 0000000..fcda973
--- /dev/null
+++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/evernote-legacy.jsx
@@ -0,0 +1,10 @@
1import Icon from "../icon.jsx";
2
3export default function EvernoteLegacy(props) {
4 return (
5 <Icon {...props}>
6 <path d="M11.92,23.85A11.93,11.93,0,1,1,23.85,12,11.91,11.91,0,0,1,11.92,23.85Zm-.4-10.34a1.93,1.93,0,0,0,.92,1.33,3.56,3.56,0,0,0,1.52.51,2.36,2.36,0,0,1,1.76,1.09,1.82,1.82,0,0,1-1.24,2.87,1.3,1.3,0,0,1-1.2-.4.73.73,0,0,1-.19-.74.68.68,0,0,1,.58-.46l.16,0a.66.66,0,0,0,.54-.7.64.64,0,0,0-.67-.6,2.31,2.31,0,0,0-.37,0A2.11,2.11,0,0,0,11.6,18a2,2,0,0,0,.75,2.22,3.16,3.16,0,0,0,2.46.65,4,4,0,0,0,3-1.89,5.69,5.69,0,0,0,.81-2.46c.09-.84.15-1.69.16-2.53,0-1,0-2-.06-3a25.23,25.23,0,0,0-.42-3.56,2.39,2.39,0,0,0-1.1-1.67,3.75,3.75,0,0,0-1.33-.49l-3.08-.53a.2.2,0,0,1-.18-.15,1.4,1.4,0,0,0-.89-.94,3.46,3.46,0,0,0-1.66-.13,1.11,1.11,0,0,0-1,1.14c0,.95,0,1.9,0,2.85a2.43,2.43,0,0,1,0,.38.88.88,0,0,1-.71.8,3,3,0,0,1-.61.08H5a.88.88,0,0,0-.55.17,1.22,1.22,0,0,0-.52,1.19,17.49,17.49,0,0,0,.52,2.67,4,4,0,0,0,1.42,2.27,5.36,5.36,0,0,0,3.66,1.1,1.35,1.35,0,0,0,1.15-.65,5.22,5.22,0,0,0,.64-1.35C11.39,13.94,11.46,13.73,11.52,13.51Zm-7-5.18c.16,0,.28-.07.39-.08l.92,0h2a.66.66,0,0,0,.75-.56.78.78,0,0,0,0-.22V5.68c0-.34,0-.68,0-1s0-.39.07-.6Z" />
7 <path d="M16.37,11.89a6.16,6.16,0,0,1-1.42-.2c-.16,0-.19-.11-.13-.27a.78.78,0,0,1,.34-.4,1.2,1.2,0,0,1,1.35.15.82.82,0,0,1,.24.48c0,.17,0,.23-.18.24Z" />
8 </Icon>
9 );
10}