google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 522 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 TrendingDown = createIcon("TrendingDown", [
[
"path",
{
d: "M16 18L18.29 15.71L13.41 10.83L9.41 14.83L2 7.41L3.41 6L9.41 12L13.41 8L19.71 14.29L22 12V18H16Z",
key: "1f0cg3"
}
]
]);
export { TrendingDown as default };
//# sourceMappingURL=trending_down.js.map