aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/template-off.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/template-off.js')
-rw-r--r--icons-react/icons-js/template-off.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/template-off.js b/icons-react/icons-js/template-off.js
index 7266872d..6106316b 100644
--- a/icons-react/icons-js/template-off.js
+++ b/icons-react/icons-js/template-off.js
@@ -6,7 +6,7 @@ function IconTemplateOff({
stroke = 2,
...props
}) {
- return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-template-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/template-off"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M8 4h11a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-7m-4 0h-3a1 1 0 0 1 -1 -1v-2c0 -.271 .108 -.517 .283 -.697" /><rect x={4} y={12} width={6} height={8} rx={1} /><path d="M16 12h4" /><path d="M14 16h2" /><path d="M14 20h6" /><path d="M3 3l18 18" /></svg>;
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-template-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 4h11a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-7m-4 0h-3a1 1 0 0 1 -1 -1v-2c0 -.271 .108 -.517 .283 -.697" /><rect x={4} y={12} width={6} height={8} rx={1} /><path d="M16 12h4" /><path d="M14 16h2" /><path d="M14 20h6" /><path d="M3 3l18 18" /></svg>;
}
export default IconTemplateOff; \ No newline at end of file