UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 530 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 Shortcut = createIcon("Shortcut", [ [ "path", { d: "M15 5L13.59 6.41L15 7.83L17.17 10H8C5.24 10 3 12.24 3 15V19H5V15C5 13.35 6.35 12 8 12H17.17L13.59 15.58L15 17L21 11L15 5Z", key: "1icqxn" } ] ]); export { Shortcut as default }; //# sourceMappingURL=shortcut.js.map