google-material-icons
Version:
A google material icon library package for React applications
19 lines (15 loc) • 481 B
JavaScript
/**
* @license google-material-icons v2.1.4 - 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 ArrowDownward = createIcon("ArrowDownward", [
[
"path",
{ d: "M20 12L18.59 10.59L13 16.17V4H11V16.17L5.42 10.58L4 12L12 20L20 12Z", key: "ly6b7w" }
]
]);
export { ArrowDownward as default };
//# sourceMappingURL=arrow_downward.js.map