@nant-design/nant-icons
Version:
10 lines (7 loc) • 561 B
JSX
import React from 'react';
export const CloudDoneOutline = ({fill="currentColor",...other}) => {
return <svg width='1.33em' height='1.33em' fill={fill} viewBox="0 0 512 512" {...other}>
<path d="M400 240c-8.89-89.54-71-144-144-144-69 0-113.44 48.2-128 96-60 6-112 43.59-112 112 0 66 54 112 120 112h260c55 0 100-27.44 100-88 0-59.82-53-85.76-96-88Z" fill="none" stroke={fill} strokeLinejoin="round" strokeWidth="32"/>
<path d="M317 208 209.2 336 163 284.8" fill="none" stroke={fill} strokeLinecap="round" strokeLinejoin="round" strokeWidth="32"/>
</svg>;
};