aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/license-off.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/license-off.js')
-rw-r--r--icons-react/icons-js/license-off.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/license-off.js b/icons-react/icons-js/license-off.js
index 9ac39660..59f59ae3 100644
--- a/icons-react/icons-js/license-off.js
+++ b/icons-react/icons-js/license-off.js
@@ -6,7 +6,7 @@ function IconLicenseOff({
stroke = 2,
...props
}) {
- return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-license-off" 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/license-off"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M15 21h-9a3 3 0 0 1 -3 -3v-1h10v2a2 2 0 1 0 4 0v-2m0 -4v-8a2 2 0 1 1 2 2h-2m2 -4h-11a3 3 0 0 0 -.864 .126m-2.014 2.025a3 3 0 0 0 -.122 .849v11" /><path d="M11 7h2" /><path d="M9 11h2" /><path d="M3 3l18 18" /></svg>;
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-license-off" 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="M15 21h-9a3 3 0 0 1 -3 -3v-1h10v2a2 2 0 1 0 4 0v-2m0 -4v-8a2 2 0 1 1 2 2h-2m2 -4h-11a3 3 0 0 0 -.864 .126m-2.014 2.025a3 3 0 0 0 -.122 .849v11" /><path d="M11 7h2" /><path d="M9 11h2" /><path d="M3 3l18 18" /></svg>;
}
export default IconLicenseOff; \ No newline at end of file