UNPKG

google-material-icons

Version:

A google material icon library package for React applications

16 lines (12 loc) 415 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 ArrowRight = createIcon("ArrowRight", [ ["path", { d: "M9.5 17L14.5 12L9.5 7V17Z", key: "m7lpfz" }] ]); export { ArrowRight as default }; //# sourceMappingURL=arrow_right.js.map