UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 523 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 KeyboardArrowUp = createIcon("KeyboardArrowUp", [ [ "path", { d: "M7.41 15.7049L12 11.1249L16.59 15.7049L18 14.2949L12 8.29492L6 14.2949L7.41 15.7049Z", key: "1jcnwk" } ] ]); export { KeyboardArrowUp as default }; //# sourceMappingURL=keyboard_arrow_up.js.map