@nant-design/nant-icons
Version:
10 lines (7 loc) • 297 B
JSX
import React from 'react';
export const BarChartSharp = (props) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...props}>
<path d="M496 496H16V16h32v448h448v32z"/>
<path d="M192 432H80V208h112Zm144 0H224V160h112Zm143.64 0h-112V96h112Z"/>
</svg>;
};