google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 673 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 FolderDelete = createIcon("FolderDelete", [
[
"path",
{
d: "M22 8V18C22 19.1 21.1 20 20 20H4C2.9 20 2 19.1 2 18L2.01 6C2.01 4.9 2.9 4 4 4H10L12 6H20C21.1 6 22 6.9 22 8ZM16.5 10V9H14.5V10H12V11.5H13V15.5C13 16.33 13.67 17 14.5 17H16.5C17.33 17 18 16.33 18 15.5V11.5H19V10H16.5ZM16.5 15.5H14.5V11.5H16.5V15.5Z",
key: "10y2or"
}
]
]);
export { FolderDelete as default };
//# sourceMappingURL=folder_delete.js.map