google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 805 B
JavaScript
/**
* @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 AirlineSeatLegroomReduced = createIcon("AirlineSeatLegroomReduced", [
[
"path",
{
d: "M20.471 19.2C20.651 20.16 19.921 21 19.001 21H14.501V18L15.501 14H9.50098C7.85098 14 6.50098 12.65 6.50098 11V3H12.501V9H17.501C18.601 9 19.501 9.9 19.501 11L17.501 18H18.941C19.671 18 20.331 18.49 20.471 19.2ZM5.50098 12V3H3.50098V12C3.50098 14.76 5.74098 17 8.50098 17H12.501V15H8.50098C6.84098 15 5.50098 13.66 5.50098 12Z",
key: "1fryk9"
}
]
]);
export { AirlineSeatLegroomReduced as default };
//# sourceMappingURL=airline_seat_legroom_reduced.js.map