@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
37 lines (32 loc) • 1.85 kB
JavaScript
'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 IconTakeawayPay = {
name: 'IconTakeawayPay',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--takeawayPay', 'IconTakeawayPay');
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.531Zm.219 8.531a.217.217 0 0 1-.219.219H2.75a.217.217 0 0 1-.219-.219v-7c0-.122.096-.219.219-.219h10.5c.123 0 .219.097.219.219v7Z',
},
}), h('path', {
attrs: {
d: 'M10.415 6.696s-.026-.035-.026-.052c-.061-.665-.158-1.33-.158-1.33a.187.187 0 0 0-.166-.14l-.569-.061a.116.116 0 0 0-.114.113v.657s-.743-.84-1.12-1.068a.491.491 0 0 0-.27-.079.491.491 0 0 0-.272.079C5.821 5.953 4.78 7.799 4.736 7.904a.255.255 0 0 0-.017.079c0 .087.061.157.14.175l.551.105c.07.017.131.078.14.157 0 .096.105 2.188.236 2.721.018.079.097.132.184.132l4.042-.018a.19.19 0 0 0 .184-.131c.132-.543.228-2.634.236-2.721a.197.197 0 0 1 .14-.158l.552-.105a.186.186 0 0 0 .14-.175c0-.017 0-.044-.018-.061-.017-.053-.306-.56-.831-1.208Z',
},
})]);
},
};
exports.default = IconTakeawayPay;