UNPKG

react-line-awesome-svg

Version:
7 lines (6 loc) 996 B
import * as React from 'react'; export function SvgPlaneDepartureSolid(props) { return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props), React.createElement("path", { d: "M25.719 4.781a2.912 2.912 0 00-1.125.344l-4.719 2.5L13.5 6.062l-.375-.093-.375.187-2.156 1.25-1.281.75 1.187.906 2.719 2.063-3.406 1.813-3.657-1.657-.437-.187-.438.219-1.75.937-1.156.625.875.938 5.406 5.812.5.594.688-.375L15 17.094l-1.031 5.687-.344 1.813 1.719-.719 2.562-1.094.375-.156.157-.375 3.718-9.031 5.25-2.813c1.446-.777 2.028-2.617 1.25-4.062a2.988 2.988 0 00-1.781-1.438 3.12 3.12 0 00-1.156-.125zm.187 2c.125-.008.254-.004.375.032a.979.979 0 01.188 1.812l-5.594 3.031-.313.156-.125.344-3.718 8.938-.438.187 1.063-5.906.375-2.031-1.813.969-6.312 3.406-3.969-4.313.156-.094 3.657 1.626.468.218.406-.25 15.22-8.031a.886.886 0 01.374-.094zM13.375 8.094l3.844.937-2.063 1.063-2.25-1.719zM3 26v2h26v-2z" }))); } export default SvgPlaneDepartureSolid;