google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 496 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 StarRate = createIcon("StarRate", [
[
"path",
{
d: "M14.43 10L12 2L9.57 10H2L8.18 14.41L5.83 22L12 17.31L18.18 22L15.83 14.41L22 10H14.43Z",
key: "13ob3c"
}
]
]);
export { StarRate as default };
//# sourceMappingURL=star_rate.js.map