@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
35 lines (30 loc) • 1.31 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 IconCc2Filled = {
name: 'IconCc2Filled',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--cc2Filled', 'IconCc2Filled');
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: {
'fill-rule': 'evenodd',
d: 'M13.38 3.012c.84 0 1.532.69 1.532 1.53v7.35c0 .84-.691 1.532-1.531 1.532H2.619c-.84 0-1.531-.692-1.531-1.532v-7.35c0-.848.682-1.53 1.531-1.53h10.762ZM3.688 9.477v1.313h5.091V9.477H3.687Zm6.413 0v1.313h2.196V9.477H10.1ZM3.687 6.835v1.312H6.59V6.835H3.687Zm4.234 0v1.312h4.35V6.835H7.92Z',
'clip-rule': 'evenodd',
},
})]);
},
};
exports.default = IconCc2Filled;