google-material-icons
Version:
A google material icon library package for React applications
17 lines (13 loc) • 596 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 KeyboardDoubleArrowRight = createIcon("KeyboardDoubleArrowRight", [
["path", { d: "M6.41 6L5 7.41L9.58 12L5 16.59L6.41 18L12.41 12L6.41 6Z", key: "26melo" }],
["path", { d: "M13 6L11.59 7.41L16.17 12L11.59 16.59L13 18L19 12L13 6Z", key: "1pqb7t" }]
]);
export { KeyboardDoubleArrowRight as default };
//# sourceMappingURL=keyboard_double_arrow_right.js.map