UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 527 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgFlightTakeoffLine = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M21.949 10.112a1.5 1.5 0 0 1-1.06 1.837L5.221 16.147a1 1 0 0 1-1.133-.48l-2.623-4.725 1.449-.389 2.468 2.445 5.095-1.365-4.51-7.074 1.931-.518 6.952 6.42 5.26-1.41a1.5 1.5 0 0 1 1.838 1.06M4 19h16v2H4z" }) })); const Memo = memo(SvgFlightTakeoffLine); export default Memo;