aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/meat.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/meat.js')
-rw-r--r--icons-react/icons-js/meat.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/icons-react/icons-js/meat.js b/icons-react/icons-js/meat.js
new file mode 100644
index 00000000..599fcc92
--- /dev/null
+++ b/icons-react/icons-js/meat.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconMeat({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg className="icon icon-tabler icon-tabler-meat" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M13.62 8.382l1.966 -1.967a2 2 0 1 1 3.414 -1.415a2 2 0 1 1 -1.413 3.414l-1.82 1.821" /><ellipse transform="rotate(45 8.025 16.475)" cx={8.025} cy={16.475} rx={7} ry={3} /><path d="M7.5 16l1 1" /><path d="M12.975 21.425c3.905 -3.906 4.855 -9.288 2.121 -12.021c-2.733 -2.734 -8.115 -1.784 -12.02 2.121" /></svg>;
+}
+
+export default IconMeat; \ No newline at end of file