@nant-design/nant-icons
Version:
8 lines (6 loc) • 354 B
JSX
import React from 'react';
export const CheckmarkCircleSharp = (props) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...props}>
<path d="M256 48C141.31 48 48 141.31 48 256s93.31 208 208 208 208-93.31 208-208S370.69 48 256 48Zm-38 312.38-80.6-89.57 23.79-21.41 56 62.22L350 153.46 374.54 174Z"/>
</svg>;
};