@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
39 lines (34 loc) • 1.4 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 IconGeolocationCircleFilled = {
name: 'IconGeolocationCircleFilled',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--geolocationCircleFilled', 'IconGeolocationCircleFilled');
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: 'M8.359 9.164 9.12 6.88l-2.284.761c.65.343 1.18.874 1.523 1.523Z',
},
}), h('path', {
attrs: {
'fill-rule': 'evenodd',
d: 'M8 1.42a6.58 6.58 0 1 0 0 13.16A6.58 6.58 0 0 0 8 1.42ZM5.68 8.612l-1.33-.332V7.064l6.878-2.25-2.293 6.878H7.764l-.333-1.33a2.345 2.345 0 0 0-1.75-1.75Z',
'clip-rule': 'evenodd',
},
})]);
},
};
exports.default = IconGeolocationCircleFilled;