UNPKG

@icongo/li

Version:
27 lines (26 loc) 1.52 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiPriceTagEuro = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiPriceTagEuro = function LIGuiPriceTagEuro(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: "#3f51b5", 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: "#fff59d", d: "m8.326 6.779-.379.379-.852-.853-.316.316.853.853-.38.379L6.433 7c-.158.19-.758.726.031 1.516a2.2 2.2 0 0 0 .569.41l-.506.695c-.126-.063-.537-.379-.726-.568-.568-.569-1.168-1.737-.095-2.78l-.41-.41.379-.379.41.41.316-.315-.41-.41.378-.38.443.443c.284-.285 1.484-1.169 2.81.157.221.222.442.537.505.664l-.694.505c-.032-.095-.158-.316-.38-.537-.726-.726-1.357-.158-1.515-.063l.79.82z" })] })); }; exports.LIGuiPriceTagEuro = LIGuiPriceTagEuro;