UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 876 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 AirlineSeatFlatAngled = createIcon("AirlineSeatFlatAngled", [ [ "path", { d: "M22.251 14.54L21.561 16.43L9.20098 11.96L11.281 6.29999L19.841 9.38999C21.941 10.15 23.021 12.45 22.251 14.54ZM1.50098 12.39L8.00098 14.73V19.25H16.001V17.62L20.521 19.25L21.211 17.36L2.19098 10.5L1.50098 12.39ZM7.30098 10.45C8.79098 9.72999 9.42098 7.93999 8.71098 6.44999C7.99098 4.95999 6.20098 4.32999 4.70098 5.04999C3.21098 5.75999 2.58098 7.54999 3.30098 9.04999C4.01098 10.54 5.80098 11.17 7.30098 10.45Z", key: "gb7lt5" } ] ]); export { AirlineSeatFlatAngled as default }; //# sourceMappingURL=airline_seat_flat_angled.js.map