@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
35 lines (30 loc) • 2.39 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 IconCcFilledLarge = {
name: 'IconCcFilledLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--ccFilledLarge', 'IconCcFilledLarge');
return h('svg', helper.default([{
attrs: {
xmlns: 'http://www.w3.org/2000/svg',
role: 'presentation',
focusable: 'false',
fill: 'currentColor',
viewBox: '0 0 32 32',
},
}, ctx.data]), [h('path', {
attrs: {
'fill-rule': 'evenodd',
d: 'M26.894 5.797c1.207 0 2.187.98 2.187 2.187v16.44c0 1.208-.98 2.188-2.187 2.188H5.115a2.188 2.188 0 0 1-2.187-2.187V7.985c0-1.208.98-2.188 2.187-2.188h21.779Zm-14.569 5.638c-.761 0-1.461.132-2.056.386a4.35 4.35 0 0 0-1.532 1.068c-.42.446-.743.97-.97 1.54a4.753 4.753 0 0 0-.342 1.776c0 .612.114 1.207.342 1.775.227.569.55 1.085.97 1.54.412.447.928.806 1.532 1.069.603.253 1.286.384 2.039.384.752 0 1.461-.123 2.03-.368.498-.21.936-.49 1.295-.83l-1.444-1.418c-.21.166-.455.298-.726.394-.341.122-.7.183-1.067.183a2.592 2.592 0 0 1-2.285-1.338 2.814 2.814 0 0 1-.35-1.375 2.72 2.72 0 0 1 1.304-2.38l.01-.008c.393-.245.839-.367 1.328-.367.394 0 .762.06 1.103.192.28.105.525.245.735.42l1.427-1.408a4.742 4.742 0 0 0-1.348-.867c-.568-.245-1.234-.368-1.995-.368Zm8.916 0c-.761 0-1.462.132-2.056.386a4.35 4.35 0 0 0-1.532 1.068c-.42.446-.743.97-.97 1.54a4.754 4.754 0 0 0-.342 1.776c0 .612.114 1.207.342 1.775.227.569.55 1.085.97 1.54.412.447.928.806 1.532 1.069.603.253 1.286.384 2.039.384.752 0 1.461-.123 2.03-.368.499-.21.936-.49 1.295-.83l-1.444-1.418c-.21.166-.455.297-.726.394a3.15 3.15 0 0 1-1.068.183 2.593 2.593 0 0 1-2.284-1.338 2.814 2.814 0 0 1-.35-1.375 2.72 2.72 0 0 1 1.304-2.38l.01-.008c.393-.245.84-.367 1.33-.367.393 0 .76.06 1.102.192.28.105.524.245.734.42l1.427-1.408a4.738 4.738 0 0 0-1.348-.867c-.568-.245-1.233-.368-1.995-.368Z',
'clip-rule': 'evenodd',
},
})]);
},
};
exports.default = IconCcFilledLarge;