UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 532 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 KeyboardArrowLeft = createIcon("KeyboardArrowLeft", [ [ "path", { d: "M15.7049 16.59L11.1249 12L15.7049 7.41L14.2949 6L8.29492 12L14.2949 18L15.7049 16.59Z", key: "1bpdbw" } ] ]); export { KeyboardArrowLeft as default }; //# sourceMappingURL=keyboard_arrow_left.js.map