UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 578 B
/** * @license google-material-icons v2.1.4 - 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 Forum = createIcon("Forum", [ [ "path", { d: "M15 4V11H5.17L4 12.17V4H15ZM16 2H3C2.45 2 2 2.45 2 3V17L6 13H16C16.55 13 17 12.55 17 12V3C17 2.45 16.55 2 16 2ZM21 6H19V15H6V17C6 17.55 6.45 18 7 18H18L22 22V7C22 6.45 21.55 6 21 6Z", key: "9o0sm9" } ] ]); export { Forum as default }; //# sourceMappingURL=forum.js.map