google-material-icons
Version:
A google material icon library package for React applications
16 lines (12 loc) • 440 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 TrendingFlat = createIcon("TrendingFlat", [
["path", { d: "M21.5 12L17.5 8V11H2.5V13H17.5V16L21.5 12Z", key: "1azg44" }]
]);
export { TrendingFlat as default };
//# sourceMappingURL=trending_flat.js.map