import React from 'react';
import withIcon from '../lib/withIcon';
export const IconPaperAirplane = withIcon(function IconPaperAirplane(props) {
    return (<svg data-tag="IconPaperAirplane" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="m7.498 13.2 1.411-.23 1.411-.23c.877-.143 1.316-.441 1.316-.74s-.439-.597-1.316-.74l-1.41-.23-1.412-.23c-.805-.131-1.285-.262-1.629-.549-.344-.287-.55-.73-.809-1.487C3.908 5.383 3.41 3.629 4 3.143c.591-.486 2.273.295 5.483 1.984l3.986 2.099 3.987 2.099C19.82 10.568 21 11.285 21 12c0 .716-1.181 1.432-3.544 2.676l-3.987 2.098-3.986 2.1C6.273 20.562 4.59 21.343 4 20.857c-.591-.487-.092-2.24 1.06-5.621.258-.757.465-1.2.809-1.488.344-.287.824-.418 1.63-.549"/>
    </svg>);
});
//# sourceMappingURL=PaperAirplane.jsx.map