diff options
author | codecalm <codecalm@gmail.com> | 2020-12-05 17:50:52 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-12-05 17:50:52 +0100 |
commit | 2d1444de91f772f9434329555784697b957cb2be (patch) | |
tree | f515a3a915a5c7470c136257aad49a1ca1be2f17 /icons-react/icons-js/mood-crazy-happy.js | |
parent | icons optimize (diff) | |
download | tabler-icons-2d1444de91f772f9434329555784697b957cb2be.tar.xz |
Release 1.37.0v1.37.0
Diffstat (limited to 'icons-react/icons-js/mood-crazy-happy.js')
-rw-r--r-- | icons-react/icons-js/mood-crazy-happy.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/mood-crazy-happy.js b/icons-react/icons-js/mood-crazy-happy.js index 628781d1..579747f5 100644 --- a/icons-react/icons-js/mood-crazy-happy.js +++ b/icons-react/icons-js/mood-crazy-happy.js @@ -6,7 +6,7 @@ function IconMoodCrazyHappy({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-mood-crazy-happy" 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" /><circle cx={12} cy={12} r={9} /><line x1={7} y1={8.5} x2={10} y2={11.5} /><path d="M7 11.5l3-3" /><line x1={14} y1={8.5} x2={17} y2={11.5} /><path d="M14 11.5l3-3" /><path d="M9.5 15a3.5 3.5 0 0 0 5 0" /></svg>; + return <svg className="icon icon-tabler icon-tabler-mood-crazy-happy" 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" /><circle cx={12} cy={12} r={9} /><line x1={7} y1={8.5} x2={10} y2={11.5} /><path d="M7 11.5l3 -3" /><line x1={14} y1={8.5} x2={17} y2={11.5} /><path d="M14 11.5l3 -3" /><path d="M9.5 15a3.5 3.5 0 0 0 5 0" /></svg>; } export default IconMoodCrazyHappy;
\ No newline at end of file |