UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 487 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 LocalBar = createIcon("LocalBar", [ [ "path", { d: "M21 5V3H3V5L11 14V19H6V21H18V19H13V14L21 5ZM7.43 7L5.66 5H18.35L16.57 7H7.43Z", key: "78gfij" } ] ]); export { LocalBar as default }; //# sourceMappingURL=local_bar.js.map