lucide-react-native
Version:
A Lucide icon library package for React Native applications
22 lines (18 loc) • 631 B
JavaScript
/**
* @license lucide-react-native v0.487.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createLucideIcon from '../createLucideIcon.js';
const StarHalf = createLucideIcon("StarHalf", [
[
"path",
{
d: "M12 18.338a2.1 2.1 0 0 0-.987.244L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.12 2.12 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.12 2.12 0 0 0 1.597-1.16l2.309-4.679A.53.53 0 0 1 12 2",
key: "2ksp49"
}
]
]);
export { StarHalf as default };
//# sourceMappingURL=star-half.js.map