@icongo/li
Version:
LibreICONS Icons
52 lines (51 loc) • 2.05 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiExpired = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiExpired = function LIGuiExpired(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.jsxs)("g", {
transform: "translate(.231 .143) scale(.28571)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 17,
cy: 17,
r: 14,
fill: "gray"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 17,
cy: 17,
r: 11,
fill: "#eee"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M16 8h2v9h-2z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m22.655 20.954-1.697 1.697-4.808-4.807 1.697-1.697z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 17,
cy: 17,
r: 2
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 17,
cy: 17,
r: 1,
fill: "gray"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#ffc107",
d: "m11.9 42 14.4-24.1c.8-1.3 2.7-1.3 3.4 0L44.1 42c.8 1.3-.2 3-1.7 3H13.6c-1.5 0-2.5-1.7-1.7-3z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M26.4 39.9c0-.2 0-.4.1-.6.1-.2.2-.3.3-.5.1-.2.3-.2.5-.3.2-.1.4-.1.6-.1.2 0 .5 0 .7.1.2.1.4.2.5.3.1.1.2.3.3.5.1.2.1.4.1.6 0 .2 0 .4-.1.6-.1.2-.2.3-.3.5-.1.2-.3.2-.5.3-.2.1-.4.1-.7.1-.3 0-.5 0-.6-.1-.1-.1-.4-.2-.5-.3-.1-.1-.2-.3-.3-.5-.1-.2-.1-.4-.1-.6zm2.8-3.1h-2.3l-.4-9.8h3l-.3 9.8z"
})]
})
}));
};
exports.LIGuiExpired = LIGuiExpired;