UNPKG

@justeattakeaway/pie-icons-vue

Version:
37 lines (35 loc) 1.66 kB
import _mergeJSXProps from '@vue/babel-helper-vue-jsx-merge-props'; import { iconSize, updateContextData } from '@justeattakeaway/pie-icons-configs/configs-vue'; export default { name: 'IconOver18Large', props: { size: iconSize.large, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--over18Large', 'IconOver18Large'); 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: { 'fill-rule': 'evenodd', d: 'M15.378 10c2.671 0 4.07 1.606 4.07 3.285a2.88 2.88 0 0 1-1.582 2.561 2.845 2.845 0 0 1 2.022 2.759c0 1.814-1.47 3.395-4.51 3.395s-4.498-1.581-4.498-3.395a2.83 2.83 0 0 1 1.997-2.759 2.83 2.83 0 0 1-1.557-2.561c0-1.68 1.386-3.285 4.058-3.285m0 6.827c-1.13 0-2.048.709-2.048 1.582s.918 1.58 2.048 1.58 2.045-.707 2.046-1.58-.916-1.582-2.046-1.582m0-4.805a1.51 1.51 0 0 0-1.517.87 1.5 1.5 0 0 0-.139.602 1.536 1.536 0 0 0 1.656 1.483 1.56 1.56 0 0 0 1.667-1.483 1.52 1.52 0 0 0-1.667-1.472', 'clip-rule': 'evenodd', }, }), h('path', { attrs: { d: 'M8.526 21.792H6.197v-8.814l-1.912.712-.785-1.974 3.358-1.508h1.668z', }, }), h('path', { attrs: { d: 'M26.129 17.2h2.4v-2.4h-2.4v-2.4h-2.4v2.4h-2.4v2.4h2.4v2.4h2.4z', }, })]); }, };