@icongo/li
Version:
LibreICONS Icons
27 lines (26 loc) • 1.64 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiDiscount = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiDiscount = function LIGuiDiscount(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: "m10.4 10.4-.4 1.8-1.771-.571L7 13l-1.229-1.371L4 12.2l-.4-1.8-1.8-.4.571-1.771L1 7l1.371-1.229L1.8 4l1.8-.4.4-1.8 1.771.571L7 1l1.229 1.371L10 1.8l.4 1.8 1.8.4-.571 1.771L13 7l-1.371 1.229L12.2 10z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#fff",
d: "m5.371 9.086 2.772-4.457.486.285-2.772 4.457zm.2-4.943c-.514 0-1.142.314-1.142 1.143v.285c0 .515.314 1.143 1.142 1.143.6 0 1.143-.4 1.143-1.143v-.285c0-.715-.485-1.143-1.143-1.143zm.515 1.428c0 .372-.2.572-.515.572-.257 0-.514-.172-.514-.572v-.285c0-.4.257-.6.514-.6.4 0 .515.371.515.6v.285zm2.343 4.286c.514 0 1.142-.314 1.142-1.143V8.43c0-.515-.314-1.143-1.142-1.143-.6 0-1.143.4-1.143 1.143v.285c0 .715.485 1.143 1.143 1.143zM7.914 8.43c0-.372.2-.572.515-.572.257 0 .514.172.514.572v.285c0 .4-.257.6-.514.6-.4 0-.515-.371-.515-.6V8.43z"
})]
}));
};
exports.LIGuiDiscount = LIGuiDiscount;