UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 556 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 KeyboardCapslock = createIcon("KeyboardCapslock", [ [ "path", { d: "M12 8.61492L16.59 13.2049L18 11.7949L12 5.79492L6 11.7949L7.41 13.2049L12 8.61492ZM6 18.2049H18V16.2049H6V18.2049Z", key: "15fykm" } ] ]); export { KeyboardCapslock as default }; //# sourceMappingURL=keyboard_capslock.js.map