UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 736 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 KeyboardHide = createIcon("KeyboardHide", [ [ "path", { d: "M20 2H4C2.9 2 2.01 2.9 2.01 4L2 14C2 15.1 2.9 16 4 16H20C21.1 16 22 15.1 22 14V4C22 2.9 21.1 2 20 2ZM20 14H4V4H20V14ZM11 5H13V7H11V5ZM11 8H13V10H11V8ZM8 5H10V7H8V5ZM8 8H10V10H8V8ZM5 8H7V10H5V8ZM5 5H7V7H5V5ZM8 11H16V13H8V11ZM14 8H16V10H14V8ZM14 5H16V7H14V5ZM17 8H19V10H17V8ZM17 5H19V7H17V5ZM12 22L16 18H8L12 22Z", key: "1agzw0" } ] ]); export { KeyboardHide as default }; //# sourceMappingURL=keyboard_hide.js.map