google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 587 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 Bookmarks = createIcon("Bookmarks", [
[
"path",
{
d: "M15 7V19.97L10 17.82L5 19.97V7H15ZM19 1H8.99C7.89 1 7 1.9 7 3H17C18.1 3 19 3.9 19 5V18L21 19V3C21 1.9 20.1 1 19 1ZM15 5H5C3.9 5 3 5.9 3 7V23L10 20L17 23V7C17 5.9 16.1 5 15 5Z",
key: "11f6fa"
}
]
]);
export { Bookmarks as default };
//# sourceMappingURL=bookmarks.js.map