chore: generate

This commit is contained in:
opencode-agent[bot]
2026-02-02 00:17:54 +00:00
parent 377bf7ff21
commit e84d441b82
9 changed files with 62 additions and 40 deletions

View File

@@ -86,7 +86,10 @@ export interface IconProps extends ComponentProps<"svg"> {
export function Icon(props: IconProps) {
const [local, others] = splitProps(props, ["name", "size", "class", "classList"])
return (
<div data-component="icon" data-size={typeof local.size !== 'number' ? local.size || "normal" : `size-[${local.size}px]`}>
<div
data-component="icon"
data-size={typeof local.size !== "number" ? local.size || "normal" : `size-[${local.size}px]`}
>
<svg
data-slot="icon-svg"
classList={{