@nant-design/nant-icons
Version:
8 lines (6 loc) • 327 B
JSX
import React from 'react';
export const CloseOutline = ({fill="currentColor",...other}) => {
return <svg width='1.33em' height='1.33em' fill={fill} viewBox="0 0 512 512" {...other}>
<path d="M368 368 144 144m224 0L144 368" fill="none" stroke={fill} strokeLinecap="round" strokeLinejoin="round" strokeWidth="32"/>
</svg>;
};