@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
35 lines (32 loc) • 1.32 kB
JavaScript
import _mergeJSXProps from './node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.mjs';
import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs';
var IconGeolocationCircleFilled = {
name: 'IconGeolocationCircleFilled',
props: {
size: iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--geolocationCircleFilled', 'IconGeolocationCircleFilled');
return h('svg', _mergeJSXProps([{
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',
},
})]);
},
};
export { IconGeolocationCircleFilled as default };