@icongo/cg
Version:
css.gg Icons
15 lines • 501 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var CGRepeat = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 24 24"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "currentColor",
d: "m18.37 8-4.5 2.598V9H6.89v4h-2V7h8.98V5.402L18.37 8Zm-8.24 9h8.98v-6h-2v4h-6.98v-1.598L5.63 16l4.5 2.598V17Z"
})
}));
export { CGRepeat };