@icongo/li
Version:
LibreICONS Icons
19 lines • 1.26 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 LIGuiDiscount = 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: "#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__*/_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"
})]
}));
export { LIGuiDiscount };