@nant-design/nant-icons
Version:
8 lines (6 loc) • 369 B
JSX
import React from 'react';
export const Resize = ({width="410",height="404",...other}) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}>
<path d="M304 96h112v112m-10.23-101.8L111.98 400.02M208 416H96V304" fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="32"/>
</svg>;
};