@icongo/cg
Version:
css.gg Icons
15 lines • 535 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var CGArrowLongRightL = 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",
d: "m18.916 7.757 4.25 4.236-4.236 4.25-1.416-1.412 1.819-1.825-16.5.022v2.002h-2v-6h2v1.998l16.51-.022-1.838-1.832 1.411-1.417Z"
})
}));
export { CGArrowLongRightL };