@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 703 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphLineTwoAnglePoint = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-line-two-angle-point",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M7.938.938h1.084v1.125H7.938V.938Zm1.083 14.124H7.937v-1.125h.073v.011h.917v-.011h.094v1.125Zm.938-2.021H8.928V3h1.031V.041H7V3h1.011v10.041H7V16h2.959v-2.959Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphLineTwoAnglePoint };