aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/folders-off.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/folders-off.js')
-rw-r--r--icons-react/icons-js/folders-off.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/folders-off.js b/icons-react/icons-js/folders-off.js
index e72b5bc9..cf8e26e4 100644
--- a/icons-react/icons-js/folders-off.js
+++ b/icons-react/icons-js/folders-off.js
@@ -6,7 +6,7 @@ function IconFoldersOff({
stroke = 2,
...props
}) {
- return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-folders-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/folders-off"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M17 17h-8a2 2 0 0 1 -2 -2v-8m1.177 -2.823c.251 -.114 .53 -.177 .823 -.177h3l2 2h5a2 2 0 0 1 2 2v7c0 .55 -.223 1.05 -.583 1.411" /><path d="M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h2" /><path d="M3 3l18 18" /></svg>;
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-folders-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="M17 17h-8a2 2 0 0 1 -2 -2v-8m1.177 -2.823c.251 -.114 .53 -.177 .823 -.177h3l2 2h5a2 2 0 0 1 2 2v7c0 .55 -.223 1.05 -.583 1.411" /><path d="M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h2" /><path d="M3 3l18 18" /></svg>;
}
export default IconFoldersOff; \ No newline at end of file