UNPKG

@justeattakeaway/pie-icons-vue

Version:
45 lines (42 loc) 1.52 kB
import _mergeJSXProps from './_virtual/helper.mjs'; import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs'; var IconCc2 = { name: 'IconCc2', props: { size: iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--cc2', 'IconCc2'); 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: 'M13.381 3.011H2.62c-.849 0-1.531.683-1.531 1.532v7.35c0 .84.69 1.53 1.53 1.53h10.763c.84 0 1.531-.69 1.531-1.53v-7.35c0-.84-.69-1.532-1.53-1.532m.219 8.881a.217.217 0 0 1-.219.22H2.62a.217.217 0 0 1-.219-.22v-7.35c0-.122.096-.218.219-.218H13.38c.123 0 .219.096.219.219z', }, }), h('path', { attrs: { d: 'M8.779 9.478H3.686v1.312H8.78z', }, }), h('path', { attrs: { d: 'M6.591 6.835H3.686v1.313h2.905z', }, }), h('path', { attrs: { d: 'M12.27 6.835H7.921v1.313h4.349z', }, }), h('path', { attrs: { d: 'M12.296 9.478H10.1v1.312h2.196z', }, })]); }, }; export { IconCc2 as default };