UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 566 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 LocalAirport = createIcon("LocalAirport", [ [ "path", { d: "M22 16V14L13.5 9V3.5C13.5 2.67 12.83 2 12 2C11.17 2 10.5 2.67 10.5 3.5V9L2 14V16L10.5 13.5V19L8 20.5V22L12 21L16 22V20.5L13.5 19V13.5L22 16Z", key: "qhluat" } ] ]); export { LocalAirport as default }; //# sourceMappingURL=local_airport.js.map