google-material-icons
Version:
A google material icon library package for React applications
19 lines (15 loc) • 476 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 ArrowForward = createIcon("ArrowForward", [
[
"path",
{ d: "M12 4L10.59 5.41L16.17 11H4V13H16.17L10.59 18.59L12 20L20 12L12 4Z", key: "hnldra" }
]
]);
export { ArrowForward as default };
//# sourceMappingURL=arrow_forward.js.map