@icongo/cg
Version:
css.gg Icons
15 lines • 580 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var CGCornerUpRight = 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: "m13.372 14.722 1.412 1.417 6.377-6.35-6.35-6.378-1.417 1.411 3.776 3.793-10.305-.022a4 4 0 0 0-4.009 3.991l-.017 8 2 .005.017-8a2 2 0 0 1 2.004-1.996l10.636.023-4.124 4.106Z"
})
}));
export { CGCornerUpRight };