@icongo/cg
Version:
css.gg Icons
19 lines • 760 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var CGCornerDoubleUpRight = props => /*#__PURE__*/_jsxs("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: "m14.75 7.784 1.414-1.415 4.242 4.243-4.242 4.243-1.415-1.415 2.829-2.828-2.829-2.828Z"
}), /*#__PURE__*/_jsx("path", {
fill: "currentColor",
d: "m10.507 13.44 1.414 1.415 4.243-4.243L11.92 6.37l-1.414 1.415 1.847 1.846h-4.76a4 4 0 0 0-4 4v4h2v-4a2 2 0 0 1 2-2h4.723l-1.81 1.81Z"
})]
}));
export { CGCornerDoubleUpRight };