UNPKG

@nant-design/nant-icons

Version:

8 lines (6 loc) 459 B
import React from 'react'; export const ArrowForwardCircle = (props) => { return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...props}> <path d="M464 256c0-114.87-93.13-208-208-208S48 141.13 48 256s93.13 208 208 208 208-93.13 208-208Zm-212.65 91.36a16 16 0 0 1-.09-22.63L303.58 272H170a16 16 0 0 1 0-32h133.58l-52.32-52.73A16 16 0 1 1 274 164.73l79.39 80a16 16 0 0 1 0 22.54l-79.39 80a16 16 0 0 1-22.65.09Z"/> </svg>; };