Skip to content

Instantly share code, notes, and snippets.

@rahulmore01
Created November 26, 2023 05:14
Show Gist options
  • Save rahulmore01/ac90813279e025afd43a6b6384866521 to your computer and use it in GitHub Desktop.
Save rahulmore01/ac90813279e025afd43a6b6384866521 to your computer and use it in GitHub Desktop.
react-icons
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