@icongo/cg
Version:
css.gg Icons
17 lines • 632 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var CGArrowLongUpE = 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: "m12.032 1.013 4.21 4.275-1.424 1.403-1.804-1.83-.07 12.116 1.998.01-.028 6-6-.029.029-6 2 .01.071-12.145L9.161 6.65 7.758 5.224l4.274-4.21Zm-1.108 19.955 2 .01.01-2-2-.01-.01 2Z",
clipRule: "evenodd"
})
}));
export { CGArrowLongUpE };