@icongo/cg
Version:
css.gg Icons
17 lines • 655 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var CGArrowLongUpC = 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",
fillRule: "evenodd",
d: "m7.758 5.23 4.274-4.21 4.21 4.275-1.424 1.403-1.804-1.83-.071 12.287a3.001 3.001 0 0 1-1.029 5.825 3 3 0 0 1-.971-5.835l.071-12.315-1.853 1.826L7.758 5.23Zm4.175 13.75a1 1 0 1 0-.01 2 1 1 0 0 0 .01-2Z",
clipRule: "evenodd"
})
}));
export { CGArrowLongUpC };