UNPKG

google-material-icons

Version:

A google material icon library package for React applications

17 lines (13 loc) 594 B
/** * @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 KeyboardDoubleArrowDown = createIcon("KeyboardDoubleArrowDown", [ ["path", { d: "M18 6.41L16.59 5L12 9.58L7.41 5L6 6.41L12 12.41L18 6.41Z", key: "6p5plf" }], ["path", { d: "M18 13L16.59 11.59L12 16.17L7.41 11.59L6 13L12 19L18 13Z", key: "93vvzt" }] ]); export { KeyboardDoubleArrowDown as default }; //# sourceMappingURL=keyboard_double_arrow_down.js.map