google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 583 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 StarHalf = createIcon("StarHalf", [
[
"path",
{
d: "M22 9.74L14.81 9.12L12 2.5L9.19 9.13L2 9.74L7.46 14.47L5.82 21.5L12 17.77L18.18 21.5L16.55 14.47L22 9.74ZM12 15.9V6.6L13.71 10.64L18.09 11.02L14.77 13.9L15.77 18.18L12 15.9Z",
key: "9ubd3t"
}
]
]);
export { StarHalf as default };
//# sourceMappingURL=star_half.js.map