google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 748 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 AirlineSeatIndividualSuite = createIcon("AirlineSeatIndividualSuite", [
[
"path",
{
d: "M7 14C8.66 14 10 12.66 10 11C10 9.34 8.66 8 7 8C5.34 8 4 9.34 4 11C4 12.66 5.34 14 7 14ZM7 10C7.55 10 8 10.45 8 11C8 11.55 7.55 12 7 12C6.45 12 6 11.55 6 11C6 10.45 6.45 10 7 10ZM19 7H11V15H3V7H1V17H23V11C23 8.79 21.21 7 19 7ZM21 15H13V9H19C20.1 9 21 9.9 21 11V15Z",
key: "1s1x81"
}
]
]);
export { AirlineSeatIndividualSuite as default };
//# sourceMappingURL=airline_seat_individual_suite.js.map