google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 516 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 WaterfallChart = createIcon("WaterfallChart", [
[
"path",
{
d: "M18 4H21V20H18V4ZM3 13H6V20H3V13ZM14 4H17V7H14V4ZM10 5H13V9H10V5ZM7 10H10V14H7V10Z",
key: "28tsnc"
}
]
]);
export { WaterfallChart as default };
//# sourceMappingURL=waterfall_chart.js.map