@icongo/li
Version:
LibreICONS Icons
37 lines • 1.52 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var LIGuiCalendarPlanner = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: [/*#__PURE__*/_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__*/_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__*/_jsxs("g", {
fill: "#b71c1c",
transform: "translate(-.385 .077) scale(.3077)",
children: [/*#__PURE__*/_jsx("circle", {
cx: 33,
cy: 10,
r: 3
}), /*#__PURE__*/_jsx("circle", {
cx: 15,
cy: 10,
r: 3
})]
}), /*#__PURE__*/_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__*/_jsx("path", {
fill: "#f44336",
d: "M8.538 9h1.847v1.846H8.538z"
})]
}));
export { LIGuiCalendarPlanner };