google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 699 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 AirlineSeatLegroomNormal = createIcon("AirlineSeatLegroomNormal", [
[
"path",
{
d: "M4.5 12V3H2.5V12C2.5 14.76 4.74 17 7.5 17H13.5V15H7.5C5.84 15 4.5 13.66 4.5 12ZM20 18H18.5V11C18.5 9.9 17.6 9 16.5 9H11.5V3H5.5V11C5.5 12.65 6.85 14 8.5 14H15.5V21H20C20.83 21 21.5 20.33 21.5 19.5C21.5 18.67 20.83 18 20 18Z",
key: "17utds"
}
]
]);
export { AirlineSeatLegroomNormal as default };
//# sourceMappingURL=airline_seat_legroom_normal.js.map