UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 755 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.715H21.5204V20.715H2.52035V18.715ZM22.0904 9.35503C21.8804 8.55503 21.0504 8.07503 20.2504 8.29503L14.9404 9.71503L8.04035 3.28503L6.11035 3.79503L10.2504 10.965L5.28035 12.295L3.31035 10.755L1.86035 11.145L4.45035 15.635C4.45035 15.635 11.5704 13.735 21.0204 11.205C21.8304 10.975 22.3004 10.155 22.0904 9.35503Z", key: "107ji0" } ] ]); export { FlightTakeoff as default }; //# sourceMappingURL=flight_takeoff.js.map