@icongo/li
Version:
LibreICONS Icons
45 lines (44 loc) • 2.3 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiCalendarLeave = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiCalendarLeave = function LIGuiCalendarLeave(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: "#ffcdd2",
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: "#bdbdbd",
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: "#f44336",
d: "M6.446 10.938c0-.061 0-.153.03-.215.032-.061.062-.123.124-.154.062-.03.092-.092.154-.092.061-.03.154-.03.215-.03.062 0 .154 0 .216.03l.184.092c.062.031.093.093.123.154.031.062.031.123.031.215 0 .062 0 .154-.03.216-.031.061-.062.123-.124.154-.061.03-.092.092-.184.092-.093 0-.093.062-.185.062s-.154 0-.215-.031a.668.668 0 0 1-.154-.093c-.062-.03-.093-.092-.123-.153-.031-.093-.062-.154-.062-.247zM7.4 9.615h-.8l-.123-3.384h1.015L7.4 9.615z"
})]
}));
};
exports.LIGuiCalendarLeave = LIGuiCalendarLeave;