google-material-icons
Version:
A google material icon library package for React applications
17 lines (13 loc) • 598 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 KeyboardDoubleArrowLeft = createIcon("KeyboardDoubleArrowLeft", [
["path", { d: "M17.59 18L19 16.59L14.42 12L19 7.41L17.59 6L11.59 12L17.59 18Z", key: "f46emv" }],
["path", { d: "M11 18L12.41 16.59L7.83 12L12.41 7.41L11 6L5 12L11 18Z", key: "qkpg1n" }]
]);
export { KeyboardDoubleArrowLeft as default };
//# sourceMappingURL=keyboard_double_arrow_left.js.map