Created
November 26, 2023 05:14
-
-
Save rahulmore01/ac90813279e025afd43a6b6384866521 to your computer and use it in GitHub Desktop.
react-icons
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { Bs0Circle } from "react-icons/bs"; | |
function Question() { | |
return ( | |
<h3> | |
This is a react icon : <Bs0Circle/> | |
</h3> | |
); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment