@icongo/cg
Version:
css.gg Icons
17 lines • 636 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var CGArrowLongRightC = 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: "m18.73 7.757 4.25 4.236-4.236 4.25-1.416-1.412 1.814-1.82-12.288.042a3.001 3.001 0 1 1-.009-2l12.316-.043-1.843-1.836 1.412-1.417ZM5.02 12.06a1 1 0 1 0-2 .009 1 1 0 0 0 2-.01Z",
clipRule: "evenodd"
})
}));
export { CGArrowLongRightC };