@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
37 lines (32 loc) • 1.44 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 IconUserMoveLarge = {
name: 'IconUserMoveLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--userMoveLarge', 'IconUserMoveLarge');
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: 'M26.824 22.353 24.32 19.85l-1.234 1.234 1.304 1.303h-5.889v1.75h5.889l-1.304 1.304 1.234 1.234 2.502-2.503a1.294 1.294 0 0 0 0-1.82',
},
})]);
},
};
exports.default = IconUserMoveLarge;