UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 1.08 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var _mergeJSXProps = require('@vue/babel-helper-vue-jsx-merge-props'); var configsVue = require('./pie-icons-configs/configs-vue.cjs'); var IconCaretUpFilledLarge = { name: 'IconCaretUpFilledLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--caretUpFilledLarge', 'IconCaretUpFilledLarge'); 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: 'M17.269 8.125a1.68 1.68 0 0 0-2.844 0l-8.671 14a1.68 1.68 0 0 0 1.426 2.564h17.64a1.68 1.68 0 0 0 1.409-2.625l-8.96-13.939Z', }, })]); }, }; exports.default = IconCaretUpFilledLarge;