UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 608 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 GppBad = createIcon("GppBad", [ [ "path", { d: "M12 2L4 5V11.09C4 16.14 7.41 20.85 12 22C16.59 20.85 20 16.14 20 11.09V5L12 2ZM15.5 14.09L14.09 15.5L12 13.42L9.91 15.5L8.5 14.09L10.59 12L8.5 9.91L9.91 8.5L12 10.59L14.09 8.5L15.5 9.91L13.42 12L15.5 14.09Z", key: "19q00v" } ] ]); export { GppBad as default }; //# sourceMappingURL=gpp_bad.js.map