@nant-design/nant-icons
Version:
8 lines (6 loc) • 345 B
JSX
import React from 'react';
export const CheckmarkDoneSharp = (props) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...props}>
<path d="M465 127 241 384l-92-92m-9 93-93-93m316-165L236 273" fill="none" stroke="currentColor" strokeLinecap="square" strokeMiterlimit="10" strokeWidth="44"/>
</svg>;
};