diff options
author | codecalm <codecalm@gmail.com> | 2021-11-17 12:26:51 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2021-11-17 12:26:51 +0100 |
commit | 31bfe402573785fc3e32df4763dd49ebc22cecda (patch) | |
tree | 2b0a57e46550c3542545b61c53b323aec51d7c46 /icons-react/icons-js/dna-2.js | |
parent | Merge remote-tracking branch 'origin/master' (diff) | |
download | tabler-icons-31bfe402573785fc3e32df4763dd49ebc22cecda.tar.xz |
Release 1.44.0v1.44.0
Diffstat (limited to 'icons-react/icons-js/dna-2.js')
-rw-r--r-- | icons-react/icons-js/dna-2.js | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/icons-react/icons-js/dna-2.js b/icons-react/icons-js/dna-2.js new file mode 100644 index 00000000..7bce91c6 --- /dev/null +++ b/icons-react/icons-js/dna-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDna2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-dna-2" 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-.01 3.352 -1.68 6.023 -5.008 8.014c-3.328 1.99 3.336 -2.005 .008 -.014c-3.328 1.99 -4.997 4.662 -5.008 8.014v1" /><path d="M17 21.014v-1c-.01 -3.352 -1.68 -6.023 -5.008 -8.014c-3.328 -1.99 3.336 2.005 .008 .014c-3.328 -1.991 -4.997 -4.662 -5.008 -8.014v-1" /><path d="M7 4h10" /><path d="M7 20h10" /><path d="M8 8h8" /><path d="M8 16h8" /></svg>; +} + +export default IconDna2;
\ No newline at end of file |