google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 769 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 BookmarkAdded = createIcon("BookmarkAdded", [
[
"path",
{
d: "M17.1152 21.185L10.1152 18.185L3.11523 21.185V5.185C3.11523 4.085 4.01523 3.185 5.11523 3.185H12.1152C11.4852 4.025 11.1152 5.055 11.1152 6.185C11.1152 8.945 13.3552 11.185 16.1152 11.185C16.4552 11.185 16.7952 11.155 17.1152 11.085V21.185ZM15.9452 9.185L13.1152 6.355L14.5252 4.945L15.9352 6.355L19.4752 2.815L20.8852 4.225L15.9452 9.185Z",
key: "1fn94e"
}
]
]);
export { BookmarkAdded as default };
//# sourceMappingURL=bookmark_added.js.map