import * as React from "react";
import {
BookmarkIcon,
CheckIcon,
CloseIcon,
EmojiHappyIcon,
FlagIcon,
HashtagIcon,
HeartIcon,
LockIcon,
MinusIcon,
PinIcon,
PinTackIcon,
PlayIcon,
ShieldTickIcon,
SpinnerIcon,
UndoIcon,
WifiIcon,
} from "@iconicicons/react";
import { Avatar, Badge } from "@lemonsqueezy/wedges";
export default function Example() {
return (
} color="green" shape="pill">
Paid
} color="green" stroke>
Active
} color="green" shape="pill">
Paid
} color="green" stroke shape="pill">
200
} color="red" shape="pill">
Rejected
} color="red" stroke>
Chargeback
} color="red" shape="pill" stroke>
Disconnected
} shape="pill">
Void
} stroke>
Expired
}>Draft
} shape="pill" stroke>
Online
} color="blue" shape="pill">
Processing
} color="blue" stroke>
Flagged
Washington D.C.
Special
Trial
} color="pink">
Bookmarked
} color="pink" shape="pill" stroke>
Live
} color="yellow" shape="pill">
Moved
New
} color="yellow">
Secure
} color="yellow" shape="pill" stroke>
Locked
Beta
} color="orange" stroke>
Hello!
} color="orange">
1m 30s
} color="orange" shape="pill" stroke>
Pinned
4
} color="primary" shape="pill">
Design Systems
}
color="primary"
shape="pill"
>
@ormanclark
} color="primary" shape="pill">
Free Wi-Fi
);
}
export function Example2() {
return (
}
>
Online
} color="blue" shape="pill">
Processing
} color="blue" stroke>
Flagged
Washington D.C.
4
} color="yellow" stroke>
Pinned
} color="pink" shape="pill">
1m 30s
New York City
1
} size="sm" color="yellow" stroke>
Pinned
} size="sm" color="pink" shape="pill">
1m 30s
);
}
/* ---------------------------------- Icons --------------------------------- */
const DotIcon = React.forwardRef>(
(props, ref) => (
)
);