@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
41 lines (36 loc) • 2.51 kB
JavaScript
'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 IconLocationPinFood = {
name: 'IconLocationPinFood',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--locationPinFood', 'IconLocationPinFood');
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: 'M8 14.825 4 10.783c-2.196-2.223-2.196-5.837 0-8.06A5.592 5.592 0 0 1 8 1.054c1.514 0 2.931.594 3.999 1.67 2.196 2.223 2.196 5.837 0 8.06l-4 4.042Zm0-12.46a4.262 4.262 0 0 0-3.063 1.286 4.426 4.426 0 0 0 0 6.213L8 12.96l3.062-3.097a4.426 4.426 0 0 0 0-6.213A4.276 4.276 0 0 0 8 2.365Z',
},
}), h('path', {
attrs: {
d: 'M7.501 4.316a.147.147 0 0 0-.149.149c-.035.63-.043 1.374-.026 2.118 0 .096-.079.183-.175.183-.096 0-.184-.078-.184-.175-.008-.735 0-1.478.027-2.1a.152.152 0 0 0-.158-.157.147.147 0 0 0-.149.149c-.035.63-.043 1.382-.026 2.126 0 .096-.079.184-.175.184a.186.186 0 0 1-.131-.062s-.018-.008-.018-.017a.183.183 0 0 1-.035-.096c-.008-.735 0-1.48.027-2.118a.152.152 0 0 0-.158-.157c-.017 0-.035 0-.044.017H6.11a.18.18 0 0 0-.088.123c-.052.945-.035 2.16 0 3.202 0 .105.035.201.08.298 0 .008.017.017.017.035a.87.87 0 0 0 .21.262l.017.018v1.417h.98c-.009-.105-.026-.219-.035-.367-.07-.762-.052-.92-.052-.92 0-.052.026-.087.07-.113a.832.832 0 0 0 .358-.674v-.026c-.035-1.032-.052-2.196 0-3.115a.152.152 0 0 0-.157-.157L7.5 4.316Z',
},
}), h('path', {
attrs: {
d: 'M9.977 4.15c0-.053-.008-.07-.008-.07-.027-.061-.08-.105-.15-.105a.146.146 0 0 0-.095.035s-.018.009-.053.044c0 0-.105.113-.262.367-.07.114-.15.263-.228.446-.175.385-.359.92-.507 1.637a14.097 14.097 0 0 0-.228 1.671v.079a.18.18 0 0 0 .149.131h.07l.464.07.052.026v.516c-.017.184-.035.412-.061.692h.77c.017-.342.052-.937.079-1.637.052-1.286.096-2.94 0-3.91l.008.008Z',
},
})]);
},
};
exports.default = IconLocationPinFood;