UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 532 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 KeyboardControlKey = createIcon("KeyboardControlKey", [ [ "path", { d: "M5 14.7949L6.41 16.2049L12 10.6249L17.59 16.2049L19 14.7949L12 7.79492L5 14.7949Z", key: "bujplw" } ] ]); export { KeyboardControlKey as default }; //# sourceMappingURL=keyboard_control_key.js.map