@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
33 lines (30 loc) • 1.22 kB
JavaScript
import _mergeJSXProps from './_virtual/helper.mjs';
import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs';
var IconGeolocationCircleFilledLarge = {
name: 'IconGeolocationCircleFilledLarge',
props: {
size: iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--geolocationCircleFilledLarge', 'IconGeolocationCircleFilledLarge');
return h('svg', _mergeJSXProps([{
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: 'm16.717 19.185 1.96-5.862-5.862 1.96a6.43 6.43 0 0 1 3.902 3.902',
},
}), h('path', {
attrs: {
d: 'M16 3.75a12.25 12.25 0 1 0 0 24.5 12.25 12.25 0 0 0 0-24.5m1.479 18.69h-1.75l-.551-2.205a4.75 4.75 0 0 0-3.448-3.447l-2.205-.552v-1.75l11.917-3.929z',
},
})]);
},
};
export { IconGeolocationCircleFilledLarge as default };