google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 488 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 Shortcut = createIcon("Shortcut", [
[
"path",
{
d: "M21 11L15 5V10H8C5.24 10 3 12.24 3 15V19H5V15C5 13.35 6.35 12 8 12H15V17L21 11Z",
key: "nmuow2"
}
]
]);
export { Shortcut as default };
//# sourceMappingURL=shortcut.js.map