@icongo/li
Version:
LibreICONS Icons
45 lines (44 loc) • 2.04 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiCalendarPlanner = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiCalendarPlanner = function LIGuiCalendarPlanner(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 1zm-.615 5.538h1.847v1.847H3.615zm2.462 0h1.846v1.847H6.077zm2.461 0h1.847v1.847H8.538zM3.615 9h1.847v1.846H3.615zm2.462 0h1.846v1.846H6.077z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#f44336",
d: "M8.538 9h1.847v1.846H8.538z"
})]
}));
};
exports.LIGuiCalendarPlanner = LIGuiCalendarPlanner;