UNPKG

@justeattakeaway/pie-icons-vue

Version:
31 lines (28 loc) 1.37 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 IconCc2FilledLarge = { name: 'IconCc2FilledLarge', props: { size: iconSize.large, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--cc2FilledLarge', 'IconCc2FilledLarge'); 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: { 'fill-rule': 'evenodd', d: 'M26.894 5.797c1.207 0 2.187.98 2.187 2.187v16.44c0 1.208-.98 2.188-2.187 2.188H5.115a2.188 2.188 0 0 1-2.187-2.187V7.985c0-1.208.98-2.188 2.187-2.188h21.779ZM6.489 21.327v1.75h12.863v-1.75H6.489Zm14.621 0v1.75h4.497v-1.75H21.11ZM6.49 17.794v1.75h4.112v-1.75H6.489Zm5.88 0v1.75h4.111v-1.75H12.37Zm5.835 0v1.75h7.402v-1.75h-7.402ZM6.55 14.266v1.75h8.637v-1.75H6.55Zm10.404 0v1.75h8.6v-1.75h-8.6Z', 'clip-rule': 'evenodd', }, })]); }, }; export { IconCc2FilledLarge as default };