aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/curling.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/curling.js')
-rw-r--r--icons-react/icons-js/curling.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/curling.js b/icons-react/icons-js/curling.js
index fe2ff94c..f0a46fa2 100644
--- a/icons-react/icons-js/curling.js
+++ b/icons-react/icons-js/curling.js
@@ -6,7 +6,7 @@ function IconCurling({
stroke = 2,
...props
}) {
- return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-curling" 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/curling"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><rect x={4} y={9} width={16} height={10} rx={4} /><path d="M4 14h16" /><path d="M8 5h6a2 2 0 0 1 2 2v2" /></svg>;
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-curling" 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" /><rect x={4} y={9} width={16} height={10} rx={4} /><path d="M4 14h16" /><path d="M8 5h6a2 2 0 0 1 2 2v2" /></svg>;
}
export default IconCurling; \ No newline at end of file