@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
33 lines (28 loc) • 1.15 kB
JavaScript
;
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 IconLocationPinFilled = {
name: 'IconLocationPinFilled',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--locationPinFilled', 'IconLocationPinFilled');
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: 'M11.94 3.178a5.578 5.578 0 0 0-7.88 0 5.58 5.58 0 0 0 0 7.881L8 15l3.94-3.94a5.58 5.58 0 0 0 0-7.882ZM8 8.258a1.094 1.094 0 1 1 0-2.186 1.094 1.094 0 0 1 0 2.187Z',
},
})]);
},
};
exports.default = IconLocationPinFilled;