@nant-design/nant-icons
Version:
8 lines (6 loc) • 373 B
JSX
import React from 'react';
export const NavigateCircleSharp = ({width="410",height="404",...other}) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}>
<path d="M256 48A208.23 208.23 0 0 0 48 256c0 114.68 93.31 208 208 208a208.23 208.23 0 0 0 208-208c0-114.69-93.31-208-208-208Zm-8 361V264H103l259-114.11Z"/>
</svg>;
};