@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 1.45 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var GYSiGlyphCornerFlag = props => /*#__PURE__*/_jsx("svg", _extends({
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__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_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__*/_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"
})]
})
}));
export { GYSiGlyphCornerFlag };