UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 625 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 TableBar = createIcon("TableBar", [ [ "path", { d: "M22 7.5C22 5.57 17.52 4 12 4C6.48 4 2 5.57 2 7.5C2 9.31 5.95 10.81 11 10.98V15H9.35C8.53 15 7.8 15.5 7.49 16.26L6 20H8L9.2 17H14.8L16 20H18L16.5 16.26C16.2 15.5 15.46 15 14.65 15H13V10.98C18.05 10.81 22 9.31 22 7.5Z", key: "1broto" } ] ]); export { TableBar as default }; //# sourceMappingURL=table_bar.js.map