google-material-icons
Version:
A google material icon library package for React applications
29 lines (25 loc) • 738 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 CancelPresentation = createIcon("CancelPresentation", [
[
"path",
{
d: "M21 19.1H3V5H21V19.1ZM21 3H3C1.9 3 1 3.9 1 5V19C1 20.1 1.9 21 3 21H21C22.1 21 23 20.1 23 19V5C23 3.9 22.1 3 21 3Z",
key: "wy1fpu"
}
],
[
"path",
{
d: "M14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z",
key: "13z1oa"
}
]
]);
export { CancelPresentation as default };
//# sourceMappingURL=cancel_presentation.js.map