UNPKG

@justeattakeaway/pie-icons-vue

Version:
37 lines (32 loc) 1.35 kB
'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 IconGeolocationCircleFilledLarge = { name: 'IconGeolocationCircleFilledLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--geolocationCircleFilledLarge', 'IconGeolocationCircleFilledLarge'); return h('svg', helper.default([{ 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.431 6.431 0 0 1 3.902 3.902Z', }, }), 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.5Zm1.479 18.69h-1.75l-.551-2.205a4.752 4.752 0 0 0-3.448-3.447l-2.205-.552v-1.75l11.917-3.929L17.48 22.44Z', }, })]); }, }; exports.default = IconGeolocationCircleFilledLarge;