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/brand-steam.js | |
parent | Merge remote-tracking branch 'origin/master' (diff) | |
download | tabler-icons-31bfe402573785fc3e32df4763dd49ebc22cecda.tar.xz |
Release 1.44.0v1.44.0
Diffstat (limited to 'icons-react/icons-js/brand-steam.js')
-rw-r--r-- | icons-react/icons-js/brand-steam.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/brand-steam.js b/icons-react/icons-js/brand-steam.js index cbaa924b..e8dd4aab 100644 --- a/icons-react/icons-js/brand-steam.js +++ b/icons-react/icons-js/brand-steam.js @@ -6,7 +6,7 @@ function IconBrandSteam({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-brand-steam" 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="M16.5 5a4.5 4.5 0 1 1 -.653 8.953l-4.347 3.009l0 .038a3 3 0 0 1 -2.824 2.995l-.176 .005a3.001 3.001 0 0 1 -2.94 -2.402l-2.56 -1.098v-3.5l3.51 1.755a2.989 2.989 0 0 1 2.834 -.635l2.727 -3.818a4.5 4.5 0 0 1 4.429 -5.302z" /><circle fill="currentColor" cx={16.5} cy={9.5} r={1} /></svg>; + return <svg className="icon icon-tabler icon-tabler-brand-steam" 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="M16.5 5a4.5 4.5 0 1 1 -.653 8.953l-4.347 3.009l0 .038a3 3 0 0 1 -2.824 2.995l-.176 .005a3 3 0 0 1 -2.94 -2.402l-2.56 -1.098v-3.5l3.51 1.755a2.989 2.989 0 0 1 2.834 -.635l2.727 -3.818a4.5 4.5 0 0 1 4.429 -5.302z" /><circle fill="currentColor" cx={16.5} cy={9.5} r={1} /></svg>; } export default IconBrandSteam;
\ No newline at end of file |