UNPKG

react-icon-library

Version:

A library of SVG icons for use in reactJS projects

9 lines 1.26 kB
import React from 'react'; export default function PlaneTripInternational1(props) { return (<svg id="Bold" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} {...props}> <title>plane-trip-international</title> <path d="M7.737,15.551a1,1,0,0,0-.774-1.184,6.176,6.176,0,0,1-2.666-1.3L4.66,11.25h.309A1.5,1.5,0,0,0,6.424,9.386l-.5-2A1.5,1.5,0,0,0,4.469,6.25H2.334a6.23,6.23,0,0,1,9.65-3h-.453a1.5,1.5,0,0,0-1.455,1.136l-.5,2A1.5,1.5,0,0,0,11.031,8.25h.629l.253,1.519a3.4,3.4,0,0,0,.565,1.373.25.25,0,0,0,.32.08l.03-.015a2.509,2.509,0,0,1,2.472.1.475.475,0,0,0,.7-.239A8.248,8.248,0,1,0,0,8.25a8.28,8.28,0,0,0,6.553,8.074A1,1,0,0,0,7.737,15.551Z"/> <path d="M23.842,14.39a1.78,1.78,0,0,0-2.281-.921l-3.3,1.315a.5.5,0,0,1-.45-.041l-3.059-1.915a1,1,0,0,0-.988-.041l-1.027.529a1,1,0,0,0-.095,1.721l1.473.98a.25.25,0,0,1-.046.44l-2.148.858a.5.5,0,0,1-.39-.008L9.5,16.4a1.007,1.007,0,0,0-.907.046l-1.073.617a1,1,0,0,0-.043,1.707l3.657,2.362a1,1,0,0,0,.907.089l2.716-1.07a.25.25,0,0,1,.325.322l-.837,2.173A1,1,0,0,0,15.179,24a.982.982,0,0,0,.459-.112l.964-.5a.987.987,0,0,0,.419-.408l2.534-4.63a.5.5,0,0,1,.237-.218l3.146-1.385A1.778,1.778,0,0,0,23.842,14.39Z"/> </svg>); } //# sourceMappingURL=PlaneTripInternational1.js.map