UNPKG

@justeattakeaway/pie-icons-vue

Version:
41 lines (36 loc) 1.38 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 IconFoundationsLarge = { name: 'IconFoundationsLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--foundationsLarge', 'IconFoundationsLarge'); 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 27.375h10.509V16.866H4.625v10.509Zm1.75-8.759h7.009v7.009H6.375v-7.009Z', }, }), h('path', { attrs: { d: 'M16.866 16.893V27.4h10.509V16.893H16.866Zm8.759 8.758h-7.009v-7.008h7.009v7.008Z', }, }), h('path', { attrs: { d: 'M10.75 4.625v10.509h10.509V4.625H10.75Zm1.75 8.759V6.375h7.009v7.009H12.5Z', }, })]); }, }; exports.default = IconFoundationsLarge;