UNPKG

google-material-icons

Version:

A google material icon library package for React applications

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