@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
37 lines (32 loc) • 1.67 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 IconMap = {
name: 'IconMap',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--map', 'IconMap');
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: 'm7.974 11.518-.902.227V4.754l1.785-.446V8.14c.044-.044.07-.096.114-.14.35-.35.753-.621 1.199-.805V4.308l1.759.446v2.161c.463.035.901.14 1.312.333v-2.74a1.01 1.01 0 0 0-.752-.97l-2.975-.753-3.098.779-2.424-.621a.98.98 0 0 0-.857.183.999.999 0 0 0-.385.788v7.639c0 .454.306.857.752.97l2.914.753 2.074-.516a3.75 3.75 0 0 1-.508-1.225l-.008-.018Zm-2.214.218L4.063 11.3V4.308l1.697.437v6.991Z',
},
}), h('path', {
attrs: {
d: 'm11.657 14.178-1.75-1.75a2.482 2.482 0 0 1 0-3.5c.937-.937 2.564-.937 3.5 0 .473.463.727 1.084.727 1.75 0 .664-.254 1.286-.727 1.75l-1.75 1.75Zm0-4.664a1.162 1.162 0 0 0-.823 1.986l.823.822.823-.822a1.15 1.15 0 0 0 .341-.822 1.15 1.15 0 0 0-.341-.823 1.15 1.15 0 0 0-.823-.341Z',
},
})]);
},
};
exports.default = IconMap;