@icongo/cg
Version:
css.gg Icons
15 lines • 498 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var CGArrowTopLeft = 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.475 5.495.004 2-4.557.01 9.603 9.585-1.412 1.415-9.63-9.61.01 4.614-2 .004-.018-8 8-.018Z"
})
}));
export { CGArrowTopLeft };