init
This commit is contained in:
22
mc_test/node_modules/lucide-react/dist/esm/icons/star-half.js
generated
vendored
Executable file
22
mc_test/node_modules/lucide-react/dist/esm/icons/star-half.js
generated
vendored
Executable file
@ -0,0 +1,22 @@
|
||||
/**
|
||||
* @license lucide-react v0.545.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 __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"
|
||||
}
|
||||
]
|
||||
];
|
||||
const StarHalf = createLucideIcon("star-half", __iconNode);
|
||||
|
||||
export { __iconNode, StarHalf as default };
|
||||
//# sourceMappingURL=star-half.js.map
|
||||
Reference in New Issue
Block a user