aboutsummaryrefslogtreecommitdiff
path: root/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/folx.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/folx.jsx')
-rwxr-xr-xusers/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/folx.jsx13
1 files changed, 13 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/folx.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/folx.jsx
new file mode 100755
index 0000000..4fc7f48
--- /dev/null
+++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/folx.jsx
@@ -0,0 +1,13 @@
1import Icon from "../icon.jsx";
2
3export default function Folx(props) {
4 return (
5 <Icon {...props}>
6 <path
7 fillRule="evenodd"
8 clipRule="evenodd"
9 d="M12.37 24.37a12 12 0 1 0-9.55-4.74l.93-.94a4.09 4.09 0 0 1 .67-4.04l-.02-.02.36-.5.06-.08a3.87 3.87 0 0 0-1.65-.36H3.1a.33.33 0 0 1-.2-.1.33.33 0 0 1-.1-.25c0-.05.01-.1.03-.13a.34.34 0 0 1 .06-.1l1.87-1.87a.77.77 0 0 1 .61-.2h.03a.9.9 0 0 1 .09.02l1.26.37a24.18 24.18 0 0 1 4.74-4.65l2.86 2.87.02-.02-2.8-2.79c.24-.71.65-1.36 1.23-1.94a4.8 4.8 0 0 1 3.51-1.46 4.8 4.8 0 0 1 3.52 1.46 4.8 4.8 0 0 1 1.46 3.52 4.8 4.8 0 0 1-1.46 3.52c-.57.58-1.22.98-1.94 1.22l-2.79-2.8-.01.02 2.87 2.88-.48.65a24.22 24.22 0 0 1-4.18 4.08l.38 1.26a.9.9 0 0 1 .02.15v.04c0 .21-.06.39-.2.54l-1.87 1.87a.34.34 0 0 1-.23.09.33.33 0 0 1-.25-.1.33.33 0 0 1-.1-.2v-.07c0-.6-.12-1.14-.36-1.63l-.08.06-.5.35-.02-.02c-.73.62-1.6.93-2.58.93-.52 0-1.01-.1-1.47-.27l-.95.92-.65-.52a11.95 11.95 0 0 0 7.92 2.98ZM4.35 21.3l-.37-.35.37.35Z"
10 />
11 </Icon>
12 );
13}