google-material-icons
Version:
A google material icon library package for React applications
19 lines (15 loc) • 470 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 ArrowUpward = createIcon("ArrowUpward", [
[
"path",
{ d: "M4 12L5.41 13.41L11 7.83V20H13V7.83L18.58 13.42L20 12L12 4L4 12Z", key: "1ftyf6" }
]
]);
export { ArrowUpward as default };
//# sourceMappingURL=arrow_upward.js.map