google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 570 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: "M20 7H14V5H20V7ZM18 10.9C17.68 10.97 17.34 11 17 11C14.24 11 12 8.76 12 6C12 4.87 12.37 3.84 13 3H6C4.9 3 4 3.9 4 5V21L11 18L18 21V10.9Z",
key: "s3lkov"
}
]
]);
export { BookmarkRemove as default };
//# sourceMappingURL=bookmark_remove.js.map