@icongo/cg
Version:
css.gg Icons
15 lines • 577 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var CGCornerUpLeft = 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: "m10.628 14.722-1.412 1.417L2.84 9.79l6.35-6.378 1.417 1.411L6.83 8.615l10.305-.022a4 4 0 0 1 4.009 3.991l.017 8-2 .005-.017-8a2 2 0 0 0-2.004-1.996l-10.636.023 4.124 4.106Z"
})
}));
export { CGCornerUpLeft };