UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.06 kB
/** * @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 AirlineSeatReclineNormal = createIcon("AirlineSeatReclineNormal", [ [ "path", { d: "M7.59 5.66305C6.81 4.88305 6.81 3.61305 7.59 2.83305C8.37 2.05305 9.64 2.05305 10.42 2.83305C11.2 3.61305 11.2 4.88305 10.42 5.66305C9.63 6.45305 8.37 6.45305 7.59 5.66305ZM6 16.253V7.25305H4V16.253C4 19.013 6.24 21.253 9 21.253H15V19.253H9C7.34 19.253 6 17.913 6 16.253ZM20 20.323L14.93 15.253H11.5V11.573C12.9 12.723 15.1 13.733 17 13.733V11.573C15.34 11.593 13.39 10.703 12.33 9.53305L10.93 7.98305C10.74 7.77305 10.5 7.60305 10.24 7.48305C9.95 7.34305 9.62 7.25305 9.28 7.25305H9.25C8.01 7.25305 7 8.26305 7 9.50305V15.253C7 16.913 8.34 18.253 10 18.253H15.07L18.57 21.753L20 20.323Z", key: "1mq6f7" } ] ]); export { AirlineSeatReclineNormal as default }; //# sourceMappingURL=airline_seat_recline_normal.js.map