@icongo/cg
Version:
css.gg Icons
26 lines (25 loc) • 1.06 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.CGArrowLongRightE = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var CGArrowLongRightE = function CGArrowLongRightE(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: "m22.986 11.993-4.235 4.25-1.417-1.412 1.815-1.82-12.118.04.01 2-6 .027-.028-6 6-.027.01 2 12.144-.04-1.842-1.837 1.412-1.417 4.25 4.236Zm-19.964-.924.01 2 2-.01-.01-2-2 .01Z",
clipRule: "evenodd"
})
}));
};
exports.CGArrowLongRightE = CGArrowLongRightE;