@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 843 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphPill = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-pill",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "m15.897 1.731-.656-.657C13.887-.281 11.745-.341 10.46.944L1.957 9.446c-1.284 1.285-1.224 3.425.133 4.782l.654.654c1.357 1.357 3.498 1.418 4.783.134l8.503-8.505c1.284-1.282 1.224-3.423-.133-4.78Zm-4.811 8.433L6.841 5.917l4.208-4.208c.945-.944 2.532-.898 3.535.107l.604.601c.49.493.771 1.135.787 1.809a2.331 2.331 0 0 1-.68 1.729l-4.209 4.209Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphPill };