UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 745 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 AirlineSeatLegroomExtra = createIcon("AirlineSeatLegroomExtra", [ [ "path", { d: "M3.5 12V3H1.5V12C1.5 14.76 3.74 17 6.5 17H12.5V15H6.5C4.84 15 3.5 13.66 3.5 12ZM22.33 17.24C21.95 16.52 21.04 16.27 20.3 16.61L19.21 17.11L15.8 10.13C15.46 9.45 14.77 9 14.01 9H10.5V3H4.5V11C4.5 12.66 5.84 14 7.5 14H14.5L17.91 21L21.63 19.3C22.4 18.94 22.73 18 22.33 17.24Z", key: "ooglqe" } ] ]); export { AirlineSeatLegroomExtra as default }; //# sourceMappingURL=airline_seat_legroom_extra.js.map