diff options
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/keyboard-maestro.jsx')
| -rwxr-xr-x | users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/keyboard-maestro.jsx | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/keyboard-maestro.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/keyboard-maestro.jsx new file mode 100755 index 0000000..f171ac7 --- /dev/null +++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/keyboard-maestro.jsx | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | import Icon from "../icon.jsx"; | ||
| 2 | |||
| 3 | export default function KeyboardMaestro(props) { | ||
| 4 | return ( | ||
| 5 | <Icon {...props}> | ||
| 6 | <path d="M6.25 13.2c-1.94 0-3.43.52-4.45 1.54a5.43 5.43 0 007.67 7.67c1.21-1.2 1.53-2.95 1.53-4.47v-1.1h2v1.1c0 1.52.32 3.26 1.53 4.47a5.39 5.39 0 007.67 0 5.43 5.43 0 000-7.67c-1.01-1.02-2.51-1.53-4.45-1.53h-1.12v-2.42h1.12c1.94 0 3.43-.51 4.45-1.53a5.43 5.43 0 00-7.67-7.67c-1.17 1.16-1.5 2.83-1.53 4.3l-.02 1.27h-1.96L11 5.9c-.02-1.48-.36-3.15-1.53-4.31a5.4 5.4 0 00-7.67 0 5.43 5.43 0 000 7.67c1.02 1.02 2.51 1.53 4.45 1.53h1.12v2.42H6.25zm10.59-9.32a2.14 2.14 0 013.04 0c.84.84.84 2.2 0 3.05-.37.37-1.13.57-2.13.57H16.2v-.95s-.11-2.02.63-2.67zm-.63 13.57v-.95h1.54c1 0 1.76.2 2.13.57a2.16 2.16 0 01-3.04 3.05c-.74-.65-.63-2.67-.63-2.67zm-5.98-7.22h3.54v3.54h-3.54v-3.54zM6.25 7.5c-1 0-1.76-.2-2.13-.57a2.16 2.16 0 013.04-3.05c.74.65.63 2.67.63 2.67v.95H6.25zm1.54 9v.95s.11 2.02-.63 2.67a2.14 2.14 0 01-3.04 0 2.16 2.16 0 010-3.05c.37-.37 1.13-.57 2.13-.57H7.8z" /> | ||
| 7 | </Icon> | ||
| 8 | ); | ||
| 9 | } | ||
