@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
41 lines (38 loc) • 1.42 kB
JavaScript
import _mergeJSXProps from './_virtual/helper.mjs';
import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs';
var IconEmailFilled = {
name: 'IconEmailFilled',
props: {
size: iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--emailFilled', 'IconEmailFilled');
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: 'm9.391 8.971-.945.875a.647.647 0 0 1-.884 0l-.98-.875-4.558 4.13c.168.064.346.097.525.096H13.45q.176.021.35 0z',
},
}), h('path', {
attrs: {
d: 'M14.852 12.375c.108-.215.165-.451.166-.692V4.36a1.7 1.7 0 0 0-.114-.595l-4.55 4.313z',
},
}), h('path', {
attrs: {
d: 'M1.088 3.809a1.5 1.5 0 0 0-.088.55v7.28c0 .225.052.446.15.648L5.602 8.08z',
},
}), h('path', {
attrs: {
d: 'm8 8.472 5.915-5.6a1.6 1.6 0 0 0-.463-.07H2.548q-.266.003-.516.088z',
},
})]);
},
};
export { IconEmailFilled as default };