UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 1.73 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 IconTakeawayPayFilledLarge = { name: 'IconTakeawayPayFilledLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--takeawayPayFilledLarge', 'IconTakeawayPayFilledLarge'); 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: 'M25.739 6.664H6.26a2.85 2.85 0 0 0-2.844 2.844v12.985a2.85 2.85 0 0 0 2.844 2.843H25.74a2.85 2.85 0 0 0 2.843-2.843V9.508a2.85 2.85 0 0 0-2.843-2.844Zm-3.938 9.59-1.015.183a.347.347 0 0 0-.254.29c-.008.174-.2 4.05-.437 5.057a.35.35 0 0 1-.341.254l-7.49.026a.357.357 0 0 1-.341-.254c-.245-.997-.43-4.883-.438-5.057a.347.347 0 0 0-.254-.29l-1.015-.183a.347.347 0 0 1-.262-.333c0-.052.008-.104.035-.148.079-.184 2.012-3.614 5.53-5.723a.91.91 0 0 1 .507-.148c.193 0 .359.052.499.148.709.42 2.083 1.978 2.083 1.978v-1.216c0-.114.096-.21.218-.21.009 0 1.05.122 1.05.122a.336.336 0 0 1 .298.262s.184 1.226.297 2.46c0 .034.018.07.044.096.98 1.19 1.505 2.135 1.549 2.23a.444.444 0 0 1 .035.123.355.355 0 0 1-.263.333h-.035Z', }, })]); }, }; exports.default = IconTakeawayPayFilledLarge;