google-material-icons
Version:
A google material icon library package for React applications
16 lines (12 loc) • 481 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 KeyboardBackspace = createIcon("KeyboardBackspace", [
["path", { d: "M21 11H6.83L10.41 7.41L9 6L3 12L9 18L10.41 16.59L6.83 13H21V11Z", key: "1ght2g" }]
]);
export { KeyboardBackspace as default };
//# sourceMappingURL=keyboard_backspace.js.map