@icongo/cg
Version:
css.gg Icons
15 lines • 664 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var CGCornerDoubleDownRight = 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: "M12.6 7.68 7.638 2.741 2.701 7.704l1.418 1.41L6.522 6.7l-.014 6.036a4.8 4.8 0 0 0 4.788 4.812l5.928.014-2.239 2.303 1.434 1.394 4.88-5.019-5.019-4.88-1.394 1.434 2.436 2.369-6.02-.015a2.4 2.4 0 0 1-2.394-2.406l.014-5.9 2.268 2.256L12.6 7.68Z"
})
}));
export { CGCornerDoubleDownRight };