diff options
Diffstat (limited to 'icons-react/icons-js/versions-off.js')
-rw-r--r-- | icons-react/icons-js/versions-off.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/versions-off.js b/icons-react/icons-js/versions-off.js index 4a5138a8..834138c1 100644 --- a/icons-react/icons-js/versions-off.js +++ b/icons-react/icons-js/versions-off.js @@ -6,7 +6,7 @@ function IconVersionsOff({ stroke = 2, ...props }) { - return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-versions-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/versions-off"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M10.184 6.162a2 2 0 0 1 1.816 -1.162h6a2 2 0 0 1 2 2v9m-1.185 2.827a1.993 1.993 0 0 1 -.815 .173h-6a2 2 0 0 1 -2 -2v-7" /><path d="M7 7v10" /><path d="M4 8v8" /><path d="M3 3l18 18" /></svg>; + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-versions-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="M10.184 6.162a2 2 0 0 1 1.816 -1.162h6a2 2 0 0 1 2 2v9m-1.185 2.827a1.993 1.993 0 0 1 -.815 .173h-6a2 2 0 0 1 -2 -2v-7" /><path d="M7 7v10" /><path d="M4 8v8" /><path d="M3 3l18 18" /></svg>; } export default IconVersionsOff;
\ No newline at end of file |