aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/pizza.js
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2021-04-18 16:53:56 +0200
committercodecalm <codecalm@gmail.com>2021-04-18 16:53:56 +0200
commit8df08c3407dc8ea1622de6c140017675d343702e (patch)
treeca4f73ba2bcf3f31243fd314091a95201a4d5928 /icons-react/icons-js/pizza.js
parenticons tags (diff)
downloadtabler-icons-8df08c3407dc8ea1622de6c140017675d343702e.tar.xz
Release 1.40.0v1.40.0
Diffstat (limited to 'icons-react/icons-js/pizza.js')
-rw-r--r--icons-react/icons-js/pizza.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/pizza.js b/icons-react/icons-js/pizza.js
index 755a5d73..2a23bc87 100644
--- a/icons-react/icons-js/pizza.js
+++ b/icons-react/icons-js/pizza.js
@@ -6,7 +6,7 @@ function IconPizza({
stroke = 2,
...props
}) {
- return <svg className="icon icon-tabler icon-tabler-pizza" 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="M12 21.5c-3.04 0 -5.952 -.714 -8.5 -1.983l8.5 -16.517l8.5 16.517a19.09 19.09 0 0 1 -8.5 1.983z" /><path d="M5.2 15.772a14.939 14.939 0 0 0 6.995 1.728a14.944 14.944 0 0 0 6.638 -1.545" /><line x1={13} y1={11.01} x2={13} y2={11} /><line x1={11} y1={14} x2={11} y2={13.99} /></svg>;
+ return <svg className="icon icon-tabler icon-tabler-pizza" 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="M12 21.5c-3.04 0 -5.952 -.714 -8.5 -1.983l8.5 -16.517l8.5 16.517a19.09 19.09 0 0 1 -8.5 1.983z" /><path d="M5.38 15.866a14.94 14.94 0 0 0 6.815 1.634a14.944 14.944 0 0 0 6.502 -1.479" /><path d="M13 11.01v-.01" /><path d="M11 14v-.01" /></svg>;
}
export default IconPizza; \ No newline at end of file