aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/brand-yahoo.js
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-12-05 17:50:52 +0100
committercodecalm <codecalm@gmail.com>2020-12-05 17:50:52 +0100
commit2d1444de91f772f9434329555784697b957cb2be (patch)
treef515a3a915a5c7470c136257aad49a1ca1be2f17 /icons-react/icons-js/brand-yahoo.js
parenticons optimize (diff)
downloadtabler-icons-2d1444de91f772f9434329555784697b957cb2be.tar.xz
Release 1.37.0v1.37.0
Diffstat (limited to 'icons-react/icons-js/brand-yahoo.js')
-rw-r--r--icons-react/icons-js/brand-yahoo.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/brand-yahoo.js b/icons-react/icons-js/brand-yahoo.js
index bc6d7566..4e87be64 100644
--- a/icons-react/icons-js/brand-yahoo.js
+++ b/icons-react/icons-js/brand-yahoo.js
@@ -6,7 +6,7 @@ function IconBrandYahoo({
stroke = 2,
...props
}) {
- return <svg className="icon icon-tabler icon-tabler-brand-yahoo" 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={3} y1={6} x2={8} y2={6} /><line x1={7} y1={18} x2={14} y2={18} /><path d="M4.5 6l5.5 7v5" /><path d="M10 13l6-5" /><line x1={12.5} y1={8} x2={17.5} y2={8} /><line x1={20} y1={11} x2={20} y2={15} /><line x1={20} y1={18} x2={20} y2={18.01} /></svg>;
+ return <svg className="icon icon-tabler icon-tabler-brand-yahoo" 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={3} y1={6} x2={8} y2={6} /><line x1={7} y1={18} x2={14} y2={18} /><path d="M4.5 6l5.5 7v5" /><path d="M10 13l6 -5" /><line x1={12.5} y1={8} x2={17.5} y2={8} /><line x1={20} y1={11} x2={20} y2={15} /><line x1={20} y1={18} x2={20} y2={18.01} /></svg>;
}
export default IconBrandYahoo; \ No newline at end of file