UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 736 B
/** * @license google-material-icons v2.1.3 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ import createIcon from '../../createIcon.js'; const FlightTakeoff = createIcon("FlightTakeoff", [ [ "path", { d: "M2.52035 18.7149H21.5204V20.7149H2.52035V18.7149ZM22.0904 9.35491C21.8804 8.55491 21.0504 8.07491 20.2504 8.29491L14.9404 9.71491L8.04035 3.28491L6.11035 3.79491L10.2504 10.9649L5.28035 12.2949L3.31035 10.7549L1.86035 11.1449L4.45035 15.6349L21.0204 11.2049C21.8304 10.9749 22.3004 10.1549 22.0904 9.35491Z", key: "cz8k19" } ] ]); export { FlightTakeoff as default }; //# sourceMappingURL=flight_takeoff.js.map