UNPKG

@justeattakeaway/pie-icons-vue

Version:
45 lines (40 loc) 1.4 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var helper = require('./node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.cjs'); var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs'); var IconGridViewFilledLarge = { name: 'IconGridViewFilledLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--gridViewFilledLarge', 'IconGridViewFilledLarge'); 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: 'M4.625 14.25h9.625V4.625H4.625v9.625Z', }, }), h('path', { attrs: { d: 'M17.75 14.25h9.625V4.625H17.75v9.625Z', }, }), h('path', { attrs: { d: 'M4.625 27.375h9.625V17.75H4.625v9.625Z', }, }), h('path', { attrs: { d: 'M17.75 27.375h9.625V17.75H17.75v9.625Z', }, })]); }, }; exports.default = IconGridViewFilledLarge;