@icongo/cg
Version:
css.gg Icons
17 lines • 634 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var CGArrowLongRightE = 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: "m22.986 11.993-4.235 4.25-1.417-1.412 1.815-1.82-12.118.04.01 2-6 .027-.028-6 6-.027.01 2 12.144-.04-1.842-1.837 1.412-1.417 4.25 4.236Zm-19.964-.924.01 2 2-.01-.01-2-2 .01Z",
clipRule: "evenodd"
})
}));
export { CGArrowLongRightE };