.parts-icon
The class for the icon. Most often applied to the image element img or svg
<img class="parts-icon" src="" alt=""/>
--left
Icon on the left
<img class="parts-icon parts-icon--left" src="" alt=""/>
...
--right
Icon on the right
...
<img class="parts-icon parts-icon--right" src="" alt=""/>
--egde
The modifier, which presses the icon to the edge of the parent block, depending on the selected --left or --right modifier
<img class="parts-icon parts-icon--egde parts-icon--left" src="" alt=""/>
...
...
<img class="parts-icon parts-icon--egde parts-icon--right" src="" alt=""/>