Icon size
The icon size class sets the font-size and line-height properties of icons. It controls the size of
| CSS Shortcut class | Applied style |
|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Examples
H1
icon-h1
This icon matches the H1 font size and line height.
<p>
<span class="gcds-icon-info-circle icon-h1"></span> This icon matches the H1 font size and line height.
</p>
H2
icon-h2
This icon matches the H2 font size and line height.
<p>
<span class="gcds-icon-info-circle icon-h2"></span> This icon matches the H2 font size and line height.
</p>
H3
icon-h3
This icon matches the H3 font size and line height.
<p>
<span class="gcds-icon-info-circle icon-h3"></span> This icon matches the H3 font size and line height.
</p>
H4
icon-h4
This icon matches the H4 font size and line height.
<p>
<span class="gcds-icon-info-circle icon-h4"></span> This icon matches the H4 font size and line height.
</p>
H5
icon-h5
This icon matches the H5 font size and line height.
<p>
<span class="gcds-icon-info-circle icon-h5"></span> This icon matches the H5 font size and line height.
</p>
H6
icon-h6
This icon matches the H6 font size and line height.
<p>
<span class="gcds-icon-info-circle icon-h6"></span> This icon matches the H6 font size and line height.
</p>
Text
icon-text
This icon matches the text font size and line height.
<p>
<span class="gcds-icon-info-circle icon-text"></span> This icon matches the text font size and line height.
</p>
Small text
icon-small-text
This icon matches the small text font size and line height.
<p>
<span class="gcds-icon-info-circle icon-small-text"></span> This icon matches the small text font size and line height.
</p>
Inherit
icon-inherit
This icon inherits the small text font size and line height from the parent.
<p class="font-text-small">
<span class="gcds-icon-info-circle icon-inherit"></span> This icon inherits the small text font size and line height from the parent.
</p>
xs:> 480pxsm:> 640pxmd:> 768pxlg:> 1024pxxl:> 1280px
<div class="xs:icon-text ...">
...
</div>