aboutsummaryrefslogtreecommitdiff
path: root/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/ghostty.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/ghostty.jsx')
-rwxr-xr-xusers/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/ghostty.jsx13
1 files changed, 13 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/ghostty.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/ghostty.jsx
new file mode 100755
index 0000000..2a63aa0
--- /dev/null
+++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/ghostty.jsx
@@ -0,0 +1,13 @@
1import Icon from "../icon.jsx";
2
3export default function Ghostty(props) {
4 return (
5 <Icon {...props}>
6 <path
7 fillRule="evenodd"
8 clipRule="evenodd"
9 d="M2.335 23.543C.525 22.46 0 20.177 0 18.067V9.942c0-.996.14-1.989.51-2.914.583-1.459 1.636-3.679 3.006-4.804C5.56.547 7.258.058 9.89.004c2.795-.056 4.676.4 6.813 2.22 1.371 1.168 2.365 3.489 2.885 4.94.3.838.412 1.726.412 2.616v8.418c0 2.03-.478 4.216-2.182 5.317-.36.232-.738.405-1.115.462-1.53.234-2.192-1.434-3.736-1.331-1.305.086-1.77 1.368-3.077 1.331-1.228-.034-1.631-1.24-2.857-1.331-1.463-.11-2.057 1.479-3.517 1.331-.396-.04-.797-.204-1.18-.434ZM8.571 9.216a.643.643 0 0 1-.271.526l-4.124 2.915h-.352a1.186 1.186 0 0 1-.716-2.132L5.03 9.07a.22.22 0 0 0-.01-.357l-1.327-.894a.973.973 0 1 1 1.106-1.602l3.5 2.475c.171.12.272.317.272.525Zm3.082-1.22a1.065 1.065 0 0 0-.927 1.589l.1.176c.237.418.68.676 1.16.676h3.94c.48 0 .923-.258 1.16-.676l.1-.177a1.064 1.064 0 0 0-.927-1.589h-4.606Z"
10 />
11 </Icon>
12 );
13}