@icongo/cg
Version:
css.gg Icons
17 lines • 669 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var CGArrowLongLeftR = 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: "m4.649 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.243L19.36 7.79l-3.23 3.23-11.911-.04 1.843-1.837L4.65 7.726Zm13.295 4.307 1.415-1.414 1.414 1.414-1.415 1.414-1.414-1.414Z",
clipRule: "evenodd"
})
}));
export { CGArrowLongLeftR };