mirror of
https://github.com/gapmiss/iconoir-icons.git
synced 2026-07-22 08:00:25 +00:00
Update README.md
This commit is contained in:
parent
42a90298e9
commit
a3e9a8fe91
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
|
@ -37,13 +37,13 @@ The syntax for the icon component is:
|
|||
|
||||
The delimiter is the pipe symbol `|`.
|
||||
|
||||
`ICON` = the name of the icon e.g. `iconoir-peace-hand`
|
||||
`COLOR`= the CSS color of the icon e.g. `purple`
|
||||
`W`= the CSS width of the icon e.g. `1em`
|
||||
`H`= the CSS height of the icon e.g. `1em`
|
||||
`STYLE` = the CSS rule(s) for the icon component e.g. `float:right;`
|
||||
ICON = the name of the icon e.g. iconoir-peace-hand
|
||||
COLOR= the CSS color of the icon e.g. purple
|
||||
W= the CSS width of the icon e.g. 1em
|
||||
H= the CSS height of the icon e.g. 1em
|
||||
STYLE = the CSS rule(s) for the icon component e.g. float:right;
|
||||
|
||||
ONLY the `ICON` name is required. ALL others optional.
|
||||
ONLY the ICON name is required. ALL others optional.
|
||||
|
||||
`~![iconoir-peace-hand|purple|1em|1em|float:right;]`
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue