diff options
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/emacs.jsx')
| -rwxr-xr-x | users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/emacs.jsx | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/emacs.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/emacs.jsx new file mode 100755 index 0000000..59dd511 --- /dev/null +++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/emacs.jsx | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | import Icon from "../icon.jsx"; | ||
| 2 | |||
| 3 | export default function Emacs(props) { | ||
| 4 | return ( | ||
| 5 | <Icon {...props}> | ||
| 6 | <path | ||
| 7 | fillRule="evenodd" | ||
| 8 | clipRule="evenodd" | ||
| 9 | d="M12 23a11 11 0 100-22 11 11 0 000 22zm-1.65-3.31c-1.2.1-2.13.04-2.13.04.02 0 3.25-.72 4.49-1.07l.31-.09c.7-.19 1.95-.53 1.93-.68-.01-.13-.26-.18-1.84-.1a10.6 10.6 0 01-5.38-.62c-3.05-1-3.7-2.63-2.22-3.99 1.31-1.09 3.56-2.03 6.67-1.86 0 0-1.06-.32-1.42-.5l-.31-.14c-.95-.43-2.24-1.03-3.17-2.05l-.13-.15c-.26-.31-.63-.74-.4-1.23.38-.8 1.58-.86 3.3-.96l.44-.02s2.03-.2 3-.35c.9-.15 1.12-.43.97-.63-.25-.35-.81-.4-4.18-.38 0 0 2.72-.78 3.86-.99 1.2-.21 2.46.41 2.7 1.48.27 1.04-.37 1.7-1.35 1.86 0 0-.11.05-.82.06-1.4.02-2.94.21-4.03.52-.34.1-.95.43-.77.82.15.39.82.7 1.28.93l.07.04 1.18.55c1 .47 2.38 1.11 3.26 1.54 0 0-4.06.92-5.09 1.41-2.05.93-2.3 2-1.82 2.37.5.38 1.44.85 4.26.94l1.27.02c1.74.02 2.76.04 3.67.41.37.16.37.4.36.52v.05c-.23.4-.74.7-1.68 1.04-.9.33-2.58.69-2.58.69-1.37.3-3.22.47-3.7.52z" | ||
| 10 | /> | ||
| 11 | </Icon> | ||
| 12 | ); | ||
| 13 | } | ||
