google-material-icons
Version:
A google material icon library package for React applications
17 lines (13 loc) • 512 B
JavaScript
/**
* @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 KeyboardOptionKey = createIcon("KeyboardOptionKey", [
["path", { d: "M21 5H15V7H21V5Z", key: "gr9isg" }],
["path", { d: "M9 5H3V7H7.85L14.77 19H21V17H15.93L9 5Z", key: "u1byzp" }]
]);
export { KeyboardOptionKey as default };
//# sourceMappingURL=keyboard_option_key.js.map