@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 871 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphRibbon = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-ribbon",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "m9.025 0 1.39 1.025h1.717l.53 1.657 1.39 1.025-.531 1.659.531 1.658-1.39 1.024-.53 1.658h-1.717l-1.39 1.025-1.39-1.025H5.92l-.529-1.658-1.389-1.024.529-1.658-.529-1.659 1.389-1.025.529-1.657h1.715L9.025 0ZM5.042 15.529l-1.04-2.682-1.984 1.599L4.006 9l.675 1.577 2.317.014-1.956 4.938Zm7.914-.021 1.075-2.661 1.948 1.578L14.027 9l-.675 1.577-2.317.014 1.921 4.917Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphRibbon };