UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 1.2 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var helper = require('./node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.cjs'); var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs'); var IconOfferFilled = { name: 'IconOfferFilled', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--offerFilled', 'IconOfferFilled'); return h('svg', helper.default([{ attrs: { xmlns: 'http://www.w3.org/2000/svg', role: 'presentation', focusable: 'false', fill: 'currentColor', viewBox: '0 0 16 16', }, }, ctx.data]), [h('path', { attrs: { d: 'M13.926 2.091 8.59 1.558a1.352 1.352 0 0 0-1.112.402L1.09 8.339l6.589 6.588 6.387-6.387c.298-.297.438-.7.403-1.12l-.534-5.337-.009.008ZM9.752 5.364c0-.481.394-.875.875-.875.482 0 .875.394.875.875a.878.878 0 0 1-.875.875.878.878 0 0 1-.875-.875Z', }, })]); }, }; exports.default = IconOfferFilled;