@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
33 lines (28 loc) • 1.49 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var helper = require('./_virtual/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.2 4.2 0 0 1 1.33-.577 13 13 0 0 1 2.02-.158l-.751-1.286-.683.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.1 5.1 0 0 1 3.09.944 3.88 3.88 0 0 0 2.143.77 3.17 3.17 0 0 0 2.625-1.12c.797-1.006.937-2.625.403-4.847a1.1 1.1 0 0 1 .429-1.173m-.735-1.094a2.43 2.43 0 0 0-.99 2.573c.43 1.75.377 3.063-.157 3.736a1.9 1.9 0 0 1-1.575.613A2.67 2.67 0 0 1 6.74 12.9a6.27 6.27 0 0 0-3.421-1.138 5.57 5.57 0 0 1-.762-3.5A5.38 5.38 0 0 1 7.011 3.46a5.17 5.17 0 0 1 5.163 2.45 6 6 0 0 0-1.26.638M8.874 11.5a.875.875 0 1 1-1.75 0 .875.875 0 0 1 1.75 0',
},
})]);
},
};
exports.default = IconHelmet;