UNPKG

uiw-iconfont

Version:

The premium icon font for uiw Component Library.

7 lines (4 loc) 805 B
import React from 'react'; export const Reload = props => ( <svg viewBox="0 0 20 20" {...props}><path d="M2.256 6.572l1.472-.01a.704.704 0 0 1 .705.703.705.705 0 0 1-.695.714L.705 8A.704.704 0 0 1 0 7.291V4.087c0-.392.313-.709.7-.709.386 0 .7.317.7.709V5.21C3.222 2.156 6.602 0 10.244 0c4.41 0 8.106 2.721 9.709 6.915a.712.712 0 0 1-.4.917.697.697 0 0 1-.906-.405c-1.4-3.662-4.588-6.01-8.403-6.01-3.371 0-6.521 2.182-7.988 5.155zm15.488 6.856l-1.472.01a.704.704 0 0 1-.705-.703.705.705 0 0 1 .695-.714L19.295 12a.704.704 0 0 1 .705.709v3.204a.704.704 0 0 1-.7.709.704.704 0 0 1-.7-.709V14.79C16.778 17.844 13.398 20 9.756 20c-4.41 0-8.106-2.721-9.709-6.915a.712.712 0 0 1 .4-.917c.36-.141.766.04.906.405 1.4 3.662 4.588 6.01 8.403 6.01 3.371 0 6.521-2.182 7.988-5.155z" fillRule="evenodd" /></svg> );