@icongo/gy
Version:
Glyph Iconset Icons
26 lines • 1.17 kB
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 GYSiGlyphSocket = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-socket",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M8.969 12.979a4.972 4.972 0 0 1-4.967-4.968A4.975 4.975 0 0 1 8.969 3.04a4.977 4.977 0 0 1 4.969 4.971c0 2.74-2.23 4.968-4.969 4.968Zm.039-9.076c-2.247 0-4.075 1.846-4.075 4.114s1.828 4.113 4.075 4.113c2.244 0 4.074-1.846 4.074-4.113 0-2.268-1.83-4.114-4.074-4.114Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "M16.916 15.918H1V0h15.916v15.918Zm-14.947-.887h14.062V.937H1.969v14.094Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "M7 7h.969v1.812H7zm3 0h.969v1.812H10z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphSocket };