@nant-design/nant-icons
Version:
8 lines (6 loc) • 511 B
JSX
import React from 'react';
export const DiamondSharp = ({fill="currentColor",...other}) => {
return <svg width='1.33em' height='1.33em' fill={fill} viewBox="0 0 512 512" {...other}>
<path d="M396.31 32H264l84.19 112.26L396.31 32zm-280.62 0 48.12 112.26L248 32H115.69zM256 74.67 192 160h128l-64-85.33zm166.95-23.61L376.26 160H488L422.95 51.06zm-333.9 0L23 160h112.74L89.05 51.06zM146.68 192H24l222.8 288h.53L146.68 192zm218.64 0L264.67 480h.53L488 192H365.32zm-35.93 0H182.61L256 400l73.39-208z"/>
</svg>;
};