@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.26 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphRepeat = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphRepeat = function GYSiGlyphRepeat(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
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__*/(0, _jsxRuntime.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"
})
}));
};
exports.GYSiGlyphRepeat = GYSiGlyphRepeat;