google-material-icons
Version:
A google material icon library package for React applications
17 lines (13 loc) • 588 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 KeyboardDoubleArrowUp = createIcon("KeyboardDoubleArrowUp", [
["path", { d: "M6 17.59L7.41 19L12 14.42L16.59 19L18 17.59L12 11.59L6 17.59Z", key: "psxu7c" }],
["path", { d: "M6 11L7.41 12.41L12 7.83L16.59 12.41L18 11L12 5L6 11Z", key: "l3gh0k" }]
]);
export { KeyboardDoubleArrowUp as default };
//# sourceMappingURL=keyboard_double_arrow_up.js.map