Documentation
Icons

Icons

icons component

The section blog theme provides icons to use with the Alert component.

Example

 <AlertTriangle />
 <Ban />
 <Check />
 <CheckCircle />
 <HelpCircle />
 <Lightbulb />
 <Terminal />
 <BadgeAlert />
 <BadgeX />
 <Shield />
 <CommandIcon />
 <FileIcon />

How to use it?

First import icons from section blog theme package.

import { AlertTriangle } from "section-blog-theme/icons"
 

Next step is use inbuilt icons, inside you mdx file.

import { AlertTriangle, Ban, Check, CheckCircle, HelpCircle, Terminal, BadgeAlert, BadgeX, Shield, Lightbulb, CommandIcon, FileIcon } from "section-blog-theme/icons"
 
 <AlertTriangle />
 <Ban />
 <Check />
 <CheckCircle />
 <HelpCircle />
 <Lightbulb />
 <Terminal />
 <BadgeAlert />
 <BadgeX />
 <Shield />
 <CommandIcon />
 <FileIcon />