@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
29 lines (26 loc) • 1.2 kB
JavaScript
import _mergeJSXProps from './_virtual/helper.mjs';
import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs';
var IconSendLarge = {
name: 'IconSendLarge',
props: {
size: iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--sendLarge', 'IconSendLarge');
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: 'M25.705 7.315a1.155 1.155 0 0 0-1.08-1.05 1.1 1.1 0 0 0-.488.052L5.5 12.43a1.18 1.18 0 0 0-.75 1.072 1.21 1.21 0 0 0 .75 1.118l3.75 1.552V22h6l2.108 4.59a1.2 1.2 0 0 0 1.064.652h.053a1.21 1.21 0 0 0 1.065-.795L25.645 7.87a1.2 1.2 0 0 0 .06-.555m-3.51 1.222-8.445 7.868-6.885-2.843zM10.75 20.5v-3.705l1.785.75.832.345.3.652.908 1.958zm7.628 4.71-3.556-7.763 8.783-8.197z',
},
})]);
},
};
export { IconSendLarge as default };