UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 507 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 ChevronRight = createIcon("ChevronRight", [ [ "path", { d: "M9.70492 6L8.29492 7.41L12.8749 12L8.29492 16.59L9.70492 18L15.7049 12L9.70492 6Z", key: "xcu7tv" } ] ]); export { ChevronRight as default }; //# sourceMappingURL=chevron_right.js.map