UNPKG

@nant-design/nant-icons

Version:

8 lines (6 loc) 436 B
import React from 'react'; export const ContractSharp = ({fill="currentColor",...other}) => { return <svg width='1.33em' height='1.33em' fill={fill} viewBox="0 0 512 512" {...other}> <path d="M304 416V304h112m-101.8 10.23L432 432M208 96v112H96m101.8-10.23L80 80m336 128H304V96m10.23 101.8L432 80M96 304h112v112m-10.23-101.8L80 432" fill="none" stroke={fill} strokeLinecap="square" strokeMiterlimit="10" strokeWidth="32"/> </svg>; };