UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 541 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 Message = createIcon("Message", [ [ "path", { d: "M20 2H4C2.9 2 2.01 2.9 2.01 4L2 22L6 18H20C21.1 18 22 17.1 22 16V4C22 2.9 21.1 2 20 2ZM18 14H6V12H18V14ZM18 11H6V9H18V11ZM18 8H6V6H18V8Z", key: "1o16ly" } ] ]); export { Message as default }; //# sourceMappingURL=message.js.map