@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 846 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphRepeat = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-repeat",
viewBox: "0 0 16 17"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M13.986 4.016H6.939L4.935 2.193a.645.645 0 0 0-.911 0v1.823H1.998a2 2 0 0 0-1.998 2v3.969a2 2 0 0 0 1.998 2h7.238l1.826 1.828a.646.646 0 0 0 .912 0v-1.828h2.012a2 2 0 0 0 1.998-2V6.016a2 2 0 0 0-1.998-2Zm-2.924 4.187L9.15 10.031H1.984V5.969h2.04v1.746a.631.631 0 0 0 .911 0l1.879-1.746h7.201l.002 4.062h-2.043V8.203a.632.632 0 0 0-.912 0Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphRepeat };