UNPKG

google-material-icons

Version:

A google material icon library package for React applications

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