google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 526 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 BookmarkRemove = createIcon("BookmarkRemove", [
[
"path",
{
d: "M16 11V17.97L11 15.83L6 17.97V5H12V3H6C4.9 3 4 3.9 4 5V21L11 18L18 21V11H16ZM20 7H14V5H20V7Z",
key: "1jgqen"
}
]
]);
export { BookmarkRemove as default };
//# sourceMappingURL=bookmark_remove.js.map