UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 739 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 KeyboardAlt = createIcon("KeyboardAlt", [ [ "path", { d: "M21 3.5H3C1.9 3.5 1 4.4 1 5.5V18.5C1 19.6 1.9 20.5 3 20.5H21C22.1 20.5 23 19.6 23 18.5V5.5C23 4.4 22.1 3.5 21 3.5ZM7 11.5V13.5H5V11.5H7ZM5 9.5V7.5H7V9.5H5ZM11 11.5V13.5H9V11.5H11ZM9 9.5V7.5H11V9.5H9ZM16 15.5V16.5H8V15.5H16ZM15 11.5V13.5H13V11.5H15ZM13 9.5V7.5H15V9.5H13ZM17 13.5V11.5H19V13.5H17ZM19 9.5H17V7.5H19V9.5Z", key: "10qsgq" } ] ]); export { KeyboardAlt as default }; //# sourceMappingURL=keyboard_alt.js.map