google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 594 B
JavaScript
/**
* @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 StarRate = createIcon("StarRate", [
[
"path",
{
d: "M12 8.89L12.94 12H15.76L13.49 13.62L14.42 16.63L12 14.79L9.58 16.63L10.51 13.62L8.24 12H11.06L12 8.89ZM12 2L9.58 10H2L8.17 14.41L5.83 22L12 17.31L18.18 22L15.83 14.41L22 10H14.42L12 2Z",
key: "14l83a"
}
]
]);
export { StarRate as default };
//# sourceMappingURL=star_rate.js.map