mirror of
https://github.com/antfu-collective/icones.git
synced 2026-01-09 07:40:49 +08:00
feat: add more variants
This commit is contained in:
parent
e81b6c9683
commit
b332555f9c
@ -20,6 +20,7 @@ export const variantCategories: Record<string, [string, string][]> = {
|
||||
],
|
||||
'tabler': [
|
||||
['Filled', '-filled'],
|
||||
['Lines', '-lines'],
|
||||
],
|
||||
'mingcute': [
|
||||
['Filled', '-filled'],
|
||||
@ -47,4 +48,16 @@ export const variantCategories: Record<string, [string, string][]> = {
|
||||
['20 Solid', '-20-solid'],
|
||||
['Solid', '-solid'],
|
||||
],
|
||||
'ri': [
|
||||
['Fill', '-fill'],
|
||||
['Line', '-line'],
|
||||
],
|
||||
'material-symbols': [
|
||||
['Outline', '-outline'],
|
||||
['Rounded', '-rounded'],
|
||||
['Sharp', '-sharp'],
|
||||
],
|
||||
'mdi': [
|
||||
['Outline', '-outline'],
|
||||
],
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user