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