google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 619 B
JavaScript
/**
* @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 FlightLand = createIcon("FlightLand", [
[
"path",
{
d: "M2.5 19.5H21.5V21.5H2.5V19.5ZM19.34 16.35C20.14 16.56 20.96 16.09 21.18 15.29C21.39 14.49 20.92 13.67 20.12 13.45L14.81 12.03L12.05 3.01L10.12 2.5V10.78L5.15 9.45L4.22 7.13L2.77 6.74V11.91L19.34 16.35Z",
key: "1ruj9h"
}
]
]);
export { FlightLand as default };
//# sourceMappingURL=flight_land.js.map