aboutsummaryrefslogtreecommitdiff
path: root/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/blender.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/blender.jsx')
-rwxr-xr-xusers/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/blender.jsx9
1 files changed, 9 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/blender.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/blender.jsx
new file mode 100755
index 0000000..5fcb14e
--- /dev/null
+++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/blender.jsx
@@ -0,0 +1,9 @@
1import Icon from "../icon.jsx";
2
3export default function Blender(props) {
4 return (
5 <Icon {...props}>
6 <path d="M23.93 12.87c-.14-.99-.48-1.93-1.02-2.79a7.8 7.8 0 0 0-1.79-1.99L13.6 2.3l-.01-.01c-.25-.2-.6-.3-.96-.3s-.71.1-.99.3c-.3.2-.46.48-.47.77a.9.9 0 0 0 .36.73l1.45 1.16 1.44 1.15H5.2c-1.05 0-1.77.5-1.92 1.32-.06.36.05.76.31 1.07.27.32.67.5 1.11.5h4.55L.89 15.18l-.04.03c-.46.36-.77.86-.84 1.37-.05.4.04.75.27 1.04.26.34.68.53 1.17.53.48 0 .96-.18 1.37-.51l4.52-3.7a6 6 0 0 0-.04.64c0 .3.1.91.26 1.4a7.4 7.4 0 0 0 1.6 2.78 8.26 8.26 0 0 0 2.8 2c1.14.5 2.37.77 3.65.77h.01a9 9 0 0 0 3.67-.78 8.3 8.3 0 0 0 2.79-2.01 7.46 7.46 0 0 0 1.9-4.33c.04-.5.02-1.02-.05-1.54zm-8.23 4.89c-2.82 0-5.11-2.05-5.11-4.58 0-2.53 2.29-4.58 5.11-4.58 2.83 0 5.12 2.05 5.12 4.58 0 2.53-2.3 4.58-5.12 4.58zm2.95-4.98c.04.75-.26 1.45-.79 1.97-.54.53-1.3.86-2.16.86-.86 0-1.63-.33-2.17-.86a2.55 2.55 0 0 1-.79-1.97c.04-.73.4-1.38.94-1.84a3.11 3.11 0 0 1 2.02-.72c.77 0 1.48.27 2.01.72.54.46.9 1.1.94 1.84z" />
7 </Icon>
8 );
9}