website: additional info to naming-conv doc

This commit is contained in:
Luca Burgio 2023-10-29 14:19:37 +01:00
parent e1106df996
commit 6751f840ab

View file

@ -1,3 +1,5 @@
# Naming Convention
## Hierarchy
The foundation of the naming conventions in Iconoir is:
@ -20,6 +22,14 @@ If a shape is directly part of an object, it's not considered a container.
because in this case the minus symbol is an [Object], followed
by the [Container].
## Styles
An optional rule is regarding icons style. Iconoir is actually offering Regular and Solid icons. With the latter, icons names end with `-solid`. An example here:
```txt
[Regular] check-circle
[Solid] check-circle-solid
```
## Object-oriented naming
Exceptions apart, icons follow an object-oriented naming and