@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.37 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphSquareFourAnglePoint = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphSquareFourAnglePoint = function GYSiGlyphSquareFourAnglePoint(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-square-four-angle-point",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M15.959 3V.041H13v1.021H2.959V.041H0V3h1.011v10.041H0V16h2.959v-1.021H13V16h2.959v-2.959h-1.031V3h1.031ZM13.938.938h1.084v1.125h-1.084V.938Zm-13 0h1.084v1.125H.938V.938Zm1.083 14.124H.937v-1.125h.073v.011h.917v-.011h.094v1.125Zm13-1.124v1.125h-1.084v-1.125h.073v.011h.917v-.011h.094Zm-1.01-.897H13v1.021H2.959v-1.021H1.928V3h1.031V1.979H13V3h1.011v10.041Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphSquareFourAnglePoint = GYSiGlyphSquareFourAnglePoint;