@nant-design/nant-icons
Version:
10 lines (7 loc) • 487 B
JSX
import React from 'react';
export const CropOutline = ({fill="currentColor",...other}) => {
return <svg width='1.33em' height='1.33em' fill={fill} viewBox="0 0 512 512" {...other}>
<path d="M144 48v272a48 48 0 0 0 48 48h272" fill="none" stroke={fill} strokeLinecap="round" strokeLinejoin="round" strokeWidth="32"/>
<path d="M368 304V192a48 48 0 0 0-48-48H208m160 224v96M144 144H48" fill="none" stroke={fill} strokeLinecap="round" strokeLinejoin="round" strokeWidth="32"/>
</svg>;
};