@icongo/cg
Version:
css.gg Icons
17 lines • 657 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var CGArrowLongDownR = 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: "M16.242 4.641 11.999.4 7.756 4.64 11 7.886l.013 11.9-1.845-1.834-1.41 1.418 4.255 4.231 4.23-4.254-1.417-1.41-1.813 1.822L13 7.883l3.242-3.242Zm-5.657 0 1.414-1.414 1.414 1.414L12 6.056 10.585 4.64Z",
clipRule: "evenodd"
})
}));
export { CGArrowLongDownR };