@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
36 lines (31 loc) • 2.12 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 IconCredits = {
name: 'IconCredits',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--credits', 'IconCredits');
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.97 4.39c.4 0 .79.16 1.08.45.29.28.449.67.449 1.08V7.4h-1.31V5.92a.22.22 0 0 0-.06-.15.2.2 0 0 0-.15-.06H3.01a.22.22 0 0 0-.15.06q-.06.06-.06.15v7c0 .05.02.11.06.15q.06.06.15.06h8.98c.05 0 .11-.02.15-.06q.06-.06.06-.15v-1.58h1.31v1.58c0 .4-.16.79-.45 1.08-.28.29-.67.45-1.08.45H3.01c-.2 0-.4-.04-.59-.12a1.4 1.4 0 0 1-.5-.33c-.139-.14-.25-.31-.33-.5-.07-.19-.11-.39-.11-.59v-7c0-.18.04-.36.1-.53.11-.29.31-.54.56-.72.26-.17.56-.27.87-.27z',
},
}), h('path', {
attrs: {
d: 'M7.246 6.155c.09 0 .19.03.27.08.375.228 1.1 1.048 1.12 1.07v-.66c0-.06.05-.11.11-.11.01 0 .57.06.57.06.08.01.15.06.17.14.003.02.101.68.16 1.33h-.01c0 .01.026.044.03.05.517.646.807 1.155.83 1.21.02.02.02.04.02.06a.19.19 0 0 1-.14.17l-.55.1c-.08.03-.14.09-.14.16-.01.097-.11 2.18-.24 2.72-.02.08-.09.13-.18.13l-4.04.02c-.08 0-.16-.05-.18-.13-.14-.529-.24-2.616-.24-2.72a.19.19 0 0 0-.14-.16l-.55-.1c-.08-.01-.14-.08-.14-.17 0-.03.02-.05.02-.08.045-.119 1.084-1.952 2.98-3.09a.53.53 0 0 1 .27-.08m7.124 3.875h-3.039V8.71h3.04zM8.05 1.42c.2 0 .4.04.59.12s.37.19.52.33.27.31.35.5l.3.73H8.39l-.1-.23c-.02-.03-.03-.05-.05-.07a1 1 0 0 0-.07-.05h-.169l.01.01-.81.32H3.77l3.69-1.54c.19-.08.39-.12.59-.12',
},
})]);
},
};
exports.default = IconCredits;