aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/diamond-off.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/diamond-off.js')
-rw-r--r--icons-react/icons-js/diamond-off.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/diamond-off.js b/icons-react/icons-js/diamond-off.js
index f5f425e8..81b11d89 100644
--- a/icons-react/icons-js/diamond-off.js
+++ b/icons-react/icons-js/diamond-off.js
@@ -6,7 +6,7 @@ function IconDiamondOff({
stroke = 2,
...props
}) {
- return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-diamond-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/diamond-off"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M9 5h9l3 5l-3.308 3.697m-1.883 2.104l-3.309 3.699a0.7 .7 0 0 1 -1 0l-8.5 -9.5l2.62 -4.368" /><path d="M10 12l-2 -2.2l.6 -1" /><path d="M3 3l18 18" /></svg>;
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-diamond-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="M9 5h9l3 5l-3.308 3.697m-1.883 2.104l-3.309 3.699a0.7 .7 0 0 1 -1 0l-8.5 -9.5l2.62 -4.368" /><path d="M10 12l-2 -2.2l.6 -1" /><path d="M3 3l18 18" /></svg>;
}
export default IconDiamondOff; \ No newline at end of file