aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/glass-full.js
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2021-11-17 12:26:51 +0100
committercodecalm <codecalm@gmail.com>2021-11-17 12:26:51 +0100
commit31bfe402573785fc3e32df4763dd49ebc22cecda (patch)
tree2b0a57e46550c3542545b61c53b323aec51d7c46 /icons-react/icons-js/glass-full.js
parentMerge remote-tracking branch 'origin/master' (diff)
downloadtabler-icons-31bfe402573785fc3e32df4763dd49ebc22cecda.tar.xz
Release 1.44.0v1.44.0
Diffstat (limited to 'icons-react/icons-js/glass-full.js')
-rw-r--r--icons-react/icons-js/glass-full.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/glass-full.js b/icons-react/icons-js/glass-full.js
index 8512d40a..56459813 100644
--- a/icons-react/icons-js/glass-full.js
+++ b/icons-react/icons-js/glass-full.js
@@ -6,7 +6,7 @@ function IconGlassFull({
stroke = 2,
...props
}) {
- return <svg className="icon icon-tabler icon-tabler-glass-full" 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" /><line x1={8} y1={21} x2={16} y2={21} /><line x1={12} y1={15} x2={12} y2={21} /><path d="M17 3l1 7c0 3.012 -2.686 5 -6 5s-6 -1.988 -6 -5l1 -7h10z" /><path d="M6 10a5.001 5.001 0 0 1 6 0a5.001 5.001 0 0 0 6 0" /></svg>;
+ return <svg className="icon icon-tabler icon-tabler-glass-full" 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" /><line x1={8} y1={21} x2={16} y2={21} /><line x1={12} y1={15} x2={12} y2={21} /><path d="M17 3l1 7c0 3.012 -2.686 5 -6 5s-6 -1.988 -6 -5l1 -7h10z" /><path d="M6 10a5 5 0 0 1 6 0a5 5 0 0 0 6 0" /></svg>;
}
export default IconGlassFull; \ No newline at end of file