@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
41 lines (38 loc) • 1.61 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 IconEmailFilledLarge = {
name: 'IconEmailFilledLarge',
props: {
size: iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--emailFilledLarge', 'IconEmailFilledLarge');
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: 'M28.81 24.225c.203-.377.312-.797.315-1.225V9a2.687 2.687 0 0 0-.21-1.033l-8.837 8.182 8.732 8.076Z',
},
}), h('path', {
attrs: {
d: 'M18.791 17.339 16.7 19.264a.875.875 0 0 1-.595.236.875.875 0 0 1-.587-.227l-2.143-1.943-8.899 8.085c.324.138.672.21 1.024.21h21a2.45 2.45 0 0 0 1.015-.21L18.79 17.34Z',
},
}), h('path', {
attrs: {
d: 'M16.105 17.435 27.716 6.69a2.625 2.625 0 0 0-1.216-.315h-21a2.546 2.546 0 0 0-1.146.28l11.751 10.78Z',
},
}), h('path', {
attrs: {
d: 'M3.12 7.906A2.537 2.537 0 0 0 2.875 9v14c.005.425.113.842.315 1.216l8.89-8.067-8.96-8.243Z',
},
})]);
},
};
export { IconEmailFilledLarge as default };