@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 1.34 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphDna = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-dna",
viewBox: "0 0 16 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "m8.105 3.551.05-.07C9.145 2.118 10 .94 10 .042H9c0 .242-.139.576-.352.959H6.334C6.129.628 6 .297 6 .042H5c0 .96.877 2.142 1.89 3.512a.012.012 0 0 0 .002.003C5.903 4.942 5 6.336 5 7.535c0 1.199.908 2.564 1.896 3.915l-.051.07C5.855 12.882 5 14.061 5 14.959h1c0-.247.144-.589.363-.979h2.291c.211.382.346.721.346.979h1c0-.961-.876-2.142-1.89-3.512l-.003-.004C9.097 10.059 10 8.665 10 7.467c0-1.199-.907-2.567-1.895-3.916Zm-.067-1.593c-.173.251-.356.507-.543.766-.19-.259-.376-.515-.552-.766h1.095ZM8.531 6H6.492c.273-.519.63-1.064 1.01-1.608.389.542.755 1.088 1.029 1.608ZM9 7.467c0 .166-.035.347-.084.533H6.064A2.028 2.028 0 0 1 6 7.533c0-.172.037-.36.09-.555h2.839c.042.17.071.335.071.489Zm-2.039 5.575c.174-.251.357-.509.545-.767.19.259.375.516.551.767H6.961Zm-.504-4.063h2.061c-.273.524-.635 1.078-1.021 1.629-.393-.549-.765-1.104-1.04-1.629Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphDna };