lucide-react
Version:
A Lucide icon library package for React applications.
39 lines (35 loc) • 969 B
JavaScript
/**
* @license lucide-react v1.46.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 __iconData = {
name: "playing-cards-fan",
size: 24,
node: [
[
"path",
{
d: "M12.65 7.65a2 2 0 012.629-1.046l5.51 2.374a2 2 0 011.046 2.628l-3.957 9.184a2 2 0 01-2.628 1.046l-5.51-2.374a2 2 0 01-1.046-2.628z",
key: "15jvxw"
}
],
[
"path",
{ d: "M18 7.777V4a2 2 0 00-2-2h-6a2 2 0 00-2 2v10a2 2 0 001.137 1.805", key: "y6hc3m" }
],
[
"path",
{
d: "m8 4.389-4.364.809a2 2 0 00-1.602 2.33l1.822 9.833a2 2 0 002.331 1.602l2.542-.47",
key: "t01ww5"
}
]
]
};
__iconData.node;
const PlayingCardsFan = createLucideIcon(__iconData);
export { __iconData, PlayingCardsFan as default };
//# sourceMappingURL=playing-cards-fan.mjs.map