diff options
author | codecalm <codecalm@gmail.com> | 2021-11-17 12:26:51 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2021-11-17 12:26:51 +0100 |
commit | 31bfe402573785fc3e32df4763dd49ebc22cecda (patch) | |
tree | 2b0a57e46550c3542545b61c53b323aec51d7c46 /icons-react/icons-js/multiplier-2x.js | |
parent | Merge remote-tracking branch 'origin/master' (diff) | |
download | tabler-icons-1f6b27d1dc6a4f081b76e018d8c43c67dbb02d65.tar.xz |
Release 1.44.0v1.44.0
Diffstat (limited to 'icons-react/icons-js/multiplier-2x.js')
-rw-r--r-- | icons-react/icons-js/multiplier-2x.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/multiplier-2x.js b/icons-react/icons-js/multiplier-2x.js index 0c0b870b..6211d120 100644 --- a/icons-react/icons-js/multiplier-2x.js +++ b/icons-react/icons-js/multiplier-2x.js @@ -6,7 +6,7 @@ function IconMultiplier2x({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-multiplier-2x" 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="M14 16l4 -4" /><path d="M18 16l-4 -4" /><path d="M6 10a2 2 0 1 1 4 0c0 .591 -.417 1.318 -.816 1.858l-3.184 4.143l4 -.001" /></svg>; + return <svg className="icon icon-tabler icon-tabler-multiplier-2x" 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="M14 16l4 -4" /><path d="M18 16l-4 -4" /><path d="M6 10a2 2 0 1 1 4 0c0 .591 -.417 1.318 -.816 1.858l-3.184 4.143l4 0" /></svg>; } export default IconMultiplier2x;
\ No newline at end of file |