Files
icons/css/play_forwards.css

29 lines
445 B
CSS

@charset "UTF-8";
i.icon.play.forwards {
position: relative;
width: 3px;
height: 10px;
box-sizing: border-box;
display: block;
background: currentColor;
&:after,
&:before {
position: absolute;
left: -7px;
content: '';
width: 0;
height: 10px;
box-sizing: border-box;
display: block;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 6px solid;
}
&:before {
left: -14px;
}
}