@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
33 lines (28 loc) • 1.23 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 IconLocationTarget = {
name: 'IconLocationTarget',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--locationTarget', 'IconLocationTarget');
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: 'M14.624 7.344h-1.636a5.05 5.05 0 0 0-4.332-4.332V1.376H7.344v1.636a5.05 5.05 0 0 0-4.332 4.375H1.376V8.7h1.636a5.05 5.05 0 0 0 4.375 4.331v1.636H8.7v-1.68a5.05 5.05 0 0 0 4.288-4.33h1.636zM8 11.719A3.719 3.719 0 1 1 11.719 8 3.73 3.73 0 0 1 8 11.719M9.417 8A1.417 1.417 0 1 1 8 6.582 1.41 1.41 0 0 1 9.417 8',
},
})]);
},
};
exports.default = IconLocationTarget;