UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 529 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 EventSeat = createIcon("EventSeat", [ [ "path", { d: "M4 21H7V18H17V21H20V15H4V21ZM19 10H22V13H19V10ZM2 10H5V13H2V10ZM17 13H7V5C7 3.9 7.9 3 9 3H15C16.1 3 17 3.9 17 5V13Z", key: "66gn0c" } ] ]); export { EventSeat as default }; //# sourceMappingURL=event_seat.js.map