.dashicons,.dashicons-before:before {
   display: inline-block;
   width: 20px;
   height: 20px;
   font-size: 20px;
   line-height: 1;
   font-family: dashicons;
   text-decoration: inherit;
   font-weight: 400;
   font-style: normal;
   vertical-align: top;
   text-align: center;
   -webkit-transition: color .1s ease-in 0;
   transition: color .1s ease-in 0;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale
}

.dashicons-arrow-left-alt2:before {
   content: "\f341"
}

.dashicons-arrow-right-alt2:before {
   content: "\f345"
}

.dashicons-leftright:before {
   content: "\f229"
}