diff options
Diffstat (limited to 'icons-react/icons-js/perspective.js')
-rw-r--r-- | icons-react/icons-js/perspective.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/perspective.js b/icons-react/icons-js/perspective.js index 78dbe941..228c0102 100644 --- a/icons-react/icons-js/perspective.js +++ b/icons-react/icons-js/perspective.js @@ -6,7 +6,7 @@ function IconPerspective({ stroke = 2, ...props }) { - return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-perspective" 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"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M6.141 4.163l12 1.714a1 1 0 0 1 .859 .99v10.266a1 1 0 0 1 -.859 .99l-12 1.714a1 1 0 0 1 -1.141 -.99v-13.694a1 1 0 0 1 1.141 -.99z" /></svg>; + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-perspective" 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="M6.141 4.163l12 1.714a1 1 0 0 1 .859 .99v10.266a1 1 0 0 1 -.859 .99l-12 1.714a1 1 0 0 1 -1.141 -.99v-13.694a1 1 0 0 1 1.141 -.99z" /></svg>; } export default IconPerspective;
\ No newline at end of file |