@icongo/cg
Version:
css.gg Icons
17 lines • 665 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var CGArrowLongUpR = 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.793 4.61 12.068.398l4.21 4.275-1.424 1.403-1.804-1.831-.07 11.886 3.227 3.226-4.243 4.243-4.242-4.243 3.259-3.26.07-11.89-1.854 1.826L7.793 4.61Zm4.171 16.163 1.414-1.415-1.414-1.414-1.414 1.414 1.414 1.415Z",
clipRule: "evenodd"
})
}));
export { CGArrowLongUpR };