@nant-design/nant-icons
Version:
10 lines (7 loc) • 408 B
JSX
import React from 'react';
export const PieChartSharp = ({width="410",height="404",...other}) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}>
<path d="m58 362.09-6.51-14.59A224 224 0 0 1 256 32h16v234.37Z"/>
<path d="M304 66.46v220.65L94.62 380.78A208.31 208.31 0 0 0 272 480c114.69 0 208-93.31 208-208 0-103.81-76.45-190.1-176-205.54Z"/>
</svg>;
};