google-material-icons
Version:
A google material icon library package for React applications
43 lines (39 loc) • 967 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 AppShortcut = createIcon("AppShortcut", [
[
"path",
{
d: "M15 18H5V6H15V7H17V3C17 1.9 16.1 1 15 1H5C3.9 1 3 1.9 3 3V21C3 22.1 3.9 23 5 23H15C16.1 23 17 22.1 17 21V17H15V18Z",
key: "1k9tsd"
}
],
[
"path",
{
d: "M18.38 9.62L19 11L19.62 9.62L21 9L19.62 8.38L19 7L18.38 8.38L17 9L18.38 9.62Z",
key: "tjikce"
}
],
[
"path",
{
d: "M14 8L12.75 10.75L10 12L12.75 13.25L14 16L15.25 13.25L18 12L15.25 10.75L14 8Z",
key: "q8buih"
}
],
[
"path",
{
d: "M19 13L18.38 14.38L17 15L18.38 15.62L19 17L19.62 15.62L21 15L19.62 14.38L19 13Z",
key: "1kxo32"
}
]
]);
export { AppShortcut as default };
//# sourceMappingURL=app_shortcut.js.map