UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 1.37 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 IconOfferFilledLarge = { name: 'IconOfferFilledLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--offerFilledLarge', 'IconOfferFilledLarge'); return h('svg', helper.default([{ attrs: { xmlns: 'http://www.w3.org/2000/svg', role: 'presentation', focusable: 'false', fill: 'currentColor', viewBox: '0 0 32 32', }, }, ctx.data]), [h('path', { attrs: { d: 'M22.108 5.211c.113-.166.236-.323.384-.472a3.38 3.38 0 0 1 4.77 0l1.233-1.234a5.123 5.123 0 0 0-7.236 0 5.043 5.043 0 0 0-1.033 1.523l-4.139-.412c-.7-.07-1.382.175-1.872.674L2.691 16.796l11.953 13.082 12.083-12.084a2.305 2.305 0 0 0 .665-1.873L26.37 5.64l-4.261-.429ZM20.26 9.306c.28-.192.622-.306.989-.306a1.752 1.752 0 0 1 0 3.5c-.962 0-1.75-.787-1.75-1.75 0-.604.306-1.129.761-1.444Z', }, })]); }, }; exports.default = IconOfferFilledLarge;