UNPKG

@nant-design/nant-icons

Version:

12 lines (8 loc) 654 B
import React from 'react'; export const RefreshCircleOutline = ({width="410",height="404",...other}) => { return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}> <path d="M288 193s12.18-6-32-6a80 80 0 1 0 80 80" fill="none" stroke="currentColor" strokeLinecap="round" strokeMiterlimit="10" strokeWidth="28"/> <path d="m256 149 40 40-40 40" fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="28"/> <path d="M256 64C150 64 64 150 64 256s86 192 192 192 192-86 192-192S362 64 256 64Z" fill="none" stroke="currentColor" strokeMiterlimit="10" strokeWidth="32"/> </svg>; };