aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/lasso.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/lasso.js')
-rw-r--r--icons-react/icons-js/lasso.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/lasso.js b/icons-react/icons-js/lasso.js
index 28a0ae3b..9edce567 100644
--- a/icons-react/icons-js/lasso.js
+++ b/icons-react/icons-js/lasso.js
@@ -6,7 +6,7 @@ function IconLasso({
stroke = 2,
...props
}) {
- return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-lasso" 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/lasso"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M4.028 13.252c-.657 -.972 -1.028 -2.078 -1.028 -3.252c0 -3.866 4.03 -7 9 -7s9 3.134 9 7s-4.03 7 -9 7c-1.913 0 -3.686 -.464 -5.144 -1.255" /><circle cx={5} cy={15} r={2} /><path d="M5 17c0 1.42 .316 2.805 1 4" /></svg>;
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-lasso" 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="M4.028 13.252c-.657 -.972 -1.028 -2.078 -1.028 -3.252c0 -3.866 4.03 -7 9 -7s9 3.134 9 7s-4.03 7 -9 7c-1.913 0 -3.686 -.464 -5.144 -1.255" /><circle cx={5} cy={15} r={2} /><path d="M5 17c0 1.42 .316 2.805 1 4" /></svg>;
}
export default IconLasso; \ No newline at end of file