@icongo/li
Version:
LibreICONS Icons
36 lines (35 loc) • 1.98 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIBurnCd = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIBurnCd = function LIBurnCd(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: "#f44336",
d: "M9.489 2.636c.558.819.279 1.91-.28 1.91S8.373 4 8.373 4s-.837-1.91-2.234-3c.633 2.163-.28 3.545-1.396 3.272-1.117-.272 0-1.908 0-1.908C1.39 4 1.112 12.727 6.976 12.727s5.585-8.182 2.513-10.09zM7 9.956a1.228 1.228 0 1 1 0-2.454 1.228 1.228 0 0 1 0 2.455z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#ffc107",
d: "M7 4.818a3.819 3.819 0 1 0 .001 7.638A3.819 3.819 0 0 0 7 4.818zm0 4.866a.955.955 0 1 1 0-1.91.955.955 0 0 1 0 1.91z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#ffecb3",
d: "M6.063 9.207 3.94 10.9c.282.393.63.736 1.03 1.008l1.7-2.157c-.268-.14-.453-.287-.608-.545zm2.045-.864 2.165-1.724A4.121 4.121 0 0 0 9.26 5.587L7.55 7.73c.26.156.417.344.557.614z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#c62828",
d: "M7 4.818a3.82 3.82 0 1 1-.002 7.638A3.82 3.82 0 0 1 7 4.818m0-.545a4.369 4.369 0 0 0-4.364 4.363A4.369 4.369 0 0 0 7 13a4.369 4.369 0 0 0 4.364-4.364A4.369 4.369 0 0 0 7 4.273z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#ef6c00",
d: "M7 7.502a1.228 1.228 0 1 0 0 2.455 1.228 1.228 0 0 0 0-2.455zm0 1.773a.546.546 0 1 1 0-1.091.546.546 0 0 1 0 1.09z"
})]
}));
};
exports.LIBurnCd = LIBurnCd;