@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.87 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphCornerFlag = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphCornerFlag = function GYSiGlyphCornerFlag(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-corner-flag",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M1.48 15.845a.43.43 0 0 1-.309-.128.434.434 0 0 1-.001-.619l4.888-4.888V1.264c0-.241.184-.437.41-.437.226 0 .408.195.408.437v8.856h9.581c.241 0 .438.172.438.383 0 .21-.196.381-.438.381h-4.815l-.028.198c-.312 2.172-2.19 3.81-4.371 3.81a4.392 4.392 0 0 1-2.994-1.175l-.158-.216-.224.136-2.077 2.078a.427.427 0 0 1-.31.13Zm3.122-2.942.213.159c.684.62 1.535.955 2.429.955a3.565 3.565 0 0 0 3.474-2.856l.057-.276H6.623l-2.021 2.018Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M7.637 5.941c-.957.001-1.51-.868-1.524-1.044l.001-3.795c0-.22.146-.405.344-.452.173.189.59.555 1.252.555.495 0 1.021-.206 1.568-.612.453-.339 1.633-.51 2.077-.51 1.007 0 1.623.851 1.646 1.023L13 4.899c0 .22-.147.404-.345.451a1.78 1.78 0 0 0-1.311-.579c-.515 0-1.783.214-2.345.637-.47.355-.929.533-1.362.533Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphCornerFlag = GYSiGlyphCornerFlag;