UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 763 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 AirplaneTicket = createIcon("AirplaneTicket", [ [ "path", { d: "M20.19 4H4C2.9 4 2.01 4.9 2.01 6V10C3.11 10 4 10.9 4 12C4 13.1 3.11 14 2 14V18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V6C22 4.9 21.19 4 20.19 4ZM17.73 13.3L8.87 15.66L7.21 12.78L8.14 12.53L9.4 13.52L11.79 12.88L9.39 8.72L10.79 8.34L14.8 12.08L17.24 11.43C17.75 11.29 18.28 11.6 18.42 12.11C18.55 12.62 18.25 13.15 17.73 13.3Z", key: "1e5pzt" } ] ]); export { AirplaneTicket as default }; //# sourceMappingURL=airplane_ticket.js.map