UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 511 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 KeyboardReturn = createIcon("KeyboardReturn", [ [ "path", { d: "M19.5 7V11H6.33L9.91 7.41L8.5 6L2.5 12L8.5 18L9.91 16.59L6.33 13H21.5V7H19.5Z", key: "pilwjx" } ] ]); export { KeyboardReturn as default }; //# sourceMappingURL=keyboard_return.js.map