@icongo/cg
Version:
css.gg Icons
17 lines • 673 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var CGArrowLongRightR = 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: "m19.351 7.725 4.25 4.236-4.235 4.25-1.417-1.412 1.814-1.82-11.866.04-3.255 3.256-4.243-4.243L4.642 7.79l3.229 3.23 11.911-.04-1.843-1.837 1.412-1.417Zm-14.71 5.721 1.415-1.414-1.414-1.414-1.415 1.414 1.415 1.414Z",
clipRule: "evenodd"
})
}));
export { CGArrowLongRightR };