@icongo/li
Version:
LibreICONS Icons
45 lines (44 loc) • 2.16 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiCalendar = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiCalendar = function LIGuiCalendar(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: "#cfd8dc",
d: "M1.154 11.77V4.384h11.692v7.384c0 .677-.554 1.231-1.23 1.231H2.384a1.234 1.234 0 0 1-1.231-1.23z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#f44336",
d: "M12.846 3.154V5H1.154V3.154c0-.677.554-1.23 1.23-1.23h9.231c.677 0 1.231.553 1.231 1.23z"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#b71c1c",
transform: "translate(-.385 .077) scale(.3077)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 33,
cy: 10,
r: 3
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 15,
cy: 10,
r: 3
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#b0bec5",
d: "M9.77 1a.617.617 0 0 0-.616.615v1.539c0 .338.277.615.615.615a.617.617 0 0 0 .616-.615V1.615A.617.617 0 0 0 9.769 1zM4.23 1a.617.617 0 0 0-.615.615v1.539c0 .338.277.615.616.615a.617.617 0 0 0 .615-.615V1.615A.617.617 0 0 0 4.231 1z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#90a4ae",
d: "M3.615 6.23h1.231v1.232h-1.23zm1.847 0h1.23v1.232h-1.23zm1.846 0h1.23v1.232h-1.23zm1.846 0h1.23v1.232h-1.23zM3.615 8.078h1.231v1.23h-1.23zm1.847 0h1.23v1.23h-1.23zm1.846 0h1.23v1.23h-1.23zm1.846 0h1.23v1.23h-1.23zM3.615 9.923h1.231v1.23h-1.23zm1.847 0h1.23v1.23h-1.23zm1.846 0h1.23v1.23h-1.23zm1.846 0h1.23v1.23h-1.23z"
})]
}));
};
exports.LIGuiCalendar = LIGuiCalendar;