aboutsummaryrefslogtreecommitdiff
path: root/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/py-charm.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/py-charm.jsx')
-rwxr-xr-xusers/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/py-charm.jsx13
1 files changed, 13 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/py-charm.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/py-charm.jsx
new file mode 100755
index 0000000..8845a8e
--- /dev/null
+++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/py-charm.jsx
@@ -0,0 +1,13 @@
1import Icon from "../icon.jsx";
2
3export default function PyCharm(props) {
4 return (
5 <Icon {...props}>
6 <path
7 fillRule="evenodd"
8 clipRule="evenodd"
9 d="M0 0h24v24H0V0Zm11.2797 19.4998h-9v1.5h9v-1.5Zm-4.98-16.38h-4.08v9.9h2.16v-3h1.68c2.22 0 4.02-1.2 4.02-3.48 0-2.04-1.38-3.42-3.78-3.42Zm-.24 2.04c1.14 0 1.8.54 1.8 1.5 0 .84-.561 1.56-1.74 1.56h-1.74v-3.06h1.68Zm6.3376-.6824a5.0492 5.0492 0 0 0-1.4776 3.6824 5.1002 5.1002 0 0 0 5.1 5.16c1.92 0 3.06-.72 4.08-1.8l-1.38-1.38c-.78.66-1.5 1.14-2.64 1.14-1.68 0-2.88-1.44-2.88-3.12 0-1.74 1.2-3.12 2.88-3.12.96 0 1.74.42 2.52 1.14l1.38-1.62c-.9-.96-2.04-1.56-3.9-1.56a5.049 5.049 0 0 0-3.6824 1.4776Z"
10 />
11 </Icon>
12 );
13}