UNPKG

@justeattakeaway/pie-icons-vue

Version:
53 lines (48 loc) 1.68 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 IconListLarge = { name: 'IconListLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--listLarge', 'IconListLarge'); 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: 'M27.856 8.125H10.75v1.75h16.494l.612-1.75Z', }, }), h('path', { attrs: { d: 'M5.5 24.575a1.575 1.575 0 1 0 0-3.15 1.575 1.575 0 0 0 0 3.15Z', }, }), h('path', { attrs: { d: 'M25.406 15.125H10.75v1.75h14.044l.612-1.75Z', }, }), h('path', { attrs: { d: 'M27.506 22.125H10.75v1.75h16.222l.534-1.75Z', }, }), h('path', { attrs: { d: 'M5.5 17.575a1.575 1.575 0 1 0 0-3.15 1.575 1.575 0 0 0 0 3.15Z', }, }), h('path', { attrs: { d: 'M5.5 10.575a1.575 1.575 0 1 0 0-3.15 1.575 1.575 0 0 0 0 3.15Z', }, })]); }, }; exports.default = IconListLarge;