UNPKG

@uiw/icons

Version:

The premium icon font for uiw Component Library.

5 lines (4 loc) 663 B
import React from 'react'; export const PlayCircle = props => ( <svg viewBox="0 0 20 20" width="16px" height="16px" {...props} className={`w-icon ${props.className ? props.className : ''}`}><path d="M10,0 C15.5228475,0 20,4.4771525 20,10 C20,15.5228475 15.5228475,20 10,20 C4.4771525,20 0,15.5228475 0,10 C0,4.4771525 4.4771525,0 10,0 Z M8.18181818,5.90395401 L8.18181818,14.0969623 C8.18181818,14.563619 8.61824416,14.6817984 8.90010261,14.3772594 L12.575303,10.4159796 C12.7779293,10.1978024 12.7779293,9.80311383 12.575303,9.58493664 L8.90010261,5.62289936 C8.61824416,5.31836036 8.18181818,5.43578211 8.18181818,5.90395401 Z" fillRule="evenodd" /></svg> );