UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 1.66 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 IconMealVoucherFilled = { name: 'IconMealVoucherFilled', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--mealVoucherFilled', 'IconMealVoucherFilled'); 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: 'M9.12 6.933a7.875 7.875 0 0 1 .761-4.314.761.761 0 0 1 .42-.35.647.647 0 0 1 .508.061c.254.149.367.429.411 1.015.114 2.03 0 4.961-.061 6.405h-1.05c0-.481.052-1.146.079-1.907l-.517-.114a.779.779 0 0 1-.551-.796ZM5.725 6.73v3.02h1.05V6.73c.446-.13.875-.428.875-.927V2.26l-2.853.289v3.255c.035.49.482.787.928.927Zm7.963-1.137h-1.103c0 1.636-.061 3.281-.114 4.226a1.321 1.321 0 0 1-1.312 1.243h-.534a1.75 1.75 0 0 1-1.75-1.75v-.875H8v.875a1.75 1.75 0 0 1-1.75 1.75 1.837 1.837 0 0 1-1.838-1.838V7.528a2.135 2.135 0 0 1-.874-1.75v-.184H2.313a1.094 1.094 0 0 0-1.094 1.094v5.25a1.094 1.094 0 0 0 1.093 1.093h11.376a1.094 1.094 0 0 0 1.093-1.093v-5.25a1.094 1.094 0 0 0-1.094-1.094Z', }, })]); }, }; exports.default = IconMealVoucherFilled;