@icongo/li
Version:
LibreICONS Icons
37 lines • 1.66 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 LIGuiCalendar = 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 1z"
}), /*#__PURE__*/_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"
})]
}));
export { LIGuiCalendar };