google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 655 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 AirlineSeatFlat = createIcon("AirlineSeatFlat", [
[
"path",
{
d: "M22 10.5V12.5H9V6.5H18C20.21 6.5 22 8.29 22 10.5ZM2 13.5V15.5H8V17.5H16V15.5H22V13.5H2ZM7.14 11.6C8.3 10.41 8.28 8.52 7.1 7.36C5.91 6.2 4.02 6.22 2.86 7.4C1.7 8.59 1.72 10.48 2.9 11.64C4.09 12.8 5.98 12.78 7.14 11.6Z",
key: "85bfgk"
}
]
]);
export { AirlineSeatFlat as default };
//# sourceMappingURL=airline_seat_flat.js.map