mirror of
https://github.com/hex248/ob248.com.git
synced 2026-02-08 02:33:02 +00:00
31 lines
914 B
JavaScript
31 lines
914 B
JavaScript
/**
|
|
* @license lucide-react v0.563.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: "m10.344 4.688 1.181-2.393a.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.904l-3.237 3.152",
|
|
key: "19ctli"
|
|
}
|
|
],
|
|
[
|
|
"path",
|
|
{
|
|
d: "m17.945 17.945.43 2.505a.53.53 0 0 1-.771.56l-4.618-2.428a2.12 2.12 0 0 0-1.973 0L6.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-.755a8 8 0 0 0 .4-.099",
|
|
key: "ptqqvy"
|
|
}
|
|
],
|
|
["path", { d: "m2 2 20 20", key: "1ooewy" }]
|
|
];
|
|
const StarOff = createLucideIcon("star-off", __iconNode);
|
|
|
|
export { __iconNode, StarOff as default };
|
|
//# sourceMappingURL=star-off.js.map
|