@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
29 lines (26 loc) • 1.15 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 IconLaptopFilled = {
name: 'IconLaptopFilled',
props: {
size: iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--laptopFilled', 'IconLaptopFilled');
return h('svg', _mergeJSXProps([{
attrs: {
xmlns: 'http://www.w3.org/2000/svg',
role: 'presentation',
focusable: 'false',
fill: 'currentColor',
viewBox: '0 0 16 16',
},
}, ctx.data]), [h('path', {
attrs: {
d: 'M13.031 9.55V4.501c0-.84-.691-1.531-1.531-1.531h-7c-.84 0-1.531.691-1.531 1.531V9.55l-1.75 2.625v.201c0 .84.691 1.532 1.531 1.532h10.5c.84 0 1.531-.692 1.531-1.532v-.201l-1.75-2.625Zm-8.75-5.049c0-.122.097-.219.219-.219h7c.123 0 .219.097.219.22v4.593H4.28V4.501Z',
},
})]);
},
};
export { IconLaptopFilled as default };