UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 500 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 GraphicEq = createIcon("GraphicEq", [ [ "path", { d: "M7 18H9V6H7V18ZM11 22H13V2H11V22ZM3 14H5V10H3V14ZM15 18H17V6H15V18ZM19 10V14H21V10H19Z", key: "466ib2" } ] ]); export { GraphicEq as default }; //# sourceMappingURL=graphic_eq.js.map