UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 576 B
/** * @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: "M20 7H18V9H16V7H14V5H16V3H18V5H20V7ZM18 21L11 18L4 21V5C4 3.9 4.9 3 6 3H13C12.37 3.84 12 4.87 12 6C12 8.76 14.24 11 17 11C17.34 11 17.68 10.97 18 10.9V21Z", key: "ojoc6a" } ] ]); export { BookmarkAdd as default }; //# sourceMappingURL=bookmark_add.js.map