@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
33 lines (28 loc) • 1.36 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var helper = require('./_virtual/helper.cjs');
var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs');
var IconShare = {
name: 'IconShare',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--share', 'IconShare');
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: 'M12.323 9.077a2.37 2.37 0 0 0-1.908.962L6.04 8.377a3 3 0 0 0 0-.377 3 3 0 0 0 0-.376l4.375-1.662a2.371 2.371 0 1 0-.481-1.418 2 2 0 0 0 0 .193L5.462 6.434a2.36 2.36 0 0 0-1.75-.822 2.389 2.389 0 1 0 0 4.777 2.36 2.36 0 0 0 1.75-.822l4.498 1.697a2 2 0 0 0 0 .193 2.39 2.39 0 1 0 2.389-2.38zm0-5.61a1.076 1.076 0 1 1 0 2.153 1.076 1.076 0 0 1 0-2.152m-8.646 5.61a1.076 1.076 0 1 1 0-2.153 1.076 1.076 0 0 1 0 2.153m8.646 3.456a1.076 1.076 0 1 1 .002-2.153 1.076 1.076 0 0 1-.002 2.153',
},
})]);
},
};
exports.default = IconShare;