@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 793 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphConnect1 = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-connect-1",
viewBox: "0 0 17 17"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M14.969 11.082V4.918A2.47 2.47 0 1 0 12 2.5c0 1.213.877 2.217 2.031 2.425v6.15c-.32.058-.618.177-.883.345L5.533 3.848c.254-.388.404-.85.404-1.348a2.47 2.47 0 1 0-2.938 2.422v6.156a2.468 2.468 0 1 0 1 .014V4.908c.301-.066.58-.186.829-.351l7.599 7.556a2.47 2.47 0 1 0 2.542-1.031Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphConnect1 };