25 lines
821 B
JavaScript
25 lines
821 B
JavaScript
/**
|
|
* @license lucide-react v1.23.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.mjs';
|
|
|
|
const __iconNode = [
|
|
[
|
|
"path",
|
|
{
|
|
d: "M11.013 18.582 6.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 .95 0l2.31 4.679a2.12 2.12 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904L20 11.5",
|
|
key: "1hs8rk"
|
|
}
|
|
],
|
|
["path", { d: "M15 18h6", key: "3b3c90" }],
|
|
["path", { d: "M18 15v6", key: "9wciyi" }]
|
|
];
|
|
const StarPlus = createLucideIcon("star-plus", __iconNode);
|
|
|
|
export { __iconNode, StarPlus as default };
|
|
//# sourceMappingURL=star-plus.mjs.map
|