UNPKG

@nant-design/nant-icons

Version:

10 lines (7 loc) 695 B
import React from 'react'; export const DiamondOutline = ({fill="currentColor",...other}) => { return <svg width='1.33em' height='1.33em' fill={fill} viewBox="0 0 512 512" {...other}> <path d="m35.42 188.21 207.75 269.46a16.17 16.17 0 0 0 25.66 0l207.75-269.46a16.52 16.52 0 0 0 .95-18.75L407.06 55.71A16.22 16.22 0 0 0 393.27 48H118.73a16.22 16.22 0 0 0-13.79 7.71L34.47 169.46a16.52 16.52 0 0 0 .95 18.75ZM48 176h416" fill="none" stroke={fill} strokeLinecap="round" strokeLinejoin="round" strokeWidth="32"/> <path fill="none" stroke={fill} strokeLinecap="round" strokeLinejoin="round" strokeWidth="32" d="m400 64-48 112-96-128M112 64l48 112 96-128m0 400-96-272m96 272 96-272"/> </svg>; };