UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 620 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 AirlineSeatIndividualSuite = createIcon("AirlineSeatIndividualSuite", [ [ "path", { d: "M7 13C8.65 13 10 11.65 10 10C10 8.35 8.65 7 7 7C5.35 7 4 8.35 4 10C4 11.65 5.35 13 7 13ZM19 7H11V14H3V7H1V17H23V11C23 8.79 21.21 7 19 7Z", key: "dp9cn9" } ] ]); export { AirlineSeatIndividualSuite as default }; //# sourceMappingURL=airline_seat_individual_suite.js.map