@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 1.23 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIOsLinuxArch = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIOsLinuxArch = function LIOsLinuxArch(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: "M7 1c-.534 1.31-.857 2.167-1.451 3.438.364.387.812.835 1.539 1.343-.782-.322-1.314-.642-1.713-.977C4.615 6.392 3.42 8.652 1 13c1.902-1.098 3.377-1.774 4.75-2.032a3.492 3.492 0 0 1-.09-.816l.003-.059c.03-1.218.664-2.157 1.415-2.093.751.064 1.335 1.105 1.305 2.324a3.467 3.467 0 0 1-.076.653c1.358.266 2.818.94 4.693 2.023-.37-.681-.702-1.293-1.017-1.878-.497-.385-1.014-.886-2.07-1.429.726.19 1.247.406 1.653.65C8.36 4.373 8.1 3.58 7 1z"
})
}));
};
exports.LIOsLinuxArch = LIOsLinuxArch;