@icongo/li
Version:
LibreICONS Icons
27 lines (26 loc) • 1.5 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiPriceTag = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiPriceTag = function LIGuiPriceTag(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: "#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__*/(0, _jsxRuntime.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"
})]
}));
};
exports.LIGuiPriceTag = LIGuiPriceTag;