@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
33 lines (28 loc) • 1.58 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 IconHelmet = {
name: 'IconHelmet',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--helmet', 'IconHelmet');
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.649 7.641a4.182 4.182 0 0 1 1.33-.577 12.837 12.837 0 0 1 2.02-.158l-.752-1.286-.682.052a6.44 6.44 0 0 0-6.694-3.5 6.685 6.685 0 0 0-5.617 6.003 7 7 0 0 0 1.155 4.602l.21.29h.34a5.101 5.101 0 0 1 3.09.944 3.876 3.876 0 0 0 2.143.77 3.167 3.167 0 0 0 2.625-1.12c.797-1.006.937-2.625.403-4.847a1.102 1.102 0 0 1 .429-1.173Zm-.735-1.094a2.432 2.432 0 0 0-.99 2.573c.43 1.75.377 3.063-.157 3.736a1.899 1.899 0 0 1-1.575.613A2.669 2.669 0 0 1 6.74 12.9a6.273 6.273 0 0 0-3.421-1.138 5.565 5.565 0 0 1-.762-3.5A5.381 5.381 0 0 1 7.011 3.46a5.171 5.171 0 0 1 5.163 2.45 6.054 6.054 0 0 0-1.26.638ZM8.874 11.5a.875.875 0 1 1-1.75 0 .875.875 0 0 1 1.75 0Z',
},
})]);
},
};
exports.default = IconHelmet;