UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 596 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 FmdGood = createIcon("FmdGood", [ [ "path", { d: "M12 2C7.8 2 4 5.22 4 10.2C4 13.52 6.67 17.45 12 22C17.33 17.45 20 13.52 20 10.2C20 5.22 16.2 2 12 2ZM12 12C10.9 12 10 11.1 10 10C10 8.9 10.9 8 12 8C13.1 8 14 8.9 14 10C14 11.1 13.1 12 12 12Z", key: "r6sulh" } ] ]); export { FmdGood as default }; //# sourceMappingURL=fmd_good.js.map