@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 907 B
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIBrandLinuxfoundation = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIBrandLinuxfoundation = function LIBrandLinuxfoundation(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: "M3.4 5.8v4.8h4.8V13H1V5.8h2.4zM13 1v12H9.4v-2.4h1.2V3.4H3.4v1.2H1V1h12Z"
})
}));
};
exports.LIBrandLinuxfoundation = LIBrandLinuxfoundation;