@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('./node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.cjs');
var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs');
var IconUserCancelled = {
name: 'IconUserCancelled',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--userCancelled', 'IconUserCancelled');
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: 'M6.546 7.125a3.063 3.063 0 1 0 0-6.125 3.063 3.063 0 0 0 0 6.125Zm0-4.813a1.75 1.75 0 1 1 0 3.5 1.75 1.75 0 0 1 0-3.5Zm2.861 7.674a2.826 2.826 0 0 0-1.557-.455H5.225a2.555 2.555 0 0 0-2.45 1.566l-.455 1.278H.92l.639-1.75a3.868 3.868 0 0 1 3.683-2.406h2.625a4.183 4.183 0 0 1 2.267.656l-.727 1.111Z',
},
}), h('path', {
attrs: {
d: 'M15.06 11.07 14 10l-1.47 1.47L11.06 10 10 11.07l1.47 1.47L10 14l1.06 1.07 1.47-1.47L14 15.07 15.06 14l-1.47-1.46 1.47-1.47Z',
},
})]);
},
};
exports.default = IconUserCancelled;