UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 524 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 ArrowForwardIos = createIcon("ArrowForwardIos", [ [ "path", { d: "M6.11523 20.23L7.88523 22L17.8852 12L7.88523 2L6.11523 3.77L14.3452 12L6.11523 20.23Z", key: "1f1gqj" } ] ]); export { ArrowForwardIos as default }; //# sourceMappingURL=arrow_forward_ios.js.map