import { PlusIcon } from "@iconicicons/react";
import { Button } from "@lemonsqueezy/wedges";
export default function Example() {
return (
} variant="primary" />
} variant="secondary" />
} variant="tertiary" />
} variant="secondary" />
} variant="transparent" />
} variant="link" />
} before={
}>
Button
} before={
} variant="secondary">
Button
} before={
} variant="tertiary">
Button
} before={
} variant="secondary">
Button
} before={
} variant="transparent">
Button
} before={
} variant="link">
Button
} variant="primary" shape="pill" />
} variant="secondary" shape="pill" />
} variant="tertiary" shape="pill" />
} variant="secondary" shape="pill" />
} variant="transparent" shape="pill" />
} variant="link" shape="pill" />
} before={
} shape="pill">
Button
} before={
} variant="secondary" shape="pill">
Button
} before={
} variant="tertiary" shape="pill">
Button
} before={
} variant="secondary" shape="pill">
Button
} before={
} variant="transparent" shape="pill">
Button
} before={
} variant="link" shape="pill">
Button
);
}