@icongo/li
Version:
LibreICONS Icons
36 lines (35 loc) • 1.71 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiPaid = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiPaid = function LIGuiPaid(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: "#2e7d32",
d: "M7.4 2.029a.552.552 0 0 0-.8 0L3.171 5.457a.552.552 0 0 0 0 .8.564.564 0 0 0 .4.172.564.564 0 0 0 .4-.172L7.4 2.83a.552.552 0 0 0 0-.8z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#1b5e20",
d: "M10.829 5.457 7.4 2.03a.552.552 0 0 0-.8 0 .552.552 0 0 0 0 .8l3.429 3.428a.564.564 0 0 0 .4.172.564.564 0 0 0 .4-.172.552.552 0 0 0 0-.8z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#388e3c",
d: "M10.829 12.143H3.17a.584.584 0 0 1-.571-.457L1.571 6.429H12.43l-1.058 5.257a.577.577 0 0 1-.542.457z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#4caf50",
d: "M12.429 7H1.57A.573.573 0 0 1 1 6.429v-.572c0-.314.257-.571.571-.571H12.43c.314 0 .571.257.571.571v.572A.573.573 0 0 1 12.43 7z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#dcedc8",
d: "M8.943 7.514 6.686 9.771 5.629 8.686 5 9.314 6.686 11 9.57 8.114z"
})]
}));
};
exports.LIGuiPaid = LIGuiPaid;