google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 552 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 NoteAdd = createIcon("NoteAdd", [
[
"path",
{
d: "M13 11H11V14H8V16H11V19H13V16H16V14H13V11ZM14 2H6C4.9 2 4 2.9 4 4V20C4 21.1 4.89 22 5.99 22H18C19.1 22 20 21.1 20 20V8L14 2ZM18 20H6V4H13V9H18V20Z",
key: "me4t3e"
}
]
]);
export { NoteAdd as default };
//# sourceMappingURL=note_add.js.map