@icongo/tb
Version:
Tabler Icons
25 lines • 961 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var TBDna2 = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
stroke: "currentColor",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 2,
className: "prefix__icon prefix__icon-tabler prefix__icon-tabler-dna-2",
viewBox: "0 0 24 24"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
stroke: "none",
d: "M0 0h24v24H0z"
}), /*#__PURE__*/_jsx("path", {
d: "M17 3v1c-.01 3.352-1.68 6.023-5.008 8.014-3.328 1.99 3.336-2.005.008-.014-3.328 1.99-4.997 4.662-5.008 8.014v1"
}), /*#__PURE__*/_jsx("path", {
d: "M17 21.014v-1c-.01-3.352-1.68-6.023-5.008-8.014-3.328-1.99 3.336 2.005.008.014C8.672 10.023 7.003 7.352 6.992 4V3M7 4h10M7 20h10M8 8h8m-8 8h8"
})]
}));
export { TBDna2 };