@icongo/cg
Version:
css.gg Icons
15 lines • 665 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var CGCornerDoubleLeftDown = 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: "m21.299 7.76-5.019 4.88-1.394-1.434 2.436-2.368-6.02.015a2.4 2.4 0 0 0-2.394 2.406l.014 5.9 2.268-2.256 1.41 1.418-4.962 4.937-4.937-4.962 1.418-1.41L6.522 17.3l-.014-6.036a4.8 4.8 0 0 1 4.788-4.812l5.928-.014-2.239-2.303 1.434-1.394L21.3 7.76Z"
})
}));
export { CGCornerDoubleLeftDown };