UNPKG

@justeattakeaway/pie-icons-vue

Version:
37 lines (32 loc) 1.21 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var helper = require('./_virtual/helper.cjs'); var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs'); var IconChevronSplitLarge = { name: 'IconChevronSplitLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--chevronSplitLarge', 'IconChevronSplitLarge'); return h('svg', helper.default([{ 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: 'm23.053 12.036-7.01-7.411h-.095l-7 7.403-1.27-1.2 7-7.41a1.916 1.916 0 0 1 2.626 0l7 7.41z', }, }), h('path', { attrs: { d: 'M8.947 19.973 16 27.375h.096l7-7.402 1.278 1.198-7 7.403a1.907 1.907 0 0 1-2.625 0l-7-7.411z', }, })]); }, }; exports.default = IconChevronSplitLarge;