UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 1.07 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 IconCheckLarge = { name: 'IconCheckLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--checkLarge', 'IconCheckLarge'); 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: 'M11.258 24.242a1.813 1.813 0 0 1-1.33-.577L4.625 17.75l1.313-1.164 5.25 5.924h.087L26.089 6.76l1.286 1.19L12.596 23.7a1.838 1.838 0 0 1-1.338.586v-.044Z', }, })]); }, }; exports.default = IconCheckLarge;