UNPKG

google-material-icons

Version:

A google material icon library package for React applications

19 lines (15 loc) 445 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 Notes = createIcon("Notes", [ [ "path", { d: "M21 11.01L3 11V13H21V11.01ZM3 16H15V18H3V16ZM21 6H3V8.01L21 8V6Z", key: "twqeab" } ] ]); export { Notes as default }; //# sourceMappingURL=notes.js.map