We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4193428 commit 9b1ce73Copy full SHA for 9b1ce73
1 file changed
README.md
@@ -81,18 +81,15 @@ one for symbols for example).
81
82
All the templates inherit props to allow passing things like ```className```, ```id```...
83
84
-SVG Template
85
-============
+### SVG Template
86
87
The default one, having the ```<svg>``` as the root.
88
89
-Icon Template
90
-=============
+### Icon Template
91
92
This one has an ```<span class="icon icon-__SLUG_FROM FILES_NAME__>``` as the root.
93
94
-All Template
95
+### All Template
96
97
This one can be configured through the ```type``` prop to finally render as one of the above. The default type
98
is svg but you can change it passing the type to the transform's config.
0 commit comments