@nant-design/nant-icons
Version:
8 lines (6 loc) • 347 B
JSX
import React from 'react';
export const ArrowRedoOutline = (props) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...props}>
<path d="M448 256 272 88v96C103.57 184 64 304.77 64 424c48.61-62.24 91.6-96 208-96v96Z" fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="32"/>
</svg>;
};