UNPKG

@justeattakeaway/pie-icons-vue

Version:
57 lines (54 loc) 2.01 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 IconCc2Large = { name: 'IconCc2Large', props: { size: iconSize.large, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--cc2Large', 'IconCc2Large'); 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: 'M26.894 5.796H5.115c-1.208 0-2.188.98-2.188 2.188v16.441c0 1.207.98 2.188 2.188 2.188h21.779c1.207 0 2.187-.98 2.187-2.188V7.984c0-1.208-.98-2.188-2.187-2.188Zm.437 18.62a.433.433 0 0 1-.437.438H5.115a.433.433 0 0 1-.438-.438V7.984c0-.245.193-.438.438-.438h21.779c.245 0 .437.193.437.438v16.441-.009Z', }, }), h('path', { attrs: { d: 'M19.351 21.328H6.49v1.75H19.35v-1.75Z', }, }), h('path', { attrs: { d: 'M10.601 17.793H6.49v1.75H10.6v-1.75Z', }, }), h('path', { attrs: { d: 'M25.608 21.328H21.11v1.75h4.498v-1.75Z', }, }), h('path', { attrs: { d: 'M16.481 17.793H12.37v1.75h4.112v-1.75Z', }, }), h('path', { attrs: { d: 'M25.608 17.793h-7.403v1.75h7.403v-1.75Z', }, }), h('path', { attrs: { d: 'M25.555 14.266h-8.601v1.75h8.601v-1.75Z', }, }), h('path', { attrs: { d: 'M15.186 14.266H6.55v1.75h8.636v-1.75Z', }, })]); }, }; export { IconCc2Large as default };