@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 1.12 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiAxis = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiAxis = function LIGuiAxis(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: "m6.995 1.802-.737 2.179c.154.086.327.145.509.173v3.361l-.979.565v1.082l-2.869 1.656a1.514 1.514 0 0 0-.404-.354L1 12.198l2.255-.45a1.51 1.51 0 0 0-.104-.528l2.827-1.633 1.02.59 1.021-.59 2.827 1.633c-.066.17-.102.35-.105.527l2.259.445-1.518-1.728c-.152.09-.29.211-.404.354l-2.87-1.656V8.08l-.978-.565v-3.36c.181-.029.355-.088.51-.174l-.745-2.179Z"
})
}));
};
exports.LIGuiAxis = LIGuiAxis;