@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
32 lines (27 loc) • 1.8 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 IconCreditsFilled = {
name: 'IconCreditsFilled',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--creditsFilled', 'IconCreditsFilled');
return h('svg', helper.default([{
attrs: {
xmlns: 'http://www.w3.org/2000/svg',
role: 'presentation',
focusable: 'false',
fill: 'currentColor',
},
}, ctx.data]), [h('path', {
attrs: {
d: 'M11.967 4.4a1.53 1.53 0 0 1 1.531 1.531V7.41h-3.115a.39.39 0 0 0-.298.184.36.36 0 0 0-.07.21v3.15a.395.395 0 0 0 .394.393h3.09v1.585a1.54 1.54 0 0 1-1.532 1.53H2.998a1.543 1.543 0 0 1-1.531-1.53v-7a1.4 1.4 0 0 1 .104-.535 1.5 1.5 0 0 1 .762-.875c.21-.089.437-.13.665-.122zM6.289 6.242a.5.5 0 0 0-.271.08C4.119 7.458 3.078 9.304 3.034 9.41a.3.3 0 0 0-.017.079.18.18 0 0 0 .14.175l.551.104a.19.19 0 0 1 .14.159c0 .101.105 2.187.236 2.72.018.079.096.132.184.132l4.043-.018a.19.19 0 0 0 .183-.131c.131-.543.228-2.629.237-2.721a.2.2 0 0 1 .14-.158l.55-.105a.19.19 0 0 0 .14-.175c0-.017 0-.044-.017-.061-.018-.053-.306-.56-.831-1.208-.002-.003-.026-.035-.026-.052a30 30 0 0 0-.158-1.33.19.19 0 0 0-.166-.14l-.569-.061a.115.115 0 0 0-.113.113v.656s-.744-.84-1.12-1.067a.5.5 0 0 0-.272-.079m8.058 3.784h-3.019V8.722h3.019zM7.504 1.521a1.53 1.53 0 0 1 1.995.831l.263.736h-6.02z',
},
})]);
},
};
exports.default = IconCreditsFilled;