UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 1.34 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 IconLaptopFilledLarge = { name: 'IconLaptopFilledLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--laptopFilledLarge', 'IconLaptopFilledLarge'); 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: 'M26.5 19.269V7.255a2.633 2.633 0 0 0-2.625-2.625H8.125A2.633 2.633 0 0 0 5.5 7.255v12.014L2 25.394v.236a2.633 2.633 0 0 0 2.625 2.625h22.75A2.633 2.633 0 0 0 30 25.63v-.236l-3.5-6.125Zm-14 4.611H9v-1.75h3.5v1.75Zm5.25 0h-3.5v-1.75h3.5v1.75Zm5.25 0h-3.5v-1.75H23v1.75Zm1.75-5.25H7.25V7.255c0-.481.394-.875.875-.875h15.75c.481 0 .875.394.875.875V18.63Z', }, })]); }, }; exports.default = IconLaptopFilledLarge;