react-icons / react-icons

svg react icons of popular icon packs
https://react-icons.github.io/react-icons/
Other
11.47k stars 742 forks source link

Support type="solid" for boxicons #538

Open iipanda opened 2 years ago

iipanda commented 2 years ago

Boxicons supports two variants for most icons: regular and solid, but there is no way to use the solid variant with react-icons.

ImaginaSergio commented 2 years ago

Is this being considered?

Mati365 commented 1 year ago

bump

erik-iglikov commented 1 year ago

Also need this

RosePinkDragon commented 7 months ago

its there on website but copying the statement give:

import { BiSolidCommentError } from 'react-icons/bi';

Error: '"react-icons/bi"' has no exported member named 'BiSolidCommentError'. Did you mean 'BiCommentError'?