google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 561 B
JavaScript
/**
* @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 GppGood = createIcon("GppGood", [
[
"path",
{
d: "M12 2L4 5V11.09C4 16.14 7.41 20.85 12 22C16.59 20.85 20 16.14 20 11.09V5L12 2ZM10.94 15.54L7.4 12L8.81 10.59L10.93 12.71L15.17 8.47L16.58 9.88L10.94 15.54Z",
key: "nf6hu0"
}
]
]);
export { GppGood as default };
//# sourceMappingURL=gpp_good.js.map