UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 536 B
/** * @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 KeyboardArrowRight = createIcon("KeyboardArrowRight", [ [ "path", { d: "M8.29492 16.59L12.8749 12L8.29492 7.41L9.70492 6L15.7049 12L9.70492 18L8.29492 16.59Z", key: "9bplzx" } ] ]); export { KeyboardArrowRight as default }; //# sourceMappingURL=keyboard_arrow_right.js.map