UNPKG

@icongo/gy

Version:
26 lines (25 loc) 1.75 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.GYSiGlyphDna = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var GYSiGlyphDna = function GYSiGlyphDna(props) { return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ 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__*/(0, _jsxRuntime.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" }) })); }; exports.GYSiGlyphDna = GYSiGlyphDna;