UNPKG

@nant-design/nant-icons

Version:

8 lines (6 loc) 374 B
import React from 'react'; export const ResizeSharp = ({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="square" strokeMiterlimit="10" strokeWidth="32"/> </svg>; };