UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 704 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 BookmarkAdded = createIcon("BookmarkAdded", [ [ "path", { d: "M15.1152 11.185V18.155L10.1152 16.015L5.11523 18.155V5.185H11.1152V3.185H5.11523C4.01523 3.185 3.11523 4.085 3.11523 5.185V21.185L10.1152 18.185L17.1152 21.185V11.185H15.1152ZM15.9452 9.185L13.1152 6.355L14.5252 4.945L15.9352 6.355L19.4752 2.815L20.8852 4.225L15.9452 9.185Z", key: "196f9d" } ] ]); export { BookmarkAdded as default }; //# sourceMappingURL=bookmark_added.js.map