UNPKG

@icongo/cg

Version:
26 lines (25 loc) 1.08 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.CGArrowLongDownR = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var CGArrowLongDownR = function CGArrowLongDownR(props) { return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.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" }) })); }; exports.CGArrowLongDownR = CGArrowLongDownR;