1 kss-c-icon
component for icon.
1.1 core
core module of kss-c-icon
1.1.1 default style
default style of kss-c-icon
default
<span class="kss-c-icon"></span>
1.2 type
The type modifiers of kss-c-icon
1.2.1 modifiers: type
The type modifiers of kss-c-icon
default
kss-c-icon--type-drawer
drawer icon (supports color scheme)
kss-c-icon--type-expand
expand icon (supports color scheme)
<span class="kss-c-icon {{modifier_class}}"></span>
<a href="javascript:;">
<span class="kss-c-icon {{modifier_class}}"></span>
</a>
<button type="button">
<span class="kss-c-icon {{modifier_class}}"></span>
</button>