@icongo/cg
Version:
css.gg Icons
26 lines (25 loc) • 1.07 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.CGArrowLongUpC = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var CGArrowLongUpC = function CGArrowLongUpC(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: "m7.758 5.23 4.274-4.21 4.21 4.275-1.424 1.403-1.804-1.83-.071 12.287a3.001 3.001 0 0 1-1.029 5.825 3 3 0 0 1-.971-5.835l.071-12.315-1.853 1.826L7.758 5.23Zm4.175 13.75a1 1 0 1 0-.01 2 1 1 0 0 0 .01-2Z",
clipRule: "evenodd"
})
}));
};
exports.CGArrowLongUpC = CGArrowLongUpC;