react-icon-library
Version:
A library of SVG icons for use in reactJS projects
17 lines • 1.15 kB
JavaScript
import React from 'react';
export default function PlaneTripInternational2(props) {
return (<svg id="Light" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} {...props}>
<defs>
<style dangerouslySetInnerHTML={{
__html: '.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}',
}}/>
</defs>
<title>plane-trip-international</title>
<path className="cls-1" d="M11.684,17.658,9.261,16.574a.5.5,0,0,0-.453.023l-1.073.617a.5.5,0,0,0-.022.854l3.657,2.36a.5.5,0,0,0,.454.045l4.3-1.7-1.451,3.768a.5.5,0,0,0,.7.623l.967-.5a.5.5,0,0,0,.208-.2l2.7-4.928L22.7,16.011a1.278,1.278,0,0,0-.989-2.357Z"/>
<path className="cls-1" d="M18.034,15.123l-3.827-2.4a.5.5,0,0,0-.5-.021l-1.026.53a.5.5,0,0,0-.048.861l2.989,1.988"/>
<path className="cls-1" d="M6.541,15.628a7.5,7.5,0,1,1,8.993-7.352"/>
<path className="cls-1" d="M3.362,14.137l.672-3.361h.72a1,1,0,0,0,.97-1.242l-.5-2a1,1,0,0,0-.97-.758H.685"/>
<path className="cls-1" d="M14.024,3.776H11.315a1,1,0,0,0-.97.758l-.5,2a1,1,0,0,0,.97,1.242h1.053l.527,3.165"/>
</svg>);
}
//# sourceMappingURL=PlaneTripInternational2.js.map