@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 1.36 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiArrowCircleUp = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiArrowCircleUp = function LIGuiArrowCircleUp(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: "M11.031 6.992q0-.21-.14-.351L8.062 3.812l-.71-.71Q7.21 2.96 7 2.96t-.352.14l-.71.711L3.109 6.64q-.14.14-.14.351 0 .211.14.352l.711.71q.14.141.352.141.21 0 .351-.14L6 6.578V10.5q0 .203.148.352.149.148.352.148h1q.203 0 .352-.148Q8 10.703 8 10.5V6.578l1.477 1.477q.148.148.351.148.203 0 .352-.148l.71-.711q.141-.14.141-.352zM13 7q0 1.633-.805 3.012-.804 1.379-2.183 2.183Q8.632 13 7 13q-1.633 0-3.012-.805-1.379-.804-2.183-2.183Q1 8.632 1 7q0-1.633.805-3.012.804-1.379 2.183-2.183Q5.368 1 7 1q1.633 0 3.012.805 1.379.804 2.183 2.183Q13 5.368 13 7z"
})
}));
};
exports.LIGuiArrowCircleUp = LIGuiArrowCircleUp;