UNPKG

@justeattakeaway/pie-icons-vue

Version:
37 lines (32 loc) 1.55 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var helper = require('./_virtual/helper.cjs'); var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs'); var IconColumnLarge = { name: 'IconColumnLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--columnLarge', 'IconColumnLarge'); 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: 'M12.342 4.669H7.293a2.633 2.633 0 0 0-2.625 2.625V24.74a2.633 2.633 0 0 0 2.625 2.625h5.05a2.633 2.633 0 0 0 2.624-2.625V7.294a2.633 2.633 0 0 0-2.625-2.625m.875 20.072a.88.88 0 0 1-.875.875H7.293a.88.88 0 0 1-.875-.875V7.294c0-.482.394-.875.875-.875h5.05c.48 0 .874.393.874.875z', }, }), h('path', { attrs: { d: 'M24.689 4.669h-5.05a2.633 2.633 0 0 0-2.624 2.625V24.74a2.633 2.633 0 0 0 2.625 2.625h5.049a2.633 2.633 0 0 0 2.625-2.625V7.294a2.633 2.633 0 0 0-2.625-2.625m.875 20.072a.88.88 0 0 1-.875.875h-5.05a.88.88 0 0 1-.874-.875V7.294c0-.482.393-.875.875-.875h5.049c.48 0 .875.393.875.875z', }, })]); }, }; exports.default = IconColumnLarge;