UNPKG

@justeattakeaway/pie-icons-vue

Version:
35 lines (33 loc) 1.42 kB
import _mergeJSXProps from '@vue/babel-helper-vue-jsx-merge-props'; import { iconSize, updateContextData } from '@justeattakeaway/pie-icons-configs/configs-vue'; export default { name: 'IconBulbLightningLarge', props: { size: iconSize.large, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--bulbLightningLarge', 'IconBulbLightningLarge'); 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: 'm10.96 20.891.665 3.859h8.75l.639-3.867a4.5 4.5 0 0 1 1.33-2.407 9.083 9.083 0 0 0-.63-13.562 9.17 9.17 0 0 0-7.692-1.838 9.1 9.1 0 0 0-4.427 15.365 4.66 4.66 0 0 1 1.365 2.45M8.746 10.75a7.359 7.359 0 1 1 14.041 4.085 7.3 7.3 0 0 1-1.642 2.399 6.2 6.2 0 0 0-1.829 3.368L18.914 23h-5.828l-.402-2.398A6.25 6.25 0 0 0 10.82 17.2a7.32 7.32 0 0 1-2.074-6.449', }, }), h('path', { attrs: { d: 'm16 17.75 3.027-5.757H16V8.124l-3.028 5.801H16z', }, }), h('path', { attrs: { d: 'M20.2 26.5h-8.4l.463 1.75h7.473z', }, })]); }, };