UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 1.15 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 IconGridViewLarge = { name: 'IconGridViewLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--gridViewLarge', 'IconGridViewLarge'); 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: 'M14.25 14.25H4.625V4.625h9.625zM6.375 12.5H12.5V6.375H6.375zm21 1.75H17.75V4.625h9.625zM19.5 12.5h6.125V6.375H19.5zm-5.25 14.875H4.625V17.75h9.625zm-7.875-1.75H12.5V19.5H6.375zm21 1.75H17.75V17.75h9.625zm-7.875-1.75h6.125V19.5H19.5z', }, })]); }, }; exports.default = IconGridViewLarge;