UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 1.1 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var helper = require('./node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.cjs'); var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs'); var IconCloseLarge = { name: 'IconCloseLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--closeLarge', 'IconCloseLarge'); 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.42 24.662 1.242-1.242L17.234 16l7.428-7.429-1.242-1.234-7.42 7.43-7.429-7.43-1.234 1.234L14.767 16l-7.43 7.42 1.234 1.242L16 17.234l7.42 7.428Z', }, })]); }, }; exports.default = IconCloseLarge;