diff options
Diffstat (limited to 'icons-react/icons-js/ice-skating.js')
-rw-r--r-- | icons-react/icons-js/ice-skating.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/ice-skating.js b/icons-react/icons-js/ice-skating.js index fc7d61b4..7fec866f 100644 --- a/icons-react/icons-js/ice-skating.js +++ b/icons-react/icons-js/ice-skating.js @@ -6,7 +6,7 @@ function IconIceSkating({ stroke = 2, ...props }) { - return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-ice-skating" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/ice-skating"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M5.905 5h3.418a1 1 0 0 1 .928 .629l1.143 2.856a3 3 0 0 0 2.207 1.83l4.717 .926a2.084 2.084 0 0 1 1.682 2.045v.714a1 1 0 0 1 -1 1h-13.895a1 1 0 0 1 -.995 -1.1l.8 -8a1 1 0 0 1 .995 -.9z" /><path d="M3 19h17a1 1 0 0 0 1 -1" /><path d="M9 15v4" /><path d="M15 15v4" /></svg>; + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-ice-skating" 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="M5.905 5h3.418a1 1 0 0 1 .928 .629l1.143 2.856a3 3 0 0 0 2.207 1.83l4.717 .926a2.084 2.084 0 0 1 1.682 2.045v.714a1 1 0 0 1 -1 1h-13.895a1 1 0 0 1 -.995 -1.1l.8 -8a1 1 0 0 1 .995 -.9z" /><path d="M3 19h17a1 1 0 0 0 1 -1" /><path d="M9 15v4" /><path d="M15 15v4" /></svg>; } export default IconIceSkating;
\ No newline at end of file |