@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
33 lines (28 loc) • 1.67 kB
JavaScript
;
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 IconTakeawayPayFilled = {
name: 'IconTakeawayPayFilled',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--takeawayPayFilled', 'IconTakeawayPayFilled');
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.25 2.969H2.75c-.84 0-1.531.691-1.531 1.531v7c0 .84.691 1.531 1.531 1.531h10.5c.84 0 1.531-.691 1.531-1.531v-7c0-.84-.691-1.531-1.531-1.531ZM11.124 8.14l-.552.105a.187.187 0 0 0-.14.158c0 .096-.104 2.178-.236 2.72a.19.19 0 0 1-.184.132l-4.042.018c-.087 0-.166-.053-.184-.132-.131-.542-.227-2.633-.236-2.721a.197.197 0 0 0-.14-.158l-.551-.104a.187.187 0 0 1-.14-.175c0-.027 0-.053.017-.08.044-.104 1.085-1.95 2.984-3.088a.491.491 0 0 1 .271-.079c.097 0 .193.027.271.079.377.228 1.12 1.067 1.12 1.067v-.656c0-.061.053-.114.114-.114l.569.062c.079 0 .149.061.166.14 0 0 .097.656.158 1.33 0 .017.009.035.026.052.534.639.814 1.147.831 1.208a.358.358 0 0 1 .018.061.179.179 0 0 1-.14.175Z',
},
})]);
},
};
exports.default = IconTakeawayPayFilled;