aboutsummaryrefslogtreecommitdiff
path: root/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/maestro-ai.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/maestro-ai.jsx')
-rwxr-xr-xusers/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/maestro-ai.jsx11
1 files changed, 11 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/maestro-ai.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/maestro-ai.jsx
new file mode 100755
index 0000000..8ae6ab1
--- /dev/null
+++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/maestro-ai.jsx
@@ -0,0 +1,11 @@
1import Icon from "../icon.jsx";
2
3export default function MaestroAI(props) {
4 return (
5 <Icon {...props}>
6 <path d="m23.43.2.04-.1q.32-.25.53.11 0 .12-.04.26l-.22.53-.13.28-1.98 4.52-1.23 2.85q-.08.15.01.3.16.27.1.56-.14.4-.32.8a.6.6 0 0 0-.03.5l.3.68c.1.33.2.65.17 1q-.02.19-.05.35-.22.67-.76 1.15-.46.3-.92.57-.37.22-.64.56l-.3.34q-.14.23-.32.03l-1.22-1.31q-.46-.49-.25-1.13.17-.62.32-1.28 0-.06.03-.1 0-.05.03-.09.14-.31.31-.61l.86-1.28.49-.78c.18-.3.31-.36.61-.28.17.11.23.27.26.48l.08-.12 1.7-3.5.65-1.35.08-.16.11-.22q.23-.45.43-.88l.92-1.93zM22.88 15.92l-.03.46q-.15.75-.33 1.43a2.4 2.4 0 0 1-1 1.41q-.41.21-.82.38c-.7.24-1.44.32-2.17.42q-.27.03-.37-.19l-.6-1.1q-.1-.21.04-.39l.26-.35.82-1.28q.14-.19.32-.32q.18-.1.4-.17l1.42-.68.52-.18.13.12q0 .11-.03.23l-.5.74.03.04 1.3-.72q.22-.12.45-.07z" />
7 <path d="M1.73 6.77q.09-.98.66-1.76a5.4 5.4 0 0 1 3.2-2.18c.77-.19 1.55-.19 2.31.08.36.13.73.24 1.12.2q.13.01.28.06l.06.03q.18.21.11.51-.12.19-.25.33-.08.09.02.16q.12.09.22.21c.32.38.46.82.51 1.3q.01.28.23.47l1.37.94.3.3q.36.42-.1.72-.11.08-.23.13-.19.09-.11.28l.44 1.26c.08.23.15.47.1.72q-.08.37-.37.62c-.24.22-.53.34-.83.45l-.24.1q-.86.25-1.48.88c-.28.3-.29.3-.63.06q-.15-.1-.3-.17c-.13-.07-.16-.04-.17.1q0 .15-.03.3-.05.23-.27.11-.53-.28-1.08-.55-.56-.24-1.15-.47l-.18-.04h-.01q.65.51 1.28 1.05a25 25 0 0 1 3.05 3.41l.46.62.1.13.04-.02-.63-1.93.04-.02.08.06 1.54 1.64c.13.15.12.2 0 .36l-.49.63a1 1 0 0 0-.09.26q.02.25.25.15.16-.1.28-.2l2.25-2.17q.87-.87 1.73-1.78c.2-.2.25-.2.44 0a116 116 0 0 1 2.3 2.43c.15.17.15.2.01.39q-.57.77-1.16 1.53-.79 1.01-1.74 1.9c-.64.61-1.3 1.2-2.08 1.64-.55.31-1.12.55-1.77.49a5 5 0 0 1-1.3-.35c-.2-.12-.35-.05-.5.07q-.22.2-.17.5.01.07.1.12.04.05.15.13-.19.11-.36.18a14 14 0 0 1-5.6.83l-1.75-.17q-.41-.05-.84-.14l-.5-.1c-.37-.08-.39-.1-.32-.46V23q.23-1.7.43-3.4c.14-1.22.33-2.43.77-3.6q.5-1.26 1.29-2.36l.46-.63q.4-.53.76-1.06q.15-.23.2-.49c.1-.28 0-.51-.22-.7q-.34-.32-.66-.64a5 5 0 0 1-1.2-1.86q-.02-.07-.07-.16V8l-.02-.13c-.05-.37-.1-.73-.04-1.1M17.9 21.04q-.07.09-.16.14-.2.1-.42.18l-.58.16q-1.45.43-2.95.66h-.11l.2-.19q1.03-.9 2.03-1.82.46-.46.88-.95c.09-.1.16-.23.32-.2.15.02.16.17.2.28z" />
8 <path d="M9.97 13q.13.4.13.8-.02.42-.07.86c-.1.15-.23.16-.38.13-.72-.19-.97-.94-.48-1.51q.25-.35.68-.49l.09.11z" />
9 </Icon>
10 );
11}