UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 525 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 KeyboardTab = createIcon("KeyboardTab", [ [ "path", { d: "M12.09 7.41L15.67 11H1.5V13H15.67L12.08 16.59L13.5 18L19.5 12L13.5 6L12.09 7.41ZM20.5 6V18H22.5V6H20.5Z", key: "1ciu98" } ] ]); export { KeyboardTab as default }; //# sourceMappingURL=keyboard_tab.js.map