UNPKG

@nant-design/nant-icons

Version:

10 lines (7 loc) 602 B
import React from 'react'; export const PieChartOutline = ({width="410",height="404",...other}) => { return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}> <path d="M256.05 80.65Q263.94 80 272 80c106 0 192 86 192 192s-86 192-192 192A192.09 192.09 0 0 1 89.12 330.65" fill="none" stroke="currentColor" strokeLinecap="round" strokeMiterlimit="10" strokeWidth="32"/> <path d="M256 48C141.12 48 48 141.12 48 256a207.29 207.29 0 0 0 18.09 85L256 256Z" fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="32"/> </svg>; };