@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
29 lines (26 loc) • 1.96 kB
JavaScript
import _mergeJSXProps from './_virtual/helper.mjs';
import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs';
var IconHelmetLarge = {
name: 'IconHelmetLarge',
props: {
size: iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--helmetLarge', 'IconHelmetLarge');
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: 'M24.75 13.235a21.4 21.4 0 0 1 3.973-.393l-1.033-1.75c-.473 0-1.033.052-1.601.122a13 13 0 0 0-.464-.831 9 9 0 0 0-.508-.77 11 11 0 0 0-.55-.709 10 10 0 0 0-.578-.647l-.114-.132-.595-.568-.088-.07a8 8 0 0 0-.603-.5l-.123-.087c-.201-.148-.402-.297-.612-.428l-.14-.097a9 9 0 0 0-.613-.358l-.21-.105a8 8 0 0 0-.595-.29 2 2 0 0 0-.253-.122 5 5 0 0 0-.543-.21l-.315-.105-.56-.166-.367-.087-.508-.114-.429-.061-.49-.07H14.95c-.315 0-.639.052-.962.096A12.04 12.04 0 0 0 3.943 15.537a12.44 12.44 0 0 0 2.082 8.338l.28.377h.464a9.8 9.8 0 0 1 5.88 1.802 6.76 6.76 0 0 0 3.771 1.321 5.55 5.55 0 0 0 4.55-1.925c1.391-1.75 1.636-4.637.718-8.54a2.625 2.625 0 0 1 1.19-2.835q.424-.252.875-.455l.122-.052q.426-.196.875-.333m-2.782-.647a4.375 4.375 0 0 0-1.978 4.716c.779 3.316.648 5.758-.385 7.061a3.81 3.81 0 0 1-3.185 1.26 5.3 5.3 0 0 1-2.853-1.102 11.43 11.43 0 0 0-6.317-2.056 10.78 10.78 0 0 1-1.54-6.764 10.27 10.27 0 0 1 8.488-9.223 9.88 9.88 0 0 1 10.08 5.058 9.5 9.5 0 0 0-2.32 1.05zm-7.263-2.625a6.81 6.81 0 0 0-5.521 6.125l-1.75-.175a8.59 8.59 0 0 1 7-7.656zm2.984 11.707a1.619 1.619 0 1 1-1.61-1.61 1.61 1.61 0 0 1 1.601 1.593z',
},
})]);
},
};
export { IconHelmetLarge as default };