@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
29 lines (26 loc) • 1.26 kB
JavaScript
import _mergeJSXProps from './node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.mjs';
import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs';
var IconLaptopFilledLarge = {
name: 'IconLaptopFilledLarge',
props: {
size: iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--laptopFilledLarge', 'IconLaptopFilledLarge');
return h('svg', _mergeJSXProps([{
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',
},
})]);
},
};
export { IconLaptopFilledLarge as default };