UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 545 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: "M15 5V12H9V5H15ZM15 3H9C7.9 3 7 3.9 7 5V14H17V5C17 3.9 16.1 3 15 3ZM22 10H19V13H22V10ZM5 10H2V13H5V10ZM20 15H4V21H6V17H18V21H20V15Z", key: "asy6xm" } ] ]); export { EventSeat as default }; //# sourceMappingURL=event_seat.js.map