@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.15 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphLineTwoAnglePoint = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphLineTwoAnglePoint = function GYSiGlyphLineTwoAnglePoint(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-line-two-angle-point",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.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"
})
}));
};
exports.GYSiGlyphLineTwoAnglePoint = GYSiGlyphLineTwoAnglePoint;