google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 853 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 NoteAlt = createIcon("NoteAlt", [
[
"path",
{
d: "M19 4H14.82C14.4 2.84 13.3 2 12 2C10.7 2 9.6 2.84 9.18 4H5C3.9 4 3 4.9 3 6V20C3 21.1 3.9 22 5 22H19C20.1 22 21 21.1 21 20V6C21 4.9 20.1 4 19 4ZM12 3.75C12.41 3.75 12.75 4.09 12.75 4.5C12.75 4.91 12.41 5.25 12 5.25C11.59 5.25 11.25 4.91 11.25 4.5C11.25 4.09 11.59 3.75 12 3.75ZM9.1 18H7V15.86L12.96 9.9L15.08 12.02L9.1 18ZM16.85 10.27L15.79 11.33L13.67 9.21L14.73 8.15C14.93 7.95 15.24 7.95 15.44 8.15L16.85 9.56C17.05 9.76 17.05 10.07 16.85 10.27Z",
key: "1thf5q"
}
]
]);
export { NoteAlt as default };
//# sourceMappingURL=note_alt.js.map