@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
33 lines (30 loc) • 1.48 kB
JavaScript
import _mergeJSXProps from './_virtual/helper.mjs';
import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs';
var IconLocationPinUserLarge = {
name: 'IconLocationPinUserLarge',
props: {
size: iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--locationPinUserLarge', 'IconLocationPinUserLarge');
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: 'M15.799 15.256a4.13 4.13 0 1 0-4.13-4.121 4.12 4.12 0 0 0 4.13 4.121m0-6.597a2.476 2.476 0 1 1 0 4.952 2.476 2.476 0 0 1 0-4.952',
},
}), h('path', {
attrs: {
d: 'M23.586 6.13a10.65 10.65 0 0 0-15.172 0 10.92 10.92 0 0 0 0 15.321L16 29.125l7.586-7.674a10.92 10.92 0 0 0 0-15.321m-4.655 17.684-2.056 2.117-.875.875-2.765-2.791-3.57-3.64a4.9 4.9 0 0 1 3.833-1.82H18.1a4.85 4.85 0 0 1 4.025 2.065zm4.288-4.463a6.55 6.55 0 0 0-5.119-2.476h-4.603a6.56 6.56 0 0 0-4.9 2.179 9.275 9.275 0 0 1 .99-11.804 9.004 9.004 0 0 1 12.827 0 9.275 9.275 0 0 1 .805 12.101',
},
})]);
},
};
export { IconLocationPinUserLarge as default };