UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (30 loc) 1.21 kB
import _mergeJSXProps from './node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.mjs'; import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs'; var IconCreditCardFilled = { name: 'IconCreditCardFilled', props: { size: iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--creditCardFilled', 'IconCreditCardFilled'); return h('svg', _mergeJSXProps([{ attrs: { xmlns: 'http://www.w3.org/2000/svg', role: 'presentation', focusable: 'false', fill: 'currentColor', viewBox: '0 0 16 16', }, }, ctx.data]), [h('path', { attrs: { d: 'M1.219 6.906V11.5a1.54 1.54 0 0 0 1.531 1.531h10.5a1.54 1.54 0 0 0 1.531-1.531V6.906H1.22Zm5.031 3.5H3.625V9.094H6.25v1.312Z', }, }), h('path', { attrs: { d: 'M14.781 5.594V4.5a1.54 1.54 0 0 0-1.531-1.531H2.75A1.54 1.54 0 0 0 1.219 4.5v1.094H14.78Z', }, })]); }, }; export { IconCreditCardFilled as default };