@icongo/li
Version:
LibreICONS Icons
19 lines • 1.12 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 LIGuiPriceTag = 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: "#4caf50",
d: "M7.316 1 1.379 6.937a1.258 1.258 0 0 0 0 1.8l3.884 3.884a1.258 1.258 0 0 0 1.8 0L13 6.684v-4.42C13 1.567 12.432 1 11.737 1H7.316zm3.79 2.526c-.348 0-.632-.284-.632-.631s.284-.632.631-.632.632.284.632.632-.284.631-.632.631z"
}), /*#__PURE__*/_jsx("path", {
fill: "#fff",
d: "M7.695 8.895c-.884.884-1.832.158-2.021 0l-.506.505-.379-.379.506-.505c-.127-.158-.98-1.2.126-2.274l.726.726c-.126.127-.631.632-.063 1.169.474.474.853.095.916.031.79-.79-1.137-2.084.126-3.347.758-.758 1.706-.316 2.021-.032l.537-.536.41.41-.536.537c.22.284.726 1.168-.221 2.116l-.726-.727c.189-.189.536-.663.157-1.073-.442-.442-.82-.063-.884 0-.852.82 1.074 2.116-.19 3.379z"
})]
}));
export { LIGuiPriceTag };