aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/perspective-off.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/perspective-off.js')
-rw-r--r--icons-react/icons-js/perspective-off.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/perspective-off.js b/icons-react/icons-js/perspective-off.js
index 83521130..56bd65a6 100644
--- a/icons-react/icons-js/perspective-off.js
+++ b/icons-react/icons-js/perspective-off.js
@@ -6,7 +6,7 @@ function IconPerspectiveOff({
stroke = 2,
...props
}) {
- return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-perspective-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/perspective-off"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M8.511 4.502l9.63 1.375a1 1 0 0 1 .859 .99v8.133m-.859 3.123l-12 1.714a1 1 0 0 1 -1.141 -.99v-13.694a1 1 0 0 1 .01 -.137" /><path d="M3 3l18 18" /></svg>;
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-perspective-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="M8.511 4.502l9.63 1.375a1 1 0 0 1 .859 .99v8.133m-.859 3.123l-12 1.714a1 1 0 0 1 -1.141 -.99v-13.694a1 1 0 0 1 .01 -.137" /><path d="M3 3l18 18" /></svg>;
}
export default IconPerspectiveOff; \ No newline at end of file