@icongo/cg
Version:
css.gg Icons
26 lines (25 loc) • 1.05 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.CGArrowLongUpE = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var CGArrowLongUpE = function CGArrowLongUpE(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: "m12.032 1.013 4.21 4.275-1.424 1.403-1.804-1.83-.07 12.116 1.998.01-.028 6-6-.029.029-6 2 .01.071-12.145L9.161 6.65 7.758 5.224l4.274-4.21Zm-1.108 19.955 2 .01.01-2-2-.01-.01 2Z",
clipRule: "evenodd"
})
}));
};
exports.CGArrowLongUpE = CGArrowLongUpE;