aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/dna-2-off.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/dna-2-off.js')
-rw-r--r--icons-react/icons-js/dna-2-off.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/dna-2-off.js b/icons-react/icons-js/dna-2-off.js
index ee60eadc..654e5849 100644
--- a/icons-react/icons-js/dna-2-off.js
+++ b/icons-react/icons-js/dna-2-off.js
@@ -6,7 +6,7 @@ function IconDna2Off({
stroke = 2,
...props
}) {
- return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-dna-2-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/dna-2-off"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M17 3v1c-.007 2.46 -.91 4.554 -2.705 6.281m-2.295 1.719c-3.328 1.99 -4.997 4.662 -5.008 8.014v1" /><path d="M17 21.014v-1c-.004 -1.44 -.315 -2.755 -.932 -3.944m-4.068 -4.07c-1.903 -1.138 -3.263 -2.485 -4.082 -4.068" /><path d="M8 4h9" /><path d="M7 20h10" /><path d="M12 8h4" /><path d="M8 16h8" /><path d="M3 3l18 18" /></svg>;
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-dna-2-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 3v1c-.007 2.46 -.91 4.554 -2.705 6.281m-2.295 1.719c-3.328 1.99 -4.997 4.662 -5.008 8.014v1" /><path d="M17 21.014v-1c-.004 -1.44 -.315 -2.755 -.932 -3.944m-4.068 -4.07c-1.903 -1.138 -3.263 -2.485 -4.082 -4.068" /><path d="M8 4h9" /><path d="M7 20h10" /><path d="M12 8h4" /><path d="M8 16h8" /><path d="M3 3l18 18" /></svg>;
}
export default IconDna2Off; \ No newline at end of file