@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 966 B
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiArrowUpRightCurved = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiArrowUpRightCurved = function LIGuiArrowUpRightCurved(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M8.579 1.837v2.431h-3.79A3.8 3.8 0 0 0 1 8.058v4.105h2.526V8.058A1.268 1.268 0 0 1 4.79 6.795h3.79v2.43L13 5.532 8.579 1.837z"
})
}));
};
exports.LIGuiArrowUpRightCurved = LIGuiArrowUpRightCurved;