UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.04 kB
/** * @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 CommentsDisabled = createIcon("CommentsDisabled", [ [ "path", { d: "M19.4847 15.3452H20.6547V3.34521H7.48473L5.48473 1.34521H20.6547C21.7547 1.34521 22.6547 2.24521 22.6547 3.34521V18.5152L19.4847 15.3452ZM18.6547 5.34521H9.48473L11.4847 7.34521H18.6547V5.34521ZM18.6547 8.34521H12.4847L14.4847 10.3452H18.6547V8.34521ZM18.6547 13.3452V11.3452H15.4847L17.4847 13.3452H18.6547ZM22.5547 21.2452L21.1447 22.6552L15.8247 17.3452H4.65473C3.55473 17.3452 2.65473 16.4452 2.65473 15.3452V4.17521L1.34473 2.85521L2.75473 1.44521L22.5547 21.2452ZM13.8247 15.3452L11.8247 13.3452H6.65473V11.3452H9.82473L8.82473 10.3452H6.65473V8.34521H6.82473L4.65473 6.17521V15.3452H13.8247Z", key: "1f1nwo" } ] ]); export { CommentsDisabled as default }; //# sourceMappingURL=comments_disabled.js.map