UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 844 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 Tapas = createIcon("Tapas", [ [ "path", { d: "M22.25 10V1H14.25V10C14.25 11.86 15.53 13.41 17.25 13.86V21H15.25V23H21.25V21H19.25V13.86C20.97 13.41 22.25 11.86 22.25 10ZM20.25 3V6H16.25V3H20.25ZM12.75 11.5C12.75 12.88 11.63 14 10.25 14H8.25V23H6.25V14H4.25C2.87 14 1.75 12.88 1.75 11.5C1.75 10.12 2.87 9 4.25 9H6.25V8H4.25C2.87 8 1.75 6.88 1.75 5.5C1.75 4.12 2.87 3 4.25 3H6.25V1H8.25V3H10.25C11.63 3 12.75 4.12 12.75 5.5C12.75 6.88 11.63 8 10.25 8H8.25V9H10.25C11.63 9 12.75 10.12 12.75 11.5Z", key: "jhyqu6" } ] ]); export { Tapas as default }; //# sourceMappingURL=tapas.js.map