google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 518 B
JavaScript
/**
* @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: "M14.77 9L12 12.11L9.23 9H14.77ZM21 3H3V5L11 14V19H6V21H18V19H13V14L21 5V3ZM7.43 7L5.66 5H18.35L16.57 7H7.43Z",
key: "ypp3re"
}
]
]);
export { LocalBar as default };
//# sourceMappingURL=local_bar.js.map