@icongo/li
Version:
LibreICONS Icons
30 lines (29 loc) • 1.48 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiNews = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiNews = function LIGuiNews(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("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", {
fill: "#ff5722",
d: "M9.368 4.158V13H2.421a1.267 1.267 0 0 1-1.263-1.263v-7.58h8.21z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#ffccbc",
d: "M3.684 1v10.737c0 .695-.568 1.263-1.263 1.263h9.158c.695 0 1.263-.568 1.263-1.263V1H3.684z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#ff5722",
d: "M5.579 2.579h5.684v1.263H5.58zm0 2.21h2.526v.632H5.58zm3.158 0h2.526v.632H8.737zM5.579 6.053h2.526v.631H5.58zm3.158 0h2.526v.631H8.737zM5.579 7.316h2.526v.631H5.58zm3.158 0h2.526v.631H8.737zM5.579 8.579h2.526v.632H5.58zm3.158 0h2.526v.632H8.737zM5.579 9.842h2.526v.632H5.58zm3.158 0h2.526v.632H8.737zm-3.158 1.263h2.526v.632H5.58zm3.158 0h2.526v.632H8.737z"
})]
}));
};
exports.LIGuiNews = LIGuiNews;