@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
49 lines (44 loc) • 1.67 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 IconCc2 = {
name: 'IconCc2',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--cc2', 'IconCc2');
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.381 3.011H2.62c-.849 0-1.531.683-1.531 1.532v7.35c0 .84.69 1.53 1.53 1.53h10.763c.84 0 1.531-.69 1.531-1.53v-7.35c0-.84-.69-1.532-1.53-1.532Zm.219 8.881a.217.217 0 0 1-.219.22H2.62a.217.217 0 0 1-.219-.22v-7.35c0-.122.096-.218.219-.218H13.38c.123 0 .219.096.219.219v7.35Z',
},
}), h('path', {
attrs: {
d: 'M8.779 9.477H3.686v1.313H8.78V9.477Z',
},
}), h('path', {
attrs: {
d: 'M6.591 6.835H3.686v1.313h2.905V6.835Z',
},
}), h('path', {
attrs: {
d: 'M12.27 6.835H7.921v1.313h4.349V6.835Z',
},
}), h('path', {
attrs: {
d: 'M12.296 9.477H10.1v1.313h2.196V9.477Z',
},
})]);
},
};
exports.default = IconCc2;