aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/quote-off.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/quote-off.js')
-rw-r--r--icons-react/icons-js/quote-off.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/quote-off.js b/icons-react/icons-js/quote-off.js
index eadd4ca4..a2128539 100644
--- a/icons-react/icons-js/quote-off.js
+++ b/icons-react/icons-js/quote-off.js
@@ -6,7 +6,7 @@ function IconQuoteOff({
stroke = 2,
...props
}) {
- return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-quote-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/quote-off"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M10 11h-4a1 1 0 0 1 -1 -1v-3a1 1 0 0 1 1 -1m4 4v3c0 2.667 -1.333 4.333 -4 5" /><path d="M19 11h-4m-1 -1v-3a1 1 0 0 1 1 -1h3a1 1 0 0 1 1 1v6c0 .66 -.082 1.26 -.245 1.798m-1.653 2.29c-.571 .4 -1.272 .704 -2.102 .912" /><path d="M3 3l18 18" /></svg>;
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-quote-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 11h-4a1 1 0 0 1 -1 -1v-3a1 1 0 0 1 1 -1m4 4v3c0 2.667 -1.333 4.333 -4 5" /><path d="M19 11h-4m-1 -1v-3a1 1 0 0 1 1 -1h3a1 1 0 0 1 1 1v6c0 .66 -.082 1.26 -.245 1.798m-1.653 2.29c-.571 .4 -1.272 .704 -2.102 .912" /><path d="M3 3l18 18" /></svg>;
}
export default IconQuoteOff; \ No newline at end of file