README: update code example
This commit is contained in:
@@ -38,11 +38,11 @@ import { Smiley, Heart, Horse } from "phosphor-react";
|
|||||||
|
|
||||||
const App = () => {
|
const App = () => {
|
||||||
return (
|
return (
|
||||||
<>
|
<div>
|
||||||
<Smiley />
|
<Smiley />
|
||||||
<Heart size={32} color="hotpink" weight="fill" />
|
<Heart size={32} color="hotpink" weight="fill" />
|
||||||
<Horse weight="duotone" />
|
<Horse weight="duotone" />
|
||||||
</>
|
</div>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user