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