@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
37 lines (32 loc) • 1.47 kB
JavaScript
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var helper = require('./_virtual/helper.cjs');
var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs');
var IconUserCancelledLarge = {
name: 'IconUserCancelledLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--userCancelledLarge', 'IconUserCancelledLarge');
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: {
d: 'M12.505 14.688a4.812 4.812 0 1 0-4.813-4.813 4.82 4.82 0 0 0 4.813 4.813m0-7.876a3.062 3.062 0 1 1 0 6.125 3.062 3.062 0 0 1 0-6.124m7.358 11.612-1.39 1.076a4.73 4.73 0 0 0-3.79-1.75h-4.375a4.5 4.5 0 0 0-4.287 2.625l-.674 1.75H3.492l.875-2.371A6.25 6.25 0 0 1 10.326 16H14.7a6.54 6.54 0 0 1 5.162 2.424',
},
}), h('path', {
attrs: {
d: 'm27.23 20.988-1.242-1.234-2.44 2.441-2.442-2.441-1.243 1.233 2.442 2.45-2.442 2.442 1.243 1.233 2.441-2.44 2.441 2.44 1.243-1.233-2.45-2.442z',
},
})]);
},
};
exports.default = IconUserCancelledLarge;