diff options
Diffstat (limited to 'icons-react/icons-js/sign-left.js')
-rw-r--r-- | icons-react/icons-js/sign-left.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/sign-left.js b/icons-react/icons-js/sign-left.js index 8a63f869..94793161 100644 --- a/icons-react/icons-js/sign-left.js +++ b/icons-react/icons-js/sign-left.js @@ -6,7 +6,7 @@ function IconSignLeft({ stroke = 2, ...props }) { - return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-sign-left" 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/sign-left"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M16 21h-4" /><path d="M14 21v-10" /><path d="M14 6v-3" /><path d="M18 6h-10l-2 2.5l2 2.5h10z" /></svg>; + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-sign-left" 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="M16 21h-4" /><path d="M14 21v-10" /><path d="M14 6v-3" /><path d="M18 6h-10l-2 2.5l2 2.5h10z" /></svg>; } export default IconSignLeft;
\ No newline at end of file |