@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 700 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphFlag = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-flag",
viewBox: "0 0 16 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M1 0h1.994v15.913H1zm3.056.52v7.575S5.667 6.664 9.244 8c3.576 1.338 4.305.974 5.712.742 0 0-2.048-.871-3.222-4.029 0 0 2.987-2.755 3.222-4.274 0 0-3.7 1.212-5.751.241C7.152-.293 4.994-.089 4.056.52Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphFlag };