UNPKG

lucide-solid

Version:

A Lucide icon library package for Solid applications

25 lines (23 loc) 715 B
/** * @license lucide-solid v0.488.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ // src/icons/star-half.tsx import Icon from "../Icon"; var iconNode = [ [ "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" } ] ]; var StarHalf = (props) => <Icon {...props} iconNode={iconNode} name="star-half" />; var star_half_default = StarHalf; export { star_half_default as default }; //# sourceMappingURL=star-half.jsx.map