@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
34 lines (29 loc) • 2.74 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 IconPaymentShopPay = {
name: 'IconPaymentShopPay',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--shopPay', 'IconPaymentShopPay');
return h('svg', helper.default([{
attrs: {
xmlns: 'http://www.w3.org/2000/svg',
role: 'presentation',
focusable: 'false',
fill: 'currentColor',
viewBox: '0 0 24 24',
},
}, ctx.data]), [h('path', {
attrs: {
fill: '#5A31F4',
d: 'M13.466 10.587c0 1.05-.736 1.8-1.764 1.8h-.97a.082.082 0 0 0-.08.081v1.38a.082.082 0 0 1-.082.082h-.678a.083.083 0 0 1-.076-.05.081.081 0 0 1-.006-.031v-4.98a.081.081 0 0 1 .081-.082h1.815c1.024-.001 1.76.749 1.76 1.8Zm-.845 0c0-.604-.412-1.045-.97-1.045h-.919a.082.082 0 0 0-.08.082v1.922a.08.08 0 0 0 .08.08h.919c.558.005.97-.437.97-1.039Zm1.046 2.388a.968.968 0 0 1 .405-.83c.265-.2.678-.302 1.286-.323l.646-.023v-.191c0-.383-.256-.544-.668-.544-.412 0-.672.146-.732.384a.078.078 0 0 1-.079.057h-.638a.08.08 0 0 1-.08-.058.08.08 0 0 1-.002-.035c.095-.565.566-.995 1.56-.995 1.059 0 1.44.493 1.44 1.434v1.997a.082.082 0 0 1-.082.082h-.644a.083.083 0 0 1-.058-.024.084.084 0 0 1-.023-.057v-.15a.06.06 0 0 0-.038-.057.061.061 0 0 0-.068.015c-.193.21-.505.361-1.005.361-.735 0-1.22-.382-1.22-1.043Zm2.337-.433v-.155l-.837.044c-.442.022-.698.206-.698.514 0 .28.235.434.646.434.56 0 .89-.301.89-.837Zm1.448 2.897v-.578a.083.083 0 0 1 .099-.08c.099.018.2.027.3.028a.774.774 0 0 0 .778-.552l.042-.134a.086.086 0 0 0 0-.055l-1.342-3.446a.083.083 0 0 1 .01-.077.082.082 0 0 1 .067-.036h.65a.083.083 0 0 1 .077.053l.911 2.43a.083.083 0 0 0 .156 0l.792-2.423a.082.082 0 0 1 .079-.057h.673a.083.083 0 0 1 .068.037.084.084 0 0 1 .01.076l-1.436 3.828c-.33.89-.897 1.117-1.52 1.117a1.217 1.217 0 0 1-.352-.043.084.084 0 0 1-.062-.088Zm-12-6.939a3.342 3.342 0 0 0-2.305.9.146.146 0 0 0-.018.194l.387.529a.147.147 0 0 0 .226.017 2.39 2.39 0 0 1 1.713-.7c1.326 0 2.02.999 2.02 1.985 0 1.071-.729 1.825-1.775 1.84-.808 0-1.417-.536-1.417-1.243a1.208 1.208 0 0 1 .446-.933.146.146 0 0 0 .02-.203l-.406-.514a.148.148 0 0 0-.211-.021 2.147 2.147 0 0 0-.8 1.67c0 1.219 1.035 2.175 2.361 2.183h.018c1.575-.02 2.713-1.187 2.713-2.781 0-1.416-1.043-2.923-2.972-2.923Z',
},
})]);
},
};
exports.default = IconPaymentShopPay;