UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 934 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 CommentsDisabled = createIcon("CommentsDisabled", [ [ "path", { d: "M17.4847 13.3452H18.6547V11.3452H15.4847L14.4847 10.3452H18.6547V8.34521H12.4847L11.4847 7.34521H18.6547V5.34521H9.48473L5.48473 1.34521H20.6547C21.7547 1.34521 22.6547 2.24521 22.6547 3.34521V18.5152L17.4847 13.3452ZM2.75473 1.44521L1.34473 2.85521L2.65473 4.17521V15.3452C2.65473 16.4452 3.55473 17.3452 4.65473 17.3452H15.8247L21.1347 22.6552L22.5447 21.2452L2.75473 1.44521ZM6.65473 8.34521H6.82473L8.82473 10.3452H6.65473V8.34521ZM6.65473 13.3452V11.3452H9.82473L11.8247 13.3452H6.65473Z", key: "109gqd" } ] ]); export { CommentsDisabled as default }; //# sourceMappingURL=comments_disabled.js.map