@ohu-mobile/icons
Version:
10 lines (9 loc) • 397 B
JavaScript
const SendPlaneOutlined = {
name: 'send-plane',
theme: 'outlined',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M1.923 9.37c-.51-.205-.504-.51.034-.689l19.086-6.362c.529-.176.832.12.684.638l-5.454 19.086c-.15.529-.475.553-.717.07L11 13zm4.89-.2 5.636 2.255 3.04 6.082 3.546-12.41z"/>',
};
export default SendPlaneOutlined;